solana/runtime
Brooks Prumo 54ef065cc8 Use slot 1 for tests' sample store and accounts
Anticipating the removal of the old account hashing way, the Account DB
tests use slot 0 for the sample storages and accounts data.  Slot 0 is a
special case, and so to make future changes not break any tests, update
just the tests here now to use any other slot.

The golden hash values were obtained by running `cargo test` and copying
in the "actual" values from the test output into the `raw_expected`
vector of the test code.

Validated by running `cargo test` successfully.
2021-04-12 17:09:07 -05:00
..
benches prepare replace Ancestors HashMap for performance (#16476) 2021-04-12 10:51:57 -05:00
src Use slot 1 for tests' sample store and accounts 2021-04-12 17:09:07 -05:00
store-tool =1.7.0 2021-03-16 07:51:07 +00:00
tests Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
.gitignore
Cargo.toml =1.7.0 2021-03-16 07:51:07 +00:00
build.rs