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
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
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-09-26
Revert "gui: Generate bech32 addresses by default (take 2, fixup)"
Gregory Sanders
2019-09-12
Merge #16714: gui: add prune to intro screen with smart default
Jonas Schnelli
2019-09-05
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-08-24
[node] add forceSetArg to interface
Sjors Provoost
2019-07-30
gui: Generate bech32 addresses by default (take 2, fixup)
MarcoFalke
2019-07-11
Call node->initError instead of InitError from GUI code
Russell Yanofsky
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-02-04
interfaces: Add loadWallet to Node
João Barbosa
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-11
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
2018-10-18
interfaces: Add getWalletDir and listWalletDir to Node
João Barbosa
2018-10-07
implements different disk sizes for different networks on intro
marcoagner
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-04-26
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-18
node: Removed unused wallet-related methods from the Node interface.
Thomas Snider
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky