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
/
feature_coinstatsindex.py
Age
Commit message (
Expand
)
Author
2022-04-29
test: stop node before calling assert_start_raises_init_error
Martin Zumsande
2022-04-24
init: disallow reindex-chainstate with optional indexes
Martin Zumsande
2022-03-17
Use MiniWallet in feature_coinstatsindex
MarcoFalke
2021-12-09
test: fix test feature_coinstatsindex.py for descriptor wallets
Sebastian Falbesoner
2021-12-05
test: Remove false coinstatsindex test
Fabian Jahr
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-09-19
test: fix confusing off-by-one nValue in feature_coinstatsindex.py
Sebastian Falbesoner
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-07-28
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
W. J. van der Laan
2021-07-25
rpc: Block until synced if coinstatsindex is used in gettxoutsetinfo
Fabian Jahr
2021-06-24
Merge bitcoin/bitcoin#22257: test: refactor: various (de)serialization helper...
MarcoFalke
2021-06-22
test: Add missing sync_all to feature_coinstatsindex
MarcoFalke
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-04-19
rpc: gettxoutsetinfo rejects hash_serialized_2 for specific height
Fabian Jahr
2021-04-19
test: Add test for coinstatsindex behavior in reorgs
Fabian Jahr
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
test: Test coinstatsindex robustness across restarts
Fabian Jahr
2021-04-19
test: Add tests for block_info in gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
test: Add functional test for Coinstats index
Fabian Jahr