index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove separate node and wallet contexts
Ross Nicoll
2021-06-09
2
-3
/
+3
*
Add node context to wallet RPC request object
Ross Nicoll
2021-06-09
2
-4
/
+6
*
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
1
-1
/
+2
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
2
-7
/
+7
*
Do not create default wallet
Andrew Chow
2020-09-08
2
-7
/
+6
*
Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
Samuel Dobson
2020-09-07
2
-6
/
+12
|
\
|
*
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
2
-6
/
+12
|
*
Remove WalletLocation class
Russell Yanofsky
2020-09-03
1
-1
/
+1
*
|
Remove mempool global from interfaces
MarcoFalke
2020-09-05
1
-8
/
+15
*
|
refactor: Add IsRBFOptInEmptyMempool
MarcoFalke
2020-09-05
1
-2
/
+3
|
/
*
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
1
-3
/
+3
*
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
5
-80
/
+74
*
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
1
-2
/
+1
*
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-27
1
-1
/
+6
|
\
|
*
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
1
-1
/
+6
*
|
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-26
2
-55
/
+2
*
|
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-24
1
-3
/
+3
|
/
*
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
2
-0
/
+28
*
Add BlockAndHeaderTipInfo to the node interface/appInit
Jonas Schnelli
2020-08-12
2
-3
/
+13
*
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-08-07
2
-34
/
+46
|
\
|
*
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-13
2
-34
/
+46
*
|
Merge #15935: Add <datadir>/settings.json persistent settings storage
MarcoFalke
2020-07-23
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-11
2
-0
/
+6
*
|
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-09
2
-6
/
+8
|
/
*
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
2
-3
/
+3
*
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-02
2
-4
/
+0
|
\
|
*
interfaces: Remove unused getDefaultChangeType
MarcoFalke
2020-06-27
2
-4
/
+0
*
|
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
2
-2
/
+2
*
|
wallet: Do not include server symbols
MarcoFalke
2020-06-27
2
-2
/
+2
|
/
*
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-18
2
-3
/
+5
*
Add missing includes to fix compile errors
MarcoFalke
2020-06-16
1
-0
/
+1
*
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
2
-2
/
+3
*
refactor: Change Node::initError to take bilingual_str
Wladimir J. van der Laan
2020-06-09
2
-2
/
+2
*
Merge #19096: Remove g_rpc_chain global
MarcoFalke
2020-06-05
1
-6
/
+15
|
\
|
*
Remove g_rpc_chain global
Russell Yanofsky
2020-05-28
1
-6
/
+12
|
*
refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommands
Russell Yanofsky
2020-05-28
1
-1
/
+4
*
|
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-06-02
2
-3
/
+4
|
\
\
|
*
|
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-15
2
-3
/
+4
*
|
|
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-29
1
-1
/
+9
|
\
\
\
|
*
|
|
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-13
1
-1
/
+9
*
|
|
|
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
2
-4
/
+12
*
|
|
|
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
4
-7
/
+15
|
|
_
|
/
|
/
|
|
*
|
|
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-2
/
+4
|
\
\
\
|
*
|
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-2
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...
Jonas Schnelli
2020-05-20
2
-7
/
+3
|
\
\
\
|
*
|
|
Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"
Russell Yanofsky
2020-05-01
2
-7
/
+3
*
|
|
|
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
2
-6
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-13
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-10
2
-2
/
+2
*
|
|
Merge #18914: refactor: Apply override specifier consistently
MarcoFalke
2020-05-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]