Zilliqa

Zilliqa is the world's first high-throughput public blockchain platform - designed to scale to thousands ​of transactions per second.

GPL-3.0 License

Stars
1.1K

Bot releases are visible (Hide)

Zilliqa - v9.3.0rc12

Published by chetan-zilliqa 11 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc11...v9.3.0rc12

Zilliqa - v9.3.0rc11

Published by bzawisto 11 months ago

Zilliqa - v9.3.0rc10

Published by chetan-zilliqa 11 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc9...v9.3.0rc10

Zilliqa - v9.3.0rc9

Published by chetan-zilliqa 11 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc8...v9.3.0rc9

Zilliqa - v9.3.0rc8

Published by chetan-zilliqa 11 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc7...v9.3.0rc8

Zilliqa - v9.3.0rc7

Published by chetan-zilliqa 11 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc6...v9.3.0rc7

Zilliqa - v9.3.0rc6

Published by chetan-zilliqa 12 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc5...v9.3.0rc6

Zilliqa - v9.3.0rc5

Published by chetan-zilliqa 12 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc4...v9.3.0rc5

Zilliqa - v9.3.0rc4

Published by mauromedda 12 months ago

Zilliqa - v9.3.0rc2

Published by chetan-zilliqa 12 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc1...v9.3.0rc2

Zilliqa - v9.3.0rc1

Published by chetan-zilliqa 12 months ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.3.0rc0...v9.3.0rc1

Zilliqa - v9.3.0rc0

Published by chetan-zilliqa 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.6...v9.3.0rc0

Zilliqa - v9.2.6

Published by chetan-zilliqa about 1 year ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.5...v9.2.6

Zilliqa - v9.2.5

Published by chetan-zilliqa about 1 year ago

What's Changed

  • Fix codehash to get only contract code hash (#3744) (#3747)
  • Update version to v9.2.5

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.4...v9.2.5

Zilliqa - v9.2.4

Published by chetan-zilliqa about 1 year ago

What's Changed

  • Revert "Fix codehash to get only contract code hash (#3744) (#3747)"
  • Fixing wrong log/receipt formats (#3767)
  • Update release version to v9.2.4

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.3...v9.2.4

Zilliqa - v9.2.3

Published by chetan-zilliqa about 1 year ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.2...v9.2.3

Zilliqa - v9.2.2

Published by chetan-zilliqa over 1 year ago

What's Changed

Full Changelog: https://github.com/Zilliqa/Zilliqa/compare/v9.2.0...v9.2.2

Zilliqa - v9.2.0

Published by yaron-zilliqa over 1 year ago

Upgrade timelines

The upgrade will commence at 08:00 UTC on 5th July and whilst we anticipate completion in 8 hours, please allow up to 24 hours in case of unexpected circumstances.

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

General

  • Set ARCHIVAL_LOOKUP_WITH_TX_TRACES in constants_local.xml (#3607)
  • Charge gas for the failed transaction (#3659)
  • Add access control to error response (#3617)
  • Fix badly set receipts root (#3635)
  • Otterscan final apis (#3634)
  • Update the Scilla image version to 0.13.3, providing full backward compatibility with all existing Scilla contracts (#3674)
  • ScillaCall2 does not return value (#3694)
  • Client side for hot upgrades (#3672)
  • Use a timer for connection timeout and earlier connection failures. Improved re-connections on temporary dropouts (#3696).

EVM

  • Probe ERC165 interface (#3643)
  • Make EVM and Scilla events work together (#3642)
  • Improved EVM <-> Scilla (ERC20/ZRC20) interop (#3639)
  • EVM <-> Scilla (ERC20/ZRC20) interop fixes (#3631)
  • Allow evm-ds to be optionally disabled in an isolated server for debugging (#3622)
  • Return response from eth_getCode in lowercase (#3650)
  • Adding support for reading Scilla ctor immutables (#3647)
  • Unified gas tracking (https://github.com/Zilliqa/Zilliqa/pull/3679)

Testing

  • Improved local testing (through Minikube) with localdev.py (#3636, #3633)
  • Fixing tests (#3664)
  • Disable Otterscan tests in the release (#3663)
  • Add RFC 75 tests (#3657)
  • Check node version before running acceptance tests (#3655)
  • Scilla call tests & fixes (#3673, #3675)
Zilliqa - v9.2.0rc5

Published by chetan-zilliqa over 1 year ago

Upgrade timelines

The upgrade will commence at 08:00 UTC on 5th July and whilst we anticipate completion in 8 hours, please allow up to 24 hours in case of unexpected circumstances.

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

General

  • Set ARCHIVAL_LOOKUP_WITH_TX_TRACES in constants_local.xml (#3607)
  • Charge gas for the failed transaction (#3659)
  • Add access control to error response (#3617)
  • Fix badly set receipts root (#3635)
  • Otterscan final apis (#3634)
  • Update the Scilla image version to 0.13.3, providing full backward compatibility with all existing Scilla contracts (#3674)
  • ScillaCall2 does not return value (#3694)
  • client side for hot upgrades (#3672)

EVM

  • Probe ERC165 interface (#3643)
  • Make EVM and Scilla events work together (#3642)
  • Improved EVM <-> Scilla (ERC20/ZRC20) interop (#3639)
  • EVM <-> Scilla (ERC20/ZRC20) interop fixes (#3631)
  • Allow evm-ds to be optionally disabled in an isolated server for debugging (#3622)
  • Return response from eth_getCode in lowercase (#3650)
  • Adding support for reading Scilla ctor immutables (#3647)
  • Unified gas tracking (https://github.com/Zilliqa/Zilliqa/pull/3679)

Testing

  • Improved local testing (through Minikube) with localdev.py (#3636, #3633)
  • Fixing tests (#3664)
  • Disable Otterscan tests in the release (#3663)
  • Add RFC 75 tests (#3657)
  • Check node version before running acceptance tests (#3655)
  • Scilla call tests & fixes (#3673, #3675)
Zilliqa - v9.2.0rc4

Published by chetan-zilliqa over 1 year ago

What's Changed

  • Unified gas tracking (#3679)