3d86d94fa4
BIP125: update status from Proposed to Obsolete
2024-10-29 11:41:33 -06:00
17c04f9fa1
Merge pull request #1676 from scgbckbone/bip85_final
...
BIP85: update status to Final
2024-10-25 08:13:16 -07:00
8eac367dae
BIP-85: Add co-author, language code & dice app, TPRV guidance, warn on BIP-32 divergence, grammar & clarity ( #1679 )
...
* BIP-85: Add language code, add dice app, warn on BIP-32 divergence, grammar clarity
* BIP-85: Add definite article
Co-authored-by: Jon Atack <jon@atack.com >
* BIP-85: PR suggestions on grammar, clarity
* BIP-85: Add change log
* BIP-85: Proper <references />, semver reference implementations, date on changelog, clarify warning language
* BIP-85: PR suggestion on range formatting
Co-authored-by: Jon Atack <jon@atack.com >
* BIP-85: wordsmith BIP-32 warning
Co-authored-by: Jon Atack <jon@atack.com >
* BIP-85: PR feedback on format, language, order of text
* BIP-85: PR grammar improvements
* BIP-85: Add dice app code to changelog
* BIP-85: Grammar and clarity from PR review
Co-authored-by: Jon Atack <jon@atack.com >
* BIP-85: Improve changelog and bump semvers accordingly; add alphanum password example to dice
* BIP-85: Rectify changelog dates and contents
* BIP-85: Correct 1.3.0 semver in changelog
* BIP-85: Remove fancy warning syntax b/c GH doesn't render it, wordsmith BIP32 warning
* BIP-85: Add and correct semvers in Reference Implementation section
---------
Co-authored-by: Jon Atack <jon@atack.com >
2024-10-25 08:11:00 -07:00
52894e1aa7
Merge pull request #1681 from jonatack/2024-10-BIP2-update-URLs-to-https
...
BIP2: replace legacy http links with https
2024-10-22 14:51:39 -07:00
385ac876d3
Merge pull request #1688 from jlopp/bip99
...
Fix BIP-99 Formatting
2024-10-20 08:45:33 -07:00
b6ea55291f
fix formatting
2024-10-20 09:00:08 -04:00
5284427971
Merge pull request #1683 from akarve/bip85-base64-vec-alone
...
BIP-85: Correct bad test vector for Base64
2024-10-15 09:45:25 -07:00
0495fad99a
Merge pull request #1686 from psztorc/patch-1
...
BIP300: fix up markup in comment header
2024-10-15 07:58:43 -07:00
b7bd93fed7
heading typo
...
this section is (rightly) commented out, but it still (wrongly) shows up at the table of contents in the beginning, this should fix it
2024-10-15 01:09:16 -04:00
71aafb2a7f
Merge pull request #1685 from bskrksyp9/patch-1
...
BIP158: fix up code comment typo in gentestvectors.go
2024-10-14 13:01:01 -07:00
c4264ae980
fix typo
...
Corrected wording in comments
2024-10-14 22:35:43 +05:30
2e98c7115c
BIP-85: Correct bad test vector for Base64
2024-10-13 17:02:11 -07:00
caf8f78f75
Merge pull request #1682 from jonatack/2024-10-update-BIP327-status
2024-10-12 13:15:11 -07:00
2eb22b8ec6
BIP327: update status
2024-10-11 11:19:56 -06:00
ca280b9762
BIP2: replace legacy http links with https
2024-10-08 11:03:37 -06:00
83a1afd985
Merge pull request #1678 from JeremyRubin/patch-9
...
BIP119: remove James O'Beirne as co-author
2024-10-07 20:46:24 -06:00
80f8011e9c
Remove j amesob from README.mediawiki from bip-0119
2024-10-06 14:55:31 -04:00
b0125501f8
change BIP85 status to Final
2024-10-05 16:07:40 +02:00
a34cb4f769
Remove j amesob from bip-0119.mediawiki coauthor.
2024-10-05 10:01:53 -04:00
9f588247d8
Merge pull request #1674 from bitcoin/revert-1600-master
...
Revert "BIP85: Clarify spec, correct test vectors, add Portuguese language code, add dice application"
2024-10-04 16:43:54 -07:00
3f4a0a17bc
Revert "BIP85: Update/clarify spec, add change log, Portuguese language code,…"
...
This reverts commit a1be309f91
.
2024-10-04 16:18:52 -07:00
758dfc9f55
Merge pull request #1672 from TheBlueMatt/2024-10-payment-expiry
...
Explicitly mention care around payment instruction expiry in 353
2024-10-02 11:09:20 -07:00
e1aab46c63
Explicitly mention care around payment instruction expiry in 353
...
If someone puts a lightning BOLT 12 offer in a BIP 353 entry with
the offer expiring before the DNS entry's TTL (plus now), they may
get stuck being unpayable, so its worth explicitly mentioning that
people should take care here.
2024-10-02 16:46:57 +00:00
a1be309f91
BIP85: Update/clarify spec, add change log, Portuguese language code, dice application ( #1600 )
...
* BIP-85:
* Add new maintainer (author unreachable)
* Swap chain code and private key bytes in application 32' for consistentcy with BIP-32 (major change)
* Correct derived entropy for application 128169' test vector (major change)
* Clarify big endian serialization
* Add the Portuguese language (9') to application 39'
* Add dice application 89101'
* Clarify Testnet support for XPRV application 32'
* Minor grammar, format, clarity improvements
2024-09-25 08:00:54 -07:00
34db0e99fa
Link to latest code -- also shorter/better explanations ( #1666 )
...
* Update to CUSF activation client +shorter +clearer
* remove superfluous images
* link to CUSF client, shorter and clearer BIP text
2024-09-23 16:02:34 -07:00
22660ad307
Merge pull request #1665 from EthanHeilman/patch-1
...
Uses consistent source for "CAT and Schnorr Tricks"
2024-09-08 17:43:15 -07:00
3350d941a8
Uses consistent source for "CAT and Schnorr Tricks"
...
For "CAT and Schnorr Tricks I" we used https://medium.com/blockstream/cat-and-schnorr-tricks-i-faf1b59bd298
but for "CAT and Schnorr Tricks II"
https://www.wpsoftware.net/andrew/blog/cat-and-schnorr-tricks-ii.html
This commit changes this so that the original source wpsoftware is used for both links.
2024-09-08 14:34:30 -04:00
69d8eeb169
Merge pull request #1657 from TheBlueMatt/2024-07-psbt-dns
...
Add a PSBT per-output field for BIP 353 DNSSEC Proofs
2024-08-29 16:15:19 -04:00
b0d5a07943
Add a PSBT per-output field for BIP 353 DNSSEC Proofs
...
When using BIP 353 for on-chain addresses (incl silent payments),
it is useful to be able to include DNSSEC proof information in
outputs of a PSBT, which we enable here by defining a standard
field for it.
2024-08-29 19:30:59 +00:00
97012a8206
Merge pull request #1644 from bigspider/bip388-updates
...
388 - Add more motivation, and links to miniscript BIP
2024-08-21 12:43:00 -04:00
acb195f82e
Merge pull request #1660 from fjahr/bip94-rollback
...
Revert "Change BIP 94 timewarp delta to 7200 seconds"
2024-08-17 14:19:43 +00:00
2c259b85fd
Revert "Change BIP 94 timewarp delta to 7200 seconds"
...
This reverts commit 0c2a2172f7
.
2024-08-15 11:06:37 +02:00
34f345335c
Merge pull request #1631 from azuchi/fix-bip386-test-vector
...
BIP-0386: Fix uncompressed private key test vector
2024-08-14 16:43:59 +00:00
1811613e07
Further improvements from PR review
2024-08-14 15:07:55 +02:00
7c62ebea4c
Merge pull request #1654 from storopoli/master
...
Check typos in CI
2024-08-13 01:12:13 +00:00
52fdb00b6d
ci: add typo checking
...
typos is a powerful source code spell checker.
Adds a CI job that runs on every PR and
push to master (but can also be run manually with
workflow_dispatch) that checks for typos.
Adds a config file .typos.toml that deals with
false positives and only checks for top-level/one-level
.mediawiki and .md files.
2024-08-12 14:31:41 -03:00
a626ad6e2a
Merge pull request #1659 from azuchi/bix-bip94-typo
...
BIP-0094: Fix typo
2024-08-11 18:50:21 +00:00
af9557b589
BIP-0094: fix block hex
2024-08-10 10:19:39 +09:00
b87b21e7c1
bip-352: fix typo
2024-08-07 19:02:52 -03:00
498668026e
bip-152: fix typo
2024-08-07 19:02:49 -03:00
da1e3ad545
bip-119: fix typo
2024-08-07 19:02:47 -03:00
c25032a3ff
bip-75: fix typo
2024-08-07 19:02:43 -03:00
b6bf97ba9e
bip-46: fix typo
2024-08-07 19:02:39 -03:00
76550880d3
Merge pull request #1658 from fjahr/bip94-timewarp-delta
...
BIP94: Change timewarp delta to 7200 seconds
2024-08-07 11:31:40 -04:00
0c2a2172f7
Change BIP 94 timewarp delta to 7200 seconds
2024-08-05 23:34:11 +02:00
00fbea5dcd
Nit from PR review
...
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one >
2024-08-03 17:05:46 +02:00
5e87c919a7
Merge pull request #1601 from fjahr/testnet4
...
Add BIP94: Testnet 4
2024-08-02 14:01:32 -04:00
a35650e14e
Add BIP 94 - Testnet 4
2024-07-31 16:43:31 -04:00
eeaf21d882
Consistently refer to them as "human-readable names", not addresses
...
It seems confusing to call BIP 353 names "addresses", and most of
the BIP refers to them as "names", but a few "human-readable
addresses" snuck in in a recent change, which are fixed here.
2024-07-31 13:45:09 +00:00
c2655e0ab9
More adjustments from PR review
2024-07-27 19:36:08 +02:00