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
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-05-18
Merge bitcoin/bitcoin#27640: test: Return dict in MiniWallet::send_to
fanquake
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-17
index: Use first block from locator instead of looking for fork point
Martin Zumsande
2023-05-12
test: Return dict in MiniWallet::send_to
MarcoFalke
2023-02-20
Add test for unspendable transactions and parameter 'maxburnamount' to sendra...
David Gumberg
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-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