12839 Commits (4ec057dfa72fbb910fec69305af1ff6d5e03ca30)
 

Author SHA1 Message Date
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
Wladimir J. van der Laan 78b684f2ac rpc: Named arguments for mining calls 8 years ago
Wladimir J. van der Laan b8ebc595bb rpc: Named arguments for net calls 8 years ago
Wladimir J. van der Laan 2ca9dcd5b9 test: Add test for RPC named arguments 8 years ago
Wladimir J. van der Laan fba1a6150c rpc: Named arguments for misc calls 8 years ago
Wladimir J. van der Laan 286ec08cb0 rpc: Add 'echo' call for testing 8 years ago
Wladimir J. van der Laan 495eb44a4f rpc: Named arguments for blockchain calls 8 years ago
Wladimir J. van der Laan 6f1c76ae14 rpc: Support named arguments 8 years ago
Wladimir J. van der Laan 5865d41f88 authproxy: Add support for RPC named arguments 8 years ago