Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canary release week 24.45 - v1.1.3 #3431

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

alzger
Copy link
Contributor

@alzger alzger commented Nov 6, 2024

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:

  • v1.1.2 validator + clients (canary week 24.44)
  • and this release, v1.1.3 validator + clients (canary week 24.45)

@alzger alzger added the release label Nov 6, 2024
@alzger alzger requested review from zkxuerb, zklimaleo and a team November 6, 2024 23:12
@zosorock zosorock requested review from zkxuerb, zklimaleo and a team and removed request for a team, zkxuerb and zklimaleo November 6, 2024 23:13
Copy link
Contributor

@zosorock zosorock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alzger alzger merged commit c6de459 into AleoNet:staging Nov 6, 2024
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants