19 #ifndef RIPPLE_TEST_CSF_EVENTS_H_INCLUDED
20 #define RIPPLE_TEST_CSF_EVENTS_H_INCLUDED
23 #include <test/csf/Proposal.h>
24 #include <test/csf/Tx.h>
25 #include <test/csf/Validation.h>
26 #include <test/csf/ledgers.h>
boost::container::flat_set< Tx > TxSetType
Peer fully validated a new ledger.
Ledger prior
The prior fully validated ledger This is a jump if prior.id() != ledger.parentID()
PeerID from
Peer that sent the value.
A ledger is a set of observed transactions and a sequence number identifying the ledger.
Ledger ledger
The new fully validated ledger.
Peer accepted consensus results.
Peer closed the open ledger.
Tx tx
The submitted transaction.
A value relayed to another peer as part of flooding.
PeerID to
Peer relaying to.
A value received from another peer as part of flooding.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Ledger::ID bestLedger
The preferred ledger for the start of consensus.
Peer detected a wrong prior ledger during consensus.
Ledger prevLedger
The prior ledger on hand.
A value to be flooded to all other peers starting from this peer.
Peer starts a new consensus round.
V val
Event that is shared.
A transaction submitted to a peer.