Skip to content

Releases: Near-One/aurora-eth-connector

eth-connector-v0.6.5

07 Apr 13:54

Choose a tag to compare

chore: replaced dots with hyphens

contract-v0.6.5

07 Apr 12:45
58d3f39

Choose a tag to compare

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

01 Apr 16:31
e19b8ef

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.3...contract-v0.6.4

Release 0.6.3 (2023-12-12)

12 Dec 20:50
3dc55b8

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

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

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

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

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

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

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