solana-with-rpc-optimizations/cli/src
Trent Nelson fd00e5cb35
Store FeeCalculator with blockhash in nonce accounts (#8650)
* Copy current state version to v0

* Add `FeeCalculator` to nonce state

* fixup compile

* Dump v0 handling...

Since we new account data is all zeros, new `Current` versioned accounts
look like v0. We could hack around this with some data size checks, but
the `account_utils::*State` traits are applied to `Account`, not the
state data, so we're kind SOL...

* Create more representative test `RecentBlockhashes`

* Improve CLI nonce account display

Co-Authored-By: Michael Vines <mvines@gmail.com>

* Fix that last bank test...

* clippy/fmt

Co-authored-by: Michael Vines <mvines@gmail.com>
2020-03-05 07:40:26 -07:00
..
cli.rs Store FeeCalculator with blockhash in nonce accounts (#8650) 2020-03-05 07:40:26 -07:00
cluster_query.rs `solana catchup` now detects when you try to catchup to yourself (#8635) 2020-03-04 14:44:21 -08:00
display.rs feat: implement websocket_url as a get/set-able global parameter w/ value computation 2020-03-01 01:07:45 -07:00
lib.rs Use solana-cli config keypair in solana-keygen (#8074) 2020-01-31 19:27:37 -07:00
main.rs feat: implement websocket_url as a get/set-able global parameter w/ value computation 2020-03-01 01:07:45 -07:00
nonce.rs Store FeeCalculator with blockhash in nonce accounts (#8650) 2020-03-05 07:40:26 -07:00
offline.rs Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
stake.rs Allow stake lockup fields to be updated independently (#8568) 2020-03-02 12:28:43 -08:00
storage.rs CLI: collect and deduplicate signers (#8398) 2020-02-24 17:03:30 -07:00
validator_info.rs CLI: collect and deduplicate signers (#8398) 2020-02-24 17:03:30 -07:00
vote.rs Add commitment flag to `vote-account` and `validators` commands (#8597) 2020-03-03 17:53:30 -07:00