solana/runtime
behzad nouri 39a3d5b8a9
implements AsRef (instead of Borrow) for VoteAccounts (#19252)
According to the docs:
> if you want to borrow only a single field of a struct you can
> implement AsRef, but not Borrow.
https://doc.rust-lang.org/std/convert/trait.AsRef.html
2021-08-16 18:21:33 +00:00
..
benches Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
src implements AsRef (instead of Borrow) for VoteAccounts (#19252) 2021-08-16 18:21:33 +00:00
store-tool chore: bump log from 0.4.11 to 0.4.14 (#18323) 2021-06-30 18:32:01 +00:00
tests Handle cleaning of zero-lamport accounts w.r.t. Incremental Snapshots (#18870) 2021-08-12 15:56:08 -05:00
.gitignore
Cargo.toml chore: bump libc from 0.2.98 to 0.2.99 (#19142) 2021-08-10 10:54:54 -06:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00