summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-22Update bip-0325.mediawikiMarcoFalke
It just happens that an empty byte vector is serialized identical to an empty vector of any other type, but it takes the reader an extra step. Thus, the minor fixup suggestion.
2020-08-20Merge pull request #970 from instagibbs/patch-12Luke Dashjr
BIP 342: be slightly more explicit about codesep_pos
2020-08-20Merge pull request #964 from sanket1729/masterLuke Dashjr
BIP 174: Fix formatting changes
2020-08-20Merge pull request #955 from apoelstra/2020-07-hash-preimages-to-174Luke Dashjr
BIP174: add hash preimage fields to inputs
2020-08-20Merge pull request #966 from sdaftuar/2020-08-wtxid-relay-fixesLuke Dashjr
BIP 339 clarifications
2020-08-20Merge pull request #965 from yahiheb/bip79Luke Dashjr
Update bip79 status
2020-08-20Merge pull request #962 from darosior/bip32_python_implemLuke Dashjr
bip-0032: remove the 'Implementations' section
2020-08-20Merge pull request #959 from ysangkok/expire-bip-0180Luke Dashjr
Reject 180 (expired)
2020-08-20Merge pull request #958 from ysangkok/expire-bip-0171Luke Dashjr
Reject 171 (expired)
2020-08-20Merge pull request #957 from ysangkok/expire-bip-0134Luke Dashjr
Reject 134 (expired)
2020-08-20Merge pull request #956 from ysangkok/expire-bip-0131Luke Dashjr
Reject 131 (expired)
2020-08-16be slightly more explicit about codesep_posGregory Sanders
Felt this could be under-defined, and if this is wrong, would be nice to have correct text in its place
2020-08-11BIP174: add hash preimage fields to inputsAndrew Poelstra
2020-08-07BIP339: clarify fetchingSuhas Daftuar
A node may always fetch a transactions using the txid.
2020-08-07BIP339: clarify handshakeJohn Newbery
2020-08-07BIP339: consistent capitalizationJohn Newbery
Use lowercase for message types.
2020-08-05Update bip 79 statusYahia Chiheb
2020-08-04Fix formatting changesSanket Kanjalkar
2020-08-04bip-0032: remove the 'Implementations' sectionAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2020-08-03Merge pull request #946 from kiminuo/patch-1Luke Dashjr
Update bip-0078.mediawiki
2020-08-01Reject 180 (expired)Janus
2020-08-01Reject 171 (expired)Janus
2020-08-01Reject 134 (expired)Janus
2020-08-01Reject 131 (expired)Janus
2020-08-01Merge pull request #949 from jrawsthorne/bip8-pseudocode-fixLuke Dashjr
BIP8: Fix pseudocode starting 1 block early
2020-08-01Merge pull request #954 from sipa/202007_tapsighash_capitalizationLuke Dashjr
Use consistent capitalization of tag TapSighash
2020-08-01Merge pull request #948 from achow101/bip174-dual-utxosLuke Dashjr
BIP174: Clarify that both UTXO types are allowed
2020-08-01Merge pull request #934 from scgbckbone/fix_bip85Luke Dashjr
Fix bip85
2020-08-01Merge pull request #932 from azuchi/fix-bip85-testvectorLuke Dashjr
BIP85: Fix wrong test vector
2020-08-01Merge pull request #939 from ysangkok/expired-bip-0156Luke Dashjr
Reject 156 (expired)
2020-08-01Merge pull request #936 from ysangkok/expired-bip-0140Luke Dashjr
Reject 140 (expired)
2020-07-30Merge pull request #947 from ajtowns/202007-signet-txLuke Dashjr
bip-325: change signature scheme to be tx-based
2020-07-28Use consistent capitalization of tag TapSighashPieter Wuille
2020-07-22Fix pseudocode starting 1 block earlyJake Rawsthorne
2020-07-22bip-325: change signature scheme to be tx-basedAnthony Towns
2020-07-21BIP174: Clarify that both UTXO types are allowedAndrew Chow
2020-07-19Update bip-0078.mediawikikiminuo
Fix a few links.
2020-07-13Merge pull request #938 from ysangkok/expired-bip-0115Luke Dashjr
Reject 115 (expired)
2020-07-06Merge pull request #925 from ysangkok/final-bip-0090Luke Dashjr
Final BIP-0090 (Buried Deployments)
2020-06-26BIP 8: Add new reference implementationLuke Dashjr
2020-06-26BIP 8: Note LOCKED_IN bit requirement in GBT sectionLuke Dashjr
2020-06-26BIP 8: Fix timeout logicLuke Dashjr
2020-06-26BIP 8: Remove impossible direct path from DEFINED to FAILINGLuke Dashjr
2020-06-26Merge pull request #795 from ysangkok/bip-0083Luke Dashjr
Reject BIP-0083 (three years inactivity)
2020-06-25Final BIP-0090Janus
2020-06-25Reject 156 (expired)Janus
2020-06-25Reject 115 (expired)Janus
2020-06-25Reject 140 (expired)Janus
2020-06-25moved duplicate segments to footnotesavirgovi
2020-06-25fixed bip32 algo to copy master key creation instead of private2private; ↵avirgovi
added same warning to XPRV part