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
/
wallet
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Make DummySignatureCreator a singleton
Pieter Wuille
2018-04-10
1
-1
/
+1
|
*
|
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
1
-3
/
+3
*
|
|
Merge #12925: wallet: Logprint the start of a rescan
Wladimir J. van der Laan
2018-04-11
1
-0
/
+3
|
\
\
\
|
*
|
|
Logprint the start of a rescan
Jonas Schnelli
2018-04-09
1
-0
/
+3
*
|
|
|
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
1
-0
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
1
-122
/
+122
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
1
-122
/
+122
*
|
|
Remove duplicate includes
practicalswift
2018-04-09
1
-2
/
+0
*
|
|
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[logging] Comment all continuing logs.
John Newbery
2018-04-07
1
-1
/
+1
|
|
/
*
/
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
1
-1
/
+0
|
/
*
[trivial] Add newlines to end of log messages.
John Newbery
2018-04-04
1
-1
/
+1
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-20
/
+20
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-20
/
+20
*
|
Merge #12699: [wallet] Shuffle transaction inputs before signing
Wladimir J. van der Laan
2018-03-26
1
-14
/
+23
|
\
\
|
*
|
shuffle selected coins before transaction finalization
Gregory Sanders
2018-03-21
1
-14
/
+23
*
|
|
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-22
1
-11
/
+11
|
\
\
\
|
*
|
|
Rename account to label where appropriate
Russell Yanofsky
2018-03-19
1
-11
/
+11
|
|
/
/
*
|
|
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-22
1
-1
/
+2
|
\
\
\
|
*
|
|
Actually disable BnB when there are preset inputs
Andrew Chow
2018-03-15
1
-1
/
+2
*
|
|
|
Merge #12747: Fix typos
MarcoFalke
2018-03-21
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Fix typos
practicalswift
2018-03-21
1
-6
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-3
/
+3
|
|
/
/
*
/
/
wallet: Change output type globals to members
MarcoFalke
2018-03-17
1
-34
/
+45
|
/
/
*
|
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
1
-173
/
+174
|
\
\
|
*
|
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
1
-27
/
+91
|
*
|
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
1
-9
/
+0
|
*
|
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
1
-127
/
+3
|
*
|
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
1
-4
/
+4
|
*
|
Use a struct for output eligibility
Andrew Chow
2018-03-13
1
-12
/
+12
|
*
|
Move output eligibility to a separate function
Andrew Chow
2018-03-13
1
-12
/
+16
|
*
|
Implement Branch and Bound coin selection in a new file
Andrew Chow
2018-03-13
1
-0
/
+1
|
*
|
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
1
-11
/
+76
|
|
/
*
|
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
1
-19
/
+24
|
\
\
|
*
|
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
1
-5
/
+5
|
*
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-14
/
+19
|
|
/
*
|
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
1
-6
/
+1
*
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-15
/
+17
|
\
\
|
|
/
|
/
|
|
*
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-15
/
+15
|
*
Add missing cs_lock in CreateWalletFromFile
João Barbosa
2018-03-06
1
-0
/
+2
*
|
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-07
1
-6
/
+5
|
\
\
|
*
|
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
1
-1
/
+0
|
*
|
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-03
1
-5
/
+5
|
|
/
*
|
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
|
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-02
1
-1
/
+1
*
|
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-03-01
1
-0
/
+6
|
\
\
|
*
|
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-25
1
-0
/
+6
*
|
|
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-25
1
-8
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]