- 21 Aug, 2014 1 commit
-
-
Jeff Garzik authored
Upon failure, BOOST_CHECK_EQUAL provides additional diagnostic information, displaying that data that failed to match.
-
- 09 May, 2014 1 commit
-
-
Wladimir J. van der Laan authored
-
- 18 Mar, 2014 1 commit
-
-
Wladimir J. van der Laan authored
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
-
- 04 Dec, 2013 2 commits
-
-
Wladimir J. van der Laan authored
Split wallet tests from other RPC tests. Now no #ifdef ENABLE_WALLET are needed anymore in either file.
-
Wladimir J. van der Laan authored
Delimit all code that uses the wallet functions in implementation files that conditionally use the wallet.
-
- 27 Nov, 2013 1 commit
-
-
Wladimir J. van der Laan authored
Split bitcoinrpc up into - rpcserver: bitcoind RPC server - rpcclient: bitcoin-cli RPC client - rpcprotocol: shared common HTTP/JSON-RPC protocol code One step towards making bitcoin-cli independent from the rest of the code, and thus a smaller executable that doesn't have to be linked against leveldb. This commit only does code movement, there are no functional changes.
-
- 10 Nov, 2013 1 commit
-
-
Brandon Dahler authored
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
-
- 23 Oct, 2013 2 commits
-
-
Wladimir J. van der Laan authored
Just-in-case sanity test for JSON spirit and AmountFromValue. Also update rpc_format_monetary_values test to use ValueFromAmount, so that ValueFromAmount is also tested.
-
Wladimir J. van der Laan authored
Tests for issue #3126. This problem pops up after upgrading json-spirit.
-
- 16 Dec, 2012 1 commit
-
-
Andrey authored
-
- 29 Oct, 2012 3 commits
-
-
Gavin Andresen authored
signrawtransaction was unable to sign pay-to-script-hash inputs when given the list of private keys to use. With this commit you can provide the p2sh redemption script in the list of inputs.
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 07 Sep, 2012 1 commit
-
-
xanatos authored
The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless).
-
- 22 Jun, 2012 1 commit
-
-
xanatos authored
-
- 20 Apr, 2012 1 commit
-
-
Pieter Wuille authored
-
- 13 Jan, 2012 1 commit
-
-
Gavin Andresen authored
-