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)
- [Contributors](/contributors)
- [Target Audience](/target-audience)
@@ -11,16 +12,10 @@
- [Locking Script](/protocol/blockchain/transaction/locking-script)
- [Block](/protocol/blockchain/block)
- [Header](/protocol/blockchain/block/block-header)
- Transactions
- Legacy Transaction Ordering
- Canonical Transaction Ordering (CTOR)
- Merkle Tree
- Merkle Root
- Partial Merkle Tree
- [Merkle Tree](/protocol/blockchain/block/merkle-tree)
- [Transaction Ordering](/protocol/blockchain/block/transaction-ordering)
- [Script](/protocol/blockchain/script)
- Opcodes
- Script Execution
- Stack
...
- Transaction Validation
- Block Level Validation Rules
@@ -76,35 +71,38 @@
- HF20191115
- Peer-to-Peer Network
- [Messages](/protocol/network/messages)
- [Handshake: Version (“version”)](/protocol/network/messages/version)
- [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
- *Announcements*
- filteradd
- 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
- get_xthin
- xthinblock
- thinblock
- get_xblocktx
- xblocktx
- [Node Handshake](/protocol/network/node-handshake)
- Simple Payment Verification (SPV)
- Bloom Filters
- Simple Ledger Protocol