summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-06Merge #1002: BIP155: Mention SHA3-256 explicitlyWladimir 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-06bip-325: correct placement of challengeKarl-Johan Alm
2020-10-06Change 'Client support' to 'Backwards compatibility'Prayank
+ Change 'Client support' section to 'Backwards compatibility' + Reasons: avoid confusion and according to the format mentioned in the below link: https://github.com/bitcoin/bips/blob/master/bip-0002.mediawiki#specification + Discussed changes in https://github.com/bitcoin/bips/pull/994
2020-10-05Merge pull request #992 from Lucienest/patch-1Luke Dashjr
Update bip-0039.mediawiki
2020-10-05Merge pull request #987 from sipa/bip-taprootLuke Dashjr
Minor clarifications and fixes
2020-10-05Merge remote-tracking branch 'origin-pull/976/head'Luke Dashjr
2020-10-05Merge pull request #979 from dgenr8/patch-1Luke Dashjr
Update bip-0119.mediawiki
2020-10-05Merge pull request #997 from dergigi/patch-1Luke Dashjr
[Trivial] Fix typos
2020-10-05Merge pull request #1000 from ajtowns/202009-signet-genesisLuke Dashjr
BIP 325: update signet genesis block
2020-10-05Merge pull request #981 from apoelstra/2020-08-rename-hash-preimagesLuke Dashjr
BIP174: add `_IN_` to names of new hash preimage fields
2020-10-05Merge pull request #990 from dr-orlovsky/patch-3Luke Dashjr
BIp 174: fixing typo in rationale reference with closed tag
2020-10-05Merge pull request #978 from MarcoFalke/patch-1Luke Dashjr
BIP 325: Clarify that scriptWitness is a stack, not a byte string
2020-10-05Merge pull request #989 from dr-orlovsky/patch-2Luke Dashjr
BIP 174: rename responsibilities->roles to match Bitcoin Core
2020-10-05Merge pull request #971 from yahiheb/bip79-statusLuke Dashjr
Update bip79 status
2020-10-05Merge pull request #839 from pengpengliu/masterLuke Dashjr
BIP39: Add swift implementation
2020-10-05Merge pull request #985 from joshklop/patch-1Luke Dashjr
Fixing spelling in BIP 9
2020-10-05Merge pull request #969 from pacu/patch-1Luke Dashjr
Added MnemonicSwift as Swift impl for BIP-39
2020-10-05Merge pull request #975 from ysangkok/expire-bip-0124Luke Dashjr
Reject 124 (expired)
2020-10-05Merge pull request #974 from ysangkok/expire-bip-0135Luke Dashjr
Reject 135 (expired)
2020-10-05Merge pull request #973 from ysangkok/expire-bip-0114Luke Dashjr
Reject 114 (expired)
2020-10-01Merge pull request #967 from vasild/bip155_time_and_varintLuke Dashjr
BIP155: clarify variable integer format and change time to fixed 32 bit
2020-09-29BIP155: clarify that "services" uses CompactSizeVasil 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-28Create portuguese.txtsabotag3x
Co-authored-by: Breno Rodrigues Brito <brenorb@gmail.com> Co-authored-by: ninjastic <ninjasticdev@protonmail.com> Co-authored-by: sabotag3x <sabotage.sta@gmail.com> Co-authored-by: bitmover <67111541+bitmover-studio@users.noreply.github.com> Co-authored-by: alegotardo <40860228+alegotardo@users.noreply.github.com> Co-authored-by: kuthullu <kuthullu@gmail.com> Co-authored-by: Trimegistus <trimegisto@rocketmail.com>
2020-09-27BIP155: Small text improvementsHennadii Stepanov
2020-09-27BIP155: Mention SHA3-256 explicitlyHennadii Stepanov
2020-09-23Merge pull request #907 from vasild/bip155_clarificationsLuke Dashjr
BIP155: include changes from followup discussions
2020-09-21bip-0325: update signet genesis blockAnthony Towns
2020-09-17[Trivial] Fix typosGigi
werbs -> verbs geografical -> geographical
2020-09-09Update bip-0039.mediawikiLucien Nocelli
Fixed some syntax,
2020-09-09bip141 commitment is required for signet blocksGregory Sanders
Co-authored-by: MarcoFalke <falkemarco@gmail.com>
2020-09-08Fix typo in BIP 49Nima Yazdanmehr
2020-09-08Slight cleanup of signet commitment descriptionGregory Sanders
2020-09-08BIp 174: fixing typo in rationale reference with closed tagDr. Maxim Orlovsky
2020-09-08Merge pull request #986 from kallewoof/202009-bip325-1-5-bytesLuke Dashjr
BIP 325: correct byte count for compact size
2020-09-07BIP 174: removing extra "fields" wordDr. Maxim Orlovsky
2020-09-07BIP 174: rename responsibilities->roles to match Bitcoin CoreDr. Maxim Orlovsky
[Bitcoin Core uses "roles" instead of "responsibilities"](https://github.com/bitcoin/bitcoin/blob/master/src/psbt.h#L559) and it makes semantical sense (plus less verbose).
2020-09-07Require creator to initialize empty output fieldsDr. Maxim Orlovsky
The current version of the spec requires creator role to initialize empty input fields, but says nothing about output field initialization. At the same time, the following role, updater, "should also add redeemScripts, witnessScripts, and BIP 32 derivation paths to the input and output data if it knows them.", which does not make any sense if the fields were uninitialized. The [current Bitcoin Core implementation does this](https://github.com/bitcoin/bitcoin/blob/a24806c25d7a81a9c436de58eb5778d93abab16b/src/psbt.cpp#L12), and [other PSBT implementations, like rust-bitcoin, follow this practice](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/src/util/psbt/mod.rs#L59)
2020-09-03Clarify that R=infinity is invalid in BIP340Pieter Wuille
Also rename is_infinity to is_infinite is reference implementation, to match the wording in BIP340.
2020-09-03bip 341/342: Replace CCompactSize with CompactSizeMarcoFalke
2020-09-03bip-0325: correct byte count for compact size, and tweak to header nameKarl-Johan Alm
2020-09-02Fixing spelling in BIP 9Josh Klopfenstein
course grained => coarse-grained
2020-09-03Merge branch 'master' into masterLiu Pengpeng
2020-09-01Merge pull request #983 from kallewoof/202008-signet-empty-commitmentLuke Dashjr
bip-0325: clarify the OP_TRUE challenge special case
2020-08-29bip-0325: clarify the OP_TRUE challenge special caseKarl-Johan Alm
2020-08-27Merge pull request #980 from peterizzoo/patch-2Luke Dashjr
Update bip-0001.mediawiki
2020-08-27bip 174: add new hash preimage fields to Appendix AAndrew Poelstra
2020-08-27Merge pull request #982 from sipa/bip-taprootLuke Dashjr
BIP340 updates: even R, new tags, small fixups, clarifications
2020-08-26Merge pull request #212 from sipa/202008_evenr_clarifyPieter Wuille
Clarify that Jacobian coordinates are the optimization
2020-08-26Clarify that Jacobian coordinates are the optimization, not the Legendre symbolPieter Wuille
2020-08-26Merge pull request #210 from sipa/202008_even_r_tiebreakerPieter Wuille
Switch BIP340 to even R tiebreaker