-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ingest/ledgerbackend: add trusted hash to captive core catchup #5431
Closed
Closed
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
61a5f80
#4538: obtain trusted hash for captive core catchup command
sreuland 1a50ed7
Merge remote-tracking branch 'upstream/master' into trusted_catchup
sreuland 3b706e4
#4538: updated changelog notes
sreuland 2937c18
#4538: use LedgerBackend interface for NewCaptive, fix unit tests tha…
sreuland 116f3b1
Merge remote-tracking branch 'upstream/master' into trusted_catchup
sreuland 8da847f
#4538: fix govet warn
sreuland f91fa55
#4538: fixed TestTxSubLimitsBodySize to not depend on soroban for tx …
sreuland d049e73
#4538: added core container log output on integrationt test wait loop
sreuland 805950a
#4538: pin stellar-core image in CI to last stable 21.2.1 image
sreuland 3b335b7
#4538: fix captive listen port conflicts on reingest integration tests
sreuland c1295eb
message
sreuland be4df19
Merge remote-tracking branch 'upstream/master' into trusted_catchup
sreuland e56e346
#4538: updated CHANGELOGs
sreuland 2270bba
#4538: fixed verify-range ci test
sreuland 7315813
#4538: fixed verify-range ci test, again
sreuland d236308
#4538: fixed shell script syntax on verify range
sreuland 32bb6b9
#4538: create free space on gh runner for verify-range due to out of…
sreuland 0ee83dc
#4538: use next larger gh runner for verify-range due to out of disk …
sreuland 659d0e0
#4538: try older range on pubnet for verify-range, see how long it ta…
sreuland 6e61306
#4538: use testnet for verify-range, shorter duration than pubnet
sreuland 3d23723
Merge remote-tracking branch 'upstream/master' into trusted_catchup
sreuland d58b15a
#4538: enabled captive core full config option from reingest cmd flag…
sreuland 41eeb8f
#4538: included new file for db command tests
sreuland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the key to being able to (re)use live
runFrom
with bounded range, trigger the captive core to be stopped once it emits ledger on pipe that matched up to the boundedto
if exists, which would have been same as corecatchup
process terminating at point of sameto
ledger emitted.