Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #206 from jonasnick/some-fixups | Pieter Wuille | |
BIP-0340: Miscellaneous fixups | |||
2020-07-21 | Merge pull request #208 from sipa/202007_nobitloss | Pieter Wuille | |
Clarify security argument of x-only pubkeys | |||
2020-07-21 | BIP174: Clarify that both UTXO types are allowed | Andrew Chow | |
2020-07-21 | BIP-0340: note that adapting the spec to other curves is insecure | Jonas Nick | |
2020-07-20 | Clarify security argument of x-only pubkeys better | Pieter Wuille | |
2020-07-19 | Update bip-0078.mediawiki | kiminuo | |
Fix a few links. | |||
2020-07-18 | BIP-0340: Remove last remaining mention of Jacobi symbol | Jonas 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-18 | BIP-0340: small fixups | Jonas 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-16 | BIP155: use a dedicated message for signalling | Vasil 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-16 | BIP155: include changes from followup discussions | Vasil 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-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 | |||
2020-06-25 | BIP 8: Fix misspellings | Luke Dashjr | |
2020-06-25 | BIP 8: Drop unmaintained reference implementation | Luke Dashjr | |
2020-06-25 | Merge BIP 339: WTXID-based transaction relay | Luke Dashjr | |
2020-06-25 | Assign BIP 339: WTXID-based transaction relay | Luke Dashjr | |
2020-06-25 | Merge commit 'd168a75' | Luke Dashjr | |
2020-06-25 | Fix README for BIP 78 | Luke Dashjr | |
2020-06-25 | Mark BIP 146 as Withdrawn | Luke Dashjr | |
Per https://github.com/bitcoin/bips/pull/927#issuecomment-643403936 | |||
2020-06-25 | De-reject BIP-0008 due to progress being made (restore to Draft) | Luke Dashjr | |
This reverts commit cb064ccdebb688d38994be525f251372af93a3e9. | |||
2020-06-25 | Merge remote-tracking branch 'origin-pull/550/head' | Luke Dashjr | |
2020-06-23 | Add BIP-wtxid-relay | Suhas Daftuar | |
2020-06-23 | Clarify test vector | nicolas.dorier | |
2020-06-22 | Removing non-sense paragraph | nicolas.dorier | |
2020-06-22 | Fix missing word | nicolas.dorier | |
2020-06-22 | Fix grammar, additional note on ability to increase output of the receiver | nicolas.dorier | |
2020-06-19 | Update special thanks | nicolas.dorier | |
2020-06-19 | Do not allow decrease in absolute fee | nicolas.dorier | |
2020-06-19 | Allow outputs to be increased | nicolas.dorier | |