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
*
interfaces: Add Chain::requestMempoolTransactions
João Barbosa
2019-04-01
2
-0
/
+21
*
refactor: Drop redundant wallet reference
João Barbosa
2019-02-21
1
-128
/
+127
*
interfaces: Add remove to Wallet
João Barbosa
2019-02-12
2
-0
/
+7
*
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-12
3
-1
/
+11
|
\
|
*
interfaces: Avoid interface instance if wallet is null
João Barbosa
2019-02-04
1
-1
/
+1
|
*
interfaces: Add loadWallet to Node
João Barbosa
2019-02-04
2
-0
/
+10
*
|
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
2
-0
/
+4
|
\
\
|
*
|
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
2
-0
/
+4
*
|
|
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
1
-0
/
+1
*
|
|
Merge #15342: Suggested wallet code cleanups from #14711
MarcoFalke
2019-02-05
2
-2
/
+2
|
\
\
\
|
*
|
|
Rename Chain getLocator -> getTipLocator
Russell Yanofsky
2019-02-01
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge #15266: memory: Construct globals on first use
MarcoFalke
2019-02-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
log: Construct global logger on first use
MarcoFalke
2019-01-29
1
-1
/
+1
*
|
|
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-31
2
-0
/
+8
|
\
\
|
*
|
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-23
2
-0
/
+8
|
|
/
*
|
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-30
3
-4
/
+240
|
\
\
|
|
/
|
/
|
|
*
Remove remaining chainActive references from CWallet
Russell Yanofsky
2019-01-15
2
-0
/
+38
|
*
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
2
-0
/
+65
|
*
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
2
-0
/
+58
|
*
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
3
-2
/
+27
|
*
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
3
-3
/
+53
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
2
-0
/
+2
*
|
banman: create and split out banman
Cory Fields
2019-01-16
1
-6
/
+6
*
|
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
2
-1
/
+11
|
/
*
Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)
Wladimir J. van der Laan
2019-01-15
2
-2
/
+5
|
\
|
*
Don't label transactions "Open" while catching up
Hennadii Stepanov
2019-01-03
2
-2
/
+5
*
|
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
2019-01-11
2
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
implements different disk sizes for different networks on intro
marcoagner
2018-10-07
2
-0
/
+8
*
|
Remove unreferenced boost headers
Murray Nesbitt
2018-11-16
1
-1
/
+0
*
|
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-21
/
+27
*
|
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
3
-19
/
+80
*
|
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
2
-0
/
+32
*
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-2
/
+6
*
|
Add skeleton chain and client classes
Russell Yanofsky
2018-11-06
4
-1
/
+89
*
|
Merge #14554: qt: Remove unused `adjustedTime` parameter
Wladimir J. van der Laan
2018-11-05
2
-10
/
+4
|
\
\
|
*
|
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-10-28
2
-10
/
+4
*
|
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
2
-2
/
+2
*
|
|
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-10-09
1
-1
/
+1
|
|
/
*
/
interfaces: Add getWalletDir and listWalletDir to Node
João Barbosa
2018-10-18
2
-0
/
+20
|
/
*
[build] remove #ifdef ENABLE_WALLET from interfaces/node
John Newbery
2018-09-13
2
-15
/
+9
*
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
2
-3
/
+1
|
\
|
*
[wallet] Kill accounts
John Newbery
2018-08-30
2
-3
/
+1
*
|
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-27
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Mark single-argument constructors "explicit"
practicalswift
2018-07-26
2
-3
/
+3
*
|
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-3
/
+3
*
|
Merge #13634: ui: Compile boost::signals2 only once
MarcoFalke
2018-08-13
1
-11
/
+11
|
\
\
|
*
|
ui: Compile boost:signals2 only once
MarcoFalke
2018-08-07
1
-11
/
+11
*
|
|
Ignore unknown config file options for now
Pieter Wuille
2018-07-30
1
-1
/
+1
[next]