Move last ids (#2187)

* Break out last_ids into its own module
* Boot SignatureNotFound from BankError
* No longer return BankError from LastIds methods
* No longer piggypack on BankError for a LastIds signature status
* Drop all dependencies on the bank
* SignatureStatus -> Status and LastIds -> StatusDeque
* Unstable tests, issue 2193
This commit is contained in:
anatoly yakovenko
2018-12-17 07:55:56 -08:00
committed by GitHub
parent aef84320e0
commit 4be6d01dfb
14 changed files with 535 additions and 369 deletions

View File

@ -596,6 +596,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_register_vote_account() {
solana_logger::setup();
let leader_keypair = Arc::new(Keypair::new());