Releases: zeta-chain/node
Releases · zeta-chain/node
v12.2.5
v12.2.4
This is a hotfix release that addresses stuck outbound transactions on Ethereum and Bitcoin due to low gas price/fee.
This is a zetaclientd only release, requires majority of observers to upgrade to take effect.
Full Changelog: v12.2.3...v12.2.4
Changelog
v12.2.3
v12.2.2
Full Changelog: v12.2.1...v12.2.2
Changelog
- b14638c disable blame votes
- btc scheduler: back to interval based
v12.2.1
NOTE: This release should be used instead of v12.2.0 for the upgrade to v12.2.0.
Scheduled height on mainnet: 1549750 (Proposal ID 10, estimated upgrade time UTC 5:30AM Jan 31, 2024)
Scheduled height on athens3: TBD
Full Changelog: v12.2.0...v12.2.1
Changelog
Consensus Breaking Changes
- 1642 - fix: change WhitelistERC20 authorization from group1=>group2
- increment handler for v12.2.0
v12.1.1
Full Changelog: v12.1.0...v12.1.1
Changelog
v12.1.0
What's Changed
Consensus Breaking Changes
- fix: exempt system txs from min gas check and fee deduction by @brewmaster012 in #1605
- chore: increment hanlder to v12.1.0 by @kingpinXD in #1615
- feat(
crosschain
):MsgAbortStuckCCTX
message by @lumtis in #1635 - feat: Keygen migration script by @kingpinXD in #1632
Non-consensus Breaking Changes
- fix: skip unsupported chain parameters by @ws4charlie in #1581
- fix: avoid voting on wrong ballots due to false blockNumber in EVM tx receipt by @ws4charlie in #1570
- fix: zetaclient crash due to out of bound int conversion by @brewmaster012 in #1576
- chore: update ledger dependencies by @CharlieMc0 in #1590
- fix(
zetaclient
): fix chain params comparison logic by @lumtis in #1588 - docs: updated release instructions by @CharlieMc0 in #1585
- test(
e2e
): add chain header tests back and fix admin tests by @lumtis in #1577 - ci: fix the cleanup step in the rc-release and publish-release pipelines by @gzukel in #1580
- fix: get tss address cli by @kingpinXD in #1589
- fix: Stress test refactor by @kevinssgh in #1501
- fix: cherry-pick ZetaClient fixes from
12.0.4
by @lumtis in #1631
Full Changelog: v12.0.0...v12.1.0
v12.0.4
What's Changed
What's Changed
- fix: skip keygen loop by @kingpinXD in #1625
Full Changelog: v12.0.3...v12.0.4
Changelog
- 9d33b89 skip check
v12.0.3
What's Changed
What's Changed
- refactor(
hotfix
): support retrying sending inbound vote with higher gas limit by @lumtis in #1601 - fix: some necessary code refactor for banned address and bug fix during refactor by @ws4charlie in #1603
Full Changelog: v12.0.0...v12.0.3
Changelog
- a724938 make cosmos go sec linter happy