Commit 69a864f
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
File tree
81 files changed
+2344
-1927
lines changed- engine-modexp
- engine-precompiles
- src
- engine-sdk
- src
- engine-standalone-storage/src
- relayer_db
- sync
- engine-standalone-tracing
- src
- types
- engine-test-doubles
- src
- engine-tests-connector
- src
- engine-tests
- src
- tests
- standalone
- utils
- standalone/mocks
- engine-transactions
- src
- engine-types
- src/parameters
- engine-workspace/src
- engine
- src
- contract_methods
- connector
- silo
- etc
- tests
- fibonacci
- mock-controller
- src
- xcc-router
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
10 | 36 | | |
11 | 37 | | |
12 | 38 | | |
| |||
730 | 756 | | |
731 | 757 | | |
732 | 758 | | |
733 | | - | |
| 759 | + | |
| 760 | + | |
734 | 761 | | |
735 | 762 | | |
736 | 763 | | |
| |||
789 | 816 | | |
790 | 817 | | |
791 | 818 | | |
| 819 | + | |
792 | 820 | | |
793 | 821 | | |
794 | 822 | | |
| |||
0 commit comments