-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soroban-rpc: get expiration ledger sequence at source (#916)
* Bump Rust and Go dependencies * Start migrating soroban-rpc * Fix get_ledger_changes() invocation * wip migrating the soroban-cli (incomplete!) * Appease rust * Bump core dependencies * Bump Go dependencies again * Fix test comparisons * Fix BumpAndRestoreFootprint test * Improve restore test a bit further * Adjust tests further * Fix typo * Fix GetPreflight test * Get CLI to compile and fix most TODOs * run cargo md-gen * Appease clippy * Add comment about expiration entry efficiency * Address review feedback * Take a stab at extracting the spec from the state * update * linter * limit get_ledger_entries to expiration ledger entries. * fix cli serialization * update test * further fix.. * further fix. * further fix * update test * fix typo * fix: update CLI and tests for new getLedgerEntries (#1021) * fix: add latest_modified_ledger to FullLedgerEntry Also simplifies parsing FullLedgerEntry * fix: CLI test for contract read * fix: update tests to use getLedgerEntries * fix: nit * step * update * fix tests * updating * update per code review --------- Co-authored-by: Alfonso Acosta <alfonso@stellar.org> Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
- Loading branch information
1 parent
2b5bb4f
commit 967351b
Showing
11 changed files
with
334 additions
and
141 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
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.