summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-19grammer fixcgilliard
2019-02-19Add P2PKH info, backwards compat, BIP 311 refcgilliard
2019-02-18create new bip proposalcgilliard
2019-02-18Merge pull request #763 from lanhaoxiang/patch-1Luke Dashjr
Update bip-0039.mediawiki, fix broken link
2019-02-15Merge pull request #744 from kallewoof/bip322-fixesLuke Dashjr
[WIP] bip-322: strip out proof-of-funds related stuff and fix several issues
2019-02-15Merge remote-tracking branch 'origin-pull/754/head'Luke Dashjr
2019-02-15Merge pull request #751 from JoinMarket-Org/bip79-typosLuke Dashjr
fix typos in bip79
2019-02-15Merge pull request #761 from clarkmoody/bip-84-version-bytesLuke Dashjr
BIP-84 - Add Version Bytes Section
2019-02-15Update bip-0039.mediawiki, fix broken linkLan, Haoxiang
2019-02-14Link to SLIP-0132Clark Moody
2019-02-14Add testnet version bytesClark Moody
2019-02-13Add version bytes sectionClark Moody
2019-02-13Merge pull request #760 from Roasbeef/bip-158-test-vectorsLuke Dashjr
BIP-0158: add test cases for OP_RETURN with op codes, empty filter
2019-02-12fixup! BIP-0158: clarify OP_RETURN handling for filtersOlaoluwa Osuntokun
2019-02-12BIP-0158: clarify OP_RETURN handling for filtersOlaoluwa 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-12BIP-0158: add test cases for OP_RETURN with op codes, empty filterOlaoluwa 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-11Merge pull request #759 from ddustin/patch-1Luke Dashjr
Flipping the sentence order here for simplicity.
2019-02-10Flipping 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-02Updating libbitcoin mnemonic.hpp link.David Burkett
2019-01-29fixed minor typoSteve Lee
2019-01-26Fix mistake in bip-0079Ryan Havar
As pointed out by Adam Gibson on the bitcoin-dev mailing list.
2019-01-24fix typos in bip79AdamISZ
2018-12-14Merge pull request #740 from skddc/patch-1Luke Dashjr
Fix typo
2018-12-14Merge pull request #734 from maguayo/patch-1Luke Dashjr
Update bip-0032.mediawiki
2018-12-14Merge pull request #745 from harding/2018-12-bip125-clarify-rule-2Luke Dashjr
BIP125: rephrase rule 2 for clarity
2018-12-10Merge pull request #735 from Coding-Enthusiast/patch-1Luke Dashjr
bip-0159: Fix NODE_NETWORK_LIMITED threshold
2018-12-04BIP125: rephrase rule #2 for clarityDavid A. Harding
2018-12-03bip-322: strip out proof-of-funds related stuff and fix several issuesKarl-Johan Alm
2018-11-21Fix typoSebastian Kippe
2018-10-29Merge pull request #736 from RHavar/masterLuke Dashjr
Update bip79 to require Access-Control-Allow-Origin support
2018-10-29Update bip79 to require Access-Control-Allow-Origin supportRyan Havar
2018-10-28bip-0159: Fix NODE_NETWORK_LIMITED thresholdCoding Enthusiast
The threshold seems to be 288 (2 * 144). https://github.com/jonasschnelli/bitcoin/blob/de74c625833bba8d8171a2d0dd6ede2e9d5da88b/src/validation.h#L207
2018-10-25Update bip-0032.mediawikiMarcos Aguayo
2018-10-23Merge pull request #732 from RHavar/masterLuke Dashjr
Minor grammatical fixes to bip79
2018-10-23Minor grammatical fixes to bip79Ryan Havar
2018-10-19Merge BIP 79Luke Dashjr
2018-10-19README: Add BIP 79Luke Dashjr
2018-10-20Fix date formatRyan Havar
2018-10-19Retitle and move to bip79Ryan Havar
2018-10-16Add backwards compatibility sectionRyan Havar
2018-10-16Address review commentsRyan Havar
2018-10-16Merge pull request #728 from kaidiren/patch-1Luke Dashjr
fix bip-0016 link 404
2018-10-16Merge pull request #726 from vikmeup/patch-1Luke Dashjr
Add Trust to compatible wallets
2018-10-08Add bip for bustapayRyan Havar
2018-09-28fix bip-0016 link 404kaidiren
2018-09-19Merge pull request #725 from kallewoof/bip-generic-signmessageLuke Dashjr
BIP 322: Generic Signed Message Format
2018-09-13Add Trust to compatible walletsViktor Radchenko
2018-09-12fix witness program -> witnessKarl-Johan Alm
2018-09-12BIP: Generic Signed Message FormatKarl-Johan Alm
2018-09-07Merge commit '03b7587'Luke Dashjr