Skip to content

Commit 69a864f

Browse files
aleksussdependabot[bot]diegofigsmrLSD
authored
Release 3.9.0 (#1011)
### Additions - Added a new transaction `set_erc20_fallback_address` by [@aleksuss]. ([#1009]) ### Changes - The `ecrecover` implementation was moved to the `aurora-engine-sdk` by [@aleksuss]. ([#996]) - Updated the catalog info by [@diegofigs]. ([#1002]) - Usage of the `aurora-evm` crate from `crates.io` by [@mrLSD]. ([#1003]) - The white lists don't require the fixed gas per transaction (silo mode) by [@aleksuss]. ([#1005]) - Made the API compatible with the latest version of the eth connector by [@aleksuss]. ([#1006]) ### Fixes - Fixed the incorrect amount of gas provided to promises to eth connector by [@aleksuss]. ([#1000]) [#996]: #996 [#1000]: #1000 [#1002]: #1002 [#1003]: #1003 [#1005]: #1005 [#1006]: #1006 [#1009]: #1009 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Diego Figueroa <12281609+diegofigs@users.noreply.github.com> Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev>
1 parent 00fb22f commit 69a864f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2344
-1927
lines changed

CHANGES.md

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

88
## [Unreleased]
99

10+
## [3.9.0] 2025-04-07
11+
12+
### Additions
13+
14+
- Added a new transaction `set_erc20_fallback_address` by [@aleksuss]. ([#1009])
15+
16+
### Changes
17+
18+
- The `ecrecover` implementation was moved to the `aurora-engine-sdk` by [@aleksuss]. ([#996])
19+
- Updated the catalog info by [@diegofigs]. ([#1002])
20+
- Usage of the `aurora-evm` crate from `crates.io` by [@mrLSD]. ([#1003])
21+
- The white lists don't require the fixed gas per transaction (silo mode) by [@aleksuss]. ([#1005])
22+
- Made the API compatible with the latest version of the eth connector by [@aleksuss]. ([#1006])
23+
24+
### Fixes
25+
26+
- Fixed the incorrect amount of gas provided to promises to eth connector by [@aleksuss]. ([#1000])
27+
28+
[#996]: https://github.com/aurora-is-near/aurora-engine/pull/996
29+
[#1000]: https://github.com/aurora-is-near/aurora-engine/pull/1000
30+
[#1002]: https://github.com/aurora-is-near/aurora-engine/pull/1002
31+
[#1003]: https://github.com/aurora-is-near/aurora-engine/pull/1003
32+
[#1005]: https://github.com/aurora-is-near/aurora-engine/pull/1005
33+
[#1006]: https://github.com/aurora-is-near/aurora-engine/pull/1006
34+
[#1009]: https://github.com/aurora-is-near/aurora-engine/pull/1009
35+
1036
## [3.8.0] 2025-02-05
1137

1238
### Changes
@@ -730,7 +756,8 @@ struct SubmitResult {
730756

731757
## [1.0.0] - 2021-05-12
732758

733-
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.8.0...develop
759+
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.9.0...develop
760+
[3.9.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.8.0...3.9.0
734761
[3.8.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.7.0...3.8.0
735762
[3.7.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.4...3.7.0
736763
[3.6.4]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.3...3.6.4
@@ -789,6 +816,7 @@ struct SubmitResult {
789816
[@birchmd]: https://github.com/birchmd
790817
[@Casuso]: https://github.com/Casuso
791818
[@DemoYeti]: https://github.com/DemoYeti
819+
[@diegofigs]: https://github.com/diegofigs
792820
[@dwiekawki]: https://github.com/dwiekawki
793821
[@guidovranken]: https://github.com/guidovranken
794822
[@hskang9]: https://github.com/hskang9

0 commit comments

Comments
 (0)