Skip to content

Commit 1aad2a0

Browse files
aleksussdependabot[bot]birchmd
authored
Release 3.3.0 (#857)
## 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Birch <[email protected]>
1 parent 9b3a2d9 commit 1aad2a0

File tree

38 files changed

+1716
-1323
lines changed

38 files changed

+1716
-1323
lines changed

CHANGES.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0] 2023-10-23
11+
12+
### Changes
13+
14+
- Changed the logic of cost calculation in Silo mode. Specifically, the fixed cost has been replaced with
15+
a fixed amount of gas per transaction by [@aleksuss]. ([#854])
16+
17+
- `near-workspaces-rs` has been updated to 0.8.0 by [@aleksuss]. ([#855])
18+
19+
[#854]: https://github.com/aurora-is-near/aurora-engine/pull/854
20+
[#855]: https://github.com/aurora-is-near/aurora-engine/pull/855
21+
1022
## [3.2.0] 2023-10-17
1123

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

1931
### Additions
2032

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

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

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

@@ -526,7 +538,8 @@ struct SubmitResult {
526538

527539
## [1.0.0] - 2021-05-12
528540

529-
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...develop
541+
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...develop
542+
[3.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...3.3.0
530543
[3.2.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.1.0...3.2.0
531544
[3.1.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...3.1.0
532545
[3.0.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...2.10.2

0 commit comments

Comments
 (0)