885 Commits (85ad31ede7bc338079c8ae643542fde7ad83ce55)

Author SHA1 Message Date
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
Wladimir J. van der Laan b0ff8572ae test: Move non-generated script_invalid test to the correct place 9 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
Wladimir J. van der Laan acf5983502 tests: Remove May15 test 9 years ago
Luke Dashjr cc2095ecae Rewrite FormatParagraph to handle newlines within input strings correctly 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
Pieter Wuille 5d743099b5 Get rid of inaccurate ScriptSigArgsExpected 9 years ago
Ethan Heilman 40c87b6e69 Increase test coverage for addrman and addrinfo 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Chris Wheeler 9d263bd17c Typo fixes in comments 9 years ago
Cory Fields 89f71c68c0 c++11: don't throw from the reverselock destructor 9 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
MarcoFalke fa7e4c0919 Bump copyright headers to 2014 9 years ago
21E14 a5a0831458 Double semicolon cleanup. 9 years ago
mb300sd 37d271d7cc Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 5400ef6bcb Replace trickle nodes with per-node/message Poisson delays 9 years ago
Alex Morcos 553cad94e2 Rewrite CreateNewBlock 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Wladimir J. van der Laan 8f0d79e3c8 test: Disable scheduler test manythreads 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Gregory Maxwell e20672479e Remove mruset as it is no longer used. 9 years ago
Nick 996d3117c7 [RPC] Add transaction size to JSON output 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Wladimir J. van der Laan 4ec3561eb3 Replace scriptnum_test's normative ScriptNum implementation 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago