Age | Commit message (Expand) | Author |
2022-10-20 | test: Test year 2106 block timestamps | MacroFake |
2022-09-15 | rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR | furszy |
2022-09-05 | Merge bitcoin/bitcoin#25976: QA: rpc_blockchain: Test output of getblock verb... | MacroFake |
2022-09-01 | QA: rpc_blockchain: Test output of getblock verbosity 0, False, and True | Luke Dashjr |
2022-08-29 | Require callers of AcceptBlockHeader() to perform anti-dos checks | Suhas Daftuar |
2022-07-18 | univalue: Return more detailed type check error messages | MacroFake |
2022-03-11 | rpc: rename getdeploymentinfo status-next to status_next | Jon Atack |
2022-02-21 | Avoid implicit-integer-sign-change in VerifyLoadedChainstate | MarcoFalke |
2022-01-28 | Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC | MarcoFalke |
2022-01-15 | rpc: getdeploymentinfo: include signalling info | Anthony Towns |
2022-01-15 | rpc: getdeploymentinfo: include block hash/height | Anthony Towns |
2022-01-15 | rpc: getdeploymentinfo: change stats to always refer to current period | Anthony Towns |
2022-01-15 | rpc: move softfork info from getblockchaininfo to getdeploymentinfo | Anthony Towns |
2021-12-13 | rpc: Quote user supplied strings in error messages | MarcoFalke |
2021-11-30 | Remove GetAdjustedTime from init.cpp | MarcoFalke |
2021-11-16 | Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha... | fanquake |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-11-09 | test: generate blocks to MiniWallet address in rpc_blockchain.py | Sebastian Falbesoner |
2021-10-29 | test: Implicitly sync after generate*, unless opted out | MarcoFalke |
2021-10-05 | rpc: Add test for level 3 verbosity getblock rpc call. | fyquah |
2021-09-24 | test: Add -testactivationheight tests to rpc_blockchain | MarcoFalke |
2021-09-24 | Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1... | merge-script |
2021-09-20 | test: Replace MiniWallet scan_blocks with rescan_utxos | MarcoFalke |
2021-09-16 | test: Activate all regtest softforks at height 1, unless overridden | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-26 | Set regtest.BIP65Height = 111 to speed up tests | MarcoFalke |
2021-08-05 | test: Set regtest.BIP66Height = 102 to speed up tests | MarcoFalke |
2021-08-03 | Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest | MarcoFalke |
2021-07-22 | test: update logging and docstring in rpc_blockchain.py | Jon Atack |
2021-07-22 | test: replace magic values by constants in rpc_blockchain.py | Jon Atack |
2021-07-21 | test: assert on mediantime in getblockheader and getblockchaininfo | Jon Atack |
2021-07-21 | test: assert on the value of getblockchaininfo#time | Jon Atack |
2021-07-20 | rpc: Return block time in getblockchaininfo | João Barbosa |
2021-06-21 | scripted-diff: test: rename `FromHex` to `from_hex` | Sebastian Falbesoner |
2021-06-18 | test: Set BIP34Height = 2 for regtest | MarcoFalke |
2021-05-01 | doc: fix -coinstatsindex help, and test/rpc touchups | Jon Atack |
2021-04-18 | rpc: Improve getblock error message for invalid data type. | klementtan |
2021-04-12 | versionbits: Add support for delayed activation | Anthony Towns |
2021-02-25 | Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate() | Wladimir J. van der Laan |
2021-02-23 | Merge #21053: rpc, test: document {previous,next}blockhash as optional | MarcoFalke |
2021-02-16 | test: Speed up rpc_blockchain.py by removing miniwallet.generate() | MarcoFalke |
2021-02-16 | test: Change address type from P2PKH to P2WSH in rpc_blockchain | MarcoFalke |
2021-01-30 | rpc: Add hash_type MUHASH to gettxoutsetinfo | Fabian Jahr |
2021-01-29 | rpc, test: document {previous,next}blockhash as optional | Sebastian Falbesoner |
2020-12-24 | Merge #18772: rpc: calculate fees in getblock using BlockUndo data | MarcoFalke |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-09 | test: RPC: getblock fee calculations | Elliott Jin |
2020-09-10 | [refactor] clarify tests by referencing p2p objects directly | gzhao408 |
2020-08-21 | test: resort imports | John Newbery |
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery |