10036 Commits (f266f2668bf8fd73015bf8265f0d00f5e858b577)

Author SHA1 Message Date
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf 8 years ago
Wladimir J. van der Laan 0a177148e7 uint256: replace sprintf with HexStr and reverse-iterator 8 years ago
Pieter Wuille 277b472fb2 Run miner_tests with fixed options 8 years ago
Pieter Wuille 48faf0bf63 Abstract out BlockAssembler options 8 years ago
Marijn Stollenga 83ac719d34 Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 8 years ago
Cory Fields c5f008a416 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
Pieter Wuille 30aedcbdb4 BIP32 extra test vector 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
Matt Corallo b49ad44efe Add comment about cs_most_recent_block coverage 8 years ago
Matt Corallo c47f5b7982 Cache witness-enabled state with recent-compact-block-cache 8 years ago
Matt Corallo efc135ff6d Use cached [compact] blocks to respond to getdata messages 8 years ago
Russell Yanofsky f81f0d0030 Update sendfrom RPC help to correct coin selection misconception 8 years ago
Marko Bencun 5b528d746c qt: clean up initialize/shutdown signals 8 years ago
Cory Fields 205830a37b build: add --enable-werror option 8 years ago
Russell Yanofsky 09fe346a4f Avoid -Wshadow warnings in wallet_tests 8 years ago
Marko Bencun 4b183d33f3 Remove block file location upgrade code 8 years ago
Wladimir J. van der Laan 7e6dcd9995 random: Add fallback if getrandom syscall not available 8 years ago
Wladimir J. van der Laan 7cad849299 sanity: Move OS random to sanity check function 8 years ago
Wladimir J. van der Laan aa09ccbb74 squashme: comment that NUM_OS_RANDOM_BYTES should not be changed lightly 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 8 years ago
Wladimir J. van der Laan 224e6eb089 util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 8 years ago
Alex Morcos bc8fd12289 Remove harmless read of unusued priority estimates 8 years ago
Jonas Schnelli 312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode 8 years ago
Marko Bencun a87d02adad use EXIT_ codes instead of magic numbers 8 years ago
kirit93 40f11f8872 Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
Pavel Janík 171fc91f06 Read/write mempool.dat as a binary. 8 years ago
Johnathan Corgan f36bdf02ce Enable host lookups for -proxy and -onion parameters 8 years ago
Peter Todd 3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds 8 years ago
NicolasDorier 4d51e9be16 Assert ConnectBlock block and pIndex are the same block 8 years ago
Pieter Wuille 5c8fd50811 Avoid VLA in hash.h 8 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 8 years ago
Pieter Wuille c801c82e25 Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 8 years ago
Pieter Wuille 914fad155d Make KEY_SIZE a compile-time constant 8 years ago
Russell Yanofsky e2e2f4c856 Return errors from importmulti if complete rescans are not successful 8 years ago
Wladimir J. van der Laan f87e8f5392
build: bump version to 0.14.99 8 years ago
Russell Yanofsky ec1267f13b [wallet] Remove importmulti always-true check 8 years ago
Luke Dashjr 7abe7bbf61
Qt/Send: Give fallback fee a reasonable indent 8 years ago
Luke Dashjr 3e4d7bfcb7
Qt/Send: Figure a decent warning colour from theme 8 years ago
John Newbery 55c403b8fe Ensure `-maxsigcachesize` is in valid range 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago
Gregory Maxwell 3f78e460ba Update nMinimumChainWork and defaultAssumeValid. 8 years ago
Russell Yanofsky e662af3583 Use 2 hour grace period for key timestamps in importmulti rescans 8 years ago
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 8 years ago
Jeremy Rubin 96c7f2c345 Add CheckQueue Tests 8 years ago
Russell Yanofsky 07afcd6379 Add missing cs_wallet lock that triggers new lock held assertion 8 years ago
Suhas Daftuar ba803efb68 Harden against mistakes handling invalid blocks 8 years ago
Daniel Cousens 972714c956 pow: GetNextWorkRequired never called with NULL pindexLast 8 years ago
NicolasDorier cc44c8f143 ContextualCheckBlockHeader should never have pindexPrev to NULL 8 years ago