Releases: aurora-is-near/aurora-engine
Releases · aurora-is-near/aurora-engine
Release list
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
newtransaction by [@aleksuss]. (#871) - The
SubmitResultwas made available forft_on_transfertransactions 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-workspacesto 0.9 by [@aleksuss]. (#862)
Fixes
- Add a method for upgrading XCC router contract by [@birchmd]. (#866)
- Fixed a potential panic in the
ExitToNearprecompile by [@guidovranken]. (#865) - Fixed a behaviour when the
ft_transfercould occur before thenear_withdrawby [@birchmd]. (#864) - Fixed correctness of reproducing the NEAR runtime random value in the standalone engine by [@birchmd]. (#863)
Release 3.3.1
Release 3.3.0
Release 3.2.0
Changes
-
Changed structure
SetEthConnectorContractAccountArgsfor setting eth connector account. It was extended with
additional field:withdraw_serialize_typefor defining serialization type for withdraw arguments by [@aleksuss]. (#834)
Additions
-
Added a possibility of mirroring deployed ERC-20 contracts in the main Aurora contract in Silo mode by [@aleksuss]. ([#845])
-
Allow to initialize hashchain directly with the
newmethod by [@birchmd]. (#846) -
Added a silo logic which allows to set fixed gas costs per transaction by [@aleksuss]. (#746)
-
Added a new type of transaction which allows to add full access key into account of the smart contract by [@aleksuss]. (#847)
Release 3.1.0
Aurora SILO 3.0.0
chore: update release notes in develop branch (#829) ## Description The PR just updates release notes in the develop branch and bumps `aurora-engine` version.
Release 3.0.0
Fixes
- Updated SputnikVM dependency with bugfix in the
returndatacopy
implementation and a performance improvement in accessing EVM memory by @birchmd. #826
Changes
- BREAKING:
engine-standalone-storageno longer automatically writes to the DB whenconsume_messageis called.
It is up to downstream users of the library to commit the diff (after doing any validation for correctness) by @birchmd. #825