849 Commits (fac93497986b5f74716383bf26c78406253c625a)

Author SHA1 Message Date
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Pieter Wuille 1953c40aa9 More efficient bitsliced rolling Bloom filter 9 years ago
Chris Stewart 62a9abd12b Fixing comment in script_test.json test case 9 years ago
Pieter Wuille 1e44169f0e Add tests for CCoins deserialization 9 years ago
Wladimir J. van der Laan b69836d6ff dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator 9 years ago
Gavin Andresen e2a30bc9a9 Unit test for CScript::FindAndDelete 9 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 9 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 9 years ago
Kaz Wesley 4ed41a2b61 test prevector::swap 9 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 9 years ago
Jonas Schnelli 90604f16af
add bip32 pubkey serialization 9 years ago
MarcoFalke fa7abe0a00 [test] bctest.py: Revert faa41ee 9 years ago
MarcoFalke faa41ee204 [qa] py2: Unfiddle strings into bytes explicitly 9 years ago
MarcoFalke facf5a4947 [amount] tests: Fix off-by-one mistake 9 years ago
Wladimir J. van der Laan 4521f005a1 tests: add varints_bitpatterns test 9 years ago
MarcoFalke 11114a69c8 [amount] test negative fee rates and full constructor 9 years ago
instagibbs f8536a62c3 Corrected values 9 years ago
instagibbs 617deeb06e Gave miner test values constants for less error-prone values. 9 years ago
Pieter Wuille dde46d3ae1 Merge script_valid and script_invalid tests 9 years ago
Pieter Wuille 009b503792 Get rid of expect in script_tests as it's implied by scripterror 9 years ago
Pieter Wuille 76da761351 Make script_error a mandatory 4th field for script_tests 9 years ago
Pieter Wuille 269281b7cc Fix some misconstructed tests 9 years ago
Pieter Wuille c7c664191f Fix JSON pretty printing in script_tests 9 years ago
mruddy 60361ca481 RPC: fix generatetoaddress failing to parse address and add unit test 9 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Wladimir J. van der Laan 18f05c765c build: python 3 compatibility 9 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 9 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
BtcDrak ad7210408c Formatting 9 years ago
BtcDrak bbb9d1d123 Remove p2p alert handling 9 years ago
MarcoFalke fab6880494 [qa] Add amount tests 9 years ago
Alex Morcos 982670c333 Add LockPoints 9 years ago
Suhas Daftuar 7870debceb Test versionbits deployments 9 years ago
Suhas Daftuar 532cbb22b5 Add testing of ComputeBlockVersion 9 years ago
Pieter Wuille 732e774c06 Versionbits tests 9 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 9 years ago
Suhas Daftuar e2eeb5dda7 Add ancestor feerate index to mempool 9 years ago
Suhas Daftuar 5de2baa138 Rename CTxMemPool::remove -> removeRecursive 9 years ago
MarcoFalke fa3a81af18 [tests] Extend util_ParseMoney test case 9 years ago
Mustafa 2fdaa25529 Move GetTempPath() to testutil. 9 years ago
Mustafa 393b22eacb Add a source file for unit test utils. 9 years ago
Suhas Daftuar 086da92ea7 Add tags to mempool's mapTx indices 9 years ago
Wladimir J. van der Laan f31b6b8995 test: test leading space for ParseHex 9 years ago
Mark Friedenbach 53e53a33c9 BIP112: Implement CHECKSEQUENCEVERIFY 9 years ago
Wladimir J. van der Laan 0ecb3401fe test: Script_error checking in script_invalid tests 9 years ago
Wladimir J. van der Laan 2317ad7c56 test: Re-introduce JSON pretty printing in test builder 9 years ago