This commit is contained in:
fa706e5b83254c27135bc4b03060ed58ecc67dfa84a6597d01a6ea7c71ae1615
2019-12-19 00:26:55 -05:00
committed by bitcoin
parent d73e617845
commit 513ff62066
+28 -30
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
@@ -76,35 +71,38 @@
- 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)
- ping
- pong
- addr
- getblocks
- inv
- mempool
- getheaders
- headers
- getdata
- block
- tx
- merkleblock
- notfound
- reject
- sendheaders
- feefilter
- getaddr
- filterload
- filteradd - filteradd
- filterclear - filterclear
- Non-Standard P2P Messages - filterload
- inv
- *Requests*
- feefilter
- getaddr
- getblocks
- getdata
- getheaders
- [Ping](/protocol/network/messages/ping)
- sendheaders
- [Handshake: Version](/protocol/network/messages/version)
- *Responses*
- addr
- block
- headers
- notfound
- merkleblock
- [Pong](/protocol/network/messages/pong)
- reject
- tx
- [Handshake: Acknowledge Version](/protocol/network/messages/verack)
- *Non-Standard*
- sendcmpct - sendcmpct
- get_xthin - get_xthin
- xthinblock - xthinblock
- thinblock - thinblock
- get_xblocktx - get_xblocktx
- 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