aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |_|/ / |/| | |
* | | | Merge pull request #7046Gregory Maxwell2015-11-221-3/+21
|\ \ \ \
| * | | | Improve log messages for blocks only violations.Patick Strateman2015-11-211-2/+2
| * | | | Bail early in processing transactions in blocks only mode.Patick Strateman2015-11-201-0/+8
| * | | | Fix relay mechanism for whitelisted peers under blocks only mode.Patick Strateman2015-11-201-3/+13
| | |_|/ | |/| |
* | | | Merge pull request #7011Gregory Maxwell2015-11-211-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Clarify nLockTime-by-time comment in CheckFinalTx()Peter Todd2015-11-131-4/+5
* | | | Merge pull request #6932Wladimir J. van der Laan2015-11-181-3/+10
|\ \ \ \
| * | | | ModifyNewCoins saves database lookupsAlex Morcos2015-11-021-3/+10
* | | | | Fix debug log message for block filesAlex Morcos2015-11-171-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #6986Gregory Maxwell2015-11-161-7/+5
|\ \ \ \
| * | | | Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-111-7/+5
* | | | | Fixed integer comparison warning.Eric Lombrozo2015-11-151-1/+1
* | | | | Merge pull request #6993Gregory Maxwell2015-11-141-2/+2
|\ \ \ \ \