Skip to content

v9.3.0

Compare
Choose a tag to compare
@bzawisto bzawisto released this 02 Jan 11:18
· 16 commits to release/v9.3 since this release

Upgrade timelines

The upgrade will commence at 09:00 UTC on 03 Jan 24. Please allow up to 24 hours for upgrade completion.

Here is the high-level description of the changes in the v9.3.0 upgrade.

General

  • Networking and desharding changes  (#3780)
  • Changing rewards in desharded mode (#3794)
  • Implementation of GP008 (active reward control) via the implementation in ZIP-24
    (#3806)
  • Deployment instructions for reward control contracts (#3823)
  • Implement header hash parameter to improve mining efficiency(#3857)

EVM

  • Fix nonce from eth_getBlockBy{Hash,Number} (#3756)
  • Fix nonce from eth_getBlockBy{Hash,Number} (#3756)
  • Support integer block numbers in eth APIs. (#3778)
  • Fix contractAddress calculation for non-Eth transactions (#3703)
  • Fixing wrong log/receipt formats (#3767)
  • Support EVM transaction types 0x01 and 0x02(#3827)
  • Errors in EVM->Scilla calls are now reflected in the transaction receipt (documented in ZIP-21)

BugFixes

  • Add logs count in transaction receipt tests. (#3803)
  • Restart scilla process at vacuous epoch (#3758)  
  • GetTransactionStatus Should respect txn query with or without 0x. (#3795)
  • Upgrade to OpenSSL 3 (#3772)
  • Estimategas block or tag (#3728)
  • Charge gas for the failed transaction (#3659)
  • Probe erc165 interface (#3643)
  • Allow syncing of ds nodes if they kicked out of ds comm instead of rejoin from scrach (#3896)
  • Expose scilla errors/exceptions to eth receipts (#3901)
  • Clear mempool on view change (#3905)
  • CODEHASH now only hashes the contract code, not the initialization parameters. (#3744)

Full Changelog: v9.3.0rc0...v9.3.0rc23