solana/programs/vote/src
behzad nouri 4ec5ea6f7b
replaces assert!(matches!(...)) with assert_matches!(...) (#33068)
assert_matches!(...) provides more informative error message when it
fails and it is part of nightly rust:
https://doc.rust-lang.org/std/assert_matches/macro.assert_matches.html
2023-08-30 13:48:27 -04:00
..
vote_state replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
lib.rs Eliminate unchecked arithmetic in vote program (#29885) 2023-01-25 21:55:52 -08:00
vote_processor.rs vote_processor: Add tests for CompactVoteStateUpdate (#32229) 2023-06-21 20:25:40 +00:00
vote_transaction.rs Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00