Releases: Near-One/aurora-eth-connector
Releases · Near-One/aurora-eth-connector
eth-connector-v0.6.5
chore: replaced dots with hyphens
contract-v0.6.5
What's Changed
- chore: register controller account id on init by @aleksuss in #99
- Support the old message parsing format to maintain backward compatibility. by @olga24912 in #100
- chore: bumped version in lock by @frolvanya in #101
Full Changelog: contract-v0.6.4...contract-v0.6.5
contract-v0.6.4
What's Changed
- Fix some typos and grammar issues in README.md by @akhi3030 in #67
- Update aurora-workspace dependency by @karim-en in #72
- Change Codeowner by @mrLSD in #73
- Add
min_proof_acceptance_heightby @karim-en in #74 - Fix small typo: ext_enine_ft -> ext_engine_ft by @olga24912 in #75
- Check balance in internal_ft_transafer_call in both cases by @olga24912 in #78
- Explicit encoding of FtTransferMessageData by @olga24912 in #77
- Use
checked_addininternal_storage_unregisterby @olga24912 in #76 - Add near plugins by @olga24912 in #71
- chore: remove limitation for 1.69 rust by @aleksuss in #81
- chore: patch rust toolchain to use minimal profile by @diegofigs in #82
- Improve migration process by @karim-en in #80
- Storage deposit before account register by @olga24912 in #79
- FIX: Register Accounts in Multiple Storage Deposit by @olga24912 in #84
- Add migrator role by @karim-en in #85
- Set known engine accounts on init by @olga24912 in #87
- Pause all on init by @olga24912 in #88
- Build contract in docker by @karim-en in #89
- Add setters by @karim-en in #90
- Fix: payable finish_deposit by @olga24912 in #91
- fix: fix broken backward compatibility of storage deposit logic by @karim-en in #93
- Sync with Omni Bridge by @olga24912 in #94
- deps: remove unused deps by @aleksuss in #98
- chore: added contract release CI by @frolvanya in #97
New Contributors
- @akhi3030 made their first contribution in #67
- @diegofigs made their first contribution in #82
- @frolvanya made their first contribution in #97
Full Changelog: 0.6.3...contract-v0.6.4
Release 0.6.3 (2023-12-12)
Release 0.6.2 (2023-11-08)
Release 0.6.1 (2023-09-21)
Release 0.6.1 (2023-09-21)
Refactored accounts and dependencies refactoring for tests.
Switched to stable Rust toolchain from fixed nightly version - for that added upstream near-sanbox for workspaces.rs testing.
Test updated and refactored to the latest version of aurora-workspace.
Updated dependencies to the latest.
Refactored github CI.
Release 0.6.0 (2023-06-13)
Release 0.5.1 (2023-05-22)
Release 0.5.1 (2023-05-22)
Includes small improvements and Bridge team review issues refactoring.
- #54 chore: optimise converting error into message - @aleksuss
- #53 Fix
verify_log_entrycall - @karim-en - #52 Feat:
is_ownercheck simplification - @mrLSD - #51 Extend
ft_transfer_callgas check - @mrLSD - #50 chore: use
LookupSetinstead ofVecandLookupMap@aleksuss - #38 Fix:
engine_storage_depositrefund - @mrLSD - #36 Feat: remove
doposit-eventfield - @mrLSD - #28 Feat: use
aurora-workspaceas a testing framework - @mrLSD
Release 0.5.0 (2023-05-03)
Release 0.5.0 (2023-05-03)
Includes breaking changes: public deposit and withdraw. Also increased clippy lints level. And minor changes (@mrLSD).
- #27 - chore: increase clippy lints level and tiny refactoring #27 - @aleksuss
- #25 - Feat: allow withdraw by users directly - @birchmd
- #23 - Fix: allow deposit to be called by any account - @birchmd
- #22 - Fix: remove unnecessary clone of proof in EthConnector::deposit - @birchmd
- #21 - Fix: set FungibleToken::account_storage_usage to 0 - @birchmd