Skip to content

Releases: Near-One/aurora-eth-connector

Release 0.6.3 (2023-12-12)

12 Dec 20:50
3dc55b8
Compare
Choose a tag to compare

Updated to stable Rust 1.74.1 and updated dependencies. Updated cargo workspace logic.

➡️ #68 - Feat: update rust version to 1.74.1 and update dependencies - @mrLSD

Release 0.6.2 (2023-11-08)

08 Nov 11:06
0f809c3
Compare
Choose a tag to compare

Fixed recipient on deposit for backward compatibility.

  • #65 - Override recipient on deposit for backward compatibility
  • #32 - Proof producer for WithdrawResult

Release 0.6.1 (2023-09-21)

21 Sep 11:18
1a95a10
Compare
Choose a tag to compare

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.

  • #59 - Feat: Update aurora-workspace - @mrLSD
  • #61 - Feat: accounts and dependencies refactoring for tests - @mrLSD
  • #63 - Feat: switch to stable Rust toolchain - @mrLSD

Release 0.6.0 (2023-06-13)

13 Jun 11:52
f648ea1
Compare
Choose a tag to compare

Release 0.6.0 (2023-06-13)

Removed accounts_counter. It can break requests, if it used.
Includes small improvements and tests refactoring.

Release 0.5.1 (2023-05-22)

22 May 15:31
cb1765c
Compare
Choose a tag to compare

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 of Vec and LookupMap @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)

04 May 09:29
9596308
Compare
Choose a tag to compare

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)

17 Mar 01:51
aee2fe9
Compare
Choose a tag to compare

Release 0.4.1 (2023-03-17)

Includes small fixes and enhancements.

  • #20 - Feat: Register owner_id account @mrLSD
  • #19 - chore: add test for checking pause control @aleksuss
  • #18 - Chore: add test for Proof::get_key @birchmd
  • #17 - Fix: remove unnecessary conversion to String @birchmd

0.4.0 (2023-03-02)

02 Mar 18:55
16078ae
Compare
Choose a tag to compare

Release 0.4.0 (2023-03-02)

Includes Aurora Report fixes: AUR-03, AUR-11

  • #16 - Feat: remove relayer and fee @mrLSD
  • #15 - Fix (audit AUR-11): Infinite Amounts Can Be Transferred to One’s Self @mrLSD
  • #14 - Fix (audit AUR-03): signer_id for: deposit and withdraw @mrLSD

0.3.0 (2023-01-25)

25 Jan 21:32
d5399c7
Compare
Choose a tag to compare

Release 0.3.0 (2023-01-25)

  • Extend compatibility with Aurora Engine
  • Fix ft_transfer_call message check

Include PR:

Fix issues: #10

0.2.0 (2023-01-12)

13 Jan 21:12
ded0cfd
Compare
Choose a tag to compare

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