github zeta-chain/node v27.0.2

16 hours ago

v27.0.2

This is an optional update that is compatible with v27.0.x

Fixes

  • 3470 - revert status and query blocks commands
  • 3482 - fix evm healthcheck to reduce log spam
  • 3484 - use chain name in metrics

v27.0.1

Fixes

  • 3460 - add group,gov,params,consensus,feemarket ,crisis,vesting modules to the cosmos interface registry to enable parsing of tx results.

v27.0.0

Breaking Changes

  • Universal contract calls from Bitcoin and Solana now follow the Protocol Contract V2 workflow.
    • For depositAndCall and call operations, the onCall method is invoked on the Universal Contract from the gateway, replacing the previous behavior where onCrossChainCall was triggered by the systemContract.
    • The interfaces of both functions remain the same.

Features

  • 3353 - add liquidity cap parameter to ZRC20 creation
  • 3357 - cosmos-sdk v.50.x upgrade
  • 3358 - register aborted CCTX for Bitcoin inbound that carries insufficient depositor fee
  • 3368 - cli command to fetch inbound ballot from inbound hash added to zetatools.
  • 3425 - enable inscription parsing on Bitcoin mainnet

Refactor

  • 3332 - implement orchestrator V2. Move BTC observer-signer to V2
  • 3360 - update protocol contract imports using consolidated path
  • 3349 - implement new bitcoin rpc in zetaclient with improved performance and observability
  • 3390 - orchestrator V2: EVM observer-signer
  • 3426 - use protocol contracts V2 with Bitcoin deposits
  • 3326 - improve error messages for cctx status object
  • 3418 - orchestrator V2: TON observer-signer
  • 3432 - use protocol contracts V2 with Solana deposits
  • 3438 - orchestrator V2: SOl observer-signer. Drop V1.
  • 3440 - remove unused method FilterSolanaInboundEvents
  • 3428 - zetaclient: converge EVM clients.
  • 2863 - refactor zetacore to delete matured ballots and add a migration script to remove all old ballots.

Fixes

  • 3416 - add a check for nil gas price in the CheckTxFee function

Changelog

Don't miss a new node release

NewReleases is sending notifications on new releases.