stellar / go

Stellar's public monorepo of go code
https://stellar.org/developers
Apache License 2.0
1.3k stars 499 forks source link

captive core: add default DEPRECATED_SQL_LEDGER_STATE=false for protocol 21 #5316

Closed 2opremio closed 5 months ago

2opremio commented 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.

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.

2opremio commented 5 months ago

Duplicate of https://github.com/stellar/go/issues/5295