Skip to content

Releases: zeta-chain/node

v9.0.1

31 Aug 20:30
473a9ed
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

30 Aug 05:44
3046a78
Compare
Choose a tag to compare
feat: tss-history (#1031)

v8.3.3

22 Aug 16:10
612a4cf
Compare
Choose a tag to compare

Full Changelog: v8.3.2...v8.3.3

v8.3.2

22 Aug 04:32
0c41d79
Compare
Choose a tag to compare

Full Changelog: v8.3.0...v8.3.2

v8.3.1

21 Aug 22:59
3faa41a
Compare
Choose a tag to compare

Full Changelog: v8.1.0...v8.3.1

v8.3.0

21 Aug 20:49
3faa41a
Compare
Choose a tag to compare

This is an optional update that includes a fix for the version of store evidence mismatch root store's version errors some operators are seeing.

If your node is has this error take the following steps to fix it:

  • stop zetacored
  • install the v8.3.0 update
  • run zetacored rollback-cosmos 1245899 --home=/<your-zetacored-home-path>/.zetacored (This takes ~10 minutes)
  • restart zetacored
  • let zetacored fully sync

Full Changelog: v8.1.0...v8.3.0

v8.2.1

19 Aug 02:19
Compare
Choose a tag to compare

Full Changelog: v8.2.0...v8.2.1

v8.2.0

18 Aug 23:51
e7a7f83
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v8.1.0...v8.2.0

v8.1.0

16 Aug 20:50
3647012
Compare
Choose a tag to compare

What's Changed

What's Changed

  • fix(hotfix): check for deactivated methods by @lumtis in #987

Full Changelog: v8.0.0...v8.1.0

What's Changed

What's Changed

  • chore(proto): add a make target to format proto and format proto files by @lumtis in #876
  • chore: add ws4charlie to codeowners by @fadeev in #887
  • chore(Makefile): fix coverage-report target by @lumtis in #898
  • ci: fix build test by @CharlieMc0 in #903
  • refactor: remove Starport placeholders and module handlers by @lumtis in #906
  • refactor(crosschain): define interface for fungible keeper reference by @lumtis in #905
  • chore: run goimports and add to .golangci.yml by @lumtis in #907
  • docs: update module docs by @fadeev in #871
  • ci: generated files check by @fadeev in #873
  • refactor(fungible): define interface for EVM keeper reference by @lumtis in #900
  • docs: fix module name in comments by @lumtis in #916
  • chore: bump SDK version to 0.46.13 by @lumtis in #889
  • refactor(app.go): remove capability module by @lumtis in #914
  • docs: state transition diagrams for cctx status by @fadeev in #755
  • feat: remote omni-chain call context: sender and chainID by @brewmaster012 in #912
  • docs: add issue links for todos by @lumtis in #869
  • feat: msg update withdraw fee by @brewmaster012 in #929
  • refactor: ConvertGasToZeta RPC uses ChainID instead of ChainName string for query by @brewmaster012 in #846
  • fix: rpc: web3.clientVersion returns compatible with geth by @blockpinetwork in #933
  • test(testutil): add keeper reference mocks in fungible test keeper by @lumtis in #909
  • fix(app.go): disable vesting account creation to prevent contract address bricking by @lumtis in #923
  • fix(cmd): set the correct default HD path for key recovery by @lumtis in #913
  • fix(crosschain): extend inTxHashToCctx to accommodate multiple cctxes caused by a single inTxHash by @brewmaster012 in #748
  • fix(rpc): include rpc fix from Ethermint 0.22 by @lumtis in #947
  • feat: observer rewards by @kingpinXD in #855
  • feat: enabling metrics through prometheus by @kevinssgh in #911
  • feat: Observer enable nonce mark and verify Bitcoin outbound tx by @ws4charlie in #954
  • chore: update handler version by @kingpinXD in #974
  • test(fungible/types): increase code coverage for types by @lumtis in #953
  • fix(hotfix): check for deactivated methods by @lumtis in #987

New Contributors

Full Changelog: v7.0.0...v8.1.0

v8.0.0

15 Aug 15:47
db09ffe
Compare
Choose a tag to compare

What's Changed

What's Changed

  • chore(proto): add a make target to format proto and format proto files by @lumtis in #876
  • chore: add ws4charlie to codeowners by @fadeev in #887
  • chore(Makefile): fix coverage-report target by @lumtis in #898
  • ci: fix build test by @CharlieMc0 in #903
  • refactor: remove Starport placeholders and module handlers by @lumtis in #906
  • refactor(crosschain): define interface for fungible keeper reference by @lumtis in #905
  • chore: run goimports and add to .golangci.yml by @lumtis in #907
  • docs: update module docs by @fadeev in #871
  • ci: generated files check by @fadeev in #873
  • refactor(fungible): define interface for EVM keeper reference by @lumtis in #900
  • docs: fix module name in comments by @lumtis in #916
  • chore: bump SDK version to 0.46.13 by @lumtis in #889
  • refactor(app.go): remove capability module by @lumtis in #914
  • docs: state transition diagrams for cctx status by @fadeev in #755
  • feat: remote omni-chain call context: sender and chainID by @brewmaster012 in #912
  • docs: add issue links for todos by @lumtis in #869
  • feat: msg update withdraw fee by @brewmaster012 in #929
  • refactor: ConvertGasToZeta RPC uses ChainID instead of ChainName string for query by @brewmaster012 in #846
  • fix: rpc: web3.clientVersion returns compatible with geth by @blockpinetwork in #933
  • test(testutil): add keeper reference mocks in fungible test keeper by @lumtis in #909
  • fix(app.go): disable vesting account creation to prevent contract address bricking by @lumtis in #923
  • fix(cmd): set the correct default HD path for key recovery by @lumtis in #913
  • fix(crosschain): extend inTxHashToCctx to accommodate multiple cctxes caused by a single inTxHash by @brewmaster012 in #748
  • fix(rpc): include rpc fix from Ethermint 0.22 by @lumtis in #947
  • feat: observer rewards by @kingpinXD in #855
  • feat: enabling metrics through prometheus by @kevinssgh in #911
  • feat: Observer enable nonce mark and verify Bitcoin outbound tx by @ws4charlie in #954
  • chore: update handler version by @kingpinXD in #974
  • test(fungible/types): increase code coverage for types by @lumtis in #953

New Contributors

Full Changelog: v7.0.0...v8.0.0