This commit is contained in:
3508168ca2afe24123c083f8ca8ee29abf2024800168f25632d12528f8be0a23
2019-12-19 00:11:38 -05:00
committed by bitcoin
parent aab7486a08
commit 28392278c5
+39 -37
View File
@@ -1,5 +1,4 @@
# Bitcoin Cash Protocol - Home
- [Style Guide](/style-guide) - [Style Guide](/style-guide)
- [Contributors](/contributors) - [Contributors](/contributors)
- [Target Audience](/target-audience) - [Target Audience](/target-audience)
@@ -12,10 +11,16 @@
- [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)
- [Merkle Tree](/protocol/blockchain/block/merkle-tree) - Transactions
- [Transaction Ordering](/protocol/blockchain/block/transaction-ordering) - Legacy 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
@@ -70,39 +75,36 @@
- HF20190515 - HF20190515
- HF20191115 - HF20191115
- Peer-to-Peer Network - Peer-to-Peer Network
- [Messages](/protocol/network/messages) - [Messages](/protocol/network/messages)
- *Announcements* - [Handshake: Version (“version”)](/protocol/network/messages/version)
- filteradd - [Handshake: Acknowledge Version ("verack”)](/protocol/network/messages/verack)
- filterclear - ping
- filterload - pong
- inv - addr
- *Requests* - getblocks
- feefilter - inv
- getaddr - mempool
- getblocks - getheaders
- getdata - headers
- getheaders - getdata
- [Ping](/protocol/network/messages/ping) - block
- sendheaders - tx
- [Handshake: Version](/protocol/network/messages/version) - merkleblock
- *Responses* - notfound
- addr - reject
- block - sendheaders
- headers - feefilter
- notfound - getaddr
- merkleblock - filterload
- [Pong](/protocol/network/messages/pong) - filteradd
- reject - filterclear
- tx - Non-Standard P2P Messages
- [Handshake: Acknowledge Version](/protocol/network/messages/verack) - sendcmpct
- *Non-Standard* - get_xthin
- sendcmpct - xthinblock
- get_xthin - thinblock
- xthinblock - get_xblocktx
- thinblock - xblocktx
- 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