6314 Commits (48b5b84ee511d5ccd0d47bb0018c1b3c9ddebeff)

Author SHA1 Message Date
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
Suhas Daftuar bfc30b3437 Ignore unrequested blocks too far ahead of tip 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
Mark Friedenbach ef8dfe41d1 Prevent block.nTime from decreasing 9 years ago
Jonas Schnelli 6e71efa9f0 [REST] remove json input for getutxos, limit to query max. 15 outpoints 9 years ago
Suhas Daftuar 8273793350 Eliminate compiler warning due to unused variable 9 years ago
Suhas Daftuar a1ba0778dd Ignore getheaders requests when not synced. 9 years ago
Jorge Timón e69734309c Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main: 9 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 9 years ago
Jonas Schnelli 64b8027c5c rest.cpp: strip whitespace 9 years ago
Wladimir J. van der Laan 165e323d85 qt: Periodic translation update 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
Wladimir J. van der Laan 19e8d7be42 Simplify code for CSubnet 9 years ago
Adam Weiss ffdda4e8a7 Catch errors on datadir lock and pidfile delete 9 years ago
Luke Dashjr cc24610fdb Update Windows resource files (and add one for bitcoin-tx) 9 years ago
Wladimir J. van der Laan bdcf5dea7c Fix intermittent hang issue in scheduler_tests 9 years ago
lpescher aa41bc84b1 Update help message to match the #4219 change 9 years ago
lpescher cb87386241 Make command line option to show all debugging consistent with similar options 9 years ago
Jonas Schnelli fb21862b92 [QT] mainwindow toolbar must not be movable 9 years ago
Jonas Schnelli 16d9cb7e29 [QT] overviewpage: make sure warning icons gets colored 9 years ago
Wladimir J. van der Laan e2e7f9513f
qt: fix unused function warning in scicon.cpp 9 years ago
Wladimir J. van der Laan 8c35b6f3be Parameter interaction: disable upnp if -proxy set 9 years ago
Michael Ford 08d9373e2f Remove unused code from wallet and validation interface 9 years ago
Alex Morcos 2457dc43ac Change default nTxConfirmTarget to 2 9 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 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