8643 Commits (0b96abc35f1a9d46a27eeddd7df418d107c29c57)

Author SHA1 Message Date
Wladimir J. van der Laan af01cd3a3d
qt: Periodic translation update 8 years ago
Wladimir J. van der Laan b8d1b81077
trivial: squash missing field 'argNames' initializer warning in qt tests 8 years ago
Jonas Schnelli 9aa4e6a6c2
[Wallet] Add an option to keep the change address key, true by default 8 years ago
mrbandrews cc0243ad32 [RPC] bumpfee 8 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
Jonas Schnelli 40ec7c7b0d
[Qt] Improve progress display during headers-sync and peer-finding 8 years ago
Matt Corallo c5945804ca Add braces around AddToCompactExtraTransactions 8 years ago
Matt Corallo 1ccfe9b1c9 Clarify comment about mempool/extra conflicts 8 years ago
Wladimir J. van der Laan b0819c7e9b
qt: periodic translations update 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
Alex Morcos 7b1add3c28 Introduce -incrementalrelayfee 8 years ago
Matt Corallo 241d8938f4 Wake message handling thread when we receive a new block 8 years ago
Matt Corallo f13914a0e9 Make WakeMessageHandler public 8 years ago
practicalswift afab9f47f6 [test] Avoid potential NULL pointer dereference in addrman_tests.cpp 8 years ago
Matt Corallo 02ee4eb263 Make most_recent_compact_block a pointer to a const 8 years ago
Matt Corallo 376b3c2c6e Make the cs_sendProcessing a LOCK instead of a TRY_LOCK 8 years ago
Matt Corallo d7c58ad514 Split CNode::cs_vSend: message processing and message sending 8 years ago
practicalswift 95bab821b3 Remove unused Python imports 8 years ago
practicalswift 988d300932 [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) 8 years ago
Gregory Maxwell e440ac7ef3 Introduce assumevalid setting to skip presumed valid scripts. 8 years ago
Cory Fields e60360e139 net: remove cs_vRecvMsg 8 years ago
Cory Fields 991955ee81 net: add a flag to indicate when a node's send buffer is full 8 years ago
Cory Fields c6e8a9bcff net: add a flag to indicate when a node's process queue is full 8 years ago
Cory Fields 4d712e366c net: add a new message queue for the message processor 8 years ago
Cory Fields c5a8b1b946 net: rework the way that the messagehandler sleeps 8 years ago
Cory Fields c72cc88ed3 net: remove useless comments 8 years ago
Cory Fields ef7b5ecbb7 net: Add a simple function for waking the message handler 8 years ago
Cory Fields f5c36d19b6 net: record bytes written before notifying the message processor 8 years ago
Cory Fields 60befa3997 net: handle message accounting in ReceiveMsgBytes 8 years ago
Matt Corallo fac4c78028 Make PartiallyDownloadedBlock::InitData's second param const 8 years ago
Matt Corallo b55b416346 Add extra_count lower bound to compact reconstruction debug print 8 years ago
Matt Corallo 73666ad059 Add comment to describe callers to ActivateBestChain 8 years ago
Pieter Wuille 82e8baab3c Avoid boost dynamic_bitset in rest_getutxos 8 years ago
Pieter Wuille 99f001eb52 Fix memory leak in multiUserAuthorized 8 years ago
Pieter Wuille 5a0b7e4106 Fix memory leak in net_tests 8 years ago
Pieter Wuille 6b03bfb840 Fix memory leak in wallet tests 8 years ago
Pieter Wuille f94f3e0df8 Avoid integer overflows in scriptnum tests 8 years ago
Pieter Wuille 843c560003 Avoid unaligned access in crypto i/o 8 years ago
Suhas Daftuar 4b06e41c30 Add unit test for FindEarliestAtLeast 8 years ago
Gregory Maxwell 997a98a674 Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 8 years ago
MarcoFalke fa2973678e test: Include tx data in EXTRA_DIST 8 years ago
Matt Corallo 962f7f054f Call ActivateBestChain without cs_main/with most_recent_block 8 years ago
Pieter Wuille db904db7e6 Deprecate non-txindex getrawtransaction and better warning 8 years ago
Matt Corallo 0df777db6d Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders 8 years ago
Jeremy Rubin aad4cb5059 Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic numbers, fixed scoping of vectors (and memory movement component of benchmark). 8 years ago
Michael Rotarius 54ee3fcb8f RPC help updated 8 years ago
Russell Yanofsky 918d1fb86b Return height of last block pruned by pruneblockchain RPC 8 years ago
Pieter Wuille df3637177a Update estimated transaction count data 8 years ago
Pieter Wuille e356d9a758 Shorten variable names and switch to tx/s 8 years ago
Cory Fields 67ca130f73 build: fix for out-of-tree/distdir qt builds 8 years ago