Canary release week 24.45 - v1.1.3 #3431
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Updating snarkVM rev for Canary v1.1.3. Please see below for fixes and features added in this release.
Release Notes
snarkVM
Fixed program data validation and display mechanisms to prevent potential system crashes
AleoNet/snarkVM#2532
Optimized RocksDB iterator usage, reducing memory allocations by 98%, speeding up ledger loading by 14%, and decreasing memory usage by 13%
AleoNet/snarkVM#2561
Implemented lazy program loading to keep only recently used programs in memory, with others loaded from storage on demand
AleoNet/snarkVM#2553
snarkOS
Added automatic peer reconnection logic to maintain network stability when connections are lost, with configurable retry intervals and backoff periods
AleoNet/snarkOS#3407
Improved network connection handling by properly sequencing peer state transitions from connecting to connected status
AleoNet/snarkOS#3424
Added test targets feature flag for development and testing environments
AleoNet/snarkOS#3418
Enhanced developer tooling by adding private key file support for secure program execution
AleoNet/snarkOS#3429
Test Plan
Mixed ISOnet with: