Changes
- Improve error handling for when stellar-core crashes (4893)
- Suppress Core timeout error in log output such as
error ticking app: context deadline exceededwhen ingestion state machine is in build state. (4860)
Breaking Changes
- Modify the default value of
--captive-core-use-dbto true (4856)- This updates the default behavior of captive core to start in on-disk mode.
- To continue using the previous in-memory mode, explicitly set the
--captive-core-use-dbflag to false