Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-04 | Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths | Jeremy Rubin | |
when drafting the BIP I attempted to triangulate what the width of the fields for number of inputs/outputs should be from various sources in the codebase, and made an error in looking at the signing and encoding logic, and not the _decoding_ logic which restricts vectors (vin, vout) to MAX_SIZE which is 33554432. This fully justifies not using a wider type (uint64_t). Also clarified arguments for not using a narrower type (uint16_t) which would be possible just for the vIn based on block size, because it's a leaky abstraction (you can still encode and decode such a transaction, just not mine it). thanks to @roconnor-blockstream for pointing this out | |||
2022-01-03 | Merge pull request #1245 from Mironenko/patch-1 | kallewoof | |
Fix typo in BIP-32 | |||
2021-12-17 | Merge pull request #1126 from PoWx-Org/master | Luke Dashjr | |
BIP 52: Durable, Low Energy Bitcoin PoW | |||
2021-12-16 | BIP 52: Fix syntax | PoWx Team | |
2021-12-16 | BIP 52: Add misssing layer information; remove private email from Discussions-To | PoWx Team | |
2021-12-16 | Merge pull request #1229 from junderw/fix/bip38 | Luke Dashjr | |
Clearer language in BIP38 | |||
2021-12-15 | BIP 52: Trying to fix CI errors | PoWx Team | |
2021-12-15 | BIP 52: Trying to fix CI errors | PoWx Team | |
2021-12-15 | BIP 52: Update Comments-URI | PoWx Team | |
2021-12-15 | Fix Malformed Author line | PoWx Team | |
2021-12-15 | Update README | PoWx Team | |
2021-12-15 | BIP 52 assigned | PoWx Team | |
2021-12-15 | Merge pull request #1202 from katesalazar/patch-1 | Luke Dashjr | |
BIP 0067: Fix a broken link | |||
2021-12-15 | Merge pull request #1179 from jaonoctus/typo/descriptors | Luke Dashjr | |
typo: BIP [380-385] | |||
2021-12-15 | Merge pull request #1227 from psztorc/master | Luke Dashjr | |
Update BIPs 300/301 | |||
2021-12-15 | Merge pull request #1228 from yanmaani/patch-1 | Luke Dashjr | |
Fix typo in BIP 32 | |||
2021-12-15 | Merge pull request #1226 from OrfeasLitos/define-check-119 | Luke Dashjr | |
Define BIP-119 CheckDefaultCheckTemplateVerifyHash | |||
2021-12-15 | Merge pull request #1250 from katesalazar/patch-2 | Luke Dashjr | |
BIP 0016: Fix broken link | |||
2021-12-12 | BIP 0016: Fix broken link | katesalazar | |
2021-12-07 | Fix typo in BIP-32 | Mironenko | |
2021-11-25 | Update reverse-compatibility statement | PoWx Team | |
2021-11-24 | Merge pull request #1242 from benthecarman/patch-3 | kallewoof | |
Allow Taproot outputs in BIP 322 | |||
2021-11-23 | Allow Taproot outputs in BIP 322 | benthecarman | |
2021-11-18 | Merge pull request #1236 from achow101/fix-371-formatting | kallewoof | |
371: Fix test formatting | |||
2021-11-17 | tweak formatting | Paul Sztorc | |
2021-11-17 | small typo | Paul Sztorc | |
2021-11-16 | 371: Remove extra character in test | Andrew Chow | |
2021-11-16 | 371: Fix test vector formatting | Andrew Chow | |
Missing `<` for some test vectors causing the rendered output to be incorrect. | |||
2021-11-17 | Merge pull request #1235 from MarcoFalke/patch-3 | kallewoof | |
Mention activation heights in BIP 341 🥕 | |||
2021-11-14 | Merge pull request #1234 from benthecarman/patch-2 | kallewoof | |
Clarify BIP 322 seralization requires a signed transaction | |||
2021-11-13 | Mention activation heights in BIP 341 | MarcoFalke | |
2021-11-12 | Clarify BIP 322 seralization requires a signed transaction | benthecarman | |
2021-11-13 | Merge pull request #1225 from sipa/202110_bip341_vectors | kallewoof | |
BIP341 test vectors | |||
2021-11-12 | BIP341 test vectors | Pieter Wuille | |
2021-11-12 | Convert inside CheckDefaultCheckTemplateVerifyHash | Orfeas Litos | |
2021-11-11 | Fix typo | Orfeas Litos | |
2021-11-11 | Merge pull request #1224 from brandonblack/master | kallewoof | |
BIP341/342: Implementation clarifications | |||
2021-11-11 | Merge pull request #1231 from GambolingPangolin/bip341-link-fix | kallewoof | |
Fixes a link in BIP 341 | |||
2021-11-10 | Cast 8-vector of u32 to u256 | Orfeas Litos | |
2021-11-10 | Fixes a link in BIP 341 | Ian Shipman | |
2021-11-05 | re-add abstract, revise slightly | Paul Sztorc | |
2021-11-05 | Clearer language in BIP38 | junderw | |
2021-11-04 | Merge pull request #1206 from katesalazar/20211010 | Luke Dashjr | |
BIP 0069: Fix broken link | |||
2021-11-04 | Merge pull request #1182 from tcharding/missing-words | Luke Dashjr | |
[BIP 157] Add missing words to sentence | |||
2021-11-04 | Merge pull request #1215 from JeremyRubin/ctv-updates | Luke Dashjr | |
Minor Updates to BIP-119 | |||
2021-11-04 | Merge pull request #1221 from kallerosenbaum/bip174in_final | Luke Dashjr | |
BIP 0174: Clarify use of PSBT_IN_FINAL_* when data is empty | |||
2021-11-04 | Fix typo in BIP 32 | yanmaani | |
2021-11-03 | BIP341: Clarify tweaking of secret keys | Brandon Black | |
2021-11-03 | BIP341/342: Clarify SigHash extensions | Brandon Black | |
* Pull the definition of the extension in BIP342 to its own section * Add a section to BIP341 on validating script path signatures * Clarify that SigMsg does not produce the message being signed, but a common portion of it | |||
2021-11-02 | Update BIP 301 | Paul Sztorc | |
BIPs 300/301 were 2 years old! I have updated, shortened, and clarified them. |