solana/sdk/src
Tyera Eulberg ffa5c7dcc8
Deprecate commitment variants (#14797)
* Deprecate commitment variants

* Add new CommitmentConfig builders

* Add helpers to avoid allowing deprecated variants

* Remove deprecated transaction-status code

* Include new commitment variants in runtime commitment; allow deprecated as long as old variants persist

* Remove deprecated banks code

* Remove deprecated variants in core; allow deprecated in rpc/rpc-subscriptions for now

* Heavier hand with rpc/rpc-subscription commitment

* Remove deprecated variants from local-cluster

* Remove deprecated variants from various tools

* Remove deprecated variants from validator

* Update docs

* Remove deprecated client code

* Add new variants to cli; remove deprecated variants as possible

* Don't send new commitment variants to old clusters

* Retain deprecated method in test_validator_saves_tower

* Fix clippy matches! suggestion for BPF solana-sdk legacy compile test

* Refactor node version check to handle commitment variants and transaction encoding

* Hide deprecated variants from cli help

* Add cli App comments
2021-01-26 19:23:07 +00:00
..
account.rs
account_utils.rs
builtins.rs
client.rs Add get_minimum_balance_for_rent_excemption to Client (#14048) 2020-12-10 16:39:28 -08:00
commitment_config.rs Deprecate commitment variants (#14797) 2021-01-26 19:23:07 +00:00
deserialize_utils.rs
entrypoint.rs
entrypoint_deprecated.rs
entrypoint_native.rs
epoch_info.rs Add transactionCount field to GetEpochInfo 2020-12-17 12:29:50 -08:00
feature.rs
feature_set.rs Rotate feature key: use loaded executable accounts (#14838) 2021-01-25 15:34:45 -08:00
genesis_config.rs Simple cap by including sysvars and native programs (#13884) 2020-12-14 21:03:24 +09:00
hard_forks.rs Clippy 2020-12-14 08:03:29 -08:00
hash.rs
inflation.rs Add new inflation feature-ids (#13671) 2020-11-20 09:54:41 -07:00
keyed_account.rs
lib.rs
log.rs
native_loader.rs Tiny add_native_program bug fixes with cleanups (#14042) 2020-12-11 11:03:31 +09:00
nonce_account.rs sdk: Check owner when verifying nonce accounts 2020-12-02 20:10:08 +00:00
nonce_keyed_account.rs Deinitialize nonce data upon zero balance 2020-12-22 19:37:26 -07:00
packet.rs Clippy 2020-12-14 08:03:29 -08:00
poh_config.rs
process_instruction.rs Track account writable deescalation (#14626) 2021-01-22 15:28:01 -08:00
program_utils.rs
pubkey.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
recent_blockhashes_account.rs Clippy 2020-12-14 08:03:29 -08:00
rpc_port.rs Improve solana catchup (#14313) 2021-01-05 10:10:27 +09:00
secp256k1_instruction.rs
shred_version.rs
signature.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
signers.rs
stake_weighted_timestamp.rs Update timestamp max allowable drift to 50% of PoH (#14531) 2021-01-11 23:27:30 +00:00
system_transaction.rs
timing.rs
transaction.rs
transport.rs