Skip to content

Releases: zeta-chain/node

zetaclient_v38.0.1

27 Feb 16:58
47763a2

Choose a tag to compare

Release ReForge

  • zetacored: v37.0.0
  • zetaclientd: v38.0.1

Fixes

  • 4551 - check grantee for IsSystemTx (backport #4548)
  • 4552 - add nil guards for Solana tx metadata and safe signature parsing (backport #4550)

zetaclient_v37.0.8

02 Mar 16:56
37f1555

Choose a tag to compare

Unreleased

Features

  • 4493 - enable ALT in solana inbounds

Changelog

  • 37f1555 fix: add nil guards for Solana tx metadata and safe signature parsing (backport #4550 to v37) (#4553)

v36.1.5

16 Feb 17:47
29a8626

Choose a tag to compare

Changelog

v37.0.2

23 Jan 15:48
c642769

Choose a tag to compare

Release ReForge

Breaking Changes

  • A new field gas_price_multiplier is added to the chain parameters, impacting the query API /zeta-chain/observer/get_chain_params and the cosmos message MsgUpdateChainParams.
    The zetacored binary must be upgraded to trigger chain parameters data migration before running the new zetaclientd binary.

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 tracerConfig in 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_interval and outbound_schedule_lookahead in 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

Chores

Changelog

  • c642769 chore: update cometbft to v0.38.21 for v37 (#4536)

v36.0.5

23 Jan 15:51
5de2f6f

Choose a tag to compare

v36.0.5

Chores

  • patch CometBFT to v0.38.21 - adds max snapshot chunks configuration for state sync

Changelog

  • 5de2f6f chore: update cometbft to v0.38.21 for v36 (#4535)

v37.0.1

14 Jan 18:27
aaf6bc9

Choose a tag to compare

Release ReForge

  • zetacored: v37.0.0
  • zetaclientd: v38.0.0

Breaking Changes

  • A new field gas_price_multiplier is added to the chain parameters, impacting the query API /zeta-chain/observer/get_chain_params and the cosmos message MsgUpdateChainParams.
    The zetacored binary must be upgraded to trigger chain parameters data migration before running the new zetaclientd binary.

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 tracerConfig in 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_interval and outbound_schedule_lookahead in 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

  • aaf6bc9 fix: ignore error if chain params are missing (#4531)

v37.0.0

06 Jan 19:11
78e1a91

Choose a tag to compare

Release ReForge

Upgrade Information

Breaking Changes

  • A new field gas_price_multiplier is added to the chain parameters, impacting the query API /zeta-chain/observer/get_chain_params and the cosmos message MsgUpdateChainParams.
    The zetacored binary must be upgraded to trigger chain parameters data migration before running the new zetaclientd binary.

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 tracerConfig in 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_interval and outbound_schedule_lookahead in 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_v38.0.0

06 Jan 19:35
7e26bca

Choose a tag to compare

Release ReForge

Upgrade Information

Breaking Changes

  • A new field gas_price_multiplier is added to the chain parameters, impacting the query API /zeta-chain/observer/get_chain_params and the cosmos message MsgUpdateChainParams.
    The zetacored binary must be upgraded to trigger chain parameters data migration before running the new zetaclientd binary.

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 tracerConfig in 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_interval and outbound_schedule_lookahead in 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

  • 7e26bca fix: apply outbound_schedule_interval and outbound_schedule_lookahead to TON scheduler (#4513)

zetaclient_v37.0.7

19 Dec 22:34
b5823a6

Choose a tag to compare

Changelog

zetaclient_v37.0.6

19 Dec 20:49
af36ac7

Choose a tag to compare

Changelog