aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
* Merge #18410: Docs: Improve commenting for coins.cpp|hWladimir J. van der Laan2020-04-221-85/+85
|\
| * [docs] use consistent naming for possible_overwriteJohn Newbery2020-04-211-2/+2
| * [tests] small whitespace fixupJohn Newbery2020-04-211-3/+3
| * scripted-diff: Rename PRUNED to SPENT in coins testsJohn Newbery2020-04-211-83/+83
* | tests: have coins simulation test also use CCoinsViewDBJames O'Beirne2019-12-111-4/+21
|/
* Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke2019-11-071-1/+1
|\
| * test: Seed test RNG context for each test case, print seedMarcoFalke2019-10-091-1/+1
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
|/
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+2
* tests: Make coins_tests/updatecoins_simulation_test deterministicpracticalswift2019-06-171-0/+3
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* tests: Make updatecoins_simulation_test deterministicpracticalswift2019-02-031-0/+2
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-7/+7
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-1/+1
* test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-201-4/+5
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-5/+5
|\
| * Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-5/+5
* | Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-031-4/+4
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-2/+2
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-6/+6
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-5/+5
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-11/+11
|\
| * Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-11/+11
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
|/
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-2/+2
|\
| * Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-2/+2
* | doc: spelling fixesklemens2017-08-161-1/+1
|/
* Simplify return values of GetCoin/HaveCoin(InCache)Pieter Wuille2017-06-261-7/+15
* Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* | | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()Wladimir J. van der Laan2017-06-121-4/+4
|\ \ \
| * | | Use override keyword on CCoinsView overridesRussell Yanofsky2017-06-081-4/+4
| |/ /
* | | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-39/+39
* | | scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille2017-06-071-7/+7
* | | Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille2017-06-071-2/+2
* | | Replace more rand() % NUM by randrangesPieter Wuille2017-06-071-3/+3
* | | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-24/+24
* | | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
|/ /
* | Bugfixes: missing == 0 after randrangePieter Wuille2017-06-021-4/+4