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
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