solana-with-rpc-optimizations/runtime
Tyera Eulberg 50fa577af8
Use cluster confirmations in rpc and pubsub (#9138)
* Add runtime methods to simply get status and slot

* Add helper function to get slot confirmation_count from BlockCommitmentCache

* Return cluster confirmations in getSignatureStatus

* Remove use of invalid get_signature_confirmation_status

* Remove unused methods

* Update pubsub to use cluster confirmations

* Fix test_check_signature_subscribe failure

* Refactor confirmations to read commitment cache only once

* Review comments

* Use bank, root from BlockCommitmentCache

* Update docs

* Add metric for block-commitment aggregations

Co-authored-by: Justin Starry <justin@solana.com>
2020-03-30 17:53:25 -06:00
..
benches Add frozen account support (#8989) 2020-03-22 11:10:04 -07:00
src Use cluster confirmations in rpc and pubsub (#9138) 2020-03-30 17:53:25 -06:00
tests Move address creation with seed into pubkey (#8991) 2020-03-20 15:20:48 -07:00
.gitignore
Cargo.toml Bump version to 1.2.0 2020-03-28 09:44:13 -07:00