-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break
getTransactionsByLedgerSequence
into smaller sub-functions (#244
) * reduce function length * nit changes - 1 * nit changes - 2 * Update cmd/soroban-rpc/internal/methods/get_transactions.go Co-authored-by: George <[email protected]> * Remove LedgerLoop tag * Fix failing test * change function docstring * Change tx index instead of creating new cursor object * Return nil instead of cursor object in case of an error * Fix lint issue * Return toid.ID instead of a *toid.ID --------- Co-authored-by: George <[email protected]>
- Loading branch information
1 parent
ee27f46
commit 2d6faac
Showing
2 changed files
with
122 additions
and
90 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
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