cgilliard
6d42bc0c5b
create new bip proposal
2019-02-18 13:45:02 -08:00
Luke Dashjr
9380b0ba03
Merge pull request #763 from lanhaoxiang/patch-1
...
Update bip-0039.mediawiki, fix broken link
2019-02-18 20:56:42 +00:00
Luke Dashjr
9101836b88
Merge pull request #744 from kallewoof/bip322-fixes
...
[WIP] bip-322: strip out proof-of-funds related stuff and fix several issues
2019-02-15 15:05:57 +00:00
Luke Dashjr
e2c91c81cc
Merge remote-tracking branch 'origin-pull/754/head'
2019-02-15 14:57:54 +00:00
Luke Dashjr
8fbc5aa780
Merge pull request #751 from JoinMarket-Org/bip79-typos
...
fix typos in bip79
2019-02-15 14:55:18 +00:00
Luke Dashjr
b0b28ccd80
Merge pull request #761 from clarkmoody/bip-84-version-bytes
...
BIP-84 - Add Version Bytes Section
2019-02-15 14:47:33 +00:00
Lan, Haoxiang
6e4397038e
Update bip-0039.mediawiki, fix broken link
2019-02-15 17:05:09 +08:00
Clark Moody
937b8716c3
Link to SLIP-0132
2019-02-14 17:35:51 -06:00
Clark Moody
afd7c775fb
Add testnet version bytes
2019-02-14 12:27:14 -06:00
Clark Moody
499f5a7e88
Add version bytes section
2019-02-13 18:31:19 -06:00
Luke Dashjr
64f44eb620
Merge pull request #760 from Roasbeef/bip-158-test-vectors
...
BIP-0158: add test cases for OP_RETURN with op codes, empty filter
2019-02-13 13:53:56 +00:00
Olaoluwa Osuntokun
5ab481ce53
fixup! BIP-0158: clarify OP_RETURN handling for filters
2019-02-12 21:14:29 -08:00
Olaoluwa Osuntokun
1330853c3e
BIP-0158: clarify OP_RETURN handling for filters
...
In this commit, we clarify how we handle `OP_RETURN` outputs for regular
filters. The prior language was a bit ambiguous, so we hope to make it
as explicit as possible.
2019-02-12 19:57:51 -08:00
Olaoluwa Osuntokun
dd3948b474
BIP-0158: add test cases for OP_RETURN with op codes, empty filter
...
In this commit, we add a new test case for a filter built from a block
that has a transaction with an OP_RETURN which isn't followed by only
push data items. The prior implementation for btcd (which was used to
generated these test vectors), had a stricter check which caused it to
add extra items to the filter. We also add a case of a block that has a
single coinbase transaction, with that transaction having only an
OP_RETURN output. As a result, that filter will be "empty", and is
signalled by by a single zero (0x00) byte.
In order to make building the code that makes the test vectors
reproducible, we've added go.mod and go.sum files as well.
2019-02-12 18:31:12 -08:00
Luke Dashjr
dc0379959b
Merge pull request #759 from ddustin/patch-1
...
Flipping the sentence order here for simplicity.
2019-02-11 01:56:26 +00:00
Dustin Dettmer
b6b19894c2
Flipping the sentence order here for simplicity.
...
Being new to the spec, I had to reread this multiple times to understand it. Ordering the setences according to scope seems to make it easier to grock.
2019-02-10 15:42:35 -08:00
David Burkett
e9aeb6854a
Updating libbitcoin mnemonic.hpp link.
2019-02-02 15:55:14 -05:00
Ryan Havar
1bd594e659
Fix mistake in bip-0079
...
As pointed out by Adam Gibson on the bitcoin-dev mailing list.
2019-01-26 21:01:16 -08:00
AdamISZ
a9647e0178
fix typos in bip79
2019-01-24 12:47:33 +01:00
Luke Dashjr
954df0d107
Merge pull request #740 from skddc/patch-1
...
Fix typo
2018-12-14 21:11:00 +00:00
Luke Dashjr
c5fa2f9562
Merge pull request #734 from maguayo/patch-1
...
Update bip-0032.mediawiki
2018-12-14 16:48:23 +00:00
Luke Dashjr
c1459ff17a
Merge pull request #745 from harding/2018-12-bip125-clarify-rule-2
...
BIP125: rephrase rule 2 for clarity
2018-12-14 16:41:38 +00:00
Luke Dashjr
3fbc6afc0e
Merge pull request #735 from Coding-Enthusiast/patch-1
...
bip-0159: Fix NODE_NETWORK_LIMITED threshold
2018-12-10 15:13:17 +00:00
David A. Harding
af878ab42e
BIP125: rephrase rule #2 for clarity
2018-12-04 16:31:29 -05:00
Karl-Johan Alm
df9c2fc6de
bip-322: strip out proof-of-funds related stuff and fix several issues
2018-12-03 16:47:27 +09:00
Sebastian Kippe
400c0c4cf9
Fix typo
2018-11-21 16:11:09 +00:00
Luke Dashjr
135ca1a2f1
Merge pull request #736 from RHavar/master
...
Update bip79 to require Access-Control-Allow-Origin support
2018-10-29 04:25:27 +00:00
Ryan Havar
9f4922ae3f
Update bip79 to require Access-Control-Allow-Origin support
2018-10-29 15:18:23 +11:00
Coding Enthusiast
6c99f7a3ef
bip-0159: Fix NODE_NETWORK_LIMITED threshold
...
The threshold seems to be 288 (2 * 144).
de74c62583/src/validation.h (L207)
2018-10-28 07:01:19 +03:30
Marcos Aguayo
240a6f114c
Update bip-0032.mediawiki
2018-10-25 21:16:42 +01:00
Luke Dashjr
4c668c43e9
Merge pull request #732 from RHavar/master
...
Minor grammatical fixes to bip79
2018-10-23 16:21:48 +00:00
Ryan Havar
f83011f40d
Minor grammatical fixes to bip79
2018-10-23 09:10:10 -07:00
Luke Dashjr
65cc6a194e
Merge BIP 79
2018-10-19 22:40:43 +00:00
Luke Dashjr
1939bc2498
README: Add BIP 79
2018-10-19 22:40:36 +00:00
Ryan Havar
1e0d737620
Fix date format
2018-10-20 09:22:30 +11:00
Ryan Havar
4a05f299ce
Retitle and move to bip79
2018-10-19 01:27:42 -04:00
Ryan Havar
cad43f2f5b
Add backwards compatibility section
2018-10-16 15:35:16 -08:00
Ryan Havar
6322865e9d
Address review comments
2018-10-16 20:02:01 -02:00
Luke Dashjr
4b21d27946
Merge pull request #728 from kaidiren/patch-1
...
fix bip-0016 link 404
2018-10-16 09:12:19 +00:00
Luke Dashjr
33e040b7bd
Merge pull request #726 from vikmeup/patch-1
...
Add Trust to compatible wallets
2018-10-16 08:50:25 +00:00
Ryan Havar
605c31a9e0
Add bip for bustapay
2018-10-08 01:53:25 +06:00
kaidiren
433283d671
fix bip-0016 link 404
2018-09-28 15:15:03 +08:00
Luke Dashjr
ad3a16baab
Merge pull request #725 from kallewoof/bip-generic-signmessage
...
BIP 322: Generic Signed Message Format
2018-09-19 19:19:13 +00:00
Viktor Radchenko
c79576c759
Add Trust to compatible wallets
2018-09-13 16:43:40 -07:00
Karl-Johan Alm
2f152773e6
fix witness program -> witness
2018-09-12 16:21:59 +09:00
Karl-Johan Alm
b925137d5f
BIP: Generic Signed Message Format
2018-09-12 15:01:04 +09:00
Luke Dashjr
43f59dfbcb
Merge commit '03b7587'
2018-09-07 05:04:04 +00:00
Luke Dashjr
03b7587d87
BIP 310: Fix preamble; add to README
2018-09-07 05:03:37 +00:00
Luke Dashjr
84808a7bbf
Assign BIP 320 to nVersion bits for general purpose use
2018-09-07 05:01:41 +00:00
Luke Dashjr
7e1dee5151
Merge pull request #718 from jimpo/bip-0158-updates
...
Bip 158 updates
2018-09-07 04:52:09 +00:00