Additions
- Added Osaka hard fork support by upgrading
aurora-evmto 3.0.0 and switching execution and gas validation to the Osaka rules by [@mrLSD]. (#1209) - Added automated Rust dependency security audits to CI by [@aleksuss]. (#1069)
Changes
- Improved EIP-7702 authorization signing and validation, including boundary-value chain IDs and nonces, by [@mrLSD] and [@aleksuss]. (#1137)
- Optimized modular exponentiation with windowed Montgomery exponentiation and demand-driven table construction by [@4waan] and [@aleksuss]. (#1188 #1200)
- Updated the Rust toolchain to 1.97 and the NEAR dependencies to 0.37, including the required WASM linker configuration, by [@mrLSD] and [@aleksuss]. (#1156 #1176 #1179 #1181)
- Updated RocksDB to 0.24 for standalone storage by [@aleksuss]. (#1206)
Fixes
- Fixed storage withdrawals through the external connector by attaching the required one yoctoNEAR deposit by [@aleksuss]. (#1076)
- Fixed exit precompile gas accounting to retain the required gas calculated from the original input by [@aleksuss]. (#1089)
- Fixed transaction gas charging when
max_fee_per_gasis lower than the block base fee by [@mrLSD]. (#1091) - Fixed EIP-7702 transaction submission for senders with delegation designations by [@mrLSD] and [@aleksuss]. (#1112)
- Fixed BLS12-381 host-function error handling and pairing-check results by [@mrLSD]. (#1113)
- Fixed concurrent Solidity artifact compilation in the test suite by [@4waan]. (#1201)