Commit 9d1e40e
Release 3.10.0 (#1057)
### Additions
- Added WASM contract optimization by using `wasm-opt` util by [@mrLSD].
([#835])
- Introduced a `cargo-near-build` crate for building contracts used in
the tests by [@aleksuss]. ([#1015])
- Added a possibility to deploy ERC-20 tokens with metadata by
[@aleksuss]. ([#1008])
- Osaka hard fork `MODEXP` precompile modification for EIP-7823 and
EIP-7883 by [@mrLSD]. ([#1050])
- Added `secp256r1` precompile for the Osaka hard fork - EIP-7951 by
[@mrLSD]. ([#1052])
- Added `PARGUE` hard fork support by [@mrLSD]. ([#988])
### Changes
- Added `wasm-opt` dependency in the scheduled tasks in the CI by
[@aleksuss]. ([#1016])
- Removed the `ext-connector` feature and the codebase related to ETH
connector by [@aleksuss]. ([#1018])
- Removed the `mainnet` and `testnet` features by [@aleksuss]. ([#1019])
- Renamed view method `paused_precompiles` to `get_paused_precompiles`
by [@joshuajbouw]. ([#609])
- Updated `near` dependencies by [@aleksuss]. ([#1034])
- Updated test contracts annotations after updating `near-sdk` to 5.18
by [@aleksuss]. ([#1048])
- `alt-bn256` precompiles refactored by [@mrLSD]. ([#1047])
### Fixes
- Rolled back the backward compatibility of the `exit_to_near`
precompilie by [@aleksuss]. ([#1014])
- Fixed occasionally failing `1inch` tests by [@aleksuss]. ([#1029])
- Fixed potential UB while mutating an immutable object by [@vlad9486].
([#1046])
[#609]: #609
[#835]: #835
[#988]: #988
[#1008]: #1008
[#1014]: #1014
[#1015]: #1015
[#1016]: #1016
[#1018]: #1018
[#1019]: #1019
[#1029]: #1029
[#1034]: #1034
[#1046]: #1046
[#1047]: #1047
[#1048]: #1048
[#1050]: #1050
[#1052]: #1052
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* BLS12-381 precompiles (G1/G2 ops, MSM, mapping, pairing) and Secp256r1
precompile added; EIP-7702 transactions and Osaka ModExp support.
* **Improvements**
* Consolidated CI/workflows and build flow; automatic wasm-opt
integration and wider dependency upgrades; added extensive cryptographic
test vectors.
* **Bug Fixes**
* Simplified several precompile implementations and gas calculations.
* **Chores**
* Version bumped to 3.10.0; removed legacy connector/bridge features and
cleared default environment config entries.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev>
Co-authored-by: kogeler <kogeler@gmail.com>
Co-authored-by: Diego Figueroa <12281609+diegofigs@users.noreply.github.com>
Co-authored-by: Joshua J. Bouw <joshua@aurora.dev>
Co-authored-by: Saso Skube <saso.skube@gmail.com>
Co-authored-by: Sašo Skube <saso.skube@external.vorwerk.com>
Co-authored-by: Vladimir Istyufeev <me@rcn.me>
Co-authored-by: Vladimir Istyufeev <vladimir.istiufeev@aurora.dev>
Co-authored-by: Vladislav Melnik <vladislav.melnik@protonmail.com>1 parent 62e25fa commit 9d1e40e
File tree
225 files changed
+11529
-9188
lines changed- .env
- .github/workflows
- doc
- engine-hashchain/src
- engine-modexp
- engine-precompiles
- src
- bls12_381
- engine-sdk
- src
- bls12_381
- contract
- standalone
- engine-standalone-storage
- src
- relayer_db
- sync
- engine-standalone-tracing
- src/types
- engine-test-doubles/src
- engine-tests-connector
- src
- engine-tests
- src
- benches/res
- tests
- res
- alt_bn_128
- bls
- bls12_381_g1_add
- bls12_381_g1_mul
- bls12_381_g2_add
- bls12_381_g2_mul
- bls12_381_map_fp2_to_g2
- bls12_381_map_fp_to_g1
- bls12_381_pair
- standalone
- standalone
- utils
- one_inch
- solidity
- standalone
- mocks
- engine-transactions
- src
- engine-types
- src/parameters
- engine-workspace
- src
- engine
- src
- contract_methods
- connector
- silo
- etc
- eth-contracts
- tests
- fibonacci/src
- ft-receiver/src
- mock-controller/src
- modexp-bench/src
- state-migration-test
- xcc-router
- scripts
- ci-deps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
225 files changed
+11529
-9188
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
53 | 41 | | |
54 | 42 | | |
55 | | - | |
| 43 | + | |
| 44 | + | |
56 | 45 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
60 | 50 | | |
61 | 51 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| |||
0 commit comments