1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00
Commit Graph

2684 Commits

Author SHA1 Message Date
nicolas.dorier
631d8e65cd
Simplifies sender recommendation 2020-06-16 14:17:36 +09:00
nicolas.dorier
d13c784671
Remove parts refering to RBF, add recommendations for maxadditionalfeecontribution 2020-06-16 13:39:27 +09:00
nicolas.dorier
73a4d7c4ba
Rename to BIP78 2020-06-16 12:38:11 +09:00
azuchi
6130f17ded BIP85: Fix wrong test vector 2020-06-15 16:47:36 +09:00
Luke Dashjr
7e680f9f6b
Merge pull request #931 from bitschmidty/2020-06-bip325-pr-update
bip-325: update PR link
2020-06-12 03:57:59 +00:00
Luke Dashjr
d0d2bc9979
Merge pull request #910 from ethankosakovsky/entropy_bip
BIP 85: Deterministic Entropy From BIP32 Keychains
2020-06-12 00:32:29 +00:00
Luke Dashjr
d2b795f3f0
Merge pull request #771 from bitschmidty/master
BIP174: Input Finalizer finalized fields clarifications
2020-06-12 00:16:49 +00:00
Ethan Kosakovsky
96927344e7 Initial commit of entropy BIP 2020-06-11 12:11:06 +00:00
Mike Schmidt
3dbd4866b7 bip-0174: Input Finalizer finalized fields clarifications 2020-06-09 14:40:19 -05:00
Mike Schmidt
4cc1c31cc3 bip-325: update PR link 2020-06-09 14:26:37 -05:00
Luke Dashjr
d8a56c9f2b scripts/buildtable.pl: Fix for Obsolete status 2020-06-02 08:53:55 +00:00
Luke Dashjr
dac31c7829
Merge pull request #913 from ysangkok/reject-bip-0064
Obsolete BIP-0064
2020-06-02 08:26:28 +00:00
Janus
3d2f68c359 Obsolete BIP-0064
It was implemented at one point according to luke-jr
in https://github.com/bitcoin/bips/pull/913#issuecomment-621894761
2020-06-02 01:52:33 -05:00
nicolas.dorier
8ce6086517
Add Backward compatibility section 2020-06-02 11:46:22 +09:00
nicolas.dorier
3bede60b70
Update Javascript sender implementation link 2020-06-02 11:46:22 +09:00
Luke Dashjr
530c4fb089
Merge pull request #924 from Coding-Enthusiast/patch-3
[BIP-0137] Correct small mistakes
2020-06-01 19:46:32 +00:00
Luke Dashjr
357419ae84
Merge pull request #917 from milczarekIT/bip0039-add-Java-reference
Added reference to Java implementation for BIP-39
2020-06-01 19:46:14 +00:00
Luke Dashjr
52bd714fb3
Merge pull request #920 from jonasnick/spk-commit-all
bip-341: Commit to all scriptPubKeys in SigMsg
2020-06-01 19:31:53 +00:00
Luke Dashjr
bad7029ae1
Merge pull request #922 from SGeetansh/BIP-0011_typo
bip-0011.mediawiki: Fix trivial typo
2020-06-01 19:26:11 +00:00
Luke Dashjr
2a6386bbf9
Merge pull request #672 from skywinder/patch-1
BIP 39: Аdd swift library with multi lang support
2020-06-01 19:12:53 +00:00
Luke Dashjr
3a483f675c
Merge pull request #915 from ysangkok/reject-expired-block-size-bips
Reject expired block size BIPs
2020-06-01 19:09:56 +00:00
Luke Dashjr
c8832eabe3
Merge pull request #914 from ysangkok/reject-bip-0099
Reject BIP-0099 (expired)
2020-06-01 19:08:35 +00:00
Nicolas Dorier
5db1b99504
Update bip-xxxx.mediawiki
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28 13:45:21 +09:00
Nicolas Dorier
434e8c279d
Update bip-xxxx.mediawiki
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28 13:45:08 +09:00
nicolas.dorier
f62ceee781
Remove uneeded error message, add more details on the original/proposal PSBT requirements 2020-05-28 13:30:34 +09:00
nicolas.dorier
633f94d005
This BIP replace 79 2020-05-28 08:39:49 +09:00
nicolas.dorier
387d5e1b12
Reformulate 2020-05-24 02:37:26 +09:00
nicolas.dorier
900d221a85
Fix typo 2020-05-24 02:35:19 +09:00
nicolas.dorier
1251d29854
Discourage unsecured endpoint 2020-05-20 06:11:58 +09:00
nicolas.dorier
3659671a22
Relaxing authenticated endpoint 2020-05-19 19:14:51 +09:00
nicolas.dorier
5a337c6fc6
Make sure the receiver is not free riding on sender's back 2020-05-19 18:59:57 +09:00
nicolas.dorier
dd9193fd1d
Remove out-of-utxo 2020-05-19 04:52:43 +09:00
nicolas.dorier
3836ef6534
Reword sentence 2020-05-18 18:43:32 +09:00
Coding Enthusiast
9bb9824cab
[BIP-0137] Correct small mistakes
RecId indicates address/script types not key types (technically there is no key type).  
Value for P2WPKH is 39 not 35.  
Turned ranges to a bulleted list.
2020-05-18 11:05:21 +04:30
nicolas.dorier
233c094667
Add minFeeRate optional parameter 2020-05-17 21:57:37 +09:00
nicolas.dorier
088cf9bf91
Clarify fake rounded amount added by the receiver 2020-05-17 20:16:32 +09:00
nicolas.dorier
24dd275445
Rename to additionalfeeoutputindex and maxadditionalfeecontribution 2020-05-17 19:58:17 +09:00
nicolas.dorier
c33f0759d6
Clarify sender's payjoin proposal checklist 2020-05-17 19:55:45 +09:00
nicolas.dorier
3faf6e7540
Add payjoin proposal 2020-05-17 05:59:23 +09:00
SGeetansh
336a83b8bd Minor grammar typo. Added a comma. 2020-05-16 15:51:04 +05:30
Jonas Nick
15fba98cf4 bip-341: add missing Post-History 2020-05-15 12:57:49 +00:00
Jonas Nick
dde165749e bip-341: Commit to all scriptPubKeys in SigMsg 2020-05-15 12:33:01 +00:00
Petr Korolev
91a835887d remove duplicate line 2020-05-03 11:03:42 +07:00
Petr Korolev
25b6d576b4 Update link directly to the bip39 file 2020-05-03 11:01:17 +07:00
Bartosz Milczarek
f572ebe9f2 Added reference to Java implementation for BIP-39 2020-05-02 14:23:01 +02:00
Luke Dashjr
4fb2c5290e
Merge pull request #911 from fametrano/patch-3
fixed obvious typo
2020-05-01 12:55:53 +00:00
Luke Dashjr
1464888d49
Merge pull request #916 from ysangkok/final-bip-0043
Mark BIP-0043 as final
2020-04-30 15:13:57 +00:00
Janus
6a30b6faae Mark BIP-0043 as final
Widely in use and used by BIPs 44, 45, 47, 49, 80, 81, 84, and 175.
2020-04-30 09:43:09 -05:00
Luke Dashjr
3ac2c60e61
Merge pull request #902 from Kevingislason/patch-1
BIP 39: Update Rust implementation
2020-04-30 14:42:36 +00:00
Janus
2d293b7307 Reject expired block size BIPs 2020-04-30 09:37:22 -05:00