Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-31 | tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from ↵ | Cory Fields | |
the environment This will allow for windows tests to run with bitcoind.exe and bitcoin-cli.exe | |||
2014-10-23 | Update license in pull-tester and rpc-tests | Michael Ford | |
Add missing copyright/license header where necessary | |||
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan | |
- 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 | |||
2014-02-26 | Remove CWalletTx::vfSpent | Gavin Andresen | |
Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk. |