868 Commits (053930ffc41ba33fe7ce26bde7097951fe0b8462)

Author SHA1 Message Date
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 9 years ago
Pavel Janík 13c455823f Remove unused local variable shadowing upper local 9 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 9 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 9 years ago
Matt Corallo 269a4402a8 Add test for dbwrapper iterators with same-prefix keys. 9 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Cory Fields daa384120a crypto: add aes cbc tests 9 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 9 years ago
Chris Stewart 10e83d7956 Adding basic tests for OP_CSV inside of script_tests.json 9 years ago
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 9 years ago
EthanHeilman 1475ecf611 Fix de-serialization bug where AddrMan is corrupted after exception 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
Wladimir J. van der Laan 6030625631 test: Add more thorough test for dbwrapper iterators 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