Releases: availproject/nexus-sdk
Releases · availproject/nexus-sdk
v1.0.0-beta.63
What's Changed
- Testnet support by @decocereus in #1
- Sync with Dev SDK. Huge Updates. by @decocereus in #2
- Stable version sync by @decocereus in #3
- SDK Optimisation by @decocereus in #4
- Massive Performance improvements and bug fixes. by @decocereus in #10
- Feat/component redesign by @decocereus in #11
- Decouple Nexus Core from Nexus Widgets into two separate packages by @decocereus in #12
- Added new chains plus some fixes by @decocereus in #13
- [Feat] merge by @Makyl in #15
- [Feat] HyperEVM USDC support & misc fixes by @Makyl in #16
- fix: seperate out swap fns with exact in and exact out by @Makyl in #17
- fix: add explorerURL to requestHandler process function by @Makyl in #18
- Fix/widgets UI by @decocereus in #20
- fix: added swap result to swap return by @Makyl in #19
- fix: exact in update by @Makyl in #21
- fix: converted getSwapBalances to getUnifiedBalances function by @Makyl in #22
- fix: intent hook and allowance hook types by @decocereus in #23
- fix: added sweeping native with erc7914 on dst swap by @Makyl in #24
- fix: constant exports by @decocereus in #25
- fix: added usdt icon for kaia by @decocereus in #26
- fix: fix the typing of refresh in onIntentHook to have optional sources by @Makyl in #27
- fix: getBalance now fetches from vsc and ankr to support all chains by @Makyl in #28
- Chore/update docs by @decocereus in #29
- fix: added chain param to fix viem contract simulate issue by @Makyl in #31
- feat: rename @avail-project/nexus to @avail-project/nexus-core by @decocereus in #30
- fix: updated testnet icons and updated getSupportedChains util fn by @decocereus in #32
- fix: added transferParams and bridgeParams to have sourceChains by @Makyl in #33
- Fix/widgets UI issues by @decocereus in #34
- fix: bug fixes (insufficient balance issue) by @Makyl in #35
- fix: correct address format in exact in eoa to eph tx by @Makyl in #36
- fix: throw error on failed simulation by @Makyl in #37
- fix: remove simulation when bridging by @Makyl in #38
- fix: decimal taken from each breakdown than parent in flat balance conversion by @Makyl in #39
- fix: pending fixes by @Makyl in #40
- fix: fixed handling of gas when bridge is used by @Makyl in #41
- fix: nativeAllowance fetch handling fix by @Makyl in #42
- feat: added bnb token and chain for destination swaps by @decocereus in #43
- Added a Filter for Fuel Network in chain select by @decocereus in #44
- fix: filter tokens by ca supported assets when used for CA by @Makyl in #47
- fix: getUnifiedBalances should show only CA supported assets by default by @Makyl in #48
- fix: updated token contract addresses by @decocereus in #49
- Feat/release scripts by @decocereus in #50
- fix: switch to evm destination chain after bridge by @Makyl in #51
- Fix/it ws by @decocereus in #52
- fix: remove using sponsored approvals on ethereum by @Makyl in #53
- feat: update to new avail rpc urls by @Makyl in #54
- Feat/widget small refactor by @decocereus in #56
- feat: add tron by @Makyl in #55
- feat: removed widgets ^-^ by @decocereus in #63
- fix: updated remanant fn names and docs of transfer with bridgeAndTransfer by @Makyl in #64
- fix: add buffer to gas, add L1Fee where applicable by @Makyl in #65
- fix: added retries on rff collection, rebuild intent on fee issue by @Makyl in #62
- fix: added waiting for sponsored approval hashes by @Makyl in #67
- fix: removed using pnpm workspaces by @Makyl in #68
- fix: updated to using bigint in bridge and bridgeAndTransfer by @Makyl in #69
- fix: Failed tsc validation + bumps script for build by @moraesjeremias in #73
- fix: checking recipient before defaulting to self, removed arcana wallet check by @Makyl in #74
- fix: removed unused code by @Makyl in #75
- fix: corrected the create-rff status code by @Makyl in #76
- feat: Adds opentelemetry and emit logs on Error cases. by @moraesjeremias in #72
- fix: intent denial signature using wrong error code by @Makyl in #79
- fix: added currentRaw and minimumRaw in allowance hook by @Makyl in #81
- fix: update missing function call for reject error on allowance reject by @Makyl in #82
- fix: added helper function to convert decimal string to bigint by @Makyl in #84
- fix: better logging during create RFF by @Makyl in #83
- fix: updated ca-common, removed validium, updated sponsored approval error by @Makyl in #85
- Polyfill Fix | Update ca-common by @decocereus in #71
- Fix: swap bug fixes by @Makyl in #86
- fix: add networkConfig input to network by @Makyl in #87
- fix: better naming for balance api, deprecate old balance api. docs: … by @Makyl in #88
- fix: update ca-common with latest mainnet-c contracts by @Makyl in #89
- feat: added ability to set chain for siwe by @Makyl in #94
- fix: swap balances to return same type as bridge balances by @Makyl in #92
- feat: add beforeExecute hook in bridgeAndExecute by @Makyl in #96
- fix: add bnb and eth chain data by @Makyl in #97
- feat: add typedoc to create html sdk reference by @Makyl in #95
- Docs by @decocereus in #98
- fix: throwing error on simulation failed by @Makyl in #99
- feat: added some code docs and fixed some lints by @decocereus in #100
- Released 1.0.0-beta.39 with code docs by @decocereus in #102
- fix: audit fixes by @Makyl in #66
- feat: Adds client id for telemetry usage by @moraesjeremias in #77
- fix: bridge & execute fixes by @Makyl in #90
- fix: regression errors by @Makyl in #107
- fix: remove ethereum from swap list for the meantime by @Makyl in #109
- feat: Add custom SDK errors by @moraesjeremias in #104
- feat: add monad mainnet chain & token details by @Makyl in #110
- feat: add mainnet by @Makyl in #112
- fix: deduplicated cosmos signing client to prevent nonce issues by @Makyl in #113
- fix: siwe chain to sepolia for testnet by @Makyl in #114
- feat: Enhances telemetry labels: host, origin and network by @moraesjere...