Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Releases: Zilliqa/zq1

v9.3.7

12 Sep 05:03

Choose a tag to compare

What's Changed

Full Changelog: v9.3.6...v9.3.7

v9.3.6

18 Jul 02:21

Choose a tag to compare

What's Changed

Full Changelog: v9.3.5...v9.3.6

v9.3.5

10 May 00:25
56dc555

Choose a tag to compare

What's Changed

Full Changelog: v9.3.4...v9.3.5

v9.3.4

09 May 08:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.0...v9.3.4

v9.3.4rc1

07 May 09:22

Choose a tag to compare

What's Changed

Full Changelog: v9.3.4rc0...v9.3.4rc1

v9.3.4rc0

30 Apr 06:41

Choose a tag to compare

What's Changed

  • [master] (fix): update the pipelines for the new GHA runners by @mauromedda in #3926
  • [master] Some bug fixes by @bzawisto in #3934
  • [master] Zil-5586 : seedpubs eth_getTransactionCount doesn't support pending block number by @chetan-zilliqa in #3931

Full Changelog: v9.3.3...v9.3.4rc0

v9.3.3

15 Feb 10:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.0...v9.3.3

v9.3.2

25 Jan 10:44

Choose a tag to compare

What's Changed

  • [master] Update ERC20isZRC2 example in EVMAcceptanceTests by @WuBruno in #3916
  • [master] Zil 5543 fireblocks fixes by @bzawisto in #3917

New Contributors

Full Changelog: v9.3.1...v9.3.2

v9.3.1

22 Jan 10:33

Choose a tag to compare

What's Changed

Full Changelog: v9.3.0...v9.3.1

v9.3.0

02 Jan 11:18

Choose a tag to compare

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