aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.h
AgeCommit message (Expand)Author
2024-05-16util: add TransactionError includes and namespace declarationsRyan Ofsky
2023-10-20interfaces: Change getUnspentOutput return type to avoid multiprocess segfaultRyan Ofsky
2023-06-12Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errorsRyan Ofsky
2023-06-10gui: return EXIT_FAILURE on post-init fatal errorsfurszy
2023-05-30scripted-diff: move settings to common namespaceTheCharlatan
2023-05-30move-only: Move settings to the common libraryTheCharlatan
2023-02-07Remove reindex special case from the progress bar labelMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-29Make validation interface capable of signalling header presyncPieter Wuille
2022-05-19settings: Add resetSettings() methodRyan Ofsky
2022-05-19settings: Add update/getPersistent/isIgnored methodsRyan Ofsky
2022-03-01Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...laanwj
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-11-24scripted-diff: rename `proxyType` to `Proxy`Vasil Dimov
2021-11-16Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTra...MarcoFalke
2021-11-15Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client constructionW. J. van der Laan
2021-11-12multiprocess: Add interfaces::Node::broadCastTransaction methodRussell Yanofsky
2021-10-05multiprocess: add interfaces::ExternalSigner classRussell Yanofsky
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-16multiprocess: Delay wallet client constructionRussell Yanofsky
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-06-16refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usageSjors Provoost
2021-05-27node: add externalSigners to interfaceSjors Provoost
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-01-07net: Add -natpmp command line optionHennadii Stepanov
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-03interface: remove unused estimateSmartFee method from nodeAntoine Poinsot
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-08-12Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli
2020-08-07Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-06-10Make GetWarnings() return bilingual_strHennadii Stepanov
2020-06-09refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan
2020-05-23BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-19refactor: Pass SynchronizationState enum to GUIHennadii Stepanov
2020-05-05Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Rename Node::disconnect methodsRussell Yanofsky
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-15[qt] remove unused parameter from getWarnings()John Newbery
2019-11-04Merge #17297: refactor: Remove addrdb.h dependency from node.hWladimir J. van der Laan
2019-10-29refactor: Remove addrdb.h dependency from node.hHennadii Stepanov