Releases: aurora-is-near/aurora-engine
Releases · aurora-is-near/aurora-engine
Release 3.7.0
Additions
- Added support of CANCUN hardfork by [@mrLSD]. (#926)
- Added support of EIP-3607 by [@mrLSD]. (#930)
- Removed restrictions from funding XCC sub-accounts by [@birchmd]. (#931)
Changes
- Made some EVM gas costs optimisations by [@mrLSD]. (#934)
- Refactored the gas charge logic form EVM exit reasons by [@mrLSD]. (#935)
- Updated some dependencies and rust-toolchain by [@mrLSD]. (#936)
- Removed unused
bytes_to_hex
function by [@dwiekawki]. (#942) - Added building of actual version of the
near-sandbox
in the scheduled CI job by [@aleksuss] (#950)
Fixes
- Removed duplicated
test
task in theREADME.md
by [@dwiekawki]. (#943) - Fixed some typos in the
README.md
andCargo.toml
by [@DemoYeti]. (#945) (#946) - Fixed exceeded prepaid gas error in the
mirror_erc20_token
transaction by [@aleksuss] (#951) - Modified
hardhat.config.js
to support contract verification by [@spilin] (#958)
Release 3.6.4
Release 3.6.3
Release 3.6.2
Additions
- Added a new view transaction
ft_balances_of
for getting balances for multiple accounts by [@karim-en]. (#905)
Changes
- The
ft_resolve_transfer
callback doesn't require running the contract to finish theft_transfer_call
correctly
by [@aleksuss]. (#906) - Borsh has been bumped to 1.3 what allows to get rid of additional feature
borsh-compat
by [@aleksuss]. (#907) - The
ExecutionProfile
has been extended with logs for tests by [@mrLSD]. (#910) - The interface of the engine standalone storage has been extended with a couple of methods for allowing set/get
arbitrary data outside the crate by [@aleksuss]. (#913)
Fixes
Release 3.6.1
Release 3.6.0
Fixes
- Fixed underflow in the modexp gas calculation by [@guidovranken]. (#883)
- Prevented subtraction underflow in th xcc module by [@guidovranken]. (#888)
- Fixed balance and gas overflows in the xcc module by [@guidovranken]. (#889)
Changes
Release 3.5.0
Release 3.4.0
Additions
- Added a possibility to pass initialize arguments in json format to the
new
transaction by [@aleksuss]. (#871) - The
SubmitResult
was made available forft_on_transfer
transactions in the standalone engine by [@birchmd]. (#869) - The order of producing the exit precompile and XCC promises has been changed to sequential by [@birchmd]. (#868)
Changes
- Removed the code hidden behind the feature that isn't used anymore by [@joshuajbouw]. (#870)
- The logic of unwrapping wNEAR has been changed to the Bridge's native by [@birchmd]. (#867)
- Bumped the
near-workspaces
to 0.9 by [@aleksuss]. (#862)
Fixes
- Add a method for upgrading XCC router contract by [@birchmd]. (#866)
- Fixed a potential panic in the
ExitToNear
precompile by [@guidovranken]. (#865) - Fixed a behaviour when the
ft_transfer
could occur before thenear_withdraw
by [@birchmd]. (#864) - Fixed correctness of reproducing the NEAR runtime random value in the standalone engine by [@birchmd]. (#863)