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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
[QA] add createwallet disableprivatekey test
Jonas Schnelli
2018-07-12
1
-0
/
+9
*
|
|
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-19
1
-0
/
+76
*
|
|
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
1
-0
/
+74
|
\
\
\
|
*
|
|
Tests for PSBT
Andrew Chow
2018-07-16
1
-0
/
+74
|
|
/
/
*
|
|
Merge #13145: Use common getPath method to create temp directory in tests.
MarcoFalke
2018-07-12
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-11
1
-2
/
+4
*
|
|
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
1
-8
/
+8
|
/
/
*
|
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-15
/
+15
*
|
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
1
-11
/
+4
|
\
\
|
*
|
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-12
1
-11
/
+4
|
|
/
*
|
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
1
-6
/
+6
*
|
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-18
1
-2
/
+3
|
\
\
|
*
|
test: Fix dangling wallet pointer in vpwallets
João Barbosa
2018-04-17
1
-2
/
+3
|
|
/
*
/
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-7
/
+7
|
/
*
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
1
-11
/
+11
|
\
|
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-11
/
+11
*
|
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
3
-9
/
+9
|
\
\
|
*
|
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
3
-9
/
+9
*
|
|
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
|
|
/
|
/
|
*
|
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-04-06
1
-1
/
+1
|
/
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
2
-0
/
+3
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
2
-0
/
+3
*
|
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
1
-4
/
+3
|
\
\
|
*
|
Fix missing or inconsistent include guards
practicalswift
2018-03-22
1
-4
/
+3
*
|
|
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-04-01
2
-2
/
+2
|
\
\
\
|
*
|
|
tests: Rename test suits not following the test suite naming convention
practicalswift
2018-03-19
2
-2
/
+2
*
|
|
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
*
|
|
|
|
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-22
1
-1
/
+15
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-15
1
-1
/
+15
|
|
|
/
/
|
|
/
|
|
*
/
|
|
wallet: Change output type globals to members
MarcoFalke
2018-03-17
2
-7
/
+0
|
/
/
/
*
|
|
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
2
-337
/
+561
|
\
\
\
|
*
|
|
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
1
-5
/
+15
|
*
|
|
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
1
-37
/
+87
|
*
|
|
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
2
-341
/
+330
|
*
|
|
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
1
-0
/
+171
|
*
|
|
Use a struct for output eligibility
Andrew Chow
2018-03-13
1
-37
/
+41
|
|
/
/
*
|
|
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
2
-9
/
+9
|
\
\
\
|
*
|
|
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
1
-4
/
+4
|
*
|
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-5
/
+5
|
|
/
/
*
/
/
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
1
-1
/
+4
|
/
/
*
|
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-07
4
-58
/
+48
|
\
\
|
*
|
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-03
4
-58
/
+48
*
|
|
Merge #12516: Avoid unintentional unsigned integer wraparounds in tests
Wladimir J. van der Laan
2018-03-05
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-02-23
1
-2
/
+2
*
|
|
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-02
1
-2
/
+0
*
|
|
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-03-01
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-25
1
-0
/
+1
*
|
|
Fix rescan test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-02-13
1
-0
/
+3
|
/
/
*
|
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-02-08
1
-6
/
+12
[prev]
[next]