github stellar/stellar-core v22.2.0rc1

pre-releaseone day ago

Stability improvements

New features

Breaking changes

  • BucketListDB is mandatory in this release so the config flag DEPRECATED_SQL_LEDGER_STATE will be ignored. This means the following SQL tables will be unconditionally dropped:
    ACCOUNT
    TRUSTLINE
    DATA
    CLAIMABLE_BALANCE
    LIQUIDITY_POOL
    CONTRACT_DATA
    CONTRACT_CODE
    CONFIG_SETTING
    TTL
    TXSETHISTORY
    TXHISTORY

Migration Notes

After upgrading, there will be a one time slow start-up. Bucket indexes have been upgraded to a new version and the older indexes need to be migrated to the new format.

Future deprecation warning

  • In the next release, DEPRECATED_SQL_LEDGER_STATE will be removed

Known issues

Protocol issues:
https://github.com/orgs/stellar/projects/52

Full Changelog: v22.1.0...v22.2.0rc1

Don't miss a new stellar-core release

NewReleases is sending notifications on new releases.