Skip to content

Releases: aurora-is-near/aurora-workspace

Release 0.4.1 (2023-12-21)

21 Dec 11:34
dbed355
Compare
Choose a tag to compare

Updated dependencies:

➡️ Updated aurora-engine: 3.5.0
➡️ Fixed issue with parity-secp256k1 dependency

Release 0.4.0 (2023-11-07)

07 Nov 13:34
c51c99c
Compare
Choose a tag to compare

Release 0.4.0 (2023-11-07)

Introduced breaking changes with changing dependency from workspaces to near-workspaces. Refactored types declarations and functions type parameters. Refactored tests and mock. Fixed CI flow switched to the Rust stable toolchain and removed the near-sandbox flow.

  • #36 Feat: removed toolchain dependency and near-sandbox (@mrLSD)
  • #37 Bump to near-workspace 0.9.0 (@mrLSD)

Release 0.3.1 (2023-06-30)

30 Jun 10:12
478465b
Compare
Choose a tag to compare

Release 0.3.1 (2023-06-30)

Added Traits as AccoutId parameters

  • #35 Feat: set AccountId as trait parameter - @mrLSD

Release 0.3.0 (2023-06-28)

28 Jun 12:07
901a511
Compare
Choose a tag to compare

Release 0.3.0 (2023-06-28)

Refactored workspace-types. Refactored workspace-engine.

  • #33 chore: remove types and refactoring - @aleksuss
  • #32 chore: add missing functions - @aleksuss
  • #31 chore: prepare for usage in engine tests - @aleksuss
  • #30 Feat: Engine tests and mock refactoring - @mrLSD
  • #28 chore: provide deploy eth-connector function - @aleksuss
  • #27 chore: remove get_accounts_counter method from eth-connector - @aleksuss
  • #23 Feat: refactor aurora-workspace for Engine - @mrLSD

Release 0.3.0-beta (2023-06-02)

02 Jun 15:34
701dd44
Compare
Choose a tag to compare

Release 0.3.0-beta (2023-06-02)

Release 0.2.1 (2023-05-25)

25 May 11:30
30fa78c
Compare
Choose a tag to compare

Release 0.2.1 (2023-05-25)

Changed accounts_counter for eth-connector

  • #26 Feat: remove statistics_aurora_accounts_counter - @mrLSD

Release 0.2.0 (2023-05-19)

19 May 11:19
18bef2b
Compare
Choose a tag to compare

Release 0.2.0 (2023-05-19)

Extended and renamed methods for aurora-eth-connector with breaking changes.

  • #25 - Feat: rename get_access_right to get_account_with_access_right - @mrLSD
  • #24 - chore: changes related api changes in the eth connector - @aleksuss

Release 0.1.0 (2023-05-08)

08 May 14:59
8edac8d
Compare
Choose a tag to compare

Release 0.1.0 (2023-05-08)

The first release of aurora-wrokspace library. Based on near-workspaces library.

Contains:

  • library framework for testing aurora-eth-connector - already in use.
  • MVP implementation for aurora-engine.
  • workspace types
  • workspace utilities

Contributors

@mrLSD, @mandreyel, @joshuajbouw, @aleksuss