What's Changed
Release notes: Soroban logs in trace level logging, new metrics, added more tests, stability improvements and minor fixes
New features
- Route Soroban TraceHook-based tracing into core trace-level tx logging
- Add soroban metrics for selected network limits
- Add metric to track metra production
- Add eviction cycle metrics
Stability improvements
- Add test vectors for ed25519 edge cases
- Bump soroban to 20.1.1
- Allow validators to serialize BL indexes to disk
- Set upper bound on scan size in the upgrade utils
- Bump env curr and prev
- Minor loadgen cleanup
- Add new config settings
- Correctly deinit logging before reinit when changed on the fly
- Adds script and backtraces for linux clang
- Increase eviction scan size to 1 mb
- Fix docs
- Update soroban settings upgrade docs
- Add some tests for malformed
Symbol
s in invocations/auth - Fix version match
- Loadgen fix for resource limit bug in SOROBAN_UPLOAD
- Bad auth refund test
- Cleanup tx queue interface and address warnings/false positives from static analysis
- Pin rust version to exact version 1.74.1
- BucketListDB Cleanup
- Cleaned up BucketApplicator::Counters
- Update installation document to reflect current Rust requirements
Breaking changes
None