Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-13 | Merge pull request #1593 from jonatack/2024-05-bip388-fixups | Mark "Murch" Erhardt | |
BIP388 fixups | |||
2024-05-13 | bip-0114: fix typo | Afanti | |
2024-05-12 | bip352: fix link to coredev discussion | Jon Atack | |
2024-05-12 | bip-0388: make reference implementation executable | Jon Atack | |
2024-05-12 | bip-0388: fix 3 links | Jon Atack | |
2024-05-12 | Merge pull request #1592 from bigspider/bip-388-proposed | Jon Atack | |
BIP-388: change status to 'Proposed' | |||
2024-05-12 | Update BIP-388 status to 'Proposed' | Salvatore Ingala | |
2024-05-12 | Improve formatting | Salvatore Ingala | |
2024-05-10 | Merge pull request #1590 from RandyMcMillan/patch-5 | Jon Atack | |
bip-0388:proof of registration - use wikimedia bold syntax | |||
2024-05-10 | Merge pull request #1469 from theborakompanioni/patch-1 | Jon Atack | |
fix(bip85): rectify pwd_length in PWD BASE85 table | |||
2024-05-10 | bip-0388.mediawiki:proof of registration | @RandyMcMillan | |
2024-05-09 | Merge pull request #1589 from real-or-random/202405-0324-unusedcsv | Mark "Murch" Erhardt | |
BIP324: Remove obsolete test vector file | |||
2024-05-09 | BIP324: Remove obsolete test vector file | Tim Ruffing | |
2024-05-08 | Merge pull request #1411 from john-moffett/patch-1 | Olaoluwa Osuntokun | |
BIP-158: Fix description of M parameter | |||
2024-05-08 | Merge pull request #1458 from josibake/silent-payments-bip | Mark "Murch" Erhardt | |
BIP 352: Silent Payments | |||
2024-05-08 | Minor fixups | josibake | |
- Fix link - Add explanation for scalar multiplication - Spelling error in test section | |||
2024-05-08 | Change status to Proposed | josibake | |
2024-05-08 | Add post-history | josibake | |
2024-05-08 | Apply suggestions from code review | josie | |
Punctuation and wording improvements. Co-authored-by: Mark "Murch" Erhardt <murch@murch.one> | |||
2024-05-08 | Update README | josibake | |
2024-05-08 | Add reference.py with test vectors | josibake | |
* reference.py contains the silent payment specific code * secp256k1.py for doing the EC operations * bech32m.py contains code for encoding/decoding bech32(m) addresses * bitcoin_utils.py contains some helper code, not specific to silent payments * send_and_receive_test_vectors.json contains the wallet unit test vectors Co-Authored-By: S3RK <1466284+S3RK@users.noreply.github.com> Co-Authored-By: Oghenovo Usiwoma <37949128+Eunovo@users.noreply.github.com> Co-authored-by: S.Blagogee <34041358+setavenger@users.noreply.github.com> | |||
2024-05-08 | Add BIP for Silent Payments | josibake | |
Co-Authored-By: Ruben Somsen <rsomsen@gmail.com> | |||
2024-05-08 | Merge pull request #1389 from bigspider/bip-wallet-policies | Mark "Murch" Erhardt | |
BIP 388: Wallet Policies for Descriptor Wallets | |||
2024-05-08 | Merge pull request #1586 from katesalazar/20240504 | Mark "Murch" Erhardt | |
BIP38, help GitHub intermediate syntax highlighter | |||
2024-05-07 | More nits from PR review | Salvatore Ingala | |
2024-05-07 | Apply suggestions from code review | Salvatore Ingala | |
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one> | |||
2024-05-07 | Update bip-0038.mediawiki | katesalazar | |
Separating the bold and the italic markup helps inconsistent parsing (see screenshots in PR #1586). | |||
2024-05-07 | Update bip-0038.mediawiki | katesalazar | |
Add missing closing double single quote. The italicized paragraph gets cautiously closed. | |||
2024-05-07 | Added BIP-388 to README | Salvatore Ingala | |
2024-05-07 | Improvements from PR review. | Salvatore Ingala | |
- Removed large example of taproot policy; replaced with the textual description - Added an example of a taproot wallet policy containing miniscript | |||
2024-05-07 | Apply suggestions from code review | Salvatore Ingala | |
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one> | |||
2024-05-07 | Update assigned BIP number; change type to "Standards Track" | Salvatore Ingala | |
2024-05-07 | New BIP: Wallet Policies | Salvatore Ingala | |
2024-05-06 | Merge pull request #1567 from achow101/multi_a | Jon Atack | |
BIP 387: multi_a() descriptor | |||
2024-05-06 | BIP 387: multi_a() descriptor | Ava Chow | |
2024-05-06 | Merge pull request #1525 from EthanHeilman/cat | Mark "Murch" Erhardt | |
BIP 347: OP_CAT in Tapscript | |||
2024-05-06 | Adds stable URL for Liar, Liar, Coins on Fire! | Ethan Heilman | |
2024-05-06 | Merge pull request #1583 from yannickseurin/BIP-340 | Mark "Murch" Erhardt | |
Update BIP 340 with fresher info on multi-, threshold, and blind signatures | |||
2024-05-06 | more precise wording | Yannick Seurin | |
Co-authored-by: Tim Ruffing <crypto@timruffing.de> | |||
2024-05-06 | spelling out FROST | Yannick Seurin | |
Co-authored-by: Tim Ruffing <crypto@timruffing.de> | |||
2024-05-05 | Improved accuracy of paragraph on OP_CAT's removal in 2010 | Ethan Heilman | |
2024-05-03 | update changelog | Yannick Seurin | |
2024-05-03 | more precise wording for key-prefixing justification | Yannick Seurin | |
2024-05-02 | Merge branch 'master' into cat | Mark "Murch" Erhardt | |
2024-05-02 | Add BIP-347 OP_CAT to table | Murch | |
2024-05-02 | Fixes link to liar liar | Ethan Heilman | |
2024-05-01 | Merge branch 'ysangkok-final-bip-0133' | Jon Atack | |
* ysangkok-final-bip-0133: Final BIP-0133 | |||
2024-05-01 | Final BIP-0133 | Janus | |
2024-05-01 | Merge pull request #1585 from achow101/fix-link-checks | Jon Atack | |
ci: Fix link checks | |||
2024-05-01 | ci: Run link format check on all mediawiki documents | Ava Chow | |