This commit is contained in:
fa706e5b83254c27135bc4b03060ed58ecc67dfa84a6597d01a6ea7c71ae1615
2019-12-19 00:26:55 -05:00
committed by bitcoin
parent d73e617845
commit 513ff62066
+37 -39
View File
@@ -1,4 +1,5 @@
- Home # Bitcoin Cash Protocol
- [Style Guide](/style-guide) - [Style Guide](/style-guide)
- [Contributors](/contributors) - [Contributors](/contributors)
- [Target Audience](/target-audience) - [Target Audience](/target-audience)
@@ -11,16 +12,10 @@
- [Locking Script](/protocol/blockchain/transaction/locking-script) - [Locking Script](/protocol/blockchain/transaction/locking-script)
- [Block](/protocol/blockchain/block) - [Block](/protocol/blockchain/block)
- [Header](/protocol/blockchain/block/block-header) - [Header](/protocol/blockchain/block/block-header)
- Transactions - [Merkle Tree](/protocol/blockchain/block/merkle-tree)
- Legacy Transaction Ordering - [Transaction Ordering](/protocol/blockchain/block/transaction-ordering)
- Canonical Transaction Ordering (CTOR)
- Merkle Tree
- Merkle Root
- Partial Merkle Tree
- [Script](/protocol/blockchain/script) - [Script](/protocol/blockchain/script)
- Opcodes - Opcodes
- Script Execution
- Stack
... ...
- Transaction Validation - Transaction Validation
- Block Level Validation Rules - Block Level Validation Rules
@@ -75,36 +70,39 @@
- HF20190515 - HF20190515
- HF20191115 - HF20191115
- Peer-to-Peer Network - Peer-to-Peer Network
- [Messages](/protocol/network/messages) - [Messages](/protocol/network/messages)
- [Handshake: Version (“version”)](/protocol/network/messages/version) - *Announcements*
- [Handshake: Acknowledge Version ("verack”)](/protocol/network/messages/verack) - filteradd
- ping - filterclear
- pong - filterload
- addr - inv
- getblocks - *Requests*
- inv - feefilter
- mempool - getaddr
- getheaders - getblocks
- headers - getdata
- getdata - getheaders
- block - [Ping](/protocol/network/messages/ping)
- tx - sendheaders
- merkleblock - [Handshake: Version](/protocol/network/messages/version)
- notfound - *Responses*
- reject - addr
- sendheaders - block
- feefilter - headers
- getaddr - notfound
- filterload - merkleblock
- filteradd - [Pong](/protocol/network/messages/pong)
- filterclear - reject
- Non-Standard P2P Messages - tx
- sendcmpct - [Handshake: Acknowledge Version](/protocol/network/messages/verack)
- get_xthin - *Non-Standard*
- xthinblock - sendcmpct
- thinblock - get_xthin
- get_xblocktx - xthinblock
- xblocktx - thinblock
- get_xblocktx
- xblocktx
- [Node Handshake](/protocol/network/node-handshake)
- Simple Payment Verification (SPV) - Simple Payment Verification (SPV)
- Bloom Filters - Bloom Filters
- Simple Ledger Protocol - Simple Ledger Protocol