Skip to content

Commit

Permalink
Release 3.3.0 (#857)
Browse files Browse the repository at this point in the history
## Release 3.3.0

### Changes

- Changed the logic of cost calculation in Silo mode. Specifically, the
fixed cost has been replaced with
  a fixed amount of gas per transaction by [@aleksuss]. ([#854]) 

- `near-workspaces-rs` has been updated to 0.8.0 by [@aleksuss].
([#855])

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Birch <michael.birch@aurora.dev>
  • Loading branch information
3 people committed Oct 24, 2023
1 parent 9b3a2d9 commit 1aad2a0
Show file tree
Hide file tree
Showing 38 changed files with 1,716 additions and 1,323 deletions.
19 changes: 16 additions & 3 deletions CHANGES.md
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] 2023-10-23

### Changes

- Changed the logic of cost calculation in Silo mode. Specifically, the fixed cost has been replaced with
a fixed amount of gas per transaction by [@aleksuss]. ([#854])

- `near-workspaces-rs` has been updated to 0.8.0 by [@aleksuss]. ([#855])

[#854]: https://github.com/aurora-is-near/aurora-engine/pull/854
[#855]: https://github.com/aurora-is-near/aurora-engine/pull/855

## [3.2.0] 2023-10-17

### Changes
Expand All @@ -18,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Additions

- Added a possibility of mirroring deployed ERC-20 contracts in the main Aurora contract in Silo mode by [@aleksuss]. ([#844])
- Added a possibility of mirroring deployed ERC-20 contracts in the main Aurora contract in Silo mode by [@aleksuss]. ([#845])

- Allow to initialize hashchain directly with the `new` method by [@birchmd]. ([#846])

Expand All @@ -29,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#746]: https://github.com/aurora-is-near/aurora-engine/pull/746
[#834]: https://github.com/aurora-is-near/aurora-engine/pull/834
[#840]: https://github.com/aurora-is-near/aurora-engine/pull/840
[#844]: https://github.com/aurora-is-near/aurora-engine/pull/844
[#845]: https://github.com/aurora-is-near/aurora-engine/pull/845
[#846]: https://github.com/aurora-is-near/aurora-engine/pull/846
[#847]: https://github.com/aurora-is-near/aurora-engine/pull/847

Expand Down Expand Up @@ -526,7 +538,8 @@ struct SubmitResult {

## [1.0.0] - 2021-05-12

[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...develop
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...develop
[3.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...3.3.0
[3.2.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...2.10.2
Expand Down

0 comments on commit 1aad2a0

Please sign in to comment.