Skip to content

Releases: Zilliqa/zq2

v0.21.0-alpha3

25 Mar 12:59
0e89155

Choose a tag to compare

v0.21.0-alpha3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.21.0-alpha2...v0.21.0-alpha3

v0.21.0-alpha2

19 Mar 08:22
a9ea996

Choose a tag to compare

v0.21.0-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.21.0-alpha1...v0.21.0-alpha2

v0.21.0-alpha1

18 Mar 09:14
a964dc1

Choose a tag to compare

v0.21.0-alpha1 Pre-release
Pre-release

Hardfork

This release contains a hard fork for the following chains:

Mainnet: 23929200 (estimated:2026-04-07T01:06:56Z)

Testnet: 28281600 (estimated: 2026-03-20T02:22:14Z)

Please ensure your node is updated before the specified block height is reached.

What's Changed

Full Changelog: v0.20.3...v0.21.0-alpha1

v0.21.0-alpha

18 Mar 05:07
4030f51

Choose a tag to compare

v0.21.0-alpha Pre-release
Pre-release

Hardfork

This release contains a hard fork for the following chains:

Mainnet: 23929200 (estimated:2026-04-07T01:06:56Z)

Testnet: 28281600 (estimated: 2026-03-20T02:22:14Z)

Please ensure your node is updated before the specified block height is reached.

What's Changed

Full Changelog: v0.20.3...v0.21.0-alpha

v0.20.3 @ 2026-02-10

10 Feb 02:07
5afc165

Choose a tag to compare

What's Changed

Maintenance release: general updates/fixes.

Full Changelog: v0.20.2...v0.20.3

v0.20.2

29 Jan 11:56
3d07cdf

Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

27 Jan 10:33
e97fe10

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

22 Jan 10:08
ee39a9a

Choose a tag to compare

Hardfork

This release contains a hard fork for the following chains:

  • Mainnet: 19486411 (estimated: 2026-02-05T10:00:00Z)
  • Testnet: 23685219 (estimated: 2026-01-14T11.00.00Z)

Please ensure your node is updated before the specified block height is reached.

What's Changed

  • [#3291] Fix empty map scilla queries
  • [#3266] Credit-based rate limiter
  • [#3155] Update revm version
  • [#3355] Activate cancun fork
  • [#3395] Speed up checkpoint generation
  • [#3292] Allow quic/tcpip transports

Full Changelog: v0.19.0...v0.20.0

v0.20.0-beta @ 2026-01-14

14 Jan 03:38
20dedd7

Choose a tag to compare

Pre-release

What's Changed

  • Execution: Upgrade compatibility from Shanghai to Cancun.
  • Database: Quality of life improvements.
  • Feature: RPC rate-limit capability.
  • Networking: Additional QUIC transport.
  • Performance: Remove unnecessary copying.
  • General: Updates and bug-fixes.

v0.20.0-alpha

05 Jan 06:26
26b0c87

Choose a tag to compare

v0.20.0-alpha Pre-release
Pre-release

What's Changed

  • [#3345]: Cleanup state cache
  • [#3379]: fix: replace native-tls with default-tls.
  • [#3378]: chore: rename rockdb playbook name
  • [#3377]: feat: DEVOPS-167 Set the zq2 tf variables with data disk and os image Ubuntu 2404
  • [#3369]: feat: DEVOPS-164 add data disk to monitoring
  • [#3368]: feat: DEVOPS-162 implement overrides to provision the data disk and configure the os image
  • [#3344]: fix ci
  • [#3366]: feat: DEVOPS-151 start persistence backup if node is synced
  • [#3367]: feat: DEVOPS-72 override node disk size
  • [#3365]: feat: DEVOPS-149 prune Docker resources when installing the node
  • [#3341]: Wrap ViewHistory in Arc<RwLock<>> to prevent excessive cloning
  • [#3324]: Rocksdb: employ partitioned index/filter
  • [#3331]: feat: DEVOPS-137 inject rate limit bypass ips and keys to zq2
  • [#3155]: Update revm
  • [#3311]: Bypass RPC limits for IPs specified in ALLOWED_IPS env string.
  • [#3329]: feat: DEVOPS-137 add bypass secret
  • [#3325]: feat: DEVOPS-123 override nodes instance type
  • [#3322]: Rocksdb - some quality of life improvements
  • [#3319]: feat: DEVOPS-136 ulimits for zilliqa service
  • [#3313]: Fix z2 withdraw function call redirecting to unstake function instead of withdraw function.
  • [#3312]: fix: z2 join/deployer incompatibilites.
  • [#3309]: Reduce disk I/O for checkpoint
  • [#3310]: fix: redis url with no TLS
  • [#3308]: feat: DEVOPS-124 Increase persistence backup schedule from 7200 block…
  • [#3266]: Credit-based rate limiter
  • [#3291]: Fix empty map scilla queries
  • [#3257]: Make hardcoded limits configuration via config file
  • [#3302]: feat: DEVOPS-77 throttle ips and custom rules in security policies
  • [#3301]: feat: DEVOPS-125 alternative ssl domains for private apis
  • [#3300]: Use environment variables, cli for some configurations
  • [#3299]: Fix QUIC multiaddr, typo.
  • [#3292]: Allow quic/tcpip transports.