Conversation
This is a refactor
Can be reviewed with --word-diff-regex=.
fa01253 to
fa7c6ef
Compare
|
Looks great so far. I was curious about the file name Also, can you point me to where this test runs in the CI logs so I can take a look, haven't been able to find it yet? |
This test is using the blockConnected/blockDisconnected interface of the wallet. Those are referred to as "chain notifications" sometimes.
Ooops, it is not built by CI. Will fix. |
|
Ok fixed, it is "running" here now: https://cirrus-ci.com/task/4611029003927552?logs=ci#L1359 |
|
Code review ACK 1111516 |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
| using Coins = std::set<std::tuple<CAmount, COutPoint>>; | ||
| std::vector<std::tuple<Coins, CBlock>> chain; | ||
| { | ||
| // Add the inital entry |
Initial sketch to fuzz descriptor wallets. Can be improved in the future.