summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Merge pull request #206 from jonasnick/some-fixupsPieter Wuille
BIP-0340: Miscellaneous fixups
2020-07-21Merge pull request #208 from sipa/202007_nobitlossPieter Wuille
Clarify security argument of x-only pubkeys
2020-07-21BIP174: Clarify that both UTXO types are allowedAndrew Chow
2020-07-21BIP-0340: note that adapting the spec to other curves is insecureJonas Nick
2020-07-20Clarify security argument of x-only pubkeys betterPieter Wuille
2020-07-19Update bip-0078.mediawikikiminuo
Fix a few links.
2020-07-18BIP-0340: Remove last remaining mention of Jacobi symbolJonas Nick
Jacobi symbol can be confusing because it may suggest that the modulus is composite. Thanks to Alan Szepieniec for pointing out this issue.
2020-07-18BIP-0340: small fixupsJonas Nick
- key prefixing means prefixing the message - array indexing starts with 0 - 'Gennaro' is spelled with two n's - has_even_y definition takes P as argument Thanks to Alan Szepieniec for pointing out these issues.
2020-07-16BIP155: use a dedicated message for signallingVasil Dimov
Change signaling of support for the new `addrv2` messages to be done via a dedicated message `sendaddrv2` instead of protocol bump. The drawback of using a protocol bump is that the protocol version is not a bitmask and if a node wants to announce support for `addrv2` this would imply support for all prior features included in that protocol version.
2020-07-16BIP155: include changes from followup discussionsVasil Dimov
* Increase the maximum length of an address from 32 to 512 bytes and clarify that the entire message should be rejected if it contains a longer address. (from https://github.com/bitcoin/bips/pull/766#issuecomment-519248699) * Remove a contradiction about unknown address types - "MUST ignore" VS "MAY store and gossip". * Recommend gossiping addresses for networks to which the node is not currently connected to. (from https://github.com/bitcoin/bips/pull/766#issuecomment-545067608) * Clarify that the entire message should be rejected if it contains an address with unexpected size (e.g. IPv4 address with length 5).
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
2020-06-25BIP 8: Fix misspellingsLuke Dashjr
2020-06-25BIP 8: Drop unmaintained reference implementationLuke Dashjr
2020-06-25Merge BIP 339: WTXID-based transaction relayLuke Dashjr
2020-06-25Assign BIP 339: WTXID-based transaction relayLuke Dashjr
2020-06-25Merge commit 'd168a75'Luke Dashjr
2020-06-25Fix README for BIP 78Luke Dashjr
2020-06-25Mark BIP 146 as WithdrawnLuke Dashjr
Per https://github.com/bitcoin/bips/pull/927#issuecomment-643403936
2020-06-25De-reject BIP-0008 due to progress being made (restore to Draft)Luke Dashjr
This reverts commit cb064ccdebb688d38994be525f251372af93a3e9.
2020-06-25Merge remote-tracking branch 'origin-pull/550/head'Luke Dashjr
2020-06-23Add BIP-wtxid-relaySuhas Daftuar
2020-06-23Clarify test vectornicolas.dorier
2020-06-22Removing non-sense paragraphnicolas.dorier
2020-06-22Fix missing wordnicolas.dorier
2020-06-22Fix grammar, additional note on ability to increase output of the receivernicolas.dorier
2020-06-19Update special thanksnicolas.dorier
2020-06-19Do not allow decrease in absolute feenicolas.dorier
2020-06-19Allow outputs to be increasednicolas.dorier
2020-06-19Introduce pjos=0nicolas.dorier