Skip to content

Commit 451c638

Browse files
committed
[chore] Cleanup changelog changed headers
1 parent b77af77 commit 451c638

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,16 @@
1818

1919
### Changed
2020

21-
- Decouple `createTransfer` and `createTrade` from waiting for completion, in favor of a separate `wait` method.
22-
This allows for developers to have reference to the transfer and trade objects in the case where
23-
there is a timeout while waiting for them to confirm/fail on-chain.
24-
- Update `reload()` method to work with both External and Wallet address.
25-
- Update `createStakingOperation` logic to make sure we only pull in newer unsigned txs from the server.
26-
This is especially important for External Address use-case where tx signing and broadcast status is maintained on client side, and we risk overwriting the existing txs.
27-
- Increase default timeout for `createStakingOperation` to 10 min.
28-
29-
### Changed
3021
- The `createTransfer` and `createTrade` functions no longer wait for the transactions to confirm or
3122
fail on-chain.
3223
- Now they return a `Transfer` and `Trade` object respectively, which support the `wait`
3324
function, e.g. `await transfer.wait()`.
25+
- This ensures that the developer has a reference to the object in case there is a timeout while
26+
waiting to land on-chain.
27+
- Update `reload()` method to work with both External and Wallet address.
28+
- Update `createStakingOperation` logic to make sure we only pull in newer unsigned txs from the server.
29+
This is especially important for External Address use-case where tx signing and broadcast status is maintained on client side, and we risk overwriting the existing txs.
30+
- Increase default timeout for `createStakingOperation` to 10 min.
3431

3532
## [0.0.16] - 2024-08-14
3633

0 commit comments

Comments
 (0)