-
Notifications
You must be signed in to change notification settings - Fork 499
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
services/horizon: Allow captive core to run with sqlite database #4092
Merged
Merged
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
03dce0f
Skip in-memory flag for catchup with captive core
0426a49
run a catchup before run, intead of runFrom
baa254b
remove in-memory from core run
0f274b0
Remove now-unused ledger hash store
031cda3
fix govet
a3496b5
Can't catchup to ledger 1
f468799
catchup from x-1, not from x
f1789e8
Add database= flag to the captive core config file
760ba2f
Have to run stellar-core new-db to initialize the new db
2053b97
Experiment with pushing the catchup into stellar_core_runner to use t…
094468a
#4038: fixed unit test in ingest/ledgerbackend to mock for new captiv…
sreuland e30afe8
Merge remote-tracking branch 'origin/master' into 4038/captive-core-s…
sreuland ac70788
#4038: fixed unit test after merge conflict
sreuland 2a9f950
Merge pull request #4207 from sreuland/4038/captive-core-sqlite
sreuland f16f43c
#4038: fixed integration test to not use GenesisState
sreuland 21224eb
Merge pull request #4209 from sreuland/4038/captive-core-sqlite
sreuland c0968b3
Merge remote-tracking branch 'origin/master' into 4038/captive-core-s…
sreuland ff41661
Merge pull request #4214 from sreuland/4038/captive-core-sqlite
sreuland 49040a2
Merge remote-tracking branch 'upstream/master' into 4038/captive-core…
sreuland 805ba5f
Merge pull request, merge from master
sreuland b75964d
Merge remote-tracking branch 'origin/master' into 4038/captive-core-s…
sreuland 31f8e3a
Merge remote-tracking branch 'upstream/4038/captive-core-sqlite' into…
sreuland c797d23
Merge pull request #4219, updated latest from master
sreuland a98d1ab
Merge remote-tracking branch 'upstream/master' into 4038/captive-core…
sreuland c1f4692
Merge pull request #4225 from sreuland/4038/captive-core-sqlite, port…
sreuland a0ce745
#4038: use --in-memory for cc ingest by default
sreuland 21ca9cf
4038: incorporate PR feedback updates
sreuland 5185fff
#4038: incorporate PR feedback, rename the sqlite db parameter to UseDB
sreuland f686301
#4038: incorporated UseDB in CaptiveCoreTomlParams and other PR feedback
sreuland df69623
Merge remote-tracking branch 'upstream/master' into 4038/captive-core…
sreuland 4f825ff
Merge pull request #4235, port latest from master
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
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.
nit: I think it would be better to remove the named return parameters and explicitly return the values for all return paths