12747 Commits (5ea5368b3a71ab91032ed08b919a4bf740cd676b)
 

Author SHA1 Message Date
Suhas Daftuar fe7e593b24 Fix use-after-free in CTxMemPool::removeConflicts() 8 years ago
Pieter Wuille 74994c6577 Improve style w.r.t. if 8 years ago
Matt Corallo 863edb45b9 Consider all (<100k memusage) txn for compact-block-extra-txn cache 8 years ago
Matt Corallo 7f8c8cab1e Consider all orphan txn for compact-block-extra-txn cache 8 years ago
Matt Corallo 93380c5247 Use replaced transactions in compact block reconstruction 8 years ago
Matt Corallo 1531652e02 Keep shared_ptrs to recently-replaced txn for compact blocks 8 years ago
Suhas Daftuar 766e8a40b4 [wallet] Add IsAllFromMe: true if all inputs are from wallet 8 years ago
Wladimir J. van der Laan 5754e0341b
Merge #8811: rpc: Add support for JSON-RPC named arguments 8 years ago
Russell Yanofsky afffeea7d9 fixup! Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
mrbandrews 1fc4ec7bf2 Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
Wladimir J. van der Laan 68eb56203b
qt: periodic translations update 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Wladimir J. van der Laan 481f289765 rpc: Named argument support for bitcoin-cli 8 years ago
MarcoFalke 98c80e374b
Merge #9496: Rename lambda argument name to prevent shadowing 8 years ago
John Newbery 0c50909347 testcases: explicitly specify transaction version 1 8 years ago
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Matt Corallo c735540428 Move ORPHAN constants from validation.h to net_processing.h 8 years ago
Jeremy Rubin 9f03110f32 Add Basic CheckQueue Benchmark 8 years ago
Pavel Janík 7df5e382e5 Rename lambda argument name to prevent shadowing. 8 years ago
Pieter Wuille 07fd147b9f
Merge #9353: Add data() method to CDataStream (and use it) 8 years ago
Pieter Wuille 12e3112794
Merge #9404: Smarter coordination of change and fee in CreateTransaction. 8 years ago
Pieter Wuille 8c87f175d3
Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite 8 years ago
Matt Corallo e6111b2398 Make peer id logging consistent ("peer=%d" instead of "peer %d") 8 years ago
MarcoFalke 25720fc394
Merge #9487: Remove stray semicolon (Fix empty body warning) 8 years ago
Douglas Roark cc0589639c
Remove stray semicolon (Fix empty body warning) 8 years ago
Pieter Wuille 46b249e578
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary 8 years ago
Pieter Wuille a55716abe5
Merge #9319: Break addnode out from the outbound connection limits. 8 years ago
Alex Morcos 20449ef09e Don't overpay fee if we have selected new coins that result in a smaller transaction. 8 years ago
Alex Morcos 42f5ce4093 Try to reduce change output to make needed fee in CreateTransaction 8 years ago
Pieter Wuille f646275b90
Merge #9138: Improve fee estimation 8 years ago
Pieter Wuille c252685aa5
Merge #8610: Share unused mempool memory with coincache 8 years ago
Pieter Wuille a7d55c9338
Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inner loop. 8 years ago
Matt Corallo c1ae4fcf7d Avoid holding cs_most_recent_block while calling ReadBlockFromDisk 8 years ago
Jonas Schnelli fd7d8c7b35
Merge #9413: [CoinControl] Allow non-wallet owned change addresses 8 years ago
Wladimir J. van der Laan a72f76ca3d
Merge #9312: Increase mempool expiry time to 2 weeks 8 years ago
Gregory Maxwell 032ba3f066 RPC help documentation for addnode peerinfo. 8 years ago
Gregory Maxwell 90f13e1822 Add release notes for addnode changes. 8 years ago
Gregory Maxwell 50bd12ce0c Break addnode out from the outbound connection limits. 8 years ago
Gregory Maxwell b3d7b1cbe7 Wallet: Do not perform ECDSA in the fee calculation inner loop. 8 years ago
Matt Corallo 9eb67f5000 Ensure we meet the BIP 152 old-relay-types response requirements 8 years ago
Matt Corallo 5749a853b9 Cache most-recently-connected compact block 8 years ago
Matt Corallo 9eaec08dd2 Cache most-recently-announced block's shared_ptr 8 years ago
Matt Corallo c802092142 Relay compact block messages prior to full block connection 8 years ago
Matt Corallo 6987219577 Add a CValidationInterface::NewPoWValidBlock callback 8 years ago
Jonas Schnelli 325e400f9b
[Qt] Do proper shutdown 8 years ago
Wladimir J. van der Laan ce43630d1e
Merge #8747: [rpc] Fix transaction size comments and RPC help text. 8 years ago
MarcoFalke 4cfd57d2e3
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 8 years ago
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency 8 years ago
Wladimir J. van der Laan 8d713f761b rpc: Named arguments for rawtransaction calls 8 years ago
Wladimir J. van der Laan 37a166f146 rpc: Named arguments for wallet calls 8 years ago