Releases: zeta-chain/toolkit
Releases · zeta-chain/toolkit
v13.0.0-rc7
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
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
frompackage.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
lint
v13.0.0-rc4
deps
v13.0.0-rc3
Temporarily add v2 contracts to the toolkit
v13.0.0-rc2
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
New Contributors
Full Changelog: v13.0.0-rc1...v13.0.0-rc2
v13.0.0-rc1
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
v11.0.0
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 ofsigner.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
fix build, lint