github stellar/stellar-core v23.0.0

latest release: v23.0.1
pre-release29 days ago

This is set as a pre-release until we reset testnet due to incompatibility. It contains all the protocol changes for the protocol 23 CAPs (CAP-62 to CAP-70, with the exclusion of the rejected CAP-64).

New features in protocol 23

Breaking changes

Summary of the breaking changes introduced in the minor releases since the v22.0.0 release:

  • [v22.2.0] 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
  • [v22.1.0] publish: build checkpoint files during ledger close by @marta-lokhova in #4446. Drop support for txhistory, txsethistory and upgradehistory SQL tables. Drop --force-back option from run command.

Generated changes summary since the last stable release (22.4.1):

New Contributors

Full Changelog: v22.4.1...v23.0.0rc5

Don't miss a new stellar-core release

NewReleases is sending notifications on new releases.