Additions
- Added WASM contract optimization by using
wasm-optutil by [@mrLSD]. (#835) - Introduced a
cargo-near-buildcrate 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
MODEXPprecompile modification for EIP-7823 and EIP-7883 by [@mrLSD]. (#1050) - Added
secp256r1precompile for the Osaka hard fork - EIP-7951 by [@mrLSD]. (#1052) - Added
PARGUEhard fork support by [@mrLSD]. (#988)
Changes
- Added
wasm-optdependency in the scheduled tasks in the CI by [@aleksuss]. (#1016) - Removed the
ext-connectorfeature and the codebase related to ETH connector by [@aleksuss]. (#1018) - Removed the
mainnetandtestnetfeatures by [@aleksuss]. (#1019) - Renamed view method
paused_precompilestoget_paused_precompilesby [@joshuajbouw]. (#609) - Updated
neardependencies by [@aleksuss]. (#1034) - Updated test contracts annotations after updating
near-sdkto 5.18 by [@aleksuss]. (#1048) alt-bn256precompiles refactored by [@mrLSD]. (#1047)