Stability improvements
- Captive core buffers ledgers on startup ; minimizes potential downtime when restarting captive-core
- Delete temporary files while catching up
- bump medida to pick up latest KMS fixes ; changed the way percentiles are calculated to be more accurate for both low and high frequency sources, this change also reduces the window used for percentile reporting from last 5 minutes to latest full 30 seconds window.
- Track Init vs Live in LedgerTxn ; general performance improvement
- Add additional offers index ; general performance improvement
- Shutdown fixes ; resolves potential issues during shutdown
- Fix typo BATCH_SIZE -> BATCHSIZE in CONTRIBUTING.md
- Use HashOfHash in LedgerHashUtils and InternalLedgerEntry - refactor
- Fix transaction flooding test
- update install instructions to reference Postgresql
- AMM fuzzer updates
- Document simulation configurations in
stellar-core_example.cfg
New features
- bump medida to pick up latest KMS fixes ; this change also added a new quantile
q=1.0
that tracks the maximum value over the last 30 seconds time window.
Breaking changes
None