forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RPC API Improvement 1/n] - Transactions query pagination and merge a…
…ll getTransactions* methods (MystenLabs#4919) * transactions query pagination * remove old examples * regen open rpc * refactoring * regen openrpc spec * remove TxSeqNumber * update type script definition * bugfix * regen openrpc * add back get transactions in range method * fix test * refactoring and fix test added `Latest` TransactionQuery type * update openrpc * fixup after rebase * add pagination test * added ordering and unit tests * fix tests * fix tests * fix clippy * fix ts SDK * revert test network changes * address PR comments * fixup after rebase * remove get_recent_transaction added getTransactions to TS SDK * pnpm changeset * impl void provider * fix TS SDK * fix TS SDK regen openrpc.json * fix test after rebase
- Loading branch information
1 parent
0f95258
commit 1d036d4
Showing
31 changed files
with
1,104 additions
and
1,194 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@mysten/sui.js": minor | ||
--- | ||
|
||
Transactions query pagination and merge all getTransactions\* methods |
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
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
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
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
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
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
Oops, something went wrong.