778 Commits (146746bbafe5dfea7b2019231c2d37fe57a4c3bb)

Author SHA1 Message Date
Esteban Ordano cb54d17355 CLTV: Add more tests to improve coverage 9 years ago
Jonas Schnelli 177a0e4914 Adding CSubNet constructor over a single CNetAddr 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago
Luke Dashjr 9238ecb417 Policy: MOVEONLY: 3 functions to policy.o: 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Jonas Schnelli 77aeb7c964 UniValue: don't escape solidus, keep espacing of reverse solidus 9 years ago
Peter Todd bc60b2b4b4 Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 9 years ago
Jonas Schnelli 932687bc10 setban: add IPv6 tests 9 years ago
Jonas Schnelli 4e36e9bcc7 setban: rewrite to UniValue, allow absolute bantime 9 years ago
Jonas Schnelli 433fb1a95d [RPC] extend setban to allow subnets 9 years ago
Jonas Schnelli 1086ffba26 [QA] add setban/listbanned/clearbanned tests 9 years ago
Daniel Kraft 0cc7b2352e Fix univalue handling of \u0000 characters. 9 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 9 years ago
Gavin Andresen 65b9454503
Use best header chain timestamps to detect partitioning 9 years ago
Jonas Schnelli c946ebed5e fix util_tests.cpp clang warnings 9 years ago
Wladimir J. van der Laan 7d8ffac186 Changes necessary now that zero values accepted in AmountFromValue 9 years ago
Wladimir J. van der Laan a04bdefbeb Get rid of fPlus argument to FormatMoney 9 years ago
Jonas Schnelli 44c7474446 univalue: add type check unit tests 9 years ago
Wladimir J. van der Laan 7e98a3c642 util: Add ParseInt64 and ParseDouble functions 9 years ago
Wladimir J. van der Laan 043df2b568 Simplify RPCclient, adapt json_parse_error test 9 years ago
Jonas Schnelli 519eedeba7 fix univalue json parse tests 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 1f263c899e fix rpc unit test, plain numbers are not JSON compatible object 9 years ago
Jonas Schnelli 0c5b2cf69a univalue: add support for real, fix percision and make it json_spirit compatible 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
Jeff Garzik efc7883772 UniValue: prefer .size() to .count(), to harmonize w/ existing tree 9 years ago
Wladimir J. van der Laan 4e157fc60d json: fail read_string if string contains trailing garbage 9 years ago
Mark Friedenbach efd44440d8 Explicitly set tx.nVersion for the genesis block and mining tests 9 years ago
Suhas Daftuar 9be0e6837b Be stricter in processing unrequested blocks 9 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 9 years ago
Michael Ford 8697ff33ed Remove duplicate chainparams.h include from alert_tests 9 years ago
Wladimir J. van der Laan b45c50ce51 Fix two problems in CSubNet parsing 9 years ago
Gavin Andresen f50105486f
More robust CScheduler unit test 9 years ago
Jorge Timón 935bd0a447 Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Gavin Andresen 36cba8f118
Alert if it is very likely we are getting a bad chain 9 years ago
Gavin Andresen 68d370bec4
CScheduler unit test 9 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus. 9 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 9 years ago
Pieter Wuille 046392dc1d Keep track of memory usage in CCoinsViewCache 9 years ago
Peter Todd 99088d60d8 Make CScriptNum() take nMaxNumSize as an argument 9 years ago
Dave Collins 1c54757f86 Add more script edge condition tests. 9 years ago
Pieter Wuille a56054be65 Update key.cpp to use new libsecp256k1 9 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main 9 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 9 years ago
Pieter Wuille f46a680f42 Better mruset unit test 9 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 9 years ago