Skip to content

Releases: zeta-chain/toolkit

v3.0.0

08 Oct 07:54
f38009b
Compare
Choose a tag to compare

What's Changed

  • fix(cctx): prevent tracking from exiting before the cctx is finalized by @fadeev in #58
  • feat(fees): customizable gas limit and JSON flag by @fadeev in #43
  • feat(balances): add JSON flag by @fadeev in #44
  • feat(messaging): add --fees optional param to set ZETA/native fees by @fadeev in #63
  • ci: integration test by @fadeev in #36
  • feat: added gas limit to CCM template by @fadeev in #65

Full Changelog: v2.2.4...v3.0.0

v2.2.4

25 Sep 16:57
439fd48
Compare
Choose a tag to compare

What's Changed

  • feat: added bytesToBech32Bytes helper function by @fadeev in #59

Full Changelog: v2.2.3...v2.2.4

v2.2.3

20 Sep 15:32
e14c6d5
Compare
Choose a tag to compare

What's Changed

  • fix: importing prepareData from browser by @fadeev in #57

Full Changelog: v2.2.2...v2.2.3

v2.2.2

20 Sep 06:14
d7b6c52
Compare
Choose a tag to compare

What's Changed

  • refactor(template): onlySystem modifier in omnichain contract template by @fadeev in #48
  • feat(cctx): accept both inbound and cctx hash by @fadeev in #45

Full Changelog: v2.1.2...v2.2.2

v2.1.2

04 Sep 02:32
1a19994
Compare
Choose a tag to compare

What's Changed

  • refactor: move packages from devDependencies to dependencies by @fadeev in #41
  • feat(send-zeta): added recipient optional param by @fadeev in #46
  • refactor: remove readline, add system contract import by @fadeev in #47

Full Changelog: v2.1.1...v2.1.2

v2.1.1

26 Aug 08:34
d748d5b
Compare
Choose a tag to compare

What's Changed

  • refactor(deploy): handle an error when a private key is not found by @fadeev in #39
  • fix(fees): query gas fees by chain ID by @fadeev in #40
  • feat(cctx): track all outbound txs by @fadeev in #26

Full Changelog: v2.1.0...v2.1.1

v2.1.0

23 Aug 14:34
624780d
Compare
Choose a tag to compare

What's Changed

  • fix(templating): use string as the default type by @fadeev in #37
  • chore: update protocol contracts by @fadeev in #38

Full Changelog: v2.0.1...v2.1.0

v2.0.1

21 Aug 06:02
4e9115d
Compare
Choose a tag to compare

What's Changed

  • fix: change gas multiplier to 2 in the messaging template by @fadeev in #35

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Aug 06:56
dec5e2c
Compare
Choose a tag to compare

What's Changed

  • chore: added codeowners by @fadeev in #14
  • feat: code generation for cross-chain messaging by @fadeev in #8
  • feat: Athens 3 support by @fadeev in #10
  • fix: faucet to work with Athens 3 by @fadeev in #20
  • fix: templates by @fadeev in #18
  • fix: use the new URL for verify by @fadeev in #19
  • fix: improve templates by @fadeev in #22
  • fix(balances): error when requesting a balances of a specific address when private key is undefined by @fadeev in #24
  • feat: Hardhat task to fetch CCM and zEVM fees by @fadeev in #27
  • feat: update onCrossChainCall with zContext by @fadeev in #28
  • chore: update faucet-cli version by @fadeev in #32
  • feat(templating): support types in ccm interact task by @fadeev in #25
  • feat: added SenderNotSystemContract check to the omnichain template by @fadeev in #33
  • refactor: extract fees logic from task into reusable functions by @fadeev in #30

Full Changelog: v1.0.2...v2.0.0

v1.0.8-athens3

20 Jul 10:42
71b2d79
Compare
Choose a tag to compare
v1.0.8-athens3 Pre-release
Pre-release
Merge branch 'main' into templates