Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-10-19 | RPC: augment getblockchaininfo bip9_softforks data | mruddy | |
2016-10-02 | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | |
2016-06-28 | Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests | BtcDrak | |
2016-06-08 | Merge #7935: Versionbits: GBT support | Pieter Wuille | |
12c708a getblocktemplate: Use version/force mutation to support pre-BIP9 clients (Luke Dashjr) 9879060 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not (Luke Dashjr) 72cd6b2 qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (Luke Dashjr) d3df40e Implement BIP 9 GBT changes (Luke Dashjr) | |||
2016-06-06 | qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates | Luke Dashjr | |
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-11 | [qa] Fix bip9-softforks blockstore issue | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-14 | Merge #7853: [qa] py2: Unfiddle strings into bytes explicitly | Wladimir J. van der Laan | |
faa41ee [qa] py2: Unfiddle strings into bytes explicitly (MarcoFalke) | |||
2016-04-13 | getblockchaininfo: make bip9_softforks an object, not an array. | Rusty Russell | |
We can't change "softforks", but it seems far more logical to use tags in an object rather than using an "id" field in an array. For example, to get the csv status before, you need to iterate the array to find the entry with 'id' field equal to "csv": jq '.bip9_softforks | map(select(.id == "csv"))[] | .status' Now: jq '.bip9_softforks.csv.status' There is no issue with fork names being incompatible with JSON tags, since we're selecting them ourselves. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-21 | Test of BIP9 fork activation of mtp, csv, sequence_lock | NicolasDorier | |