Anoma.Node.Examples.EReplay (Anoma v0.31.0)
I define examples that test the behavior of the replay mechanism.
Summary
Functions
Given a node, I calculate its startup arguments and try to start a new node with them.
I execute replay on a node that has a transaction in its mempool.
I execute replay on a node that has a transaction in its mempool.
Functions
Link to this function
replay_succeeds(enode \\ ENode.start_node())
@spec replay_succeeds(Anoma.Node.Examples.ENode.t()) :: Anoma.Node.Examples.ENode.t()
Given a node, I calculate its startup arguments and try to start a new node with them.
Link to this function
replay_with_faulty_transaction(enode \\ ENode.start_node())
@spec replay_with_faulty_transaction(Anoma.Node.Examples.ENode.t()) :: Anoma.Node.Examples.ENode.t()
I execute replay on a node that has a transaction in its mempool.
Link to this function
replay_with_transaction(enode \\ ENode.start_node())
@spec replay_with_transaction(Anoma.Node.Examples.ENode.t()) :: Anoma.Node.Examples.ENode.t()
I execute replay on a node that has a transaction in its mempool.