8024 Commits (f8723d231812045b8ccd205eac71deeab43a168b)

Author SHA1 Message Date
Pieter Wuille 3f78562df5 Add DumpMempool and LoadMempool 8 years ago
Pieter Wuille ced7c949e8 Add AcceptToMemoryPoolWithTime function 8 years ago
Pieter Wuille c3efb58622 Add feedelta to TxMempoolInfo 8 years ago
matthias 7f61b49de8 Change all instance of 'GMT epoch' to 'Unix epoch' 8 years ago
MarcoFalke 3333e5a1e5 [qt] Return useful error message on ATMP failure 8 years ago
Wladimir J. van der Laan 6c5cd9d022 test: Add format-dependent comparison to bctest 8 years ago
Jonas Schnelli cfe77ef412
[Qt] overhaul smart-fee slider, adjust default confirmation target 8 years ago
Jonas Schnelli 6f0289967f
[Qt] Hide nTxConfirmTarget behind WalletModel 8 years ago
Jonas Schnelli 004168dcb7
CoinControl: add option for custom confirmation target 8 years ago
S. Matthew English 1c3ecc70c8 instance of 'mem pool' to 'mempool' 8 years ago
Wladimir J. van der Laan 444c673d85 bench: Add benchmark for lockedpool allocation/deallocation 8 years ago
Wladimir J. van der Laan 6567999096 rpc: Add `getmemoryinfo` call 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
instagibbs 169bdabe14 Return useful error message on ATMP failure 8 years ago
Wladimir J. van der Laan 04c1c15544 rpc: Remove invalid explanation from wallet fee message 8 years ago
Gregory Maxwell 515e2642eb Make connect=0 disable automatic outbound connections. 8 years ago
MarcoFalke fa1c3c2eb0 [net] Remove assert(nMaxInbound > 0) 8 years ago
Pieter Wuille 0334430b39 Add some missing includes 8 years ago
Pieter Wuille 4100499db4 Return shared_ptr<CTransaction> from mempool removes 8 years ago
Pieter Wuille 51f278329d Make removed and conflicted arguments optional to remove 8 years ago
Pieter Wuille f48211b700 Bypass removeRecursive in removeForReorg 8 years ago
Pavel Janík 1d8e12ba48 Fix doxygen comment: the transaction is returned in txOut 8 years ago
Matt Corallo dfe79060a6 Add missing cs_main lock to ::GETBLOCKTXN processing 8 years ago
Wladimir J. van der Laan 1ae5839ff0 moveonly: move `coincontrol` to `src/wallet` 8 years ago
Jonas Schnelli 3154d6e3a2
[Qt] use NotifyHeaderTip's height and date for the progress update 8 years ago
Jonas Schnelli 0a261b63fd
Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip() 8 years ago
S. Matthew English 3a286abf8f Eliminating Inconsistencies in Textual Output 8 years ago
Luke Dashjr 7942d31d5f RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions 8 years ago
Jorge Timón 6f2f639cdf
Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ 8 years ago
Pedro Branco 215caba4ed Add consistency check to RPC call importmulti 8 years ago
Wladimir J. van der Laan f4d1fc259b wallet: Get rid of LockObject and UnlockObject calls in key.h 8 years ago
Wladimir J. van der Laan 999e4c91c2 wallet: Change CCrypter to use vectors with secure allocator 8 years ago
Pedro Branco cb08fdbf78 Add importmulti rpc call 8 years ago
mruddy fc146095d2 RPC: augment getblockchaininfo bip9_softforks data 8 years ago
Jonas Schnelli e7156ad61b
[RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Wladimir J. van der Laan 23c32a9694
rpc: Change JSONRPCRequest to JSONRPCRequestObj 8 years ago
Jonas Schnelli ef0c9ee296 [Qt] make warnings label selectable 8 years ago
Luke Dashjr 59daa58d6a RPC/Mining: getblocktemplate: Update and fix formatting of help 8 years ago
Gregory Maxwell 4630479135 Make dnsseed's definition of acute need include relevant services. 8 years ago
Russell Yanofsky 18dacf9bd2 Add microbenchmarks to profile more code paths. 8 years ago
Matt Corallo 72ca7d924e Don't hold cs_main when calling ProcessNewBlock from a cmpctblock 8 years ago
Jorge Timón b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
R E Broadley a1919adab0 Report NodeId in misbehaving debug 8 years ago
Gregory Maxwell 9583477288 Be more aggressive in connecting to peers with relevant services. 8 years ago
Matt Corallo 1ab21cf344 Remove bogus assert on number of oubound connections. 8 years ago
Christian Decker 2449e12681 My DNS seed supports filtering 8 years ago
Matt Corallo ffb4713920 Add x9 service bit support to dnsseed.bluematt.me 8 years ago
Matt Corallo 504c72ad34 Comment that most dnsseeds only support some service bits combos 8 years ago
Pieter Wuille 3ac6de0a04 Align constant names for maximum compact block / blocktxn depth 8 years ago