33 Commits (df1ca9e93a61787ea7ad8743dfb400126a52b8e9)

Author SHA1 Message Date
Russell Yanofsky af61d9f78b Add COutput::fSafe member for safe handling of unconfirmed outputs 8 years ago
Karl-Johan Alm 8a5228197c
Refactor: Remove using namespace <xxx> from wallet/ 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Russell Yanofsky c6b82d1db5 Add tests for CWalletTx::nTimeSmart 8 years ago
Russell Yanofsky 7ed143c10e Add test for CWalletTx::GetImmatureCredit() returning stale values. 8 years ago
Russell Yanofsky 306bd72157 Fix importmulti returning rescan errors for wrong keys 8 years ago
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Russell Yanofsky 09fe346a4f Avoid -Wshadow warnings in wallet_tests 8 years ago
Russell Yanofsky e2e2f4c856 Return errors from importmulti if complete rescans are not successful 8 years ago
Pieter Wuille 6b03bfb840 Fix memory leak in wallet tests 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Gregory Sanders 0b2294a980 SelectCoinsMinConf: Prefer coins with fewer ancestors 8 years ago
Pieter Wuille c3f5673a63 Make CWalletTx store a CTransactionRef instead of inheriting 8 years ago
Brian Deery 07ede5d711 update comments for tx weight 8 years ago
Pavel Janík b175cb755b Do not shadow variables. 8 years ago
Wladimir J. van der Laan 20f3cd75f6 wallet: Revert input selection post-pruning 8 years ago
MarcoFalke faa91b12f7 [wallet] tests: Don't use floating point 8 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Pieter Wuille c3932b3270 List solvability in listunspent output and improve help 9 years ago
MarcoFalke faf538bfdb [trivial] Merge test cases and replace CENT with COIN 9 years ago
MarcoFalke fa3c7e644f [wallet] Add regression test for vValue sort order 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
MarcoFalke fafd09375e [wallet] Adjust pruning test 9 years ago
Murch fc0f52d780 Added a test for the pruning of extraneous inputs after ApproximateBestSet 9 years ago
MarcoFalke 6b0e622c25 [wallet] Refactor to use new MIN_CHANGE 9 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Wladimir J. van der Laan 8cbe1f4f58
tests: change main and wallet tests to BOOST_FIXTURE_TEST_SUITE 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Wladimir J. van der Laan 3fc6846181 Add licenses for tests and test data 11 years ago
Gavin Andresen fd67424c82 Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Pieter Wuille 1657ed2ab4 Fix minor unit test memory leaks 11 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Gavin Andresen 87b9931bed Fix signed/unsigned comparison warnings 12 years ago
Luke Dashjr 3c726dd3c0 Bugfix: Use standard BTC unit in comments 12 years ago
fanquake 7790f391ab Fix a couple more typos 12 years ago
Chris Moore 831f59ce8b Fix coin selection to only include change when it's necessary. 12 years ago
Chris Moore 4ce190a015 Test that the coin selection code is suitably random, and add tests re. sub-cent change. 12 years ago
Chris Moore 9b0369c773 Refactor SelectCoinsMinConf() and add unit tests. 12 years ago