Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | Merge #10426: Replace bytes_serialized with bogosize | Wladimir J. van der Laan | |
8b22af3 Replace bytes_serialized with bogosize (Pieter Wuille) Tree-SHA512: e70a981bbb977329f9e324c45f9a1346ec9aacfbbad5474e608cdd1f852257502bb7db8003fd578260a609e45d1a9cf87ce96df9c4187d92d50f60a209e232ce | |||
2017-06-05 | Replace bytes_serialized with bogosize | Pieter Wuille | |
2017-06-02 | [test] Add test for getchaintxstats | Jimmy Song | |
2017-05-26 | Report on-disk size in gettxoutsetinfo | Pieter Wuille | |
2017-05-26 | Remove/ignore tx version in utxo and undo | Pieter Wuille | |
This makes the following changes: * In undo data and the chainstate database, the transaction nVersion field is removed from the data structures, always written as 0, and ignored when reading. * The definition of hash_serialized in gettxoutsetinfo is changed to no longer incude the nVersion field. It is renamed to hash_serialized_2 to avoid confusion. The new definition also includes transaction height and coinbase information, as this information was missing before. This depends on having a CHashVerifier-based undo data checksum verifier. Apart from changing the definition of serialized_hash, downgrading after using this patch is supported, as no release ever used the value of nVersion field in UTXO entries. | |||
2017-05-25 | Add test for empty chain and reorg consistency for gettxoutsetinfo. | Gregory Maxwell | |
2017-05-14 | Merge #10253: [test] Add test for getnetworkhashps | MarcoFalke | |
de487b7 Tests: Add test for getnetworkhashps (Jimmy Song) Tree-SHA512: b1418ad904618f639ffa34dd40906692aff1fdf1a0d13a9af00039e7a6a2b758091734b89c0c91e8d455da6b15a0e435a9a9ca97a41d97bf395b844c761ffa27 | |||
2017-05-02 | Remove unused Python imports | practicalswift | |
2017-05-02 | [tests] Remove is_network_split from funtional test cases | John Newbery | |
2017-04-21 | Tests: Add test for getnetworkhashps | Jimmy Song | |
2017-04-19 | Tests: Add test for getdifficulty | Jimmy Song | |
Test added to blockchain.py as adding a new test to reduce test run time. | |||
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |