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

solana 1.16.21 #156398

Closed
wants to merge 1 commit into from
Closed

solana 1.16.21 #156398

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
This is a stable release suitable for use on Mainnet Beta

v1.16 removes solana-sys-tuner. For manual tuning please see these System Tuning instructions

  • In v1.16 releases prior to v1.16.5, the TransactionStatus and AddressSignatures columns were not properly cleaned. This could have resulted in excessive storage use for nodes running with --enable-rpc-transaction-history. This has been fixed with Re-enable periodic compaction on several columns solana-labs/solana#32548

  • Hidden CLI flag, --no-skip-initial-accounts-db-clean, was added to work around nodes with 128 GB of RAM that OOM at startup

Changes

  • v1.16: Ledger-tool CLI can specify accounts hash cache path (backport of #33118) (#34306)
  • v1.16: Output BankHashDetails file when leader drops its' own block (backport of #34256) (#34302)
  • v1.16: Add ability to output Bank hash details (backport of #32632) (#34257)
  • v1.16: Skip shrink until startup verification is complete (backport of #34209) (#34226)

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 5, 2023
@chenrui333
Copy link
Member

  error: assigning to `&T` is undefined behavior, consider using an `UnsafeCell`
     --> sdk/program/src/account_info.rs:188:13
      |
  188 | /             std::ptr::write_volatile(
  189 | |                 self.owner as *const Pubkey as *mut [u8; 32],
  190 | |                 new_owner.to_bytes(),
  191 | |             );
      | |_____________^
      |
      = note: for more information, visit <https://doc.rust-lang.org/book/ch15-05-interior-mutability.html>
      = note: `#[deny(invalid_reference_casting)]` on by default

relates to solana-labs/solana#34203

@chenrui333 chenrui333 added the upstream issue An upstream issue report is needed label Dec 5, 2023
Copy link
Contributor

github-actions bot commented Dec 7, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Dec 7, 2023
@chenrui333 chenrui333 closed this Dec 8, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label Jan 8, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 8, 2024
@p-linnane p-linnane deleted the bump-solana-1.16.21 branch February 24, 2024 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue stale No recent activity upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants