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
/
wallet
/
test
Age
Commit message (
Expand
)
Author
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-17
test: Fix dangling wallet pointer in vpwallets
João Barbosa
2018-04-12
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
practicalswift
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-22
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-19
tests: Rename test suits not following the test suite naming convention
practicalswift
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-15
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-05
Merge #12516: Avoid unintentional unsigned integer wraparounds in tests
Wladimir J. van der Laan
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-02
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-01
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-23
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-02-13
Fix rescan test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-02-08
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-01-28
Fix typos
practicalswift
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-11
Fix ListCoins test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-11-18
tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
[next]