2020 Commits (c13f5dbecf2bc22e81ad847f0cf4b1bf632cdd8d)

Author SHA1 Message Date
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Jeff Garzik a2168d94c0 RPC: submitblock returns null on success, string on error 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago
Jeff Garzik ddd1ffb4f1 RPC, cosmetic: de-indent getblocktemplate() 12 years ago
Jeff Garzik 79f2525ab6 RPC: split new 'submitblock' out of 'getblocktemplate' 12 years ago
Gavin Andresen cc6dfd1f4b Allow signrawtransaction '...' null null 'hashtype' 12 years ago
Gavin Andresen d5e7b61173 When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outputs. 12 years ago
Matt Corallo da9e86c3b6 Allow setting a different linker than compiler in makefile.unix 12 years ago
Matt Corallo fc4743faa8 Add data-driven transaction tests. 12 years ago
Matt Corallo 336a0abbbb Add a few test cases to data-driven script tests. 12 years ago
Gavin Andresen 4d51be1cf3 Suppress output when running unit tests. 12 years ago
Gavin Andresen d18f2fd9d6 Reject block.nVersion<=1 blocks if network has upgraded to version=2 12 years ago
Gavin Andresen de237cbfa4 Block height in coinbase as a new block rule 12 years ago
Gavin Andresen 3fcec0d4a0 Set block.nVersion to fix miner unit test 12 years ago
Philip Kaufmann 30c8a40847 fix a comment in addrman.cpp 12 years ago
Matt Corallo 8555a3e3cc Remove useless non-cross-platform tests. 12 years ago
Philip Kaufmann 2d914f89fe add splashscreen message when importing blocks via -loadblock 12 years ago
Philip Kaufmann 1e7027b41e fix a compiler sign warning in OpenBlockFile() 12 years ago
Philip Kaufmann 746f502a79 log how long LoadExternalBlockFile() takes in ms (Benchmark) 12 years ago
Philip Kaufmann 4b94f4e0ed Bitcoin-Qt (Windows only): extend Resource File 12 years ago
Wladimir J. van der Laan c23b6fd688 Revert "Make this error message similar to the others" 12 years ago
Matt Corallo c5f90cd88b Fix test_bitcoin build in makefile.linux-mingw 12 years ago
Wladimir J. van der Laan 3a50cd2193 Update English translation strings 12 years ago
Matt Corallo 2bc15836be Fix Qt test cases by moving address checks to parseBitcoinURI 12 years ago
Matt Corallo 319236afa2 Fix Win32 compiling of qt/test/uritests.cpp 12 years ago
Matt Corallo 026594e269 Return !0 when qt tests fail. 12 years ago
fanquake dc1e5ad191 Make this error message similar to the others 12 years ago
Gregory Maxwell 3557f99cf5 Correctly handle missing inputs in signrawtransaction. Fixes #1654. 12 years ago
Philip Kaufmann 3d88c9b4d3 Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe 12 years ago
Luke Dashjr 3390014fd0 Minimal BIP 22 (getblocktemplate) support 12 years ago
Philip Kaufmann efdcf94174 fix further spelling errors / remove a tab in the source 12 years ago
Philip Kaufmann 4aaa4313e7 small UX update for optionsdialog 12 years ago
Philip Kaufmann 75578d60f3 only update cached values in ClientModel::updateTimer() when they are changed 12 years ago
Philip Kaufmann 68acc1b4cb Translations update 2012-08-01 (fetched from Transifex) 12 years ago
Luke Dashjr 1be064190e Optimize JSON-RPC getblockhash 12 years ago
Luke Dashjr b49f1398a1 Bugfix: Correct English grammar regarding "'s" 12 years ago
Luke Dashjr 3c726dd3c0 Bugfix: Use standard BTC unit in comments 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Philip Kaufmann e6bc9c35f3 Update Warning-strings to use a standard-format 12 years ago
Jeff Garzik 05a85b2b38 Add 'mempool' P2P command, and extend 'getdata' behavior 12 years ago
Philip Kaufmann 6986c779f0 update HelpMessage() 12 years ago
Gregory Maxwell a9d811a976 Switch testnet3's message bytes to avoid connecting to old nodes. 12 years ago
Gavin Andresen e0e54740b1 Handle should-never-happen case of orphan in mempool 12 years ago
Gavin Andresen c555400ca1 When creating new blocks, sort 'paid' area by fee-per-kb 12 years ago
Wladimir J. van der Laan ebeafe5b0b Update translation messages 12 years ago
Michael Ford 50c85be6fc Typo 12 years ago
Stephane Glondu 2acfa219aa Fix spelling of successfully 12 years ago
Philip Kaufmann 64c0020ff8 fix typo "logfile" -> "log file" 12 years ago
fanquake 26227db843 Typo 12 years ago
fanquake 951f7d35d6 Fix Typo 12 years ago