1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-24 15:36:53 +01:00
Commit graph

3284 commits

Author SHA1 Message Date
theborakompanioni
0a12bf8572
docs(bip-0046): apply minor wording improvement suggestions
by @AdamISZ
2024-06-06 14:20:22 +02:00
theborakompanioni
87bbc4aeb6
docs(bip-0046): add bip-0046 to readme 2024-06-06 12:51:44 +02:00
theborakompanioni
2bc326e6af
docs(bip-0046): add Rationale section 2024-05-27 10:33:48 +02:00
theborakompanioni
25361d28ed
chore(bip-0046): add tbk to Author header 2024-05-27 10:33:17 +02:00
theborakompanioni
a6f1cf3e0d
chore(bip-0046): improve timelock point in time explanation 2024-05-27 10:25:14 +02:00
theborakompanioni
722a388ae3
chore(bip-0046): fix date format in Post-History header 2024-05-27 10:13:28 +02:00
theborakompanioni
0b353bc7db
docs(bip-0046): add Backwards Compatibility section 2024-05-27 10:10:22 +02:00
theborakompanioni
f9d370d3da
chore(bip-0046): scriptPubKey -> witness programm 2024-05-23 15:52:46 +02:00
theborakompanioni
00c7d0b815
fix(bip-0046): change license from Public Domain to CC0-1.0 2024-05-23 15:48:23 +02:00
theborakompanioni
164412d08b
docs(bip-0046): add Copyright section 2024-05-23 14:30:48 +02:00
theborakompanioni
5209a28c1a
docs(bip-0046): add Comments-URI header 2024-05-23 14:27:20 +02:00
theborakompanioni
57f1fe3f4b
chore(bip-0046): remove (optional) Comments-Summary header 2024-05-23 14:24:42 +02:00
theborakompanioni
03a679958a
docs(bip-0046): change title to 'Address Scheme for Timelocked Fidelity Bonds' 2024-05-23 14:23:44 +02:00
theborakompanioni
64f93a239d
chore(bip-0046): fix typos and grammar 2024-05-23 14:23:07 +02:00
theborakompanioni
8e109f98de
docs(bip-0046): add bip number to header section 2024-05-23 14:18:08 +02:00
theborakompanioni
05e2c0c12f
chore(bip-0046): rename bip-fidelity-bonds to bip-0046 2024-05-23 14:16:38 +02:00
chris-belcher
bf2eb4f680 Specify BIP-fidelity-bonds
For storing fidelity bonds in HD wallets
2022-07-04 20:10:21 +01:00
kallewoof
df443f8db3
Merge pull request #1323 from LegReq/master
Fix incorrect signature test vectors in BIP322
2022-06-07 15:42:43 +09:00
Wip
8ed2af0784 Fix incorrect signature test vectors in BIP322 2022-06-06 15:13:24 +01:00
kallewoof
b1791c24aa
Merge pull request #1314 from luke-jr/fix_bip326
Bugfix: BIP 326: Correct Author/Title headings
2022-05-06 20:42:22 +09:00
kallewoof
0d77c5ae9c
Merge pull request #1276 from katesalazar/patch-3
[0112] fix broken link
2022-05-06 19:06:20 +09:00
kallewoof
d7a5665c0a
Merge pull request #1300 from dplusplus1024/patch-1
Grammar update
2022-05-06 15:26:12 +09:00
Luke Dashjr
01c07e8c5b
Merge pull request #1193 from katesalazar/202109261239
BIP 0174: Remove transparent background from figures
2022-05-05 16:28:24 +00:00
Luke Dashjr
6452b8b7b5
Merge pull request #1290 from allenpiscitello/patch-1
Fixing incorrect allowing of unsigned transaction
2022-05-05 16:27:23 +00:00
Luke Dashjr
5085c7547b
Merge pull request #1275 from meshcollider/202201_fix_broken_link
BIP340: fix broken link to Schnorr's blind signature attack
2022-05-05 16:25:30 +00:00
Luke Dashjr
77a7213e15
Merge pull request #1309 from JeremyRubin/anti-dos-119
[BIP-119] Clean Up Spec of Opcode
2022-05-05 15:35:48 +00:00
Luke Dashjr
9b120a1036
Merge pull request #1294 from JeremyRubin/patch-7
Update BIP-119 to include python reference hash / link BIP-341
2022-05-05 15:23:20 +00:00
Luke Dashjr
3f6fc801e3 Merge remote-tracking branch 'origin-pull/1267/head' 2022-05-05 15:22:29 +00:00
Luke Dashjr
909f8e8b0c
Merge pull request #1296 from brandonblack/bip-0371-vectors-fixes
BIP-0371 vector fix + nits
2022-05-05 15:09:34 +00:00
Luke Dashjr
66aed73043 Bugfix: BIP 326: Correct Author/Title headings 2022-05-05 15:07:26 +00:00
Luke Dashjr
31a496fc24
Merge pull request #1299 from ajtowns/202204-longtitle
bip-326: avoid errors from scripts/buildtable.pl
2022-05-05 15:03:29 +00:00
Luke Dashjr
3d70fafaab
Merge pull request #1287 from sdaftuar/2021-02-bip338-fixups
BIP338: Add further restrictions on disabletx
2022-05-05 14:58:43 +00:00
Luke Dashjr
54ee25ee93
Merge pull request #840 from graingert/patch-1
Add .NET standard bip39 implementation
2022-05-05 14:48:42 +00:00
Jeremy Rubin
78fc9f2ceb [BIP-119]: Make IsPayToBareDefaultCheckTemplateVerifyHash Pythonic 2022-04-28 09:48:47 -07:00
Jeremy Rubin
cad2b3ee77 [BIP-119] Remove C++ Spec from BIP-119 entirely. 2022-04-28 09:48:38 -07:00
Jeremy Rubin
fa09f7f857 [BIP-119] Reimplement CTV in higher level pythonic pseduocode and clarify DoS Caching requirements. 2022-04-28 09:48:23 -07:00
D++
a200aed81d
Grammar update 2022-04-11 04:32:12 -04:00
Anthony Towns
234bb915f4 bip-326: avoid errors from scripts/buildtable.pl 2022-04-07 10:42:55 +10:00
Suhas Daftuar
955715284b Add restriction on feefilter messages 2022-04-05 09:09:41 -04:00
Brandon Black
1b67c8835f
Correct pubkey type for TAP_INTERNAL_KEY 2022-04-04 07:44:44 -07:00
Brandon Black
ad6e587232
Fix data type for TAP_MERKLE_ROOT 2022-04-04 07:37:41 -07:00
Brandon Black
c876d7e20e
Remove repeated clause 2022-04-04 07:37:28 -07:00
Brandon Black
b05fc882d8
Fix TAP_SCRIPT_SIG signature too short vector
* The specified length of the value did not match the encoded data.
Probably a manual modification error from the prior vector.
2022-04-01 15:25:10 -07:00
Brandon Black
b83419102b
Remove stray '<' 2022-04-01 15:24:25 -07:00
Jeremy Rubin
ba648bc4aa
Update BIP-119 to include python reference hash / link BIP-341 2022-03-29 14:51:43 -07:00
allenpiscitello
33f8f62906
Fixing incorrect allowing of unsigned transaction
V2 does not allow Global Key Type of 0 (Unsigned Transaction), but not listed as excluded in the spec.
2022-03-24 13:19:16 -05:00
Luke Dashjr
274fa400d6
Merge pull request #1278 from JeremyRubin/patch-6
[BIP-119] Clarify that policy is not validity + what a covenant is.
2022-03-23 21:43:29 +00:00
kallewoof
34d211aa93
Merge pull request #1269 from chris-belcher/bip-nsequence-anti-fee-snipe
BIP 326: Anti-fee-sniping protection with nSequence in taproot transactions to improve privacy for off-chain protocols
2022-03-08 12:23:57 +09:00
chris-belcher
4d5e1cc162
Specify BIP 326: Anti-fee-sniping protection with nSequence in taproot
To improve privacy for off-chain protocols
2022-03-04 21:36:24 +00:00
kallewoof
97e02b2223
Merge pull request #1279 from kallewoof/202201-bip322-testvecs
clarify message serialization and add test vectors to BIP-322
2022-02-07 15:12:01 +09:00