aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...Wladimir J. van der Laan2016-02-031-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rename permitrbf to replacebyfeeLuke Dashjr2016-01-281-2/+2
* | | | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan2016-02-021-5/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-301-5/+3
* | | | | | Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]Wladimir J. van der Laan2016-02-011-5/+5
|\ \ \ \ \ \
| * | | | | | Add whitelistforcerelay to control forced relaying.Gregory Maxwell2016-01-281-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()Wladimir J. van der Laan2016-02-011-51/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Consensus: Remove calls to error() and FormatStateMessage() from some consens...Jorge Timón2016-01-291-51/+32
* | | | | | Merge #6842: limitfreerelay edge case bugfixWladimir J. van der Laan2016-01-291-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | limitfreerelay edge case bugfix:ptschip2016-01-061-1/+1
* | | | | | Merge #7056: Save last db readWladimir J. van der Laan2016-01-221-10/+2
|\ \ \ \ \ \
| * | | | | | Save the last unnecessary database readAlex Morcos2015-11-181-10/+2
* | | | | | | Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan2016-01-211-4/+8
* | | | | | | Merge pull request #7281: Improve CheckInputs() comment about sig verificationWladimir J. van der Laan2016-01-191-3/+6
|\ \ \ \ \ \ \
| * | | | | | | Improve CheckInputs() comment about sig verificationPeter Todd2016-01-031-3/+6
* | | | | | | | Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan2016-01-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not download transactions during inital syncptschip2015-12-151-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #7208Wladimir J. van der Laan2016-01-181-1/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Make max tip age an option instead of chainparamWladimir J. van der Laan2015-12-141-1/+4
* | | | | | | | Merge pull request #7081Wladimir J. van der Laan2016-01-091-8/+10
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch bytespersigopLuke Dashjr2016-01-091-8/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | -bytespersigop option to additionally limit sigops in transactions we relay a...Luke Dashjr2015-12-011-8/+10
* | | | | | | | | | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7217Wladimir J. van der Laan2016-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Mark blocks with too many sigops as failedSuhas Daftuar2015-12-151-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7263Wladimir J. van der Laan2016-01-041-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Double semicolon cleanup.21E142015-12-301-2/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* / | | | | | | | | Report non-mandatory script failures correctlyPieter Wuille2016-01-031-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #7062Wladimir J. van der Laan2015-12-211-42/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | Remove GetMinRelayFeeSuhas Daftuar2015-12-021-35/+0
| * | | | | | | Use fee deltas for determining mempool acceptanceSuhas Daftuar2015-12-021-7/+11
| * | | | | | | Update replace-by-fee logic to use fee deltasSuhas Daftuar2015-12-021-7/+11
| |/ / / / / /
* | | / / / / Replace trickle nodes with per-node/message Poisson delaysPieter Wuille2015-12-111-20/+14
| |_|/ / / / |/| | | | |
* | | | | | net: Add and document network messages in protocol.hWladimir J. van der Laan2015-12-101-57/+57
* | | | | | net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan2015-12-071-2/+2
| |_|_|_|/ |/| | | |
* | | | | Don't do mempool lookups for "mempool" command without a filterMatt Corallo2015-12-051-6/+7
* | | | | Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell2015-12-031-0/+6
| |_|_|/ |/| | |
* | | | 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