| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Github-Pull: #15652
Rebased-From: 57908a739ca377d60ef224ce0f565d4412a414f4
|
| |
|
|
| |
Suggested https://github.com/bitcoin/bitcoin/pull/14711#discussion_r252044389
|
| |
|
|
|
|
| |
This commit does not change behavior.
Co-authored-by: Ben Woosley <[email protected]>
|
| |
|
|
|
|
|
|
|
|
| |
Chain apis
Only change in behavior is "Rescan started from block <height>" message
replaced by "Rescan started from block <hash>" message in
ScanForWalletTransactions.
Co-authored-by: Ben Woosley <[email protected]>
|
| |
|
|
|
|
|
|
| |
And use them to remove uses of chainActive and mapBlockIndex in wallet code
This commit does not change behavior.
Co-authored-by: Ben Woosley <[email protected]>
|
| |
|
|
|
|
|
|
| |
And use them to remove uses of chainActive and mapBlockIndex in wallet code
This commit does not change behavior.
Co-authored-by: Ben Woosley <[email protected]>
|
| |
|
|
|
|
|
|
| |
And use them to remove uses of chainActive and mapBlockIndex in wallet code
This commit does not change behavior.
Co-authored-by: Ben Woosley <[email protected]>
|
| |
|
|
|
|
|
|
| |
This commit does not change behavior.
It is easiest to review this change with:
git log -p -n1 -U0
|
|
|
This commit does not change behavior. It just adds new skeleton classes that
don't do anything and aren't instantiated yet.
|