Releases: aurora-is-near/aurora-engine
Release 3.2.0
Changes
-
Changed structure
SetEthConnectorContractAccountArgs
for setting eth connector account. It was extended with
additional field:withdraw_serialize_type
for 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
new
method 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-storage
no longer automatically writes to the DB whenconsume_message
is called.
It is up to downstream users of the library to commit the diff (after doing any validation for correctness) by @birchmd. #825
Additions
Release 2.10.2
Changes
- Added a view transaction
factory_get_wnear_address
for returning address for thewNEAR
ERC-20 contract by @aleksuss. #807
Fixes
- Fixed a bug where standalone engine can crash on tracing transactions with too large contract deployment by @birchmd. #817
- Fixed a bug and performance improvements with unusual exponents in the
engine-modexp
crate by @guidovranken. #814
Aurora SILO 2.10.2
What's Changed
- fix: missing exit errors by @joshuajbouw in #815
- Fix(tracing): Do not panic on empty call stack by @birchmd in #817
Full Changelog: silo-2.10.1...silo-2.10.2
Aurora SILO 2.10.1
silo-2.10.1 Merge branch 'develop' into feat/aleksuss/silo
Release 2.10.1
Fixes
- Updated sputnikvm dependency with bugfix in the
shanghai
implementation @mandreyel. #803
Co-authored-by: mandreyel [email protected]
Co-authored-by: Oleksandr Anyshchenko [email protected]
Co-authored-by: Michael Birch [email protected]
Release 2.10.0 (#800)
### Changes - Enabled Shanghai Ethereum hard fork support by @mandreyel. #773 - Added ability to pause and resume the core functionality of the contract by @Casuso. #779 - Added function call keys to be used with relayers by @aleksuss. #792 --------- Co-authored-by: mandreyel <[email protected]> Co-authored-by: Oleksandr Anyshchenko <[email protected]> Co-authored-by: Leandro Casuso Montero <[email protected]>
Release 2.9.3.
This is a quick patch to ensure that there are no complications when
deploying from a DAO as we are running close to the 300 Tgas gas limit
when doing deploy_upgrade
, and reduces the amount of votes required by
a DAO for deployment to a single vote.
Changes
- It is now possible for anyone to call the contract method
deploy_upgrade
by @joshuajbouw. #794
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: Oleksandr Anyshchenko [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>