All notable changes to this project will be documented in this file.
Please follow the guidance at the bottom of this file when making changes The format is based on Keep a Changelog. This project adheres to Semantic Versioning and follows a Backwards Compatibility Policy
Release channels have their own copy of this changelog:
- Changes
- Added a github check to support
changelog
label - The default for
--use-snapshot-archives-at-startup
is nowwhen-newest
(#33883)- The default for
solana-ledger-tool
, however, remainsalways
(#34228)
- The default for
- Added
central-scheduler
option for--block-production-method
(#33890) - Updated to Borsh v1
- Added allow_commission_decrease_at_any_time feature which will allow commission on a vote account to be decreased even in the second half of epochs when the commission_updates_only_allowed_in_first_half_of_epoch feature would have prevented it
- Updated local ledger storage so that the RPC endpoint
getSignaturesForAddress
always returns signatures in block-inclusion order - RPC's
simulateTransaction
now returnsinnerInstructions
asjson
/jsonParsed
(#34313). - Bigtable upload now includes entry summary data for each slot, stored in a
new
entries
table - Forbid multiple values for the
--signer
CLI flag, forcing users to specify multiple occurrences of--signer
, one for each signature - New program deployments default to the exact size of a program, instead of
double the size. Program accounts must be extended with
solana program extend
before an upgrade if they need to accommodate larger programs. - CLI: Can specify
--with-compute-unit-price
,--max-sign-attempts
, and--use-rpc
during program deployment
- Added a github check to support
- Upgrade Notes
solana-program
andsolana-sdk
default to support for Borsh v1, with limited backward compatibility for v0.10 and v0.9. Please upgrade to Borsh v1.- Operators running their own bigtable instances need to create the
entries
table before upgrading their warehouse nodes
- Changes
- Added a changelog.
- Added
--use-snapshot-archives-at-startup
for faster validator restarts
- Upgrade Notes
- Entries in this log are intended to be easily understood by contributors, consensus validator operators, rpc operators, and dapp developers.
- A change is noteworthy if it:
- Adds a feature gate, or
- Implements a SIMD, or
- Modifies a public API, or
- Changes normal validator / rpc run configurations, or
- Changes command line arguments, or
- Fixes a bug that has received public attention, or
- Significantly improves performance, or
- Is authored by an external contributor.
- Update this log in the same pull request that implements the change. If the change is spread over several pull requests update this log in the one that makes the feature code complete.
- Add notes to the [Unreleased] section in each branch that you merge to.
- Add a description of your change to the Changes section.
- Add Upgrade Notes if the change is likely to require:
- validator or rpc operators to update their configs, or
- dapp or client developers to make changes.
- Link to any relevant feature gate issues or SIMDs.
- If you add entries on multiple branches use the same wording if possible. This simplifies the process of diffing between versions of the log.
- Commit to master updating the changelog:
- Update the edge, beta, and stable links
- Create new section:
vx.y+1.0 - Unreleased
- Remove
Unreleased
annotation from vx.y.0 section.
- Create vx.y branch starting at that commit
- Tag that commit as vx.y.0
- Commit to the release branch updating the changelog:
- Remove
Unreleased
annotation fromvx.y.z
section - Add a new section at the top for
vx.y.z+1 - Unreleased
- Remove
- Tag that new commit as the new release