Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-24 | update test vectors | Hugo Nguyen | |
2021-04-24 | Minor edit | Hugo Nguyen | |
2021-04-19 | minor edit | Hugo Nguyen | |
2021-04-19 | replace XPUBs with keys to be more generic | Hugo Nguyen | |
2021-04-19 | introduce descriptor template | Hugo Nguyen | |
2021-04-16 | update test vectors | Hugo Nguyen | |
2021-04-16 | move descriptor to the second line in the descriptor record | Hugo Nguyen | |
2021-04-16 | include and verify the wallet's first address in round 2 | Hugo Nguyen | |
2021-04-15 | clarify Signer definition and add reference links | Hugo Nguyen | |
2021-04-04 | BIP: Bitcoin Secure Multisig Setup (BSMS) | Hugo Nguyen | |
2020-10-24 | Merge pull request #1003 from kallewoof/202010-signmsg | Luke Dashjr | |
BIP-322: switch to using tx based approach | |||
2020-10-24 | BIP-322: switch to tx based approach | Karl-Johan Alm | |
Co-authored-by: Stepan Snigirev <stepan.snigirev@mpq.mpg.de> Co-authored-by: Luke Dashjr <luke_github1@dashjr.org> | |||
2020-10-19 | Merge pull request #1019 from ajtowns/202010-bip8-trivial | Luke Dashjr | |
BIP8: clarify timeoutheight behaviour and requirements | |||
2020-10-17 | BIP8: clarify timeoutheight behaviour and requirements | Anthony Towns | |
When lockinontimeout is true, we don't transition directly from STARTED to LOCKED_IN, so don't imply that we do. If startheight or timeoutheight are not on a retarget boundary, they behave as if they had been rounded up to the next retarget boundary, so to keep things simple, require them to be at a boundary. If timeoutheight is less than two retarget periods later than startheight, behaviour when lockinontimeout is true (one retarget period of STARTED, one of MUST_SIGNAL, one of LOCKED_IN, then ACTIVE) will not match behaviour when lockinontimeout is false (one retarget period of STARTED, then either LOCKED_IN or FAILED), so disallow that as well. | |||
2020-10-15 | BIP8: add note about keeping lockinontimeout=true peers connected to each other | Anthony Towns | |
2020-10-15 | BIP8: replace FAILING with MUST_SIGNAL | Anthony Towns | |
This removes the FAILING state and adds compulsory signalling during a new MUST_SIGNAL phase during the last retarget period prior to the timeout height. This ensures that if a deployment occurs using bip8 with lockinontimeout=false and timeoutheight=N, that a later deployment using bip8 with lockinontimeout=true and timeoutheight=K, where K<N that any chain where LOCKED_IN is reached prior to height K, will be accepted as valid by nodes using either set of deployment parameters. It also ensures that the soft-fork's changed rules are only enforced on chain a retarget period after signalling indicates enforcement is expected (which was not previously the case if the FAILING to ACTIVE transition took place). | |||
2020-10-15 | BIP8: add dot file for generating states diagram | Anthony Towns | |
2020-10-14 | Merge pull request #1013 from kallewoof/202010-signet-author-fix | Luke Dashjr | |
bip-325: add Anthony Towns to authors and change status to Proposed | |||
2020-10-14 | bip-325: add Anthony Towns to authors | Karl-Johan Alm | |
2020-10-14 | bip-325: status -> proposed | Karl-Johan Alm | |
2020-10-08 | Merge pull request #991 from n1rna/bip49/fix-typo | Luke Dashjr | |
Fix typo in BIP 49 | |||
2020-10-08 | Merge pull request #1005 from kallewoof/202010-signet-sigscript | Luke Dashjr | |
bip-325: correct placement of challenge | |||
2020-10-06 | Merge #1002: BIP155: Mention SHA3-256 explicitly | Wladimir J. van der Laan | |
6ef71b344c51aebe1dab5ac47f87d8f926462a65 BIP155: Small text improvements (Hennadii Stepanov) 562f1d71883d1daa0dd5f438d25986fb18465800 BIP155: Mention SHA3-256 explicitly (Hennadii Stepanov) Pull request description: It seems better to clarify that `CHECKSUM` in Tor onion v3 address uses SHA3-256 hash function. ACKs for top commit: vasild: ACK 6ef71b344 laanwj: ACK 6ef71b344c51aebe1dab5ac47f87d8f926462a65 Tree-SHA512: b88c7dfeeda2a99cfe1042c9f4e7cbeb6047882bf97ce9c1dd5e1f4a30203a9a03702638cc4b6c3b573f6c0a05b73a5ca43a77352a5ca24a32d19be129f8b317 | |||
2020-10-06 | bip-325: correct placement of challenge | Karl-Johan Alm | |
2020-10-05 | Merge pull request #992 from Lucienest/patch-1 | Luke Dashjr | |
Update bip-0039.mediawiki | |||
2020-10-05 | Merge pull request #987 from sipa/bip-taproot | Luke Dashjr | |
Minor clarifications and fixes | |||
2020-10-05 | Merge remote-tracking branch 'origin-pull/976/head' | Luke Dashjr | |
2020-10-05 | Merge pull request #979 from dgenr8/patch-1 | Luke Dashjr | |
Update bip-0119.mediawiki | |||
2020-10-05 | Merge pull request #997 from dergigi/patch-1 | Luke Dashjr | |
[Trivial] Fix typos | |||
2020-10-05 | Merge pull request #1000 from ajtowns/202009-signet-genesis | Luke Dashjr | |
BIP 325: update signet genesis block | |||
2020-10-05 | Merge pull request #981 from apoelstra/2020-08-rename-hash-preimages | Luke Dashjr | |
BIP174: add `_IN_` to names of new hash preimage fields | |||
2020-10-05 | Merge pull request #990 from dr-orlovsky/patch-3 | Luke Dashjr | |
BIp 174: fixing typo in rationale reference with closed tag | |||
2020-10-05 | Merge pull request #978 from MarcoFalke/patch-1 | Luke Dashjr | |
BIP 325: Clarify that scriptWitness is a stack, not a byte string | |||
2020-10-05 | Merge pull request #989 from dr-orlovsky/patch-2 | Luke Dashjr | |
BIP 174: rename responsibilities->roles to match Bitcoin Core | |||
2020-10-05 | Merge pull request #971 from yahiheb/bip79-status | Luke Dashjr | |
Update bip79 status | |||
2020-10-05 | Merge pull request #839 from pengpengliu/master | Luke Dashjr | |
BIP39: Add swift implementation | |||
2020-10-05 | Merge pull request #985 from joshklop/patch-1 | Luke Dashjr | |
Fixing spelling in BIP 9 | |||
2020-10-05 | Merge pull request #969 from pacu/patch-1 | Luke Dashjr | |
Added MnemonicSwift as Swift impl for BIP-39 | |||
2020-10-05 | Merge pull request #975 from ysangkok/expire-bip-0124 | Luke Dashjr | |
Reject 124 (expired) | |||
2020-10-05 | Merge pull request #974 from ysangkok/expire-bip-0135 | Luke Dashjr | |
Reject 135 (expired) | |||
2020-10-05 | Merge pull request #973 from ysangkok/expire-bip-0114 | Luke Dashjr | |
Reject 114 (expired) | |||
2020-10-01 | Merge pull request #967 from vasild/bip155_time_and_varint | Luke Dashjr | |
BIP155: clarify variable integer format and change time to fixed 32 bit | |||
2020-09-29 | BIP155: clarify that "services" uses CompactSize | Vasil Dimov | |
The Bitcoin Core source code has `VARINT` type which is different than the "variable integer" format used all over the P2P protocol and also for the "services" field in this BIP. The latter is called `CompactSize` in some BIPs and also in the Bitcoin Core source code, thus use the word `CompactSize` to refer to it and link to its documentation. | |||
2020-09-27 | BIP155: Small text improvements | Hennadii Stepanov | |
2020-09-27 | BIP155: Mention SHA3-256 explicitly | Hennadii Stepanov | |
2020-09-23 | Merge pull request #907 from vasild/bip155_clarifications | Luke Dashjr | |
BIP155: include changes from followup discussions | |||
2020-09-21 | bip-0325: update signet genesis block | Anthony Towns | |
2020-09-17 | [Trivial] Fix typos | Gigi | |
werbs -> verbs geografical -> geographical | |||
2020-09-09 | Update bip-0039.mediawiki | Lucien Nocelli | |
Fixed some syntax, | |||
2020-09-09 | bip141 commitment is required for signet blocks | Gregory Sanders | |
Co-authored-by: MarcoFalke <falkemarco@gmail.com> |