solana/frozen-abi
behzad nouri e1793e5a13
caches vote-state de-serialized from vote accounts (#13795)
Gossip and other places repeatedly de-serialize vote-state stored in
vote accounts. Ideally the first de-serialization should cache the
result.

This commit adds new VoteAccount type which lazily de-serializes
VoteState from Account data and caches the result internally.

Serialize and Deserialize traits are manually implemented to match
existing code. So, despite changes to frozen_abi, this commit should be
backward compatible.
2020-11-30 17:18:33 +00:00
..
macro Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00
src caches vote-state de-serialized from vote accounts (#13795) 2020-11-30 17:18:33 +00:00
Cargo.toml Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00
Xargo.toml Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00