solana/core/tests
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
..
client.rs
cluster_info.rs removes redundant epoch stakes cache in retransmit (#14781) 2021-01-24 21:15:09 +00:00
crds_gossip.rs limits number of crds values returned when responding to pull requests (#13739) 2020-12-18 18:45:12 +00:00
fork-selection.rs
gossip.rs patches crds vote-index assignment bug (#14438) 2021-01-21 13:08:07 +00:00
ledger_cleanup.rs
rpc.rs Deprecate commitment variants (#14797) 2021-01-26 19:23:07 +00:00
snapshots.rs Add solana-test-validator --warp-slot argument 2021-01-22 21:17:02 -08:00