6350 Commits (e0769e1928f892fb16f851991d8e09a90587a1f4)

Author SHA1 Message Date
MarcoFalke 6dd3a44ce2 translations: Don't translate markdown or force English grammar 9 years ago
Wladimir J. van der Laan 2980a18572 Fix crash in validateaddress with -disablewallet 9 years ago
MarcoFalke e0eeb672f2 [trivial] clang-format: Set AlignAfterOpenBracket: false 9 years ago
Pieter Wuille 22e780737d Always flush block and undo when switching to new file 9 years ago
Jorge Timón c53d48a6b3 BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings 9 years ago
João Barbosa de0499d3b8 Fix ZMQ Notification initialization and shutdown 9 years ago
Gregory Maxwell d1c3762ae8 Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints"" 9 years ago
Gregory Maxwell e4e5334ef8 Restore MedianTimePast for locktime. 9 years ago
MarcoFalke 268b79ef0c [qt] rpcconsole: Scale monospace font to 95% 9 years ago
MarcoFalke 53238ff0b1 Clarify what minrelaytxfee does 9 years ago
MarcoFalke abd8b768ee [qt] Properly display required fee instead of minTxFee 9 years ago
Gregory Maxwell 40cd32e835 Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations" 9 years ago
Gregory Maxwell 8537ecdfc4 Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints" 9 years ago
Wladimir J. van der Laan 02a95be977
qt: translation update prior to opening 0.12 translations 9 years ago
Wladimir J. van der Laan 7497e805bd tests: Initialize networking on windows 9 years ago
Luke Dashjr a6efc01908 Bugfix: Omit wallet-related options from -help when wallet is disabled 9 years ago
Gregory Maxwell 30d9662bd7 Reject invalid pubkeys when reading ckey items from the wallet. 9 years ago
MarcoFalke 28313b83fc [qt] Use fixed pitch font for the rpc console 9 years ago
MarcoFalke 6342a4889b Init: Use DEFAULT_TRANSACTION_MINFEE in help message 9 years ago
Bob McElrath a83f3c2426 Add explicit shared_ptr constructor due to C++11 error 9 years ago
MarcoFalke 040c0ea093 Init: Cleanup error and warning strings 9 years ago
MarcoFalke a9c73a130e [wallet] Add comments for doxygen 9 years ago
MarcoFalke 6b0e622c25 [wallet] Refactor to use new MIN_CHANGE 9 years ago
Pieter Wuille e9e616323b Make -checkmempool=1 not fail through int32 overflow 9 years ago
Pieter Wuille 298e040bca Fix chainstate serialized_size computation 9 years ago
Daniel Kraft 0be387a536 unittest: fix test for null tx input 9 years ago
Philip Kaufmann 214de7e54c [Trivial] ensure minimal header conventions 9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases 9 years ago
Suhas Daftuar 7bbc7c314f Add option for microsecond precision in debug.log 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
Jonas Schnelli 0d699fc821
fix locking issue with new mempool limiting 9 years ago
Wladimir J. van der Laan 10e2eae35c rpc: Add maxmempool and effective min fee to getmempoolinfo 9 years ago
Eric Lombrozo 143d173969 Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and initialize strMiscWarning before calling PartitionCheck()." 9 years ago
dexX7 d425877557
Remove coverage and test related files, when cleaning up 9 years ago
Mark Friedenbach dea8d21fc6 Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 9 years ago
Mark Friedenbach 9d55050773 Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations 9 years ago
MarcoFalke bf681918d7 [trivial] rpcnet: fix typo 9 years ago
Jeff Garzik 3795e8152b leveldbwrapper file rename to dbwrapper.* 9 years ago
Jeff Garzik 8587b23038 leveldbwrapper symbol rename: Remove "Level" from class, etc. names 9 years ago
Jeff Garzik 6ec4b7eb20 leveldbwrapper: Remove unused .Prev(), .SeekToLast() methods 9 years ago
Gregory Maxwell a4e28b3d1e Set TCP_NODELAY on P2P sockets. 9 years ago
Daniel Cousens 3cb56f3778 *: alias -h for --help 9 years ago
Pieter Wuille ab1f56072a Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Wladimir J. van der Laan 41db8c4733 http: Restrict maximum size of request line + headers 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Jorge Timón f3525e24e3 Chainparams: Replace CBaseChainParams::Network enum with string constants (suggested by Wladimir) 9 years ago
Alex Morcos d3b09f6bac Do not allow blockfile pruning during reindex. 9 years ago
Eric Lombrozo 7801f4387d Added fPowNoRetargeting field to Consensus::Params that disables nBits recalculation. 9 years ago
Matt Corallo 58254aa3bc Fix stale comment in CTxMemPool::TrimToSize. 9 years ago
J Ross Nicoll c6824f8a90 Add DERSIG transaction test cases 9 years ago