Skip to content

Releases: zeta-chain/toolkit

v13.0.0-rc7

08 Nov 18:18
78fa8d7
Compare
Choose a tag to compare
v13.0.0-rc7 Pre-release
Pre-release

What's Changed

  • Update hardhat account, support solana by @lukema95 in #190
  • fix: remove tx option defaults by @fadeev in #193
  • dependabot: bump secp256k1 from 4.0.3 to 4.0.4 in the npm_and_yarn group by @dependabot in #192
  • ci: release on discord only stable versions by @fadeev in #194

Full Changelog: v13.0.0-rc6...v13.0.0-rc7

v13.0.0-rc6

21 Oct 15:14
5b4730d
Compare
Choose a tag to compare
v13.0.0-rc6 Pre-release
Pre-release

What's Changed

  • fix: CCTX tracking by @fadeev in #170
  • Generate docs as markdown by @fadeev in #169
  • Add Dependabot auto PR configuration by @jkan2 in #171
  • Bump dependency version and config by @jkan2 in #174
  • Remove package-lock.json by @jkan2 in #176
  • dependabot: bump @zetachain/networks from 9.0.0 to 10.0.0 by @dependabot in #172
  • dependabot: bump @zetachain/protocol-contracts from 8.0.0-rc1 to 9.0.0 by @dependabot in #173
  • Bump ws by @jkan2 in #178
  • ci: added coderabbit config to skip docs and typechain types by @fadeev in #181
  • chore: remove @zetachain/addresses from package.json by @fadeev in #177
  • feat: Gateway methods and Solana deposit by @fadeev in #179
  • dependabot: bump path-to-regexp from 6.2.2 to 6.3.0 in the npm_and_yarn group by @dependabot in #184
  • Temporarily add v2 contracts to the toolkit by @fadeev in #183
  • Support query solana balances by @lukema95 in #185
  • dependabot: bump @zetachain/networks from 10.0.0-rc1 to 10.0.0 by @dependabot in #188
  • Refactor gateway functions by @fadeev in #186
  • ci: publish release info on Discord by @fadeev in #191

New Contributors

Full Changelog: v13.0.0-rc1...v13.0.0-rc6

v13.0.0-rc5

08 Oct 18:37
11c566a
Compare
Choose a tag to compare
v13.0.0-rc5 Pre-release
Pre-release
lint

v13.0.0-rc4

13 Sep 05:41
a12b88b
Compare
Choose a tag to compare
v13.0.0-rc4 Pre-release
Pre-release
deps

v13.0.0-rc3

12 Sep 06:58
696aba9
Compare
Choose a tag to compare
v13.0.0-rc3 Pre-release
Pre-release
Temporarily add v2 contracts to the toolkit

v13.0.0-rc2

10 Sep 15:46
585aedb
Compare
Choose a tag to compare
v13.0.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v13.0.0-rc1...v13.0.0-rc2

v13.0.0-rc1

17 Aug 18:34
ff9b248
Compare
Choose a tag to compare
v13.0.0-rc1 Pre-release
Pre-release

What's Changed

  • feat: Swap helpers to always swap through ZETA by @lukema95 in #163
  • chore: update @zetachain/networks and @zetachain/protocol-contracts to v9 by @fadeev in #165

Full Changelog: v12.0.0...v13.0.0-rc1

v12.0.0

08 Aug 05:07
e35a767
Compare
Choose a tag to compare

What's Changed

  • refactor(getPools): use multicall3 by @fadeev in #164
  • fix: getBalances should find chains based on ID not label by @fadeev in #168
  • fix: mainnet flag in hardhat cctx by @fadeev in #166

Full Changelog: v11.0.0...v12.0.0

v11.0.0

25 Jul 09:30
2bd1297
Compare
Choose a tag to compare

What's Changed

  • chore: update networks to v8 by @fadeev in #157
  • fix: getFees should skip querying CCM fees if chain doesn't support it by @fadeev in #158
  • fix: getQuote should work with ZETA by @fadeev in #156
  • chore: update protocol contracts to v8 by @fadeev in #159
  • fix: deposit ERC-20 by @fadeev in #160
  • fix: use signer.getAddress instead of signer.address by @fadeev in #161
  • refactor(getBalances): Use multicall3 to reduce numer of RPC calls by @fadeev in #162

Full Changelog: v10.0.0...v11.0.0

v11.0.0-rc4

14 Jul 17:55
a29aa7e
Compare
Choose a tag to compare
v11.0.0-rc4 Pre-release
Pre-release
fix build, lint