solana/docs/src/developing
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
..
builtins Add doc content and feedback (#13563) 2020-11-13 10:18:04 -08:00
clients Deprecate commitment variants (#14797) 2021-01-26 19:23:07 +00:00
deployed-programs docs: Use "msg!" instead of "info!" (#14411) 2021-01-04 20:49:09 +01:00
programming-model Add security best practice sections (#14798) 2021-01-25 15:36:11 -08:00
backwards-compatibility.md Flesh out development docs (#13318) 2020-11-03 20:53:17 +00:00