Jameson Lopp
a681663e28
clarify that there are only two nodes
10 years ago
Pieter Wuille
6b04508e37
Introduce separate 'generate' RPC call
10 years ago
Cory Fields
7a41614aa2
tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from the environment
...
This will allow for windows tests to run with bitcoind.exe and bitcoin-cli.exe
10 years ago
Michael Ford
214091d584
Update license in pull-tester and rpc-tests
...
Add missing copyright/license header where necessary
10 years ago
Wladimir J. van der Laan
3fc6846181
Add licenses for tests and test data
...
- 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
11 years ago
Gavin Andresen
93a18a3650
Remove CWalletTx::vfSpent
...
Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.
11 years ago