github stellar/stellar-core v23.0.0rc5

latest releases: v23.0.1, v23.0.0
pre-releaseone month ago

This is a preliminary release of protocol 23. It contains all the protocol changes for the protocol 23 CAPs (CAP-62 to CAP-70, with the exclusion of the rejected CAP-64). This is a release candidate for the protocol 23 that will be promoted to stable provided successful protocol 23 upgrade on Testnet.

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.