aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-4/+4
* Merge pull request #7113Wladimir J. van der Laan2015-12-031-1/+1
|\
| * Switch to a more efficient rolling Bloom filterPieter Wuille2015-11-281-1/+1
* | Merge pull request #7133Wladimir J. van der Laan2015-12-031-11/+8
|\ \
| * | Actually only use filterInventoryKnown with MSG_TX inventory messages.Gregory Maxwell2015-11-301-9/+7
| * | Rename setInventoryKnown filterInventoryKnownPatick Strateman2015-11-301-3/+3
| * | Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell2015-11-301-5/+4
* | | PartitionCheck: remove useless spacespaveljanik2015-12-021-3/+3
* | | Fix various typospaveljanik2015-12-021-3/+3
* | | Flush coins cache also after transaction processingPieter Wuille2015-12-011-0/+1
* | | Uncache input txn in utxo cache if a tx is not accepted to mempoolMatt Corallo2015-12-011-3/+22
* | | Discard txn cache entries that were loaded for removed mempool txnMatt Corallo2015-12-011-8/+15
* | | Expose FormatStateMessageAlex Morcos2015-12-011-1/+1
* | | Store the total sig op count of a tx.Alex Morcos2015-12-011-1/+1
* | | Merge pull request #7141Wladimir J. van der Laan2015-12-011-8/+15
|\ \ \
| * | | rpc: Don't translate warning messagesWladimir J. van der Laan2015-12-011-8/+15
* | | | Merge pull request #6915Wladimir J. van der Laan2015-12-011-41/+52
|\ \ \ \ | |/ / / |/| | |
| * | | Fix removeForReorg to use MedianTimePastSuhas Daftuar2015-11-301-3/+3
| * | | Don't call removeForReorg if DisconnectTip failsSuhas Daftuar2015-11-301-7/+1
| * | | Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-301-1/+12
| * | | removeForReorg calls once-per-disconnect-> once-per-reorgMatt Corallo2015-11-301-8/+14
| * | | Make indentation in ActivateBestChainStep readableMatt Corallo2015-11-301-33/+33
| * | | Fix removal of time-locked transactions during reorgMatt Corallo2015-11-301-1/+1
* | | | Merge pull request #7079Wladimir J. van der Laan2015-12-011-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Limit setAskFor and retire requested entries only when a getdata returns.Gregory Maxwell2015-11-231-1/+4
| * | | prevent peer flooding request queue for an invkazcw2015-11-231-0/+1
* | | | Change GetPriority calculation.Alex Morcos2015-11-191-3/+4
* | | | Merge pull request #7112Wladimir J. van der Laan2015-11-301-27/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Move uiInterface.NotifyBlockTip signal above the core/wallet signalJonas Schnelli2015-11-301-28/+31
| * | | [Qt] call GuessVerificationProgress synchronous during core signal, pass doub...Jonas Schnelli2015-11-301-3/+2
| * | | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli2015-11-301-1/+3
* | | | Merge pull request #7116Wladimir J. van der Laan2015-11-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Trivial: Fix warning introduced by #7053 by casting to uint64_tJorge Timón2015-11-291-1/+1
| | |/ | |/|
* | | Allow block announcements with headersSuhas Daftuar2015-11-291-10/+213
* | | Merge pull request #7106Gregory Maxwell2015-11-281-11/+14
|\ \ \
| * | | Fix and improve relay from whitelisted peersPieter Wuille2015-11-261-11/+14
* | | | Merge pull request #6508Pieter Wuille2015-11-281-1/+2
|\ \ \ \
| * | | | Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-1/+2
| | |/ / | |/| |
* | | | [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-2/+2
* | | | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-5/+5
|/ / /
* | | Merge pull request #7053Wladimir J. van der Laan2015-11-271-30/+26
|\ \ \
| * | | Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón2015-11-231-30/+26
* | | | Merge pull request #6871Wladimir J. van der Laan2015-11-271-5/+197
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix incorrect locking of mempool during RBF replacementPeter Todd2015-11-101-2/+5
| * | | Improve RBF replacement criteriaSuhas Daftuar2015-11-101-12/+47
| * | | Reject replacements that add new unconfirmed inputsPeter Todd2015-11-101-0/+24
| * | | Prevent low feerate txs from (directly) replacing high feerate txsPeter Todd2015-11-101-24/+38
| * | | Add opt-in full-RBF to mempoolPeter Todd2015-11-101-5/+121
* | | | Add enforcenodebloom option.Patick Strateman2015-11-241-5/+3
* | | | Move bloom filter filtering logic outside of command "switch" (giant if/else).Patick Strateman2015-11-241-15/+15
| |_|/ |/| |