4086 Commits

Author SHA1 Message Date
Jon Atack
33231097c2
Merge pull request #1785 from jonatack/2025-03-bip94-touchup
BIP94 PR1781 editorial fixups
2025-03-07 12:57:05 -08:00
Jon Atack
954a78ea1f BIP94 PR1781 fixup 2025-03-07 14:55:50 -06:00
Jon Atack
a9e0745a36
Merge pull request #1784 from jonatack/2025-03-appease-typos-linter-in-BIP119
BIP119: appease typos linter
2025-03-07 12:46:53 -08:00
Jon Atack
61a39ce66d
Merge pull request #1781 from Roasbeef/testnet4-port
BIP-0094: add default p2p port for testnet4
2025-03-07 12:40:54 -08:00
Jon Atack
3ee89adf9e BIP119: appease typos linter 2025-03-07 12:54:17 -06:00
Olaoluwa Osuntokun
fcd5d7224e
BIP-0094: add default p2p port for testnet4 2025-03-06 14:47:20 -08:00
Andrew Toth
24b4354e64
BIP374: Add message to rand computation (#1758)
* BIP374: Add message to rand computation

* BIP374: Update reference and test vectors

* Add changelog

* Format changelog according to BIP3

* Add creation date

Co-authored-by: Jon Atack <jon@atack.com>

* Grammar fix

Co-authored-by: Jon Atack <jon@atack.com>

* update changelog

---------

Co-authored-by: Jon Atack <jon@atack.com>
2025-02-27 08:37:46 -08:00
Mark "Murch" Erhardt
cc81fde273
Merge pull request #1768 from jonatack/2025-02-bip159
BIP159 updates
2025-02-26 09:57:23 -05:00
Jon Atack
bab21271d7
Merge pull request #1776 from craigraw/wallet-labels-edits
BIP329: PR 1750 follow-up edits
2025-02-26 05:52:45 -08:00
Craig Raw
cd1a279877 add address heights clarification to align with transaction height specification 2025-02-26 11:24:27 +02:00
Craig Raw
5262b495af add minor previously approved edits 2025-02-26 10:42:34 +02:00
Jon Atack
d13c7240de
Merge pull request #1772 from costcould/master
BIP75: fix BIP70 extensions url and clarify text
2025-02-25 20:19:47 -08:00
costcould
4d6fdda871 BIP0075: fix 404 status URL
Signed-off-by: costcould <fliter@myyahoo.com>
2025-02-26 11:53:18 +08:00
Murch
d44f70e77a BIP159 Risks section: clarifications and fixups 2025-02-25 17:46:43 -05:00
Mark "Murch" Erhardt
6d2f0d64fc
Merge pull request #1774 from fjahr/bip94-status
BIP 94: Move status to Final
2025-02-25 16:49:41 -05:00
Fabian Jahr
d2cfbae4c1
BIP 94: Move to Final 2025-02-25 16:47:01 -05:00
doc-hex
c8e208fb6c
BIP329: add optional data fields, fix a JSON type (#1750)
* Correct type error in sample JSON

* first pass: moar data

* more fiat and edits

* more edits

* add per-txn value

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* Update bip-0329.mediawiki

Co-authored-by: Jon Atack <jon@atack.com>

* edit

* include @craigraw feedback

* typo fix

* add comment

* further edits

* broaden uses for address.heights

---------

Co-authored-by: Jon Atack <jon@atack.com>
2025-02-25 12:26:27 -08:00
Jon Atack
c84af0bf29
Merge pull request #1771 from murchandamus/2025-02-bip-3-follow-ups
BIP3: Address follow-ups from #1712
2025-02-25 11:35:44 -08:00
Murch
1ceb362897
BIP3: Address follow-ups from #1712 2025-02-25 14:24:34 -05:00
Jon Atack
22f7f0477c BIP159: unwillingly -> unwittingly
Not the same meaning, so not a purely editorial fixup, but I think "unwittingly"
expresses the intended meaning.
2025-02-22 09:57:27 -06:00
Jon Atack
5b85dbe120 BIP159: editorial fixups 2025-02-22 09:57:27 -06:00
Jon Atack
8118a14dc8 BIP159: clarify pruned means not signaling serving complete block chain
e.g. that NODE_NETWORK is not set

See reference implementation

https://github.com/bitcoin/bitcoin/pull/10387

and this comment in that pull

https://github.com/bitcoin/bitcoin/pull/10387#discussion_r156861038
2025-02-22 09:57:20 -06:00
Jon Atack
3f86dc4ea6 BIP159: emphasize minimum number of blocks 2025-02-22 09:18:31 -06:00
Jon Atack
7916231ff6
Merge pull request #1712 from murchandamus/2024-12-update-bip-process
BIP3: Updated BIP Process
2025-02-20 15:21:22 -08:00
Murch
d5c189f328
BIP3: Update BIP Process 2025-02-20 17:18:08 -05:00
Jon Atack
1096b5fcbc
Merge pull request #1769 from achow101/373-test-fix
373: Correct test data mismatches
2025-02-17 08:42:07 -08:00
Ava Chow
529a0458d8 373: Correct test data mismatches
Corrects the 2 mismatches in the test vectors pointed out in https://github.com/bitcoin/bips/pull/1764#issuecomment-2661667939
2025-02-16 18:20:48 -08:00
Mark "Murch" Erhardt
2e71a7e758
Merge pull request #1762 from achow101/328-tests
328: test vectors, reference implementation, update to Proposed
2025-02-14 09:28:51 -05:00
Ava Chow
151ec96c83
328: Draft -> Proposed 2025-02-14 09:26:11 -05:00
Mark "Murch" Erhardt
ee78520bfe
Merge pull request #1764 from achow101/373-tests
373: test vectors, reference implementation, update to Proposed
2025-02-14 09:24:21 -05:00
Ava Chow
3adf43df82 373: Draft -> Proposed 2025-02-13 12:52:19 -08:00
Ava Chow
cf948d47a0 373: Correct Created date 2025-02-13 12:50:40 -08:00
Jon Atack
ce13af21b5
Merge pull request #1767 from murchandamus/390-created-date
390: Fix created date
2025-02-13 12:31:02 -08:00
Murch
cde668d903
390: Fix created date 2025-02-13 15:26:29 -05:00
Mark "Murch" Erhardt
62ba831736
Merge pull request #1763 from achow101/390-ref-impl
390: Add reference implementation
2025-02-13 15:19:27 -05:00
Mark "Murch" Erhardt
6651d5c82f
Merge pull request #1766 from jonatack/2025-02-implementors-to-implementers
spelling: globally change "implementor" to "implementer"
2025-02-13 15:15:23 -05:00
Jon Atack
0203ede3b4
Merge pull request #1765 from 0xBEEFCAF3/patch-2
BIP119: Fix `OP_EQUALVERIFY` typo
2025-02-13 10:20:41 -08:00
Jon Atack
468e9759ba spelling: globally change "implementor" to "implementer"
Although the variant "implementor" predominated for much of the late 20th
century, today "implementer" is considered standard, and the former spelling
triggers the typos spelling checker.
2025-02-13 11:56:17 -06:00
Armin Sabouri
f5ff1d22b2
Fix typo in bip-0119 2025-02-13 11:00:13 -05:00
Ava Chow
3827648acc 328: Correct Created date
Date that the BIP number was assigned is 2024-06-04.
2025-02-12 09:59:59 -08:00
Ava Chow
4e335af8bc 373: Add reference implementation 2025-02-11 16:43:48 -08:00
Ava Chow
88f40411b1 373: Add test vectors 2025-02-11 16:43:48 -08:00
Ava Chow
574589f2a6 390: Add reference implementation 2025-02-11 12:43:40 -08:00
Ava Chow
7ab43ce11f 328: Add reference implementation 2025-02-11 12:41:17 -08:00
Ava Chow
081aa9a22e 328: Add test vectors 2025-02-11 12:37:48 -08:00
Jon Atack
3c7b0d6498
Merge pull request #1759 from murchandamus/render-email-in-.md
Render author email addresses in markdown BIPs
2025-02-10 12:22:31 -08:00
Anthony Towns
726df6f4d5 Use code block instead of pre for markdown 2025-02-08 20:06:23 +10:00
Jon Atack
ea7aae8d1f
Merge pull request #1754 from nymius/fix/typo-in-PSBT_OUT_SP_V0_LABEL-in-BIP-375-and-BIP-174 2025-02-06 10:20:20 -08:00
Mark "Murch" Erhardt
b9f9a8d6e8
Merge pull request #1680 from jonatack/2024-10-BIP39-license-and-copyright-section
BIP39: add license and copyright section
2025-02-04 13:10:53 -05:00
Jon Atack
1ddcfcea7a
Merge pull request #1751 from stratospher/2025_01_DLEQ_G 2025-02-01 10:34:42 -06:00