You've already forked specification
Commit.
This commit is contained in:
committed by
bitcoin
parent
d73e617845
commit
513ff62066
@@ -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
|
||||
@@ -75,36 +70,39 @@
|
||||
- HF20190515
|
||||
- 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
|
||||
- filteradd
|
||||
- filterclear
|
||||
- Non-Standard P2P Messages
|
||||
- sendcmpct
|
||||
- get_xthin
|
||||
- xthinblock
|
||||
- thinblock
|
||||
- get_xblocktx
|
||||
- xblocktx
|
||||
- [Messages](/protocol/network/messages)
|
||||
- *Announcements*
|
||||
- filteradd
|
||||
- filterclear
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user