5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Gavin Andresen 18379875bf
Optimize -regtest setgenerate block generation 10 years ago
Flavien Charlon a9306587a4 Change the default maximum OP_RETURN size to 80 bytes 10 years ago
Philip Kaufmann cd4d3f1915 Win32: change buffer size for gethotsname in Discover() 10 years ago
Philip Kaufmann 8fa0494e92 Win32: log addresses found in Discover() calls 10 years ago
Philip Kaufmann 13f903187c init: minor parameter interaction updates 10 years ago
Jonas Schnelli 4a8fc152a9 [Qt] the RPC Console should be a QWidget to make window more independent 10 years ago
21E14 cca48f69b0 Reset setBlockIndexCandidates once block index db loaded 10 years ago
Jeff Garzik e2655e0ab1 Add unauthenticated HTTP REST interface to public blockchain data. 10 years ago
sinetek d52f072605 Don't show wallet options in the preferences menu when running with -disablewallet 10 years ago
Pieter Wuille f4e0aefadc Do signature-s negation inside the tests 10 years ago
Peter Todd 7c041b3b91
Check against MANDATORY flags prior to accepting to mempool 10 years ago
Michael Ford b9a36b15bf Make comments in /src/script doxygen compatible 10 years ago
sinetek 38c62aec0d Adding const. 10 years ago
sinetek a8a5e0133a Adding license. 10 years ago
Gregory Maxwell 845c86d128 Do not use third party services for IP detection. 10 years ago
Jonas Schnelli 31aac02446 Qt: new icons 10 years ago
Wladimir J. van der Laan 65e3a1e762
Make sure that GetRandomBytes never fails 10 years ago
Ruben Dario Ponticelli 9ec75c5ef4
Add a locking mechanism to IsInitialBlockDownload to ensure it never goes from false to true. 10 years ago
ENikS 5985ba9e61 Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct' 10 years ago
Pieter Wuille bfe029feeb Reduce bitcoin-tx dependencies 10 years ago
Wladimir J. van der Laan f654f0040b
Change -genproclimit default to 1 10 years ago
Wladimir J. van der Laan 9bdec76037
Always log number of threads for script verification 10 years ago
Pieter Wuille 93a6022400 Reduce bitcoin-cli dependencies 10 years ago
Jonas Schnelli 236d96e0a3 Qt: Add support for missing scrollbar in peers table 10 years ago
Jonas Schnelli 93a3f0e7fe Qt: Network-Traffic-Graph: make some distance between line and text 10 years ago
mruddy 84877904c0 bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to the JSON output as the "hex" property. 10 years ago
Pieter Wuille 1f847936c9 Avoid a bunch of copying/conversion in script/sign 10 years ago
Cozz Lovan 9b1627d13e [Wallet] Reduce minTxFee for transaction creation to 1000 satoshis 10 years ago
Daniel Kraft af82884ab7 Add "warmup mode" for RPC server. 10 years ago
Philip Kaufmann b4347f6035 minor code style cleanup after recent merges 10 years ago
mruddy 0d91ae308c The first thing that SelectParams does is call SelectBaseParams. Therefore, we do not need to call SelectBaseParams immediately prior to calling SelectParams. 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
21E14 a2cfae8e18 util.cpp comment correction 10 years ago
Yoichi Hirai e743678d5a fix a typo 10 years ago
Wladimir J. van der Laan 917b83127d
qt: translations update from Transifex 10 years ago
Philip Kaufmann 771d500283 minor cleanup: include orders, end comments etc. 10 years ago
Cory Fields d2e74c55bd boost: moveonly: split CPubKey and friends to new files 10 years ago
Cory Fields 78c228c6e5 boost: moveonly: move BIP32Hash to hash.h 10 years ago
Cory Fields 900078aeb4 boost: moveonly: create eccryptoverify.h|cpp and move helper functions there 10 years ago
Michael Ford 1c0aa9110e Update serialize comments to be doxygen compatible 10 years ago
Cory Fields f635269cd1 tests: enable alertnotify test for Windows 10 years ago
Michael Ford 484e350f04 Update comments in client version to be doxygen compatible 10 years ago
Michael Ford 6395ba3036 Update comments in version to be doxygen compatible 10 years ago
Philip Kaufmann 981f7907c4 [Qt] fix slot connection problems when no wallet is loaded 10 years ago
Michael Ford 7792040294 Update comments in rpcserver to be doxygen compatible 10 years ago
Matt Corallo eadcd0c802 Print parameter interactions to console, too 10 years ago
Luke Dashjr e69a5873e7 RPC: submitblock: Support for returning specific rejection reasons 10 years ago
Luke Dashjr b468e81443 Qt: Clarify sign/verify dialog text to specifically state that these messages only prove one receives with the address in question, and makes no claim to sender of transactions 10 years ago
Matt Corallo 50b43fda08 Be a bit more verbose during -loadblock if we already have blocks 10 years ago
Matt Corallo 8375e2215f Fix -loadblock after shutdown during IBD 10 years ago