solana/runtime
behzad nouri d7201a8d1a
names fields in RentResullt::CollectRent enum variant (#26449)
Avoiding ambiguous raw tuple:
    CollectRent((Epoch, u64))

Using named fields instead:
    CollectRent {
        new_rent_epoch: Epoch,
        rent_due: u64,
    },
2022-07-06 20:01:16 +00:00
..
benches pacify nightly clippy 2022-06-30 21:31:49 -07:00
src names fields in RentResullt::CollectRent enum variant (#26449) 2022-07-06 20:01:16 +00:00
store-tool Bump Version to 1.11.2 (#26159) 2022-06-22 21:16:18 -05:00
tests Make stake integration tests aware of stake minimum delegation (#24809) 2022-04-28 18:11:39 -05:00
.gitignore
Cargo.toml chore: bump serde from 1.0.137 to 1.0.138 (#26421) 2022-07-05 23:18:08 -06:00
build.rs