Hennadii Stepanov
|
f47dda2c58
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
|
2021-12-30 19:36:57 +02:00 |
|
Carl Dong
|
0d61634c06
|
scripted-diff: test: Use existing chainman in unit tests
-BEGIN VERIFY SCRIPT-
git ls-files -- src/test \
| grep -v '^src/test/fuzz' \
| xargs sed -i -E \
-e 's@g_chainman\.m_blockman@m_node.chainman->m_blockman@g' \
-e 's@([^:])(Chain(state|)Active)@\1::\2@g' \
-e 's@::Chain(state|)Active\(\)@m_node.chainman->ActiveChain\1()@g'
-END VERIFY SCRIPT-
|
2021-06-10 15:04:39 -04:00 |
|
Carl Dong
|
db33cde80f
|
index: Add chainstate member to BaseIndex
|
2021-05-27 13:50:11 -04:00 |
|
MarcoFalke
|
faad68fcd4
|
index: Avoid async shutdown on init error
|
2021-05-12 10:47:35 +02:00 |
|
Fabian Jahr
|
57a026c30f
|
test: Add unit test for Coinstats index
|
2021-04-19 20:31:02 +02:00 |
|