Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | Merge pull request #622 from nym-zone/fix39french | Luke Dashjr | |
Fix two errors in the BIP 39 French wordlist | |||
2018-08-09 | Merge pull request #699 from jimpo/bip-157-158 | Luke Dashjr | |
Tweaks to BIP 157/158 | |||
2018-08-09 | Merge pull request #701 from jamesob/patch-2 | Luke Dashjr | |
Trivial typo fixes to bip-0118 | |||
2018-08-09 | Merge pull request #707 from azuchi/fix-bip174-testvector | Luke Dashjr | |
[BIP174] Fix to unify Test Vector in key order of PSBT Input. | |||
2018-08-09 | Merge pull request #702 from achow101/bip174-tests | Luke Dashjr | |
Additional tests for BIP 174 | |||
2018-08-08 | Specify what signers should check for and describe a simple signer | Andrew Chow | |
Test cases for what signers should check for | |||
2018-07-30 | [BIP174] Fix to unify Test Vector in key order of PSBT Input. | azuchi | |
2018-07-19 | Additional tests for BIP 174 | Andrew Chow | |
2018-07-13 | Trivial typo fixes to bip-0118 | James O'Beirne | |
2018-07-12 | Merge pull request #700 from achow101/bip174-rev | Luke Dashjr | |
BIP 174 clarifications and move to proposed | |||
2018-07-11 | BIP 174 workflow graphics | Andrew Chow | |
2018-07-11 | bip 174 -> proposed | Andrew Chow | |
2018-07-11 | Clarifications to signer and combiner roles | Andrew Chow | |
2018-07-09 | BIP 158: Correct statements about false positive rate. | Jim Posen | |
2018-07-09 | BIP 157: Limit getcfilter requests to 100 filters. | Jim Posen | |
2018-07-06 | Merge pull request #585 from jonathancross/patch-1 | Luke Dashjr | |
BIP-199 Fix list formatting | |||
2018-07-06 | Merge pull request #605 from jonathancross/bip-141-add-173 | Luke Dashjr | |
BIP141: Add BIP173 to references. | |||
2018-07-06 | Merge pull request #694 from achow101/bip174-rev | Luke Dashjr | |
Revisions to BIP 174 | |||
2018-07-05 | Update tests for new serialization | Andrew Chow | |
2018-07-05 | Add sections for encoding, file extension, and mime-type | Andrew Chow | |
2018-07-05 | Add new responsibilities, update responsibility, update extensibility ↵ | Andrew Chow | |
descriptions Add updater, transaction finalizer, and transaction extractor roles. Update the description of other roles to clarify Update extensibility section | |||
2018-07-05 | Clarify handling of duplicated keys | Andrew Chow | |
2018-07-05 | Move global data to per-input and per-output data | Andrew Chow | |
Change from a global map with input data to a global k/v pair with input and output data. Add new types for finalized scriptSigs and scriptWitnesses. Redefined types to support new model Updated the formatting of the listing | |||
2018-07-05 | Merge pull request #553 from clarkmoody/master | Luke Dashjr | |
BIP 173: Adds link to SLIP-0173 | |||
2018-07-05 | Adds link to SLIP-0173 | Clark | |
Fix typo | |||
2018-07-05 | Merge pull request #684 from erikarvstedt/patch-1 | Luke Dashjr | |
Trivial: Fix typos in BIP-118 | |||
2018-07-05 | Merge branch 'master' of github.com:bitcoin/bips | Luke Dashjr | |
2018-07-05 | [trivial] Correct typos across bips | Varunram | |
BIPs 11, 16, 61, 98, 116, 117, 143, 157 | |||
2018-07-05 | Merge pull request #692 from jamesob/patch-1 | Luke Dashjr | |
Fix typo in BIP 125 | |||
2018-07-05 | Fix BIP 42 & 173 status | Luke Dashjr | |
2018-07-05 | Merge pull request #696 from sipa/somefinal | Luke Dashjr | |
Move BIP42 and BIP173 to Final | |||
2018-07-05 | Merge pull request #687 from Roasbeef/bip158-updates | Luke Dashjr | |
BIP-0158: remove extended filter, remove txid from regular filter, reparameterize gcs params | |||
2018-07-04 | BIP-0158: regenerate test vectors for fp=19, new reg filter, no ext filter | Olaoluwa Osuntokun | |
In this commit, we simplify the code that generates the test vectors to only generate filters for a target fp of 19, and also only for the regular filter, as it's the only filter type currently defined. The test vectors have also been updated to include the previous output scripts for all input within a block as these are now required to construct the regular filter. Finally, the generation code has been updated to properly fetch the previous input scripts to the generation code can verify the filter it generates manually against the end server. | |||
2018-07-04 | BIP-0158: switch to prev output scripts, skip all OP_RETURN | Olaoluwa Osuntokun | |
2018-07-04 | BIP-0158: allow filters to define values for P and M, reparameterize default ↵ | Olaoluwa Osuntokun | |
filter | |||
2018-07-04 | BIP-0158: remove the extended filter type | Olaoluwa Osuntokun | |
2018-06-28 | Move BIP42 and BIP173 to Final | Pieter Wuille | |
2018-06-25 | Fix typo in BIP 125 | James O'Beirne | |
2018-05-30 | BIP-0158: remove txid from extended filter | Olaoluwa Osuntokun | |
2018-05-22 | Trivial: Fix typos in BIP-118 | Erik Arvstedt | |
2018-05-21 | Merge pull request #683 from kallewoof/bip-178-abstract | Luke Dashjr | |
BIP-178: Reword abstract to indicate it's a bitcoin address type, not… | |||
2018-05-22 | BIP-178: Reword abstract to indicate it's a bitcoin address type, not a ↵ | Karl-Johan Alm | |
public key type | |||
2018-05-21 | Merge pull request #682 from cdecker/noinput | Luke Dashjr | |
BIP 118: SIGHASH_NOINPUT | |||
2018-05-20 | noinput: Add the SIGHASH_NOINPUT proposal to the readme | Christian Decker | |
2018-05-20 | noinput: Initial version of the sighash_noinput proposal | Christian Decker | |
2018-05-20 | Merge pull request #673 from kallewoof/bip-typed-wif | Luke Dashjr | |
BIP 178: Version Extended WIF | |||
2018-05-21 | [BIP-178] Version Extended WIF. | Karl-Johan Alm | |
2018-05-20 | Merge pull request #677 from jimpo/bip158-test-vectors | Luke Dashjr | |
BIP 158: Change test vectors from CSV to JSON format. | |||
2018-05-20 | Merge pull request #639 from sdaftuar/fix-bip-90 | Luke Dashjr | |
Remove 'hard fork' designation on BIP 90 | |||
2018-05-01 | BIP 158: Change test vectors from CSV to JSON format. | Jim Posen | |
The JSON format is standard for Bitcoin Core test data. |