4963 Commits (f618577029b0c575aeb88d60372f6bb5af4406e2)

Author SHA1 Message Date
Cory Fields f618577029 build: fix link error on some platforms. Fixes #5235 10 years ago
Wladimir J. van der Laan e0a25c54eb qt: Make askpassphrase dialog behave more sanely 10 years ago
Daniel Kraft 57425a2425 Check block header before accepting it. 10 years ago
Cory Fields 269efa30ed build: add quick consensus lib tests 10 years ago
Cory Fields cdd36c6c5c build: add --with-libs so that libs are optional 10 years ago
Cory Fields 2cf5f16c25 build: add libbitcoinconsensus files and hook up the lib build 10 years ago
Cory Fields e0077de5de build: make a distinction between static app ldflags and static lib ldflags 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Cozz Lovan e7876b2979 [Wallet] Prevent user from paying a non-sense fee 10 years ago
Cozz Lovan ed3e5e468c [Wallet] Add global boolean whether to pay at least the custom fee (default=true) 10 years ago
Cozz Lovan 0ed9675be4 [Wallet] Add global boolean whether to send free transactions (default=true) 10 years ago
Jonas Schnelli 0ceab00d16 [Qt, OSX] move QProgressBarMac to guiutil.h 10 years ago
Pieter Wuille 230f7a833d Remove unused ecwrapper code 10 years ago
Cory Fields 4300876c81 build: secp256k1 as a subdir, since it's required 10 years ago
Pieter Wuille dffb8f81b8 Use libsecp256k1 in key.cpp 10 years ago
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 7a7e109139 Delete src/secp256k1 before subtree import 10 years ago
Pieter Wuille d48555b36a Squashed 'src/secp256k1/' content from commit ad2028f 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
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
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
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
Wladimir J. van der Laan 65e3a1e762
Make sure that GetRandomBytes never fails 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