aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
AgeCommit message (Expand)Author
2022-07-18indexes, refactor: Remove CChainState use in index CommitInternal methodRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne functionRyan Ofsky
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-07-18interfaces, refactor: Add more block information to block connected notificat...Ryan Ofsky
2022-07-18Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocksAndrew Chow
2022-06-23wallet: Save wallet scan progressw0xlt
2022-02-15wallet: avoid rescans if under the snapshotJames O'Beirne
2022-01-25Remove unused checkFinalTxMarcoFalke
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-01wallet: Replace confusing getAdjustedTime() with GetTime()MarcoFalke
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-10-13Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootA...MarcoFalke
2021-09-16multiprocess: Make interfaces::Chain::isTaprootActive non-constRussell Yanofsky
2021-09-20Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...W. J. van der Laan
2021-08-19Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...Samuel Dobson
2021-08-18Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found memberfanquake
2021-08-01Expose ancestorsize and ancestorfees via getTransactionAncestryLuke Dashjr
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-06-10Avoid wallet code writing node settings fileRussell Yanofsky
2021-06-10Add FoundBlock.found memberRussell Yanofsky
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-07wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2020-12-07refactor: Get rid of more redundant chain methodsRussell Yanofsky
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-07-09wallet: Pass unused args to StartWalletsMarcoFalke
2020-06-16Add missing includes to fix compile errorsMarcoFalke
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-10gui: Do not translate InitWarning messages in debug.logHennadii Stepanov
2020-05-05Make InitError bilingualHennadii Stepanov
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimesRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky
2020-03-31wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTimeRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky
2020-03-31refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky