aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #7459: Consensus: Decouple pow.o from util.oWladimir J. van der Laan2016-02-051-2/+3
|\
| * Consensus: Decouple pow.cpp from util.hJorge Timón2016-02-041-2/+3
* | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-041-4/+4
|\ \
| * | include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-4/+4
* | | Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan2016-02-041-6/+6
|\ \ \
| * | | ATMP: make nAbsurdFee constMarcoFalke2016-02-031-2/+2
| * | | Move maxTxFee out of mempoolMarcoFalke2016-02-021-5/+5
| | |/ | |/|
* | | Merge #7225: Eliminate unnecessary call to CheckBlockWladimir J. van der Laan2016-02-031-6/+0
|\ \ \
| * | | Eliminate unnecessary call to CheckBlockSuhas Daftuar2016-02-011-6/+0
* | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |