aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+5
|\ \ \ \
| * | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-301-5/+5
* | | | | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.Gregory Maxwell2016-02-011-1/+4
* | | | | Add whitelistforcerelay to control forced relaying.Gregory Maxwell2016-01-281-3/+10
|/ / / /
* | | | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | move rpc* to rpc/Daniel Cousens2016-01-211-1/+1
* | | | [init] Clarify permitrbf help messageMarcoFalke2016-01-231-1/+1
* | | | Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan2016-01-211-0/+2
|/ / /
* | | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan2016-01-201-0/+2
|\ \ \
| * | | [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli2016-01-201-0/+2
* | | | Merge pull request #7208Wladimir J. van der Laan2016-01-181-0/+3
|\ \ \ \
| * | | | Make max tip age an option instead of chainparamWladimir J. van der Laan2015-12-141-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #7290Wladimir J. van der Laan2016-01-181-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Clarify mocktime help messageMarcoFalke2016-01-091-1/+1
| * | | [init] Help Msg: Use Params(CBaseChainParams::MAIN)MarcoFalke2016-01-071-2/+2
| * | | [init] Add missing help for argsMarcoFalke2016-01-071-1/+9
| * | | [init] Fix error message of maxtxfee invalid amountMarcoFalke2016-01-071-1/+1
* | | | Merge pull request #7296Wladimir J. van der Laan2016-01-131-0/+11
|\ \ \ \
| * | | | Add sane fallback for fee estimationAlex Morcos2016-01-051-0/+11
* | | | | Merge pull request #7081Wladimir J. van der Laan2016-01-091-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch bytespersigopLuke Dashjr2016-01-091-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | -bytespersigop option to additionally limit sigops in transactions we relay a...Luke Dashjr2015-12-011-0/+2
* | | | | Merge pull request #7257Wladimir J. van der Laan2016-01-071-7/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Combine common error strings for different options so translations can be sha...Luke Dashjr2015-12-261-7/+17
* | | | | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/ / / |/| | |
* | | | Constrain rpcport default values to a single location in codeLuke Dashjr2015-12-011-1/+1
| |/ / |/| |
* | | Merge pull request #7136Wladimir J. van der Laan2015-12-011-2/+1
|\ \ \
| * | | HelpMessage: Don't hide -mintxfee behind showDebugMarcoFalke2015-11-301-2/+1
* | | | Merge pull request #7044Gregory Maxwell2015-11-301-0/+1
|\ \ \ \
| * | | | Added additional config option for multiple RPC users.Gregory Sanders2015-11-291-0/+1
* | | | | Merge pull request #7035Wladimir J. van der Laan2015-11-301-1/+1
|\ \ \ \ \
| * | | | | torcontrol: only output disconnect if -debug=torDaniel Cousens2015-11-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #7112Wladimir J. van der Laan2015-11-301-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli2015-11-301-2/+5
* | | | | Move blocksonly parameter interaction to InitParameterInteraction()MarcoFalke2015-11-281-11/+1
|/ / / /
* | | | [qt] Move GUI related HelpMessage() part downstreamMarcoFalke2015-11-281-17/+0
* | | | [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-19/+19
* | | | Bugfix: Omit wallet-related options from -help when wallet is not supportedLuke Dashjr2015-11-281-1/+2
* | | | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-50/+56
* | | | Print correct minimum mempool size in MBpaveljanik2015-11-271-1/+1
* | | | Merge pull request #7083Wladimir J. van der Laan2015-11-271-0/+5
|\ \ \ \
| * | | | OpenSSL 1.1.0: Fix text variant of the version numberMarcoFalke2015-11-241-0/+5
* | | | | Merge pull request #6780Wladimir J. van der Laan2015-11-271-67/+85
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Initialize logging before we do parameter interactionJonas Schnelli2015-11-271-7/+11
| * | | | Move -blocksonly parameter interaction to the new ParameterInteraction() func...Jonas Schnelli2015-11-271-0/+10
| * | | | Refactor parameter interaction, call it before AppInit2()Jonas Schnelli2015-11-271-60/+64
* | | | | Merge pull request #7053Wladimir J. van der Laan2015-11-271-7/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón2015-11-231-7/+8
| |/ / /
* | | | Merge pull request #7058Wladimir J. van der Laan2015-11-271-4/+4
|\ \ \ \