Releases: zeta-chain/toolkit
Releases · zeta-chain/toolkit
v6.0.0
What's Changed
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #87
- Fix bytesMemoryToAddress by @fadeev in #90
- Migrating the toolkit to a client by @fadeev in #93
- Fixes to deposit, withdraw, balances, tokens, templates by @fadeev in #103
New Contributors
- @dependabot made their first contribution in #87
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- refactor: pools command, make helpers work both in Node.js and browser by @fadeev in #74
- fix: migrate cctx tracking to using isomorphic fetch by @fadeev in #77
- feat(pools): display pair contract address by @fadeev in #78
- feat: bytesMemoryToAddress helper function by @fadeev in #83
- feat:
sendZRC20
helper, refactoredgetBalances
, fixed pools and CCTX tracking for Bitcoin, omnichain ERC-20 compatibility by @fadeev in #79 - Update networks and protocol contracts packages by @fadeev in #84
Full Changelog: v4.0.0...v5.0.0
v5.0.0-rc10
Update dependencies and API endpoints to match latest testnet.
v5.0.0-rc9
What's Changed
- feat(pools): display pair contract address by @fadeev in #78
- feat: bytesMemoryToAddress helper function by @fadeev in #83
- feat:
sendZRC20
helper, refactoredgetBalances
, fixed pools and CCTX tracking for Bitcoin, omnichain ERC-20 compatibility by @fadeev in #79
Full Changelog: v5.0.0-rc1...v5.0.0-rc9
v5.0.0-rc8
swapTokensForExactTokens
v5.0.0-rc7
Refactored pools.
Full Changelog: v5.0.0-rc6...v5.0.0-rc7
v5.0.0-rc6
- Switch to
StaticJsonRpcProvider
v5.0.0-rc5
Fix import path for the connector contract changed in protocol contracts v3.0.1
Full Changelog: v5.0.0-rc4...v5.0.0-rc5
v5.0.0-rc4
What's Changed
- send ZRC20 helper function
- updated the balances to return a flat list of balances
- fixed the pools to show the correct reserves
- fixed CCTX tracking when destination chain is Bitcoin
Full Changelog: v5.0.0-rc3...v5.0.0-rc4
v5.0.0-rc3
- Send ZRC20 helper function