index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
rpc_blockchain.py
Age
Commit message (
Expand
)
Author
2023-11-07
Throw error if invalid parameters passed to getnetworkhashps RPC endpoint
Jameson Lopp
2023-11-02
Merge bitcoin/bitcoin#27852: test: add coverage to rpc_blockchain.py
Andrew Chow
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-09-25
test: add coverage to rpc_blockchain.py
kevkevin
2023-07-25
scripted-diff: Use blocks_path where possible
MarcoFalke
2023-06-21
test: Use TestNode *_path properties where possible
MarcoFalke
2023-03-13
[test] Add manual prune startup test case
dergoegge
2023-01-20
rpc: Throw more user friendly arg type check error
MarcoFalke
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
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
[next]