This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Releases: Zilliqa/zq1
Releases · Zilliqa/zq1
v9.3.7
What's Changed
- [release/v9.3] Make jsonrpc api interface compatible with eip-1898 by @chetan-zilliqa in #3949
- [release/v9.3] Filter duplicate Eth logs at api level by @chetan-zilliqa in #3950
Full Changelog: v9.3.6...v9.3.7
v9.3.6
What's Changed
- [release/v9.3] Increase eth logs retention to approximately 7 days by @chetan-zilliqa in #3948
Full Changelog: v9.3.5...v9.3.6
v9.3.5
What's Changed
- [release/v9.3] Only pick nodes in first half of committee to forward blocks by @JamesHinshelwood in #3939
- [release/v9.3] Only consider DS guards when selecting who should forward blocks by @JamesHinshelwood in #3940
- [release/v9.3] (fix): update VERSION to v9.3.5 by @mauromedda in #3941
Full Changelog: v9.3.4...v9.3.5
v9.3.4
What's Changed
- [master] Allow API to be paused by @bzawisto in #3911
- [master] Drop outdated consensus messages by @bzawisto in #3912
- [master] Detect broken link as a sender by @bzawisto in #3913
- [master] Allow ext seedpubs to communicate with public ones by @bzawisto in #3914
- [master] Update ERC20isZRC2 example in EVMAcceptanceTests by @WuBruno in #3916
- [master] Zil 5543 fireblocks fixes by @bzawisto in #3917
- [master] Zil 5559 show pending transactions by @bzawisto in #3920
- [master] Fix ZIL-5568 : TransactionIndex field is not hex string. by @chetan-zilliqa in #3919
- [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
- [master] Return pending txn nonce only if config is set by @chetan-zilliqa in #3936
- [master] Fixing block response by @bzawisto in #3937
- [master] Log txn payload by @bzawisto in #3938
New Contributors
Full Changelog: v9.3.0...v9.3.4
v9.3.4rc1
What's Changed
- [master] Return pending txn nonce only if config is set by @chetan-zilliqa in #3936
- [master] Fixing block response by @bzawisto in #3937
Full Changelog: v9.3.4rc0...v9.3.4rc1
v9.3.4rc0
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
What's Changed
- [master] Allow API to be paused by @bzawisto in #3911
- [master] Drop outdated consensus messages by @bzawisto in #3912
- [master] Detect broken link as a sender by @bzawisto in #3913
- [master] Allow ext seedpubs to communicate with public ones by @bzawisto in #3914
- [master] Update ERC20isZRC2 example in EVMAcceptanceTests by @WuBruno in #3916
- [master] Zil 5543 fireblocks fixes by @bzawisto in #3917
- [master] Zil 5559 show pending transactions by @bzawisto in #3920
- [master] Fix ZIL-5568 : TransactionIndex field is not hex string. by @chetan-zilliqa in #3919
New Contributors
Full Changelog: v9.3.0...v9.3.3
v9.3.2
v9.3.1
What's Changed
- [master] Allow API to be paused by @bzawisto in #3911
- [master] Drop outdated consensus messages by @bzawisto in #3912
- [master] Detect broken link as a sender by @bzawisto in #3913
- [master] Allow ext seedpubs to communicate with public ones by @bzawisto in #3914
Full Changelog: v9.3.0...v9.3.1
v9.3.0
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
contractAddresscalculation 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