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
2019-03-12
Tests: add unit tests for GetWalletEnv
Pierre Rochard
2019-03-11
wallet: Refactor to use WalletLocation
João Barbosa
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-11-30
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-19
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-16
Tests for PSBT
Andrew Chow
2018-07-12
[QA] add createwallet disableprivatekey test
Jonas Schnelli
2018-07-12
Merge #13145: Use common getPath method to create temp directory in tests.
MarcoFalke
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-06-06
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
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
[next]