Skip to content

v31.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 18:13
· 28 commits to develop since this release
d11dddf

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