-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sequential scheduling for correct account sequencing
calculating and prepopulating the sequence would be possible but didn't seem feasible (it's coded in the stores -> account -> base -> signAndBroadcast => sign => getSequence which is widely used and pretty deep in layers) The other options would have been to batch all the swaps into a single tx. This is a good option but it's out of the scope of the first PR and would require the reimplementation of the `sendTradeTokenInTx` for batch sending
- Loading branch information
Showing
1 changed file
with
86 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters