v33.0.0
Upgrade info
- Zetachain Testnet Upgrade Height: 12060000
- Zetachain Testnet Upgrade Proposal: Proposal #105
Features
- 3961 - cosmos v53 upgrade
- 3977 - integrate new ton features (call, increase_seqno, compliance)
- 3990 - add support for deposits using the new v2 connector contract
- 4007 - add support for Sui withdraw and authenticated call
- 4063 - add a message to burn funds in the fungible module
- 3991 - migrate from Ethermint to new Cosmos EVM module
- 4077 - add Cosmos EVM default precompiles support
Fixes
- 3953 - skip Bitcoin outbound when scanning inbound transactions
- 3957 - remove tx format assumption from solana parse gateway instruction
- 3956 - use the latest nonce to perform pre-broadcast check to make evm tx replacement possible
- 3954 - fail sui withdrawal event in the ZEVM if it carries invalid receiver address
- 3917 - prevent jailed observers from voting
- 3971 - zetaclient should load restricted addresses correctly from
zetaclient_restricted_addresses.json
- 3964 - use the inscription initiator address as Bitcoin inbound sender address
- 4018 - Sui token accounting mismatch
- 4020 - add a migration script to delete ZRC20 SUI gas tokens from stability pool
- 4067 - disable sui authenticated call temporarily until gateway upgrade
Refactor
- 3940 - avoid pre-signing solana outbound by waiting for the exact PDA nonce to arrive
- 4033 - improve error handling logic when decoding Bitcoin inscribed memo standard
- 4052 - remove the deprecated 'BitcoinConfig' from zetaclient config
- 4054 - refactor deposit logic to prevent minting surplus zeta
- 4060 - cleanup forked mempool code
Tests
- 3972 - add
gasLimit
argument to erc20 withdrawAndCall e2e test - 3983 - fix simulation tests and modify
sim.yml
workflow to run sim tests on changes toapp/
andcmd/
directories in addition tox/
- 3975 - add v2 connector deployment to the e2e test.
- 3976 - add connector fund migration e2e test using contracts only.
- 3999 - run simulation tests nightly
- 3985 - add e2e tests for deposit and withdraw with big payload
- 4022 - configure Solana e2e test connected program IDs
- 4040 - make Bitcoin inscription e2e test working for live networks
- 4053 - fix flaky e2e tests that failed on zrc20 balance assertion in live networks