14278 Commits (f3f1e2e7d38005fa3edecb01469a18a6f7500ea6)
 

Author SHA1 Message Date
Gregory Maxwell 18873373bd Add a comment explaining the use of MAX_BLOCK_BASE_SIZE. 7 years ago
practicalswift 131a8ceb73 Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >) 7 years ago
Pavel Janík cc0ed26753 Supress struct/class mismatch warnings introduced in #10284. 7 years ago
Wladimir J. van der Laan c2ab38bdd5
Merge #10284: Always log debug information for fee calculation in CreateTransaction 7 years ago
Wladimir J. van der Laan 7c72fb99af
Merge #10582: Pass in smart fee slider value to coin control dialog 7 years ago
Cory Fields 6cdc488e36 net: switch to dummy internal ip for dns seed source 7 years ago
Cory Fields 6d0bd5b73d net: do not allow resolving to an internal address 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
John Newbery 7810993335 [trivial] fix indentation for ArgsManager class 7 years ago
Alex Morcos 61718268b5 Don't create change at the dust limit, even if it means paying more than expected 7 years ago
John Newbery 0ef7de953f [RPCs] Remove submitblock parameters argument help text 7 years ago
practicalswift f2fb132cb0 Net: Fix resource leak in ReadBinaryFile(...) 7 years ago
Alex Morcos e9cd7786da Pass in smart fee slider value to coin control dialog 7 years ago
Wladimir J. van der Laan 228c319a94
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
Wladimir J. van der Laan c94b89e90d
Merge #9738: gettxoutproof() should return consistent result 7 years ago
Wladimir J. van der Laan 6702617c86
Merge #10551: [Tests] Wallet encryption functional tests 7 years ago
Wladimir J. van der Laan b63be2c685
Merge #10377: Use rdrand as entropy source on supported platforms 7 years ago
Pieter Wuille 1ad3d4e126
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 7 years ago
Pieter Wuille cb24c8539d Use rdrand as entropy source on supported platforms 7 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
Wladimir J. van der Laan fbf5d3ba15
Merge #10480: Improve commit-check-script.sh 7 years ago
Wladimir J. van der Laan a4fe07714d
Merge #10544: Update to LevelDB 1.20 7 years ago
Wladimir J. van der Laan 22ec768838
Merge #10575: Header include guideline 7 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 7 years ago
Wladimir J. van der Laan a514ac3dcb
Merge #10534: Clarify prevector::erase and avoid swap-to-clear 7 years ago
Wladimir J. van der Laan 303c171b94
Merge #10553: Simplify "bool x = y ? true : false". Remove unused function and trailing semicolon. 7 years ago
Andrew Chow d5711f4a2d Filter subtrees and and benchmarks from coverage report 7 years ago
Pieter Wuille 8d9f45ea6a
Merge #10564: Return early in IsBanned. 7 years ago
Gregory Maxwell dd869c60ca Add an explanation of quickly hashing onto a non-power of two range. 7 years ago
Pieter Wuille c98ebf1bfb
Merge #10568: Remove unnecessary forward class declarations in header files 7 years ago
Pieter Wuille f18bb49547
Merge #10578: Add missing include for atomic in db.h 7 years ago
Alex Morcos 8e69adc665 Add missing include for atomic in db.h 7 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 7 years ago
Wladimir J. van der Laan b7296bcea0
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
Wladimir J. van der Laan ad1a13e85c
Merge #10549: Avoid printing generic and duplicated "checking for QT" during ./configure 7 years ago
John Newbery 0a4912e46a [tests] timeout integration tests on travis after 20 minutes 7 years ago
John Newbery 7c51e9f0dc [tests] destroy zmq context in zmq_tests.py 7 years ago
John Newbery b1bac1cb7e [tests] in zmq test, timeout if message not received 7 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 7 years ago
Wladimir J. van der Laan 177433ad22
Merge #8694: Basic multiwallet support 7 years ago
Wladimir J. van der Laan fa1f106218
Merge #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning 7 years ago
Pieter Wuille a090d1c1c9 Header include guideline 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
Wladimir J. van der Laan 2c2d988062
Merge #10546: Remove 33 unused Boost includes 7 years ago
Wladimir J. van der Laan e4918316d8
Merge #10561: Remove duplicate includes 7 years ago
Wladimir J. van der Laan 5d034ee7fa
Merge #10566: [docs] Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
Wladimir J. van der Laan 562caf1c74
Merge #10560: Remove unused constants 7 years ago
Wladimir J. van der Laan 2e7d8f8b7d
Merge #10569: Fix stopatheight 7 years ago
MarcoFalke 3ee3d04374 Add extra LevelDB source to Makefile 7 years ago
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 7 years ago