688 Commits (b94ae81576c199c9a44453b8c9b17e8303f67b72)

Author SHA1 Message Date
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 10 years ago
Jorge Timón 935bd0a447 Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] 10 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Gavin Andresen 36cba8f118
Alert if it is very likely we are getting a bad chain 10 years ago
Gavin Andresen 68d370bec4
CScheduler unit test 10 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus. 10 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 10 years ago
Pieter Wuille 046392dc1d Keep track of memory usage in CCoinsViewCache 10 years ago
Peter Todd 99088d60d8 Make CScriptNum() take nMaxNumSize as an argument 10 years ago
Dave Collins 1c54757f86 Add more script edge condition tests. 10 years ago
Pieter Wuille a56054be65 Update key.cpp to use new libsecp256k1 10 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Pieter Wuille f46a680f42 Better mruset unit test 10 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 10 years ago
Gavin Andresen 69a5f8be0a Rolling bloom filter class 10 years ago
Dave Collins 9fadf1c874 Add additional script edge condition tests. 10 years ago
Dave Collins d8f4cc328e Correct the PUSHDATA4 minimal encoding test. 10 years ago
Jonas Schnelli 26414ca4fc fix and enable bip32 unit test 10 years ago
Pieter Wuille f7303f9793 Use equivalent PoW for non-main-chain requests 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 10 years ago
Wladimir J. van der Laan 48265f3cf4 Revert mining changes in #5957 10 years ago
Jorge Timón f14e687feb Chainparams: Decouple CAlert from CChainParams 10 years ago
Pieter Wuille e2edf95cd3 Bugfix: make CreateNewBlock return pindexPrev 10 years ago
dexX7 fc3979ac69
Initialization: setup environment before starting tests 10 years ago
Pieter Wuille 437ada3e55 Switch test case signing to RFC6979 extra entropy 10 years ago