Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-22 | Update bip-0325.mediawiki | MarcoFalke | |
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-20 | Merge pull request #970 from instagibbs/patch-12 | Luke Dashjr | |
BIP 342: be slightly more explicit about codesep_pos | |||
2020-08-20 | Merge pull request #964 from sanket1729/master | Luke Dashjr | |
BIP 174: Fix formatting changes | |||
2020-08-20 | Merge pull request #955 from apoelstra/2020-07-hash-preimages-to-174 | Luke Dashjr | |
BIP174: add hash preimage fields to inputs | |||
2020-08-20 | Merge pull request #966 from sdaftuar/2020-08-wtxid-relay-fixes | Luke Dashjr | |
BIP 339 clarifications | |||
2020-08-20 | Merge pull request #965 from yahiheb/bip79 | Luke Dashjr | |
Update bip79 status | |||
2020-08-20 | Merge pull request #962 from darosior/bip32_python_implem | Luke Dashjr | |
bip-0032: remove the 'Implementations' section | |||
2020-08-20 | Merge pull request #959 from ysangkok/expire-bip-0180 | Luke Dashjr | |
Reject 180 (expired) | |||
2020-08-20 | Merge pull request #958 from ysangkok/expire-bip-0171 | Luke Dashjr | |
Reject 171 (expired) | |||
2020-08-20 | Merge pull request #957 from ysangkok/expire-bip-0134 | Luke Dashjr | |
Reject 134 (expired) | |||
2020-08-20 | Merge pull request #956 from ysangkok/expire-bip-0131 | Luke Dashjr | |
Reject 131 (expired) | |||
2020-08-16 | be slightly more explicit about codesep_pos | Gregory Sanders | |
Felt this could be under-defined, and if this is wrong, would be nice to have correct text in its place | |||
2020-08-11 | BIP174: add hash preimage fields to inputs | Andrew Poelstra | |
2020-08-07 | BIP339: clarify fetching | Suhas Daftuar | |
A node may always fetch a transactions using the txid. | |||
2020-08-07 | BIP339: clarify handshake | John Newbery | |
2020-08-07 | BIP339: consistent capitalization | John Newbery | |
Use lowercase for message types. | |||
2020-08-05 | Update bip 79 status | Yahia Chiheb | |
2020-08-04 | Fix formatting changes | Sanket Kanjalkar | |
2020-08-04 | bip-0032: remove the 'Implementations' section | Antoine Poinsot | |
Signed-off-by: Antoine Poinsot <darosior@protonmail.com> | |||
2020-08-03 | Merge pull request #946 from kiminuo/patch-1 | Luke Dashjr | |
Update bip-0078.mediawiki | |||
2020-08-01 | Reject 180 (expired) | Janus | |
2020-08-01 | Reject 171 (expired) | Janus | |
2020-08-01 | Reject 134 (expired) | Janus | |
2020-08-01 | Reject 131 (expired) | Janus | |
2020-08-01 | Merge pull request #949 from jrawsthorne/bip8-pseudocode-fix | Luke Dashjr | |
BIP8: Fix pseudocode starting 1 block early | |||
2020-08-01 | Merge pull request #954 from sipa/202007_tapsighash_capitalization | Luke Dashjr | |
Use consistent capitalization of tag TapSighash | |||
2020-08-01 | Merge pull request #948 from achow101/bip174-dual-utxos | Luke Dashjr | |
BIP174: Clarify that both UTXO types are allowed | |||
2020-08-01 | Merge pull request #934 from scgbckbone/fix_bip85 | Luke Dashjr | |
Fix bip85 | |||
2020-08-01 | Merge pull request #932 from azuchi/fix-bip85-testvector | Luke Dashjr | |
BIP85: Fix wrong test vector | |||
2020-08-01 | Merge pull request #939 from ysangkok/expired-bip-0156 | Luke Dashjr | |
Reject 156 (expired) | |||
2020-08-01 | Merge pull request #936 from ysangkok/expired-bip-0140 | Luke Dashjr | |
Reject 140 (expired) | |||
2020-07-30 | Merge pull request #947 from ajtowns/202007-signet-tx | Luke Dashjr | |
bip-325: change signature scheme to be tx-based | |||
2020-07-28 | Use consistent capitalization of tag TapSighash | Pieter Wuille | |
2020-07-22 | Fix pseudocode starting 1 block early | Jake Rawsthorne | |
2020-07-22 | bip-325: change signature scheme to be tx-based | Anthony Towns | |
2020-07-21 | BIP174: Clarify that both UTXO types are allowed | Andrew Chow | |
2020-07-19 | Update bip-0078.mediawiki | kiminuo | |
Fix a few links. | |||
2020-07-13 | Merge pull request #938 from ysangkok/expired-bip-0115 | Luke Dashjr | |
Reject 115 (expired) | |||
2020-07-06 | Merge pull request #925 from ysangkok/final-bip-0090 | Luke Dashjr | |
Final BIP-0090 (Buried Deployments) | |||
2020-06-26 | BIP 8: Add new reference implementation | Luke Dashjr | |
2020-06-26 | BIP 8: Note LOCKED_IN bit requirement in GBT section | Luke Dashjr | |
2020-06-26 | BIP 8: Fix timeout logic | Luke Dashjr | |
2020-06-26 | BIP 8: Remove impossible direct path from DEFINED to FAILING | Luke Dashjr | |
2020-06-26 | Merge pull request #795 from ysangkok/bip-0083 | Luke Dashjr | |
Reject BIP-0083 (three years inactivity) | |||
2020-06-25 | Final BIP-0090 | Janus | |
2020-06-25 | Reject 156 (expired) | Janus | |
2020-06-25 | Reject 115 (expired) | Janus | |
2020-06-25 | Reject 140 (expired) | Janus | |
2020-06-25 | moved duplicate segments to footnotes | avirgovi | |
2020-06-25 | fixed bip32 algo to copy master key creation instead of private2private; ↵ | avirgovi | |
added same warning to XPRV part |