Releases: across-protocol/toolkit
Releases · across-protocol/toolkit
@across-protocol/[email protected]
Patch Changes
- b778821: Add support for outputAmount field returned by suggested fees. this allows the safe handling of routes where input and output tokens do not have the same decimals
@across-protocol/[email protected]
Minor Changes
- 51eea3d: Pull fillDeadline from suggested-fees response, pass to deposit()
@across-protocol/[email protected]
Patch Changes
- 6481f02: Adds tests for API queries.
@across-protocol/[email protected]
Patch Changes
- b764aec: Fix for speed up typed data
@across-protocol/[email protected]
Minor Changes
- d027d7c: Adds support for minor upgrade in SpokePools.
@across-protocol/[email protected]
@across-protocol/[email protected]
Patch Changes
- 614d48c: add
updateDeposit
to allow updating message, recipient and output amount - 614d48c: add
simulateUpdateDeposit
for updating deposit - 94fc23d: Waiting for fill transaction reverts to using eth_getLogs if eth_newFilter or eth_getFilterChanges throws an error
- 0f96e3f: Allow async message update callbacks for
getQuote
- f5633db: Simplify build using tsc for a more tree-shakable, unbundled output.
@across-protocol/[email protected]
Patch Changes
- 78e0b66: fix
fillDeadline
calculation
@across-protocol/[email protected]
@across-protocol/[email protected]
Patch Changes
-
7bbd827: Initial feature set that include methods for:
- retrieving chain, token, and route information
- retrieving limits, fees, and quote
- simulating and executing transactions
- building cross-chain messages