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
Age
Commit message (
Expand
)
Author
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
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-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-03
interface: remove unused estimateSmartFee method from node
Antoine Poinsot
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky
2020-11-24
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-24
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Russell Yanofsky
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-07
Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
Samuel Dobson
2020-09-05
Remove mempool global from interfaces
MarcoFalke
2020-09-05
refactor: Add IsRBFOptInEmptyMempool
MarcoFalke
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-24
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-17
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
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-23
Merge #15935: Add <datadir>/settings.json persistent settings storage
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-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
wallet: Do not include server symbols
MarcoFalke
2020-06-27
interfaces: Remove unused getDefaultChangeType
MarcoFalke
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-16
Add missing includes to fix compile errors
MarcoFalke
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-06-05
Merge #19096: Remove g_rpc_chain global
MarcoFalke
2020-06-02
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-05-29
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-28
Remove g_rpc_chain global
Russell Yanofsky
2020-05-28
refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommands
Russell Yanofsky
2020-05-23
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
[next]