| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Store the total sig op count of a tx. | Alex Morcos | 2015-12-01 | 1 | -1/+1 | |
| * | | | | Merge pull request #7141 | Wladimir J. van der Laan | 2015-12-01 | 1 | -8/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | rpc: Don't translate warning messages | Wladimir J. van der Laan | 2015-12-01 | 1 | -8/+15 | |
| * | | | | | Merge pull request #6915 | Wladimir J. van der Laan | 2015-12-01 | 1 | -41/+52 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix removeForReorg to use MedianTimePast | Suhas Daftuar | 2015-11-30 | 1 | -3/+3 | |
| | * | | | | Don't call removeForReorg if DisconnectTip fails | Suhas Daftuar | 2015-11-30 | 1 | -7/+1 | |
| | * | | | | Track coinbase spends in CTxMemPoolEntry | Suhas Daftuar | 2015-11-30 | 1 | -1/+12 | |
| | * | | | | removeForReorg calls once-per-disconnect-> once-per-reorg | Matt Corallo | 2015-11-30 | 1 | -8/+14 | |
| | * | | | | Make indentation in ActivateBestChainStep readable | Matt Corallo | 2015-11-30 | 1 | -33/+33 | |
| | * | | | | Fix removal of time-locked transactions during reorg | Matt Corallo | 2015-11-30 | 1 | -1/+1 | |
| * | | | | | Merge pull request #7079 | Wladimir J. van der Laan | 2015-12-01 | 1 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Limit setAskFor and retire requested entries only when a getdata returns. | Gregory Maxwell | 2015-11-23 | 1 | -1/+4 | |
| | * | | | | prevent peer flooding request queue for an inv | kazcw | 2015-11-23 | 1 | -0/+1 | |
| * | | | | | Change GetPriority calculation. | Alex Morcos | 2015-11-19 | 1 | -3/+4 | |
| * | | | | | Merge pull request #7112 | Wladimir J. van der Laan | 2015-11-30 | 1 | -27/+31 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Move uiInterface.NotifyBlockTip signal above the core/wallet signal | Jonas Schnelli | 2015-11-30 | 1 | -28/+31 | |
| | * | | | | [Qt] call GuessVerificationProgress synchronous during core signal, pass doub... | Jonas Schnelli | 2015-11-30 | 1 | -3/+2 | |
| | * | | | | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* | Jonas Schnelli | 2015-11-30 | 1 | -1/+3 | |
| * | | | | | Merge pull request #7116 | Wladimir J. van der Laan | 2015-11-30 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Trivial: Fix warning introduced by #7053 by casting to uint64_t | Jorge Timón | 2015-11-29 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Allow block announcements with headers | Suhas Daftuar | 2015-11-29 | 1 | -10/+213 | |
| * | | | | Merge pull request #7106 | Gregory Maxwell | 2015-11-28 | 1 | -11/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix and improve relay from whitelisted peers | Pieter Wuille | 2015-11-26 | 1 | -11/+14 | |
| * | | | | | Merge pull request #6508 | Pieter Wuille | 2015-11-28 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Switch blocks to a constant-space Merkle root/branch algorithm. | Pieter Wuille | 2015-11-27 | 1 | -1/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | [trivial] Reuse translation and cleanup DEFAULT_* values | MarcoFalke | 2015-11-28 | 1 | -2/+2 | |
| * | | | | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -5/+5 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #7053 | Wladimir J. van der Laan | 2015-11-27 | 1 | -30/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | Globals: Remove a bunch of Params() calls from main.cpp: | Jorge Timón | 2015-11-23 | 1 | -30/+26 | |
| * | | | | | Merge pull request #6871 | Wladimir J. van der Laan | 2015-11-27 | 1 | -5/+197 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix incorrect locking of mempool during RBF replacement | Peter Todd | 2015-11-10 | 1 | -2/+5 | |
| | * | | | | Improve RBF replacement criteria | Suhas Daftuar | 2015-11-10 | 1 | -12/+47 | |
| | * | | | | Reject replacements that add new unconfirmed inputs | Peter Todd | 2015-11-10 | 1 | -0/+24 | |
| | * | | | | Prevent low feerate txs from (directly) replacing high feerate txs | Peter Todd | 2015-11-10 | 1 | -24/+38 | |
| | * | | | | Add opt-in full-RBF to mempool | Peter Todd | 2015-11-10 | 1 | -5/+121 | |
| * | | | | | Add enforcenodebloom option. | Patick Strateman | 2015-11-24 | 1 | -5/+3 | |
| * | | | | | Move bloom filter filtering logic outside of command "switch" (giant if/else). | Patick Strateman | 2015-11-24 | 1 | -15/+15 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Merge pull request #7046 | Gregory Maxwell | 2015-11-22 | 1 | -3/+21 | |
| |\ \ \ \ | ||||||
| | * | | | | Improve log messages for blocks only violations. | Patick Strateman | 2015-11-21 | 1 | -2/+2 | |
| | * | | | | Bail early in processing transactions in blocks only mode. | Patick Strateman | 2015-11-20 | 1 | -0/+8 | |
| | * | | | | Fix relay mechanism for whitelisted peers under blocks only mode. | Patick Strateman | 2015-11-20 | 1 | -3/+13 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #7011 | Gregory Maxwell | 2015-11-21 | 1 | -4/+5 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Clarify nLockTime-by-time comment in CheckFinalTx() | Peter Todd | 2015-11-13 | 1 | -4/+5 | |
| * | | | | Merge pull request #6932 | Wladimir J. van der Laan | 2015-11-18 | 1 | -3/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | ModifyNewCoins saves database lookups | Alex Morcos | 2015-11-02 | 1 | -3/+10 | |
| * | | | | | Fix debug log message for block files | Alex Morcos | 2015-11-17 | 1 | -1/+1 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #6986 | Gregory Maxwell | 2015-11-16 | 1 | -7/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Chainparams: Explicit CChainParams arg for main (pre miner): | Jorge Timón | 2015-11-11 | 1 | -7/+5 | |
| * | | | | | Fixed integer comparison warning. | Eric Lombrozo | 2015-11-15 | 1 | -1/+1 | |
| * | | | | | Merge pull request #6993 | Gregory Maxwell | 2015-11-14 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||