Skip to content

Releases: zeta-chain/node

v31.0.2

17 Jun 19:54
c108d83
Compare
Choose a tag to compare

v31.0.2

Features

  • 3929 - add support for TON http-rpc
  • 3958 - integrate TON http-rpc

Changelog

  • c108d83 fix(backport/v31): use the correct sender address for Bitcoin inscription based inbound (#3970)

v31.0.1

04 Jun 18:13
d11dddf
Compare
Choose a tag to compare

v31.0.1

Upgrade Information

  • Zetachain Mainnet Upgrade Height: 8728280
  • Zetachain Mainnet Upgrade Proposal: 57

Fixes

  • 3955 - allow evm chain stuck outbound replacement by using latest nonce
  • 3951 - do not process btc outbound as inbound transaction
  • 3945 - revert sui CCTX that contains invalid receiver address

##V31.0.0

Upgrade Information

  • Zetachain Testnet Upgrade Height: 10638400
  • Zetachain Testnet Upgrade Proposal: 100

Breaking Changes

  • All Solana inbounds have new optional param revert_options. Solana Gateway program must be upgraded after node upgrade.

Features

  • 3672 - zetaclient: cache tss signatures for performance.
  • 3671 - use gas budget argument to refund TSS for Sui withdraw cost
  • 3699 - use real gas usage for TON withdrawals
  • 3710 - support preflight RPC health metrics before fully enable a chain
  • 3377 - have zetacore increase the gas price in pending Bitcoin cctxs and burns additional gas fees
  • 3750 - support simple call from solana
  • 3764 - add payload parsing for Sui WithdrawAndCall
  • 3756 - parse revert options in solana inbounds
  • 3765 - support cancelling Sui rejected withdrawal
  • 3792 - add compliance check for Sui inbound and outbound
  • 3790 - integrate execute revert
  • 3797 - integrate execute SPL revert
  • 3807 - integrate ZEVM to Solana call
  • 3826 - add global tss signature rate-limiter to zetaclient
  • 3793 - support Sui withdrawAndCall using the PTB transaction
  • 3839 - parse Solana inbounds from inner instructions
  • 3837 - cancel Sui withdrawAndCall if tx cannot go through, e.g. on_call fails due to invalid data
  • 3396 - add support for Bitcoin RBF (Replace-By-Fee) in zetaclient
  • 3864 - add compliance checks for TON inbounds
  • 3881 - add zetatool cmd to analyze size of application.db
  • 3906 - revert restricted cctx for EVM, bitcoin and solana chains
  • 3918 - attach failure reason to solana increment nonce
  • 3932 - hardcoded block time related params

Refactor

  • 3709 - improve cctx error message for out of gas errors when creating outbound
  • 3777 - use SignBatch keysign for solana outbound tx and fallback tx
  • 3813 - set ZETA protocol fee to 0
  • 3848g - extend min gas limit check to prevent intrinsic low gas limit

Fixes

  • 3711 - fix TON call_data parsing
  • 3717 - fix solana withdraw and call panic
  • 3770 - improve fallback tx error handling
  • 3802 - prevent Sui withdraw with invalid address
  • 3786 - reorder end block order to allow gov changes to be added before staking.
  • 3821 - set retry gas limit if outbound is successful
  • 3847 - have EVM chain tracker reporter monitor nonce too low outbound hashes
  • 3863 - give enough timeout to the EVM chain transaction broadcasting
  • 3850 - broadcast single sui withdraw tx at a time to avoid nonce mismatch failure
  • 3877 - use multiple SUI coin objects to pay PTB transaction gas fee
  • 3890 - solana abort address format
  • 3901 - prevent cctx being set as abortRefunded if the abort processing failed before the refund
  • 3872 - delete testnet ballots for creation height 0 and add a query to list all ballots created at a height.
  • 3916 - infinite scan in filter solana inbound events
  • 3914 - check tx result err in filter inbound events
  • 3904 - improve observer emissions distribution to maximise pool utilisation
  • 3895 - solana call required accounts number condition
  • 3896 - add sender to solana execute message hash
  • 3920 - show correct gas limit for synthetic txs
  • 3934 - post zero priority fee for EVM chains to avoid gas price pump failure in the zetacore

Tests

  • 3692 - e2e staking test for MsgUndelegate tx, to test observer staking hooks
  • 3831 - e2e tests for sui fungible token withdraw and call
  • 3582 - add solana to tss migration e2e tests
  • 3866 - add e2e test for upgrading sui gateway package
  • 3417 - add e2e test for the Bitcoin RBF (Replace-By-Fee) feature
  • 3885 - add e2e test for MsgAddObserver
  • 3893 - add e2e performance tests for sui deposit and withdrawal

Refactor

  • 3700 - use sender and senderEVM in cross-chain call message context

Changelog

v29.1.9

04 Jun 15:43
c15fec3
Compare
Choose a tag to compare

v29.1.6

  • 3801 - prevent invalid Sui withdraw address from blocking the outbound

Changelog

  • c15fec3 fix(backport/v29): don't process btc outbound as inbound (#3952)

v31.0.0

02 Jun 16:51
23cb8e4
Compare
Choose a tag to compare

v31.0.0

Upgrade Information

  • Zetachain Testnet Upgrade Height: 10638400
  • Zetachain Testnet Upgrade Proposal: 100

Breaking Changes

  • All Solana inbounds have new optional param revert_options. Solana Gateway program must be upgraded after node upgrade.

Features

  • 3672 - zetaclient: cache tss signatures for performance.
  • 3671 - use gas budget argument to refund TSS for Sui withdraw cost
  • 3699 - use real gas usage for TON withdrawals
  • 3710 - support preflight RPC health metrics before fully enable a chain
  • 3377 - have zetacore increase the gas price in pending Bitcoin cctxs and burns additional gas fees
  • 3750 - support simple call from solana
  • 3764 - add payload parsing for Sui WithdrawAndCall
  • 3756 - parse revert options in solana inbounds
  • 3765 - support cancelling Sui rejected withdrawal
  • 3792 - add compliance check for Sui inbound and outbound
  • 3790 - integrate execute revert
  • 3797 - integrate execute SPL revert
  • 3807 - integrate ZEVM to Solana call
  • 3826 - add global tss signature rate-limiter to zetaclient
  • 3793 - support Sui withdrawAndCall using the PTB transaction
  • 3839 - parse Solana inbounds from inner instructions
  • 3837 - cancel Sui withdrawAndCall if tx cannot go through, e.g. on_call fails due to invalid data
  • 3396 - add support for Bitcoin RBF (Replace-By-Fee) in zetaclient
  • 3864 - add compliance checks for TON inbounds
  • 3881 - add zetatool cmd to analyze size of application.db
  • 3906 - revert restricted cctx for EVM, bitcoin and solana chains
  • 3918 - attach failure reason to solana increment nonce
  • 3932 - hardcoded block time related params

Refactor

  • 3709 - improve cctx error message for out of gas errors when creating outbound
  • 3777 - use SignBatch keysign for solana outbound tx and fallback tx
  • 3813 - set ZETA protocol fee to 0
  • 3848g - extend min gas limit check to prevent intrinsic low gas limit

Fixes

  • 3711 - fix TON call_data parsing
  • 3717 - fix solana withdraw and call panic
  • 3770 - improve fallback tx error handling
  • 3802 - prevent Sui withdraw with invalid address
  • 3786 - reorder end block order to allow gov changes to be added before staking.
  • 3821 - set retry gas limit if outbound is successful
  • 3847 - have EVM chain tracker reporter monitor nonce too low outbound hashes
  • 3863 - give enough timeout to the EVM chain transaction broadcasting
  • 3850 - broadcast single sui withdraw tx at a time to avoid nonce mismatch failure
  • 3877 - use multiple SUI coin objects to pay PTB transaction gas fee
  • 3890 - solana abort address format
  • 3901 - prevent cctx being set as abortRefunded if the abort processing failed before the refund
  • 3872 - delete testnet ballots for creation height 0 and add a query to list all ballots created at a height.
  • 3916 - infinite scan in filter solana inbound events
  • 3914 - check tx result err in filter inbound events
  • 3904 - improve observer emissions distribution to maximise pool utilisation
  • 3895 - solana call required accounts number condition
  • 3896 - add sender to solana execute message hash
  • 3920 - show correct gas limit for synthetic txs
  • 3934 - post zero priority fee for EVM chains to avoid gas price pump failure in the zetacore

Tests

  • 3692 - e2e staking test for MsgUndelegate tx, to test observer staking hooks
  • 3831 - e2e tests for sui fungible token withdraw and call
  • 3582 - add solana to tss migration e2e tests
  • 3866 - add e2e test for upgrading sui gateway package
  • 3417 - add e2e test for the Bitcoin RBF (Replace-By-Fee) feature
  • 3885 - add e2e test for MsgAddObserver
  • 3893 - add e2e performance tests for sui deposit and withdrawal

Refactor

  • 3700 - use sender and senderEVM in cross-chain call message context

Changelog

v30.0.4

30 May 16:09
05ba3da
Compare
Choose a tag to compare
v30.0.4 Pre-release
Pre-release

v30.0.4

Changelog

v29.1.8

30 May 17:12
a3c197a
Compare
Choose a tag to compare

v29.1.6

  • 3801 - prevent invalid Sui withdraw address from blocking the outbound

Changelog

  • a3c197a fix: post zero priority fee to avoid gas price bump failure in zetacore (#3931)

v30.0.3

28 May 19:08
ab54f2e
Compare
Choose a tag to compare
v30.0.3 Pre-release
Pre-release

v30.0.3

Changelog

  • ab54f2e fix: post zero priority fee to avoid gas price bump failure in zetacore (#3930)

v29.1.7

28 May 20:45
a3c197a
Compare
Choose a tag to compare

v29.1.6

  • 3801 - prevent invalid Sui withdraw address from blocking the outbound

Changelog

  • a3c197a fix: post zero priority fee to avoid gas price bump failure in zetacore (#3931)

v30.0.2

22 May 18:40
f1b8254
Compare
Choose a tag to compare
v30.0.2 Pre-release
Pre-release

v30.0.2

  • This is a zetaclient only release

Fixes

  • 3903 - solana: fix inbounds events filtering

v30.0.1

21 May 16:26
12487aa
Compare
Choose a tag to compare
v30.0.1 Pre-release
Pre-release

v30.0.1

  • This is a zetaclient only release

Features

  • 3897 - ton: update tongo to v1.16.4

Changelog