Releases: zeta-chain/node
Releases · zeta-chain/node
v37.0.0
Release ReForge
- zetacored: v37.0.0
- zetaclientd: v38.0.0
Breaking Changes
- A new field
gas_price_multiplieris added to the chain parameters, impacting the query API/zeta-chain/observer/get_chain_paramsand the cosmos messageMsgUpdateChainParams.
Thezetacoredbinary must be upgraded to trigger chain parameters data migration before running the newzetaclientdbinary.
Features
- 4427 - improve EVM chain outbound performance with batch and sequential keysign
- 4479 - add MsgRemoveObserver
- 4484 - change params for 2s block time
- 4507 - add a tool to list tss balances across all supported chains
- 4492 - add migration script to set authorization for MsgRemoveObserver
- 4453 - add an option to create dry zetaclients to connect to live networks
- 4493 - enable ALT in solana inbounds
- 4485 - move gas price multiplier to zetacore chain parameters
- 4515 - add a flag to toggle v2 ZETA flows and set it false by default
Fixes
- 4403 - load Sui inbound cursors from database for all supported packages
- 4401 - retry Sui inbound when the inbound vote RPC failed
- 4414 - fix example package deployment by removing gateway object reference
- 4434 - disable zetaclient public DNS usage to avoid crash when resolving DNS in the address_book
- 4437 - have zetaclient resolve IP address from public DNS and then use only IP address in go-tss
- 4443 - fix effective gas price calculation for zevm rpc
- 4471 - accept uppercase receiver address in Bitcoin withdrawals
- 4502 - update to filter by VM for evm chains requiring TSS funds migration.
- 4498 - reindex txlogs at the rpc layer if duplicate indexes are present
- 4490 - allow object for
tracerConfigin the zevm debug APIs - 4511 - false mempool congested warning
- 4509 - use outbound schedule interval in sui cctx scheduling
- 4514 - use Zeta height as a factor to calculate the EVM chain artificial height for TSS keysign
- 4513 - use
outbound_schedule_intervalandoutbound_schedule_lookaheadin ton cctx scheduling
Tests
- 4440 - add more chaos profiles to zetaclient localnet
- 4474 - add e2e test for zetaclient minimum version
- 4476 - add separate versions for zetaclient ,zetacore and zetae2e binaries for upgrade e2e tests.
- 4488 - add sui to tss migration tests
- 4491 - add ton to tss migration tests
- 4503 - add an e2e test to replace observer without TSS migration
Changelog
zetaclient_v37.0.7
zetaclient_v37.0.6
v36.1.5
V36.1.5 ONLY FOR RPC NODES
This should NOT be run on any validator nodes and should only be used for RPC nodes.