v19.13.0
marta-lokhova
released this
02 Aug 23:30
·
1340 commits
to testnet
since this release
This release contains stability improvements, and turns 1 transaction per source account per ledger limit on by default.
Stability improvements
- Bump spdlog and fmt library to latest
- loadgen follow up: fix acceptance test
- loadgen: generate loadgen on unique source accounts
- fix global early catch up timer
- fix minor issue in BallotProtocol.h comments
- tests: turn on LIMIT_TX_QUEUE_SOURCE_ACCOUNT by default and rewrite test cases to support it
This change updates default configuration to turn on 1 transaction per source account limit.
New features
None in this release.
Soroban (only enabled in vNext, not enabled in default build)
- Update soroban env and XDR to take SCError change
- Support soroban max tx set size upgrade shortcut.
- Handle init + init
- Connect Rust code to Tracy (and upgrade Tracy to latest).
- temp entry invariant fix
- Support soroban upgrades in overlay
- Compute Soroban write fee based on the bucket list size.
- Error if footprint has expired entry
- Implement rent fees.
- Bucketlist size meta
- Fixes to soroban-specific flooding
- Remove tag check
- Footprint validation
Breaking changes
None