mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Describe Serialized Block Header And Block Format
* Replace current description of the block header with a better description. * Describe the various version numbers. * Describe how the merkle root is constructed. * Describe how nBits is parsed and how to correctly create it to avoid negative values. * Describe the serialized block format used to calculate max block size.
This commit is contained in:
parent
1863fad011
commit
a8f8f750c8
13 changed files with 872 additions and 82 deletions
|
@ -43,6 +43,7 @@ child private and public keys: child key
|
|||
child public key:
|
||||
child public keys: child public key
|
||||
coinbase: coinbase transaction
|
||||
coinbase block height:
|
||||
coinbase transaction:
|
||||
coinbase transactions: coinbase transaction
|
||||
coinbase field:
|
||||
|
@ -68,6 +69,7 @@ double-spend: double spend
|
|||
double spending: double spend
|
||||
double-spent: double spend
|
||||
ECDSA:
|
||||
epoch time: unix epoch time
|
||||
escrow contract:
|
||||
'`expires`': pp expires
|
||||
extended key:
|
||||
|
@ -82,7 +84,6 @@ hard fork:
|
|||
hard forks: hard fork
|
||||
hardened extended private key:
|
||||
HD protocol:
|
||||
header nonce:
|
||||
high-priority transaction: high-priority transactions
|
||||
high-priority transactions:
|
||||
inputs: input
|
||||
|
@ -120,6 +121,7 @@ mining: mine
|
|||
millibit: millibits
|
||||
millibits:
|
||||
multisig:
|
||||
nbits:
|
||||
network:
|
||||
null data:
|
||||
'`op_checkmultisig`': op_checkmultisig
|
||||
|
@ -229,6 +231,8 @@ txid:
|
|||
txids: txid
|
||||
unconfirmed:
|
||||
unconfirmed transactions:
|
||||
unix epoch time:
|
||||
unix time: unix epoch time
|
||||
unique address: unique addresses
|
||||
unique addresses:
|
||||
utxo:
|
||||
|
@ -249,6 +253,7 @@ BIP32:
|
|||
BIP34:
|
||||
BIP39:
|
||||
BIP50:
|
||||
BIP62:
|
||||
BIP70:
|
||||
BIP71:
|
||||
BIP72:
|
||||
|
@ -333,3 +338,4 @@ CVE-2012-2459:
|
|||
'`walletpassphrasechange`': rpc walletpassphrasechange
|
||||
|
||||
Bitcoin Core 0.9.3:
|
||||
Bitcoin Core 0.7.0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue