Skip to content

v0.0.1739384888

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 18:29
cd1274a

Unreleased

Features

  • 3461 - add new ConfirmationParams field to chain params to enable multiple confirmation count values, deprecating confirmation_count
  • 3489 - add Sui chain info
  • 3455 - add track-cctx command to zetatools
  • 3506 - define ConfirmationMode enum and add it to InboundParams, OutboundParams, MsgVoteInbound and MsgVoteOutbound

Refactor

  • 3381 - split Bitcoin observer and signer into small files and organize outbound logic into reusable/testable functions; renaming, type unification, etc.
  • 3496 - zetaclient uses ConfirmationParams instead of old ConfirmationCount; use block ranged based observation for btc and evm chain.

Fixes

  • 3501 - fix E2E test failure caused by nil ConfirmationParams for Solana and TON
  • 3509 - schedule Bitcoin TSS keysign on interval to avoid TSS keysign spam
  • 3517 - remove duplicate gateway event appending to fix false positive on multiple events in same tx

Tests

  • 3430 - add simulation test for MsgWithDrawEmission
  • 3503 - add check in e2e test to ensure deletion of stale ballots

Changelog