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
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
2020-08-17
[test] Add test for getblockheader verboseness
Torhte Butler
2020-06-22
test: Test gettxouttsetinfo hash_type option
Fabian Jahr
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-26
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Dan Gershony
[next]