solana/sdk
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
..
benches Add slot_history for slashing (#7589) 2019-12-23 12:23:45 -08:00
bpf Expose executable and rent_epoch in AccountInfo (#8619) 2020-03-04 10:52:09 -08:00
docker-solana Publish solana-docker releases (#7460) 2019-12-12 16:15:31 -08:00
macro Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
src Store FeeCalculator with blockhash in nonce accounts (#8650) 2020-03-05 07:40:26 -07:00
.gitignore
Cargo.toml Fix SDK deps 2020-02-24 17:25:48 -07:00