Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Merge pull request #763 from lanhaoxiang/patch-1 | Luke Dashjr | |
Update bip-0039.mediawiki, fix broken link | |||
2019-02-15 | Merge pull request #744 from kallewoof/bip322-fixes | Luke Dashjr | |
[WIP] bip-322: strip out proof-of-funds related stuff and fix several issues | |||
2019-02-15 | Merge remote-tracking branch 'origin-pull/754/head' | Luke Dashjr | |
2019-02-15 | Merge pull request #751 from JoinMarket-Org/bip79-typos | Luke Dashjr | |
fix typos in bip79 | |||
2019-02-15 | Merge pull request #761 from clarkmoody/bip-84-version-bytes | Luke Dashjr | |
BIP-84 - Add Version Bytes Section | |||
2019-02-15 | Update bip-0039.mediawiki, fix broken link | Lan, Haoxiang | |
2019-02-14 | Link to SLIP-0132 | Clark Moody | |
2019-02-14 | Add testnet version bytes | Clark Moody | |
2019-02-13 | Add version bytes section | Clark Moody | |
2019-02-13 | Merge pull request #760 from Roasbeef/bip-158-test-vectors | Luke Dashjr | |
BIP-0158: add test cases for OP_RETURN with op codes, empty filter | |||
2019-02-12 | fixup! BIP-0158: clarify OP_RETURN handling for filters | Olaoluwa Osuntokun | |
2019-02-12 | BIP-0158: clarify OP_RETURN handling for filters | Olaoluwa Osuntokun | |
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 | BIP-0158: add test cases for OP_RETURN with op codes, empty filter | Olaoluwa Osuntokun | |
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-11 | Merge pull request #759 from ddustin/patch-1 | Luke Dashjr | |
Flipping the sentence order here for simplicity. | |||
2019-02-10 | Flipping the sentence order here for simplicity. | Dustin Dettmer | |
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-02 | Updating libbitcoin mnemonic.hpp link. | David Burkett | |
2019-01-29 | fixed minor typo | Steve Lee | |
2019-01-26 | Fix mistake in bip-0079 | Ryan Havar | |
As pointed out by Adam Gibson on the bitcoin-dev mailing list. | |||
2019-01-24 | fix typos in bip79 | AdamISZ | |
2018-12-14 | Merge pull request #740 from skddc/patch-1 | Luke Dashjr | |
Fix typo | |||
2018-12-14 | Merge pull request #734 from maguayo/patch-1 | Luke Dashjr | |
Update bip-0032.mediawiki | |||
2018-12-14 | Merge pull request #745 from harding/2018-12-bip125-clarify-rule-2 | Luke Dashjr | |
BIP125: rephrase rule 2 for clarity | |||
2018-12-10 | Merge pull request #735 from Coding-Enthusiast/patch-1 | Luke Dashjr | |
bip-0159: Fix NODE_NETWORK_LIMITED threshold | |||
2018-12-04 | BIP125: rephrase rule #2 for clarity | David A. Harding | |
2018-12-03 | bip-322: strip out proof-of-funds related stuff and fix several issues | Karl-Johan Alm | |
2018-11-21 | Fix typo | Sebastian Kippe | |
2018-10-29 | Merge pull request #736 from RHavar/master | Luke Dashjr | |
Update bip79 to require Access-Control-Allow-Origin support | |||
2018-10-29 | Update bip79 to require Access-Control-Allow-Origin support | Ryan Havar | |
2018-10-28 | bip-0159: Fix NODE_NETWORK_LIMITED threshold | Coding Enthusiast | |
The threshold seems to be 288 (2 * 144). https://github.com/jonasschnelli/bitcoin/blob/de74c625833bba8d8171a2d0dd6ede2e9d5da88b/src/validation.h#L207 | |||
2018-10-25 | Update bip-0032.mediawiki | Marcos Aguayo | |
2018-10-23 | Merge pull request #732 from RHavar/master | Luke Dashjr | |
Minor grammatical fixes to bip79 | |||
2018-10-23 | Minor grammatical fixes to bip79 | Ryan Havar | |
2018-10-19 | Merge BIP 79 | Luke Dashjr | |
2018-10-19 | README: Add BIP 79 | Luke Dashjr | |
2018-10-20 | Fix date format | Ryan Havar | |
2018-10-19 | Retitle and move to bip79 | Ryan Havar | |
2018-10-16 | Add backwards compatibility section | Ryan Havar | |
2018-10-16 | Address review comments | Ryan Havar | |
2018-10-16 | Merge pull request #728 from kaidiren/patch-1 | Luke Dashjr | |
fix bip-0016 link 404 | |||
2018-10-16 | Merge pull request #726 from vikmeup/patch-1 | Luke Dashjr | |
Add Trust to compatible wallets | |||
2018-10-08 | Add bip for bustapay | Ryan Havar | |
2018-09-28 | fix bip-0016 link 404 | kaidiren | |
2018-09-19 | Merge pull request #725 from kallewoof/bip-generic-signmessage | Luke Dashjr | |
BIP 322: Generic Signed Message Format | |||
2018-09-13 | Add Trust to compatible wallets | Viktor Radchenko | |
2018-09-12 | fix witness program -> witness | Karl-Johan Alm | |
2018-09-12 | BIP: Generic Signed Message Format | Karl-Johan Alm | |
2018-09-07 | Merge commit '03b7587' | Luke Dashjr | |
2018-09-07 | BIP 310: Fix preamble; add to README | Luke Dashjr | |
2018-09-07 | Assign BIP 320 to nVersion bits for general purpose use | Luke Dashjr | |
2018-09-07 | Merge pull request #718 from jimpo/bip-0158-updates | Luke Dashjr | |
Bip 158 updates |