Releases: Near-One/aurora-eth-connector
Releases · Near-One/aurora-eth-connector
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_entry
call - @karim-en - #52 Feat:
is_owner
check simplification - @mrLSD - #51 Extend
ft_transfer_call
gas check - @mrLSD - #50 chore: use
LookupSet
instead ofVec
andLookupMap
@aleksuss - #38 Fix:
engine_storage_deposit
refund - @mrLSD - #36 Feat: remove
doposit-event
field - @mrLSD - #28 Feat: use
aurora-workspace
as 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
Release 0.4.1 (2023-03-17)
0.4.0 (2023-03-02)
0.3.0 (2023-01-25)
Release 0.3.0 (2023-01-25)
- Extend compatibility with Aurora Engine
- Fix
ft_transfer_call
message check
Include PR:
- #11: Extend compatibility with Aurora EVM ( @mrLSD )
- #12: Fix
ft_transfer_call
message check ( @mrLSD )
Fix issues: #10
0.2.0 (2023-01-12)
Release 0.2.0 (2023-01-12)
Implementation based on NEAR contract standards.
- Significant simplification of the code base.
- NEP-141 standard method now public
- Improved tests coverage
- Refactored migration mechanism for Engine migration
- Fixed Github CI bug
@mrLSD