5504 Commits (41113e33ad62333d99fd8cc6bf717c0794681d86)

Author SHA1 Message Date
Michael Ford 850c570d68 No longer check osx compatibility in RenameThread 10 years ago
Pavel Janík 3a05ba1bfc Fix typo in doxygen comment. 10 years ago
Cory Fields 322317951f libbitcoinconsensus: don't require any global constructors 10 years ago
Jonas Schnelli c5a2282855
[Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue 10 years ago
Pieter Wuille a206950016 Introduce separate flushing modes 10 years ago
Pieter Wuille 51ce901aa3 Improve chainstate/blockindex disk writing policy 10 years ago
Pavel Janík 494f6e7d35 Check for strnlen and provide it if it is not found. 10 years ago
Gregory Maxwell 3c77714134 Make -proxy set all network types, avoiding a connect leak. 10 years ago
dexX7 7357893396
Prioritize and display -testsafemode status in UI 10 years ago
Pieter Wuille f321d6bfff Add key generation/verification to ECC sanity check 10 years ago
Pieter Wuille d0c41a7350 Add sanity check after key generation 10 years ago
Pavel Janík e0535e15ab Remove misleading comment about testnet's message string. 10 years ago
Pavel Janík 3d0a1ce193 Process help and version arguments before datadir. 10 years ago
21E14 730b1ed1a0 Check pindexBestForkBase for null 10 years ago
Philip Kaufmann 1b2600a13a
Change MIT/X11 to MIT in license displayed in the program 10 years ago
Michael Ford fa94b9d562
Convert remaining comments in /src to doxygen format 10 years ago
Wladimir J. van der Laan 4a106eeb33
qt: English translation update 10 years ago
Cory Fields f618577029 build: fix link error on some platforms. Fixes #5235 10 years ago
Pieter Wuille 9d8604f36a Header define style cleanups 10 years ago
Pieter Wuille a53fd41485 Deterministic signing 10 years ago
Pieter Wuille 3060e36098 Add the RFC6979 PRNG 10 years ago
Pieter Wuille a8f5087e53 Add HMAC-SHA256 10 years ago
Pieter Wuille 36fa4a78ac Split up crypto/sha2 10 years ago
Luke Dashjr b867e409e5 CreateNewBlock: Stick height in coinbase so we pass template sanity check 10 years ago
Peter Todd ca8158719b Test the exact order of CHECKMULTISIG sig/pubkey evaluation 10 years ago
Pieter Wuille 98b135f97f Make STRICTENC invalid pubkeys fail the script rather than the opcode. 10 years ago
Philip Kaufmann aabe61cb37 [Qt] explicitly call proxy in GUI settings SOCKS5 proxy 10 years ago
Pieter Wuille 34559c7c73 Make PruneBlockIndexCandidates safer 10 years ago
Philip Kaufmann 4574248f9f [Qt] minor ordering cleanup after new fee selection 10 years ago
Philip Kaufmann a01fa3035f minor style cleanup after HTTP rest interface merge 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
Luke Dashjr 60755dbf76 submitblock: Check for duplicate submissions explicitly 10 years ago
Luke Dashjr 9765a50cbd Implement BIP 23 Block Proposal 10 years ago
Glenn Willen 77c38bb5cc Truthier error message when rpcpassword is missing 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
HarryWu 60d1ecd378 change nSubsidy's type from int64_t to CAmount 10 years ago
Luke Dashjr 3dcbb9b6b4 Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock 10 years ago
Luke Dashjr 132ea9b48f miner_tests: Disable checkpoints so they don't fail the subsidy-change test 10 years ago
Luke Dashjr df08a626e0 TestBlockValidity function for CBlock proposals (used by CreateNewBlock) 10 years ago