Expand description
Collection of all runtime features.
Steps to add a new feature are outlined below. Note that these steps only cover the process of getting a feature into the core Safecoin code.
- For features that are unambiguously good (ie bug fixes), these steps are sufficient.
- For features that should go up for community vote (ie fee structure changes), more information on the additional steps to follow can be found at: https://spl.solana.com/feature-proposal#feature-proposal-life-cycle
- Generate a new keypair with
safecoin-keygen new --outfile feature.json --no-passphrase
- Keypairs should be held by core contributors only. If you’re a non-core contributor going through these steps, the PR process will facilitate a keypair holder being picked. That person will generate the keypair, provide pubkey for PR, and ultimately enable the feature.
- Add a public module for the feature, specifying keypair pubkey as the id with
solana_sdk::declare_id!()
within the module. Additionally, add an entry toFEATURE_NAMES
map. - Add desired logic to check for and switch on feature availability.
For more information on how features are picked up, see comments for Feature
.
Modules§
- add_
compute_ budget_ program - add_
get_ minimum_ delegation_ instruction_ to_ stake_ program - add_
get_ processed_ sibling_ instruction_ syscall - add_
set_ compute_ unit_ price_ ix - add_
shred_ type_ to_ shred_ seed - allow_
votes_ to_ directly_ update_ vote_ state - bank_
tranaction_ count_ fix - blake3_
syscall_ enabled - cap_
accounts_ data_ len - cap_
accounts_ data_ size_ per_ block - cap_
bpf_ program_ instruction_ accounts - check_
init_ vote_ data - check_
physical_ overlapping - check_
slice_ translation_ size - check_
syscall_ outputs_ do_ not_ overlap - commission_
updates_ only_ allowed_ in_ first_ half_ of_ epoch - compact_
vote_ state_ updates - concurrent_
replay_ of_ forks - credits_
auto_ rewind - curve25519_
syscall_ enabled - dedupe_
config_ program_ signers - default_
units_ per_ instruction - demote_
program_ write_ locks - deprecate_
rewards_ sysvar - disable_
bpf_ deprecated_ load_ instructions - disable_
bpf_ unresolved_ symbols_ at_ runtime - disable_
deploy_ of_ alloc_ free_ syscall - disable_
deprecated_ loader - disable_
fee_ calculator - disable_
fees_ sysvar - disable_
rehash_ for_ rent_ epoch - disable_
turbine_ fanout_ experiments - do_
support_ realloc - drop_
merkle_ shreds - drop_
redundant_ turbine_ path - ed25519_
program_ enabled - enable_
bpf_ loader_ extend_ program_ ix - enable_
durable_ nonce - enable_
early_ verification_ of_ account_ modifications - enable_
request_ heap_ frame_ ix - enable_
turbine_ fanout_ experiments - error_
on_ syscall_ bpf_ function_ hash_ collisions - evict_
invalid_ stakes_ cache_ entries - executables_
incur_ cpi_ data_ cost - filter_
stake_ delegation_ accounts - filter_
votes_ outside_ slot_ hashes - fix_
recent_ blockhashes - fixed_
memcpy_ nonoverlapping_ check - full_
inflation - include_
account_ index_ in_ rent_ error - increase_
tx_ account_ lock_ limit - incremental_
snapshot_ only_ incremental_ hash_ calculation - instructions_
sysvar_ owned_ by_ sysvar - keep_
merkle_ shreds - leave_
nonce_ on_ success - libsecp256k1_
0_ 5_ upgrade_ enabled - libsecp256k1_
fail_ on_ bad_ count - libsecp256k1_
fail_ on_ bad_ count2 - limit_
secp256k1_ recovery_ id - loosen_
cpi_ size_ restriction - max_
tx_ account_ locks - merge_
nonce_ error_ into_ system_ error - move_
serialized_ len_ ptr_ in_ cpi - no_
overflow_ rent_ distribution - nonce_
must_ be_ advanceable - nonce_
must_ be_ authorized - nonce_
must_ be_ writable - on_
load_ preserve_ rent_ epoch_ for_ rent_ exempt_ accounts - optimize_
epoch_ boundary_ updates - pico_
inflation - preserve_
rent_ epoch_ for_ rent_ exempt_ accounts - prevent_
calling_ precompiles_ as_ programs - prevent_
crediting_ accounts_ that_ end_ rent_ paying - quick_
bail_ on_ panic - record_
instruction_ in_ transaction_ context_ push - reduce_
required_ deploy_ balance - reject_
callx_ r10 - reject_
empty_ instruction_ without_ program - reject_
non_ rent_ exempt_ vote_ withdraws - reject_
vote_ account_ close_ unless_ zero_ credit_ epoch - remove_
native_ loader - rent_
for_ sysvars - requestable_
heap_ size - require_
custodian_ for_ locked_ stake_ authorize - require_
rent_ exempt_ accounts - require_
static_ program_ ids_ in_ transaction - return_
data_ syscall_ enabled - return_
none_ for_ zero_ lamport_ accounts - safe_
associated_ token_ account_ v1_ 0_ 4 - safe_
associated_ token_ account_ v1_ 1_ 0 - safe_
token_ v2_ multisig_ fix - safe_
token_ v2_ self_ transfer_ fix - safe_
token_ v2_ set_ authority_ fix - safe_
token_ v3_ 3_ 0_ release - safe_
token_ v3_ 4_ 0 - secp256k1_
program_ enabled - secp256k1_
recover_ syscall_ enabled - send_
to_ tpu_ vote_ port - separate_
nonce_ from_ blockhash - sol_
log_ data_ syscall_ enabled - stake_
allow_ zero_ undelegated_ amount - stake_
deactivate_ delinquent_ instruction - stake_
merge_ with_ unmatched_ credits_ observed - stake_
minimum_ delegation_ for_ rewards - stake_
program_ advance_ activating_ credits_ observed - stake_
raise_ minimum_ delegation_ to_ 1_ sol - stake_
redelegate_ instruction - stake_
split_ uses_ rent_ sysvar - stakes_
remove_ delegation_ if_ inactive - syscall_
saturated_ math - system_
transfer_ zero_ check - tx_
wide_ compute_ cap - update_
rewards_ from_ cached_ accounts - update_
syscall_ base_ costs - use_
default_ units_ in_ fee_ calculation - verify_
tx_ signatures_ len - versioned_
tx_ message_ enabled - vote_
authorize_ with_ seed - vote_
stake_ checked_ instructions - vote_
state_ update_ credit_ per_ dequeue - vote_
state_ update_ root_ fix - vote_
withdraw_ authority_ may_ change_ authorized_ voter - warp_
timestamp_ again - warp_
timestamp_ with_ a_ vengeance - zk_
token_ sdk_ enabled
Structs§
- FEATURE_
NAMES - Map of feature identifiers to user-visible description
- FULL_
INFLATION_ FEATURE_ PAIRS - Set of feature pairs that once enabled will trigger full inflation
- Feature
Set FeatureSet
holds the set of currently active/inactive runtime features- Full
Inflation Feature Pair - ID
- Unique identifier of the current software’s feature set