Age | Commit message (Expand) | Author |
2024-01-11 | test: Assert that a new tx with a delta of 0 is never added | kevkevin |
2024-01-11 | rpc: exposing modified_fee in getprioritisedtransactions | kevkevin |
2023-11-21 | test: Directly constructing 2 entry map for getprioritisedtransactions | kevkevin |
2023-05-10 | [mempool] clear mapDeltas entry if prioritisetransaction sets delta to 0 | glozow |
2023-05-10 | [functional test] prioritisation is not removed during replacement and expiry | glozow |
2023-05-10 | [functional test] getprioritisedtransactions RPC | glozow |
2023-01-16 | test: add `rescan_utxos` in MiniWallet's initialization | kouloumos |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-09-15 | rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR | furszy |
2022-07-18 | univalue: Return more detailed type check error messages | MacroFake |
2022-06-29 | test: pass `datacarriersize` option for tests using large outputs (instead of... | Sebastian Falbesoner |
2022-06-21 | test: Remove from_node from create_self_transfer* MiniWallet helpers | MacroFake |
2022-06-13 | test: Remove MiniWallet mempool_valid option | MacroFake |
2022-04-16 | test: use MiniWallet for mining_prioritisetransaction.py | Sebastian Falbesoner |
2022-03-24 | test: Add diamond-shape prioritisetransaction test | MarcoFalke |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-10-29 | test: Implicitly sync after generate*, unless opted out | MarcoFalke |
2021-10-19 | test: Remove unused node from mining_prioritisetransaction | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-19 | Use generate* from TestFramework | MarcoFalke |
2021-07-03 | test: remove confusing `MAX_BLOCK_BASE_SIZE` | Sebastian Falbesoner |
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift |
2019-06-21 | test: Require standard txs in regtest | MarcoFalke |
2019-03-24 | rpc: Rename size to vsize in mempool related calls | Miguel Herranz |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke |
2019-03-02 | scripted-diff: test: Remove brackets after assert | MarcoFalke |
2018-12-21 | Merge #14811: Mining: Enforce that segwit option must be set in GBT | MarcoFalke |
2018-12-10 | [mining] segwit option must be set in GBT | John Newbery |
2018-12-10 | Compare to None with is/is not | Daniel Ingram |
2018-09-24 | Merge #13424: Consistently validate txid / blockhash length and encoding in r... | MarcoFalke |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-08-13 | tests: Use explicit imports | practicalswift |
2018-08-07 | Consistently use ParseHashV to validate hash inputs in rpc | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-26 | Don't test against min relay fee information in mining_prioritisetransaction.py | Kristaps Kaupe |
2018-04-20 | Output values for "min relay fee not met" error | Kristaps Kaupe |
2018-03-21 | Fix typos | Dimitris Apostolou |
2018-02-17 | scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t... | Andrew Chow |
2018-02-08 | Consistently use FormatStateMessage in RPC error output | Ben Woosley |
2018-01-25 | [tests] Rename misc functional tests. | Anthony Towns |