1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 03:03:53 +01:00
Commit graph

3750 commits

Author SHA1 Message Date
Ben van Hartingsveldt
996724fe79
Add remaining Stratum services 2024-11-27 22:31:02 +01:00
Ben van Hartingsveldt
db5ed7530c
Improve documentation of server commands 2024-11-27 22:09:10 +01:00
Ben van Hartingsveldt
387af0f819
Add examples to Firstbits methods 2024-11-26 12:22:22 +01:00
Ben van Hartingsveldt
bbad8a0a0c
Fix type and description 2024-11-26 12:09:26 +01:00
Ben van Hartingsveldt
1936b49803
Improve documents of Stratum methods 2024-11-26 11:45:26 +01:00
Ben van Hartingsveldt
4cf8985789
Improve sentences 2024-11-25 22:04:36 +01:00
Ben van Hartingsveldt
16b6d5c5d3
Apply suggestions 2024-05-21 21:16:01 +02:00
Ben van Hartingsveldt
05e11947bd
Improve blockchain service documentation 2024-05-13 00:02:13 +02:00
Ben van Hartingsveldt
40bc7213f7
Improve service documentation 2024-05-12 23:26:08 +02:00
Ben van Hartingsveldt
2787db0163
Add information about discovery service 2024-05-12 15:51:19 +02:00
Ben van Hartingsveldt
73f8ad180a
Move services to seperate file 2024-05-12 14:34:33 +02:00
Ben van Hartingsveldt
6e26691db9
Add example pub/sub commands 2024-05-10 23:49:57 +02:00
Ben van Hartingsveldt
19cf447939
Add example commands 2024-05-10 22:33:23 +02:00
Ben van Hartingsveldt
b5a9b10216
Add IANA consideration for HTTP fields 2024-05-10 21:40:08 +02:00
Ben van Hartingsveldt
48adb0ff93
Merge branch 'master' into add-bip40 2024-05-10 21:07:02 +02:00
Jon Atack
85ccf2379b
Merge pull request #1469 from theborakompanioni/patch-1
fix(bip85): rectify pwd_length in PWD BASE85 table
2024-05-10 09:48:10 -07:00
Mark "Murch" Erhardt
cc2a9c71a0
Merge pull request #1589 from real-or-random/202405-0324-unusedcsv
BIP324: Remove obsolete test vector file
2024-05-09 14:07:50 -04:00
Tim Ruffing
3b77bc07fd BIP324: Remove obsolete test vector file 2024-05-09 10:12:42 +02:00
Olaoluwa Osuntokun
18956f177a
Merge pull request #1411 from john-moffett/patch-1
BIP-158: Fix description of M parameter
2024-05-08 16:49:25 -07:00
Mark "Murch" Erhardt
d2300bed33
Merge pull request #1458 from josibake/silent-payments-bip
BIP 352: Silent Payments
2024-05-08 13:22:03 -04:00
josibake
17e1d168e8
Minor fixups
- Fix link
- Add explanation for scalar multiplication
- Spelling error in test section
2024-05-08 18:34:39 +02:00
josibake
9929215dcf
Change status to Proposed 2024-05-08 18:34:34 +02:00
josibake
ef108e0e77
Add post-history 2024-05-08 18:14:56 +02:00
josie
0ccf42c869
Apply suggestions from code review
Punctuation and wording improvements.

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-05-08 18:14:56 +02:00
josibake
c2b27a0ce5
Update README 2024-05-08 18:14:55 +02:00
josibake
33a99a1a17
Add reference.py with test vectors
* 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 18:14:55 +02:00
josibake
96f4e5a4c4
Add BIP for Silent Payments
Co-Authored-By: Ruben Somsen <rsomsen@gmail.com>
2024-05-08 18:14:55 +02:00
Mark "Murch" Erhardt
56575ff533
Merge pull request #1389 from bigspider/bip-wallet-policies
BIP 388: Wallet Policies for Descriptor Wallets
2024-05-08 08:54:42 -04:00
Mark "Murch" Erhardt
690f70ce44
Merge pull request #1586 from katesalazar/20240504
BIP38, help GitHub intermediate syntax highlighter
2024-05-08 08:49:51 -04:00
Salvatore Ingala
7d0c08e38a
More nits from PR review 2024-05-07 22:24:23 +02:00
Salvatore Ingala
cf2250e27c
Apply suggestions from code review
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-05-07 22:10:44 +02:00
katesalazar
c88a018409 Update bip-0038.mediawiki
Separating the bold and the italic markup helps inconsistent parsing
(see screenshots in PR #1586).
2024-05-07 15:44:50 +00:00
katesalazar
4ddb0cc893 Update bip-0038.mediawiki
Add missing closing double single quote. The italicized paragraph gets
cautiously closed.
2024-05-07 15:34:37 +00:00
Salvatore Ingala
a0c8501f96
Added BIP-388 to README 2024-05-07 11:00:23 +02:00
Salvatore Ingala
95cf539161
Improvements from PR review.
- Removed large example of taproot policy; replaced with the textual description
- Added an example of a taproot wallet policy containing miniscript
2024-05-07 10:58:02 +02:00
Salvatore Ingala
40c7760d78
Apply suggestions from code review
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-05-07 10:58:02 +02:00
Salvatore Ingala
25657cbee6
Update assigned BIP number; change type to "Standards Track" 2024-05-07 10:58:01 +02:00
Salvatore Ingala
44798a2a9e
New BIP: Wallet Policies 2024-05-07 10:58:01 +02:00
Jon Atack
c4c5c69bdf
Merge pull request #1567 from achow101/multi_a
BIP 387: multi_a() descriptor
2024-05-06 17:00:58 -07:00
Ben van Hartingsveldt
2f620f54ec
Fix layer 2024-05-07 01:10:40 +02:00
Ben van Hartingsveldt
1cf59837c7
Add information about service vendor 2024-05-07 00:46:54 +02:00
Ava Chow
945b281155 BIP 387: multi_a() descriptor 2024-05-06 18:26:11 -04:00
Ben van Hartingsveldt
19a39e2e5b
Fix links 2024-05-07 00:07:49 +02:00
Ben van Hartingsveldt
0cdfcb5d2e
Add IANA considerations 2024-05-06 23:58:14 +02:00
Ben van Hartingsveldt
b50e9e5de4
Merge branch 'master' into add-bip40
Signed-off-by: Ben van Hartingsveldt <ben.vanhartingsveldt@yocto.com>
2024-05-06 23:35:58 +02:00
Ben van Hartingsveldt
84f851926e
Process editorial feedback 2024-05-06 23:26:45 +02:00
Mark "Murch" Erhardt
feacf8f2ed
Merge pull request #1525 from EthanHeilman/cat
BIP 347: OP_CAT in Tapscript
2024-05-06 14:02:38 -04:00
Ethan Heilman
7ad0f821dd
Adds stable URL for Liar, Liar, Coins on Fire! 2024-05-06 13:12:47 -04:00
Mark "Murch" Erhardt
8808e78883
Merge pull request #1583 from yannickseurin/BIP-340
Update BIP 340 with fresher info on multi-, threshold, and blind signatures
2024-05-06 12:05:32 -04:00
Yannick Seurin
5d10163efc
more precise wording
Co-authored-by: Tim Ruffing <crypto@timruffing.de>
2024-05-06 11:40:02 +02:00