Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-19 | 2.2 kB | |
v19.13.0rc1 source code.tar.gz | 2023-07-19 | 6.9 MB | |
v19.13.0rc1 source code.zip | 2023-07-19 | 7.6 MB | |
Totals: 3 Items | 14.5 MB | 0 |
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