freeCodeCamp / solana-curriculum

freeCodeCamp Solana Curriculum
BSD 3-Clause "New" or "Revised" License
123 stars 50 forks source link

fix(deps): update rust crate solana-program to 1.16.13 #272

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
solana-program (source) dependencies patch 1.16.12 -> 1.16.13

Release Notes

solana-labs/solana (solana-program) ### [`v1.16.13`](https://togithub.com/solana-labs/solana/releases/tag/v1.16.13): Testnet - v1.16.13 [Compare Source](https://togithub.com/solana-labs/solana/compare/v1.16.12...v1.16.13) This is a Testnet release. It is recommended for up to 10% of Mainnet Beta v1.16 removes `solana-sys-tuner`. For manual tuning please see these [System Tuning instructions](https://docs.solana.com/running-validator/validator-start#system-tuning) - In previous v1.16 releases, 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 [https://github.com/solana-labs/solana/pull/32548](https://togithub.com/solana-labs/solana/pull/32548) ##### Changes - Check lamports balance before and after tx execution -- 1.16 ([#​33189](https://togithub.com/solana-labs/solana/issues/33189)) - v1.16: Update ShredFetchStage::modify_packets to drop root bank quicker (backport of [#​33105](https://togithub.com/solana-labs/solana/issues/33105)) ([#​33152](https://togithub.com/solana-labs/solana/issues/33152)) - v1.16: removes outdated check for merkle shreds (backport of [#​33088](https://togithub.com/solana-labs/solana/issues/33088)) ([#​33136](https://togithub.com/solana-labs/solana/issues/33136)) - Together, [#​33152](https://togithub.com/solana-labs/solana/issues/33152) and [#​33136](https://togithub.com/solana-labs/solana/issues/33136) fix an issue where an `Arc` was getting held before a loop that blocked indefinitely. That is, there was a "dangling" reference to a `Bank` which prevented that `Bank` from ever getting cleaned up. - v1.16: ci: remove -f from cargo install rustfilt (backport of [#​33143](https://togithub.com/solana-labs/solana/issues/33143)) ([#​33148](https://togithub.com/solana-labs/solana/issues/33148)) - v1.16: Fix - Superfluous `if` condition for overwriting `environments` in feature activation code (backport of [#​33138](https://togithub.com/solana-labs/solana/issues/33138)) ([#​33142](https://togithub.com/solana-labs/solana/issues/33142)) - v1.16: Validator CLI can specify accounts hash cache path (backport of [#​33117](https://togithub.com/solana-labs/solana/issues/33117)) ([#​33127](https://togithub.com/solana-labs/solana/issues/33127)) - v1.16: Support a custom path for the accounts hash cache (backport of [#​33115](https://togithub.com/solana-labs/solana/issues/33115)) ([#​33120](https://togithub.com/solana-labs/solana/issues/33120))

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.