Switch to stellar-core run-from
command when added to Stellar-Core
#2842
Labels
stellar-core run-from
command when added to Stellar-Core
#2842
In stellar/stellar-core#2634, we proposed to add a new command to stellar-core:
run-from [starting_ledger]
that would start streaming fromstarting_ledger
to the latest closed by a network and then would continue streaming new ledgers as they are closed.The current workaround we use when starting a new captive session is the following chain of commands that use a persistent DB:
stellar-core new-db
,stellar-core catchup [starting_ledger-1]/0
,stellar-core run
.While it works fine, it has some disadvantages:
stellar-core run
execution can be slow when it needs to wait for the next checkpoint.The new command would solve all the issues above.
The text was updated successfully, but these errors were encountered: