Implement locktower voting (#3251)
* locktower components and tests * integrate locktower into replay stage * track locktower duration * make sure threshold is checked after simulating the vote * check vote lockouts using the VoteState program * duplicate vote test * epoch stakes * disable impossible to verify tests
This commit is contained in:
committed by
GitHub
parent
cedff2fca1
commit
61a4b998fa
@@ -22,6 +22,7 @@ fn test_spend_and_verify_all_nodes_1() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore] //TODO: confirmations are not useful: #3346
|
||||
fn test_spend_and_verify_all_nodes_2() {
|
||||
solana_logger::setup();
|
||||
let num_nodes = 2;
|
||||
@@ -34,6 +35,7 @@ fn test_spend_and_verify_all_nodes_2() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore] //TODO: confirmations are not useful: #3346
|
||||
fn test_spend_and_verify_all_nodes_3() {
|
||||
solana_logger::setup();
|
||||
let num_nodes = 3;
|
||||
|
Reference in New Issue
Block a user