aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
AgeCommit message (Expand)Author
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
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-25Add ChainClient setMockTime, getWallets methodsRussell Yanofsky
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2019-11-06Remove getBlockDepth method from Chain::interfaceAntoine Riard
2019-11-06Only return early from BlockUntilSyncedToCurrentChain if current tipAntoine Riard
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky