index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
node.h
Age
Commit message (
Expand
)
Author
2023-10-20
interfaces: Change getUnspentOutput return type to avoid multiprocess segfault
Ryan Ofsky
2023-06-12
Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors
Ryan Ofsky
2023-06-10
gui: return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-02-07
Remove reindex special case from the progress bar label
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-11-24
scripted-diff: rename `proxyType` to `Proxy`
Vasil Dimov
2021-11-16
Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTra...
MarcoFalke
2021-11-15
Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction
W. J. van der Laan
2021-11-12
multiprocess: Add interfaces::Node::broadCastTransaction method
Russell Yanofsky
2021-10-05
multiprocess: add interfaces::ExternalSigner class
Russell Yanofsky
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-16
multiprocess: Delay wallet client construction
Russell Yanofsky
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-05-27
node: add externalSigners to interface
Sjors Provoost
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-01-07
net: Add -natpmp command line option
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-03
interface: remove unused estimateSmartFee method from node
Antoine Poinsot
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-12
Add BlockAndHeaderTipInfo to the node interface/appInit
Jonas Schnelli
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-07-13
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-06-10
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-09
refactor: Change Node::initError to take bilingual_str
Wladimir J. van der Laan
2020-05-23
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Rename Node::disconnect methods
Russell Yanofsky
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-15
[qt] remove unused parameter from getWarnings()
John Newbery
2019-11-04
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
[next]