| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #7070: Move maxTxFee out of mempool | Wladimir J. van der Laan | 2016-02-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Move maxTxFee out of mempool | MarcoFalke | 2016-02-02 | 1 | -1/+1 |
| * | | Merge #7444: Improve block validity/ConnectBlock() comments | Wladimir J. van der Laan | 2016-02-03 | 1 | -10/+14 |
| |\ \ | |||||
| | * | | Improve block validity/ConnectBlock() comments | Peter Todd | 2016-01-31 | 1 | -10/+14 |
| * | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin... | Wladimir J. van der Laan | 2016-02-03 | 1 | -3/+3 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Rename replacebyfee=opt-in to mempoolreplacement=fee | Luke Dashjr | 2016-02-01 | 1 | -1/+1 |
| | * | | Rename permitrbf to replacebyfee | Luke Dashjr | 2016-01-28 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | Wladimir J. van der Laan | 2016-02-02 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | [doxygen] Actually display comment | MarcoFalke | 2016-02-02 | 1 | -1/+1 |
| | * | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | MarcoFalke | 2016-01-30 | 1 | -0/+10 |
| | |/ | |||||
| * / | Add whitelistforcerelay to control forced relaying. | Gregory Maxwell | 2016-01-28 | 1 | -2/+4 |
| |/ | |||||
| * | Add option `-permitrbf` to set transaction replacement policy | Wladimir J. van der Laan | 2016-01-21 | 1 | -0/+3 |
| * | Merge pull request #7208 | Wladimir J. van der Laan | 2016-01-18 | 1 | -0/+2 |
| |\ | |||||
| | * | Make max tip age an option instead of chainparam | Wladimir J. van der Laan | 2015-12-14 | 1 | -0/+2 |
| * | | Merge pull request #7081 | Wladimir J. van der Laan | 2016-01-09 | 1 | -0/+2 |
| |\ \ | |||||
| | * \ | Merge branch bytespersigop | Luke Dashjr | 2016-01-09 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | -bytespersigop option to additionally limit sigops in transactions we relay a... | Luke Dashjr | 2015-12-01 | 1 | -0/+2 |
| | | |/ | |||||
| * | | | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #7062 | Wladimir J. van der Laan | 2015-12-21 | 1 | -2/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Remove GetMinRelayFee | Suhas Daftuar | 2015-12-02 | 1 | -2/+0 |
| | |/ | |||||
| * / | Replace trickle nodes with per-node/message Poisson delays | Pieter Wuille | 2015-12-11 | 1 | -2/+9 |
| |/ | |||||
| * | Expose FormatStateMessage | Alex Morcos | 2015-12-01 | 1 | -0/+2 |
| * | Merge pull request #7141 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+7 |
| |\ | |||||
| | * | rpc: Don't translate warning messages | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+7 |
| * | | removeForReorg calls once-per-disconnect-> once-per-reorg | Matt Corallo | 2015-11-30 | 1 | -1/+1 |
| |/ | |||||
| * | 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 | -0/+3 |
| * | | [trivial] Reuse translation and cleanup DEFAULT_* values | MarcoFalke | 2015-11-28 | 1 | -0/+4 |
| * | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #7053 | Wladimir J. van der Laan | 2015-11-27 | 1 | -8/+5 |
| |\ | |||||
| | * | Globals: Remove a bunch of Params() calls from main.cpp: | Jorge Timón | 2015-11-23 | 1 | -8/+5 |
| * | | Merge pull request #6134 | Wladimir J. van der Laan | 2015-11-27 | 1 | -2/+0 |
| |\ \ | |/ |/| | |||||
| | * | EstimateSmart functions consider mempool min fee | Alex Morcos | 2015-11-16 | 1 | -2/+0 |
| * | | Merge pull request #6986 | Gregory Maxwell | 2015-11-16 | 1 | -2/+3 |
| |\ \ | |/ |/| | |||||
| | * | Chainparams: Explicit CChainParams arg for main (pre miner): | Jorge Timón | 2015-11-11 | 1 | -2/+3 |
| * | | Add whitelistalwaysrelay option | Patick Strateman | 2015-11-14 | 1 | -0/+2 |
| * | | Merge #6771 from branch 'lowerLimits' of git://github.com/morcos/bitcoin | Jeff Garzik | 2015-11-12 | 1 | -4/+4 |
| |\ \ | |/ |/| | |||||
| | * | Lower default policy limits | Alex Morcos | 2015-10-27 | 1 | -4/+4 |
| * | | Merge pull request #6982 | Wladimir J. van der Laan | 2015-11-11 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Globals: Make AcceptBlockHeader static (Fix #6163) | Jorge Timón | 2015-11-11 | 1 | -1/+0 |
| * | | | Merge pull request #6822 | Wladimir J. van der Laan | 2015-11-10 | 1 | -0/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 | MarcoFalke | 2015-11-09 | 1 | -0/+2 |
| * | | | Merge pull request #6163 | Wladimir J. van der Laan | 2015-11-10 | 1 | -7/+5 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -7/+5 |
| | |/ | |||||
| * | | Merge pull request #6934 | Wladimir J. van der Laan | 2015-11-05 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Restore MedianTimePast for locktime. | Gregory Maxwell | 2015-11-03 | 1 | -1/+3 |
| * | | | Merge pull request #6905 | Wladimir J. van der Laan | 2015-11-04 | 1 | -0/+3 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method | Luke Dashjr | 2015-10-01 | 1 | -0/+3 |