7 #error This header can only be compiled as C++. 10 #ifndef FABCOIN_PROTOCOL_H 11 #define FABCOIN_PROTOCOL_H 43 CMessageHeader(
const MessageStartChars& pchMessageStartIn,
const char* pszCommand,
unsigned int nMessageSizeIn);
46 bool IsValid(
const MessageStartChars& messageStart)
const;
50 template <
typename Stream,
typename Operation>
88 extern const char *
ADDR;
94 extern const char *
INV;
124 extern const char *
TX;
136 extern const char *
BLOCK;
155 extern const char *
PING;
162 extern const char *
PONG;
203 extern const char *
REJECT;
291 template <
typename Stream,
typename Operation>
294 if (ser_action.ForRead())
296 int nVersion = s.GetVersion();
300 (nVersion >= CADDR_TIME_VERSION && !(s.GetType() &
SER_GETHASH)))
302 uint64_t nServicesInt = nServices;
346 template <
typename Stream,
typename Operation>
356 std::string ToString()
const;
364 #endif // FABCOIN_PROTOCOL_H const char * PING
The ping message is sent periodically to help confirm that the receiving peer is still connected...
const char * FILTERLOAD
The filterload message tells the receiving peer to filter all relayed transactions and requested merk...
const char * MERKLEBLOCK
The merkleblock message is a reply to a getdata message which requested a block using the inventory t...
const char * BLOCKTXN
Contains a BlockTransactions.
ServiceFlags
nServices flags
const std::vector< std::string > & getAllNetMessageTypes()
const char * GETADDR
The getaddr message requests an addr message from the receiving node, preferably one with lots of IP ...
const char * SENDCMPCT
Contains a 1-byte bool and 8-byte LE version number.
void SerializationOp(Stream &s, Operation ser_action)
GetDataMsg
getdata / inv message types.
const uint32_t MSG_WITNESS_FLAG
getdata message type flags
const uint32_t MSG_TYPE_MASK
const char * PONG
The pong message replies to a ping message, proving to the pinging node that the ponging node is stil...
const char * HEADERS
The headers message sends one or more block headers to a node which previously requested certain head...
const char * INV
The inv message (inventory message) transmits one or more inventories of objects known to the transmi...
const char * GETHEADERS
The getheaders message requests a headers message that provides block headers starting from a particu...
Fabcoin protocol message types.
A combination of a network address (CNetAddr) and a (TCP) port.
Removed for reorganization.
const char * SENDHEADERS
Indicates that a node prefers to receive new block announcements via a "headers" message rather than ...
const char * MEMPOOL
The mempool message requests the TXIDs of transactions that the receiving node has verified as valid ...
A CService with information about it as peer.
const char * ADDR
The addr (IP address) message relays connection information for peers on the network.
const char * FILTERCLEAR
The filterclear message tells the receiving peer to remove a previously-set bloom filter...
const char * NOTFOUND
The notfound message is a reply to a getdata message which requested an object the receiving node doe...
const char * FEEFILTER
The feefilter message tells the receiving peer not to inv us any txs which do not meet the specified ...
const char * REJECT
The reject message informs the receiving node that one of its previous messages has been rejected...
const char * GETBLOCKS
The getblocks message requests an inv message that provides block header hashes starting from a parti...
const char * VERACK
The verack message acknowledges a previously-received version message, informing the connecting node ...
const char * CMPCTBLOCK
Contains a CBlockHeaderAndShortTxIDs object - providing a header and list of "short txids"...
PlatformStyle::TableColorType type
const char * GETDATA
The getdata message requests one or more data objects from another node.
void SerializationOp(Stream &s, Operation ser_action)
const char * TX
The tx message transmits a single transaction.
const char * FILTERADD
The filteradd message tells the receiving peer to add a single element to a previously-set bloom filt...
bool operator<(const ::CryptoPP::OID &lhs, const ::CryptoPP::OID &rhs)
const char * GETBLOCKTXN
Contains a BlockTransactionsRequest Peer should respond with "blocktxn" message.