5884 Commits (726e28643c565de474b21d57eb4b7d605e4bd3cd)

Author SHA1 Message Date
Wladimir J. van der Laan a04bdefbeb Get rid of fPlus argument to FormatMoney 9 years ago
Wladimir J. van der Laan 4b4b9a8de6 Don't go through double in AmountFromValue and ValueFromAmount 9 years ago
Peter Todd 076badb60f
Add getblockheader RPC call 9 years ago
Jonas Schnelli ef5fca8b80 fix rpcmining/getblocktemplate univalue transition logic error 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Suhas Daftuar 3e9143386a Advance pindexLastCommonBlock for blocks in chainActive 9 years ago
Jonas Schnelli 44c7474446 univalue: add type check unit tests 9 years ago
Wladimir J. van der Laan c02309204b univalue: add strict type checking 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 c7fbbc7e1d fix missing univalue types during constructing 9 years ago
Jonas Schnelli 8f7e4abbe6 fix rpc batching univalue issue 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 e04d9c25cf univalue: correct bool support 9 years ago
Jonas Schnelli 0c5b2cf69a univalue: add support for real, fix percision and make it json_spirit compatible 9 years ago
Jonas Schnelli 21c10de8c2 special threatment for null,true,false because they are non valid json 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 5e3060c0d1 UniValue: export NullUniValue global constant 9 years ago
Jeff Garzik efc7883772 UniValue: prefer .size() to .count(), to harmonize w/ existing tree 9 years ago
Adam Weiss c257a8c9a6 Prune: Support noncontiguous block files 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
Philip Kaufmann d648236d87 bump version in clientversion.h 9 years ago
Philip Kaufmann 51fc672f59 [Qt] disconnect peers from peers tab via context menu 9 years ago
Philip Kaufmann eebd4cca19 [init] add -blockversion help and extend -upnp help 9 years ago
Philip Kaufmann d6922aad2c [net, trivial] remove using namespace std pollution in netbase.cpp 9 years ago
Philip Kaufmann 49b22928ee [net, trivial] explicitly use std::string for FindNode 9 years ago
Luke Dashjr d449772cf6 Remove P2SH coinbase flag, no longer interesting 9 years ago
Jonas Schnelli 7e6569ea5b [squashme] improve/corrects prune mode detection test for required wallet rescans 9 years ago
Jonas Schnelli 7a12119d7a [RPC] disable import functions in pruned mode 9 years ago
Jonas Schnelli 3201035f22 [autoprune] allow wallet in pruned mode 9 years ago
Peter Todd 0bb43854c7
Improve comment explaining purpose of MAX_MONEY constant 9 years ago
Jonas Schnelli 6e71efa9f0 [REST] remove json input for getutxos, limit to query max. 15 outpoints 10 years ago
Suhas Daftuar 8273793350 Eliminate compiler warning due to unused variable 10 years ago
Suhas Daftuar a1ba0778dd Ignore getheaders requests when not synced. 10 years ago
Jorge Timón e69734309c Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main: 10 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 10 years ago
Jonas Schnelli 64b8027c5c rest.cpp: strip whitespace 10 years ago
Wladimir J. van der Laan 165e323d85 qt: Periodic translation update 10 years ago
Michael Ford 8697ff33ed Remove duplicate chainparams.h include from alert_tests 10 years ago
Wladimir J. van der Laan b45c50ce51 Fix two problems in CSubNet parsing 10 years ago
Wladimir J. van der Laan 19e8d7be42 Simplify code for CSubnet 10 years ago
Adam Weiss ffdda4e8a7 Catch errors on datadir lock and pidfile delete 10 years ago
Luke Dashjr cc24610fdb Update Windows resource files (and add one for bitcoin-tx) 10 years ago