Closed 2opremio closed 5 months ago
Core requires supplying DEPRECATED_SQL_LEDGER_STATE starting in protocol 21. Thus, we should update Captive Core's toml generation code to do so.
DEPRECATED_SQL_LEDGER_STATE
See https://stellar.org/blog/developers/protocol-21-upgrade-guide
Note that DEPRECATED_SQL_LEDGER_STATE is incompatible with EXPERIMENTAL_BUCKETLIST_DB which is currently enabled by default.
EXPERIMENTAL_BUCKETLIST_DB
Duplicate of https://github.com/stellar/go/issues/5295
Core requires supplying
DEPRECATED_SQL_LEDGER_STATE
starting in protocol 21. Thus, we should update Captive Core's toml generation code to do so.See https://stellar.org/blog/developers/protocol-21-upgrade-guide
Note that
DEPRECATED_SQL_LEDGER_STATE
is incompatible withEXPERIMENTAL_BUCKETLIST_DB
which is currently enabled by default.