6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
Pieter Wuille 4c97c64bf6 Do not use EC code in global constructors 10 years ago
Pieter Wuille 07a9901703 Always build and link libsecp256k1 10 years ago
Pieter Wuille d48555b36a Squashed 'src/secp256k1/' content from commit ad2028f 10 years ago
Pieter Wuille 7a7e109139 Delete src/secp256k1 before subtree import 10 years ago
Pieter Wuille e2f30d547f Properly lock cs_main in rest_block 10 years ago
Jeff Garzik 7715c84747
HTTP REST: minor fixes 10 years ago
Jonas Schnelli a7f2941068 [Qt, OSX] fix usage of osx 10.8+ user notification center 10 years ago
Peter Todd 03914234b3
Discourage NOPs reserved for soft-fork upgrades 10 years ago
Gavin Andresen a8b2ce557d
regression test only setmocktime RPC call 10 years ago
Jonas Schnelli 6093aa1bb0 [Qt, OSX] QProgressBar CPU-Issue workaround 10 years ago
Michael Ford c63a73d18a Update comments in util to be doxygen compatible 10 years ago
Michael Ford 7329fdd1ba Update comments in txmempool to be doxygen compatible 10 years ago
Luke Dashjr 5d60b694e9 Coin Control: Make list mode default 10 years ago
Luke Dashjr 4ff81d6092 Bugfix: Clarify coin control dialog labels 10 years ago
Flavien Charlon 44e9a6b22e Update the 'test_IsStandard' unit test 10 years ago
Michael Ford 5617267cd5 Fix typo in listreceivedbyaddress and listaccounts help text 10 years ago
Cozz Lovan 7335ca1a05 [Qt] Fix height of BitcoinAmountField 10 years ago
Cory Fields 219a1470c4 script: check ScriptError values in script tests 10 years ago
Cory Fields ab9edbd6b6 script: create sane error return codes for script validation and remove logging 10 years ago
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