solana/runtime/tests
Brooks Prumo 17aa45fad1 Remove old way of account hashing
Account data hashing used to use different ways of hashing on different
clusters.  That is no longer the case, but the old code still existed.
This commit removes that old, now used code.

**NOTE** The golden hash values in bank.rs needed to be updated.  Since
the original code that selected the hash algorithm used `if >` instead
of `if >=`, this meant that the genesis block's hash _always_ used the
old hashing method, which is no longer valid.

Validated by running `cargo test` successfully.
2021-04-13 14:42:21 -05:00
..
accounts.rs Remove old way of account hashing 2021-04-13 14:42:21 -05:00
bank.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
noop.rs Allow feature builtins to overwrite existing builtins (#13403) 2020-11-05 15:37:07 +00:00
stake.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00