aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Rename permitrbf to replacebyfeeLuke Dashjr2016-01-281-2/+2
| | | | | | | | | | | | | | | | "permit" is currently used to configure transaction filtering, whereas replacement is more to do with the memory pool state than the transaction itself.
* | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan2016-02-021-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fa1193e [doxygen] Actually display comment (MarcoFalke) fa331db mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (MarcoFalke)
| * | | | 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
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames whitelistalwaysrelay. Nodes relay all transactions from whitelisted peers, this gets in the way of some useful reasons for whitelisting peers-- for example, bypassing bandwidth limitations. The purpose of this forced relaying is for specialized gateway applications where a node is being used as a P2P connection filter and multiplexer, but where you don't want it getting in the way of (re-)broadcast. This change makes it configurable with whitelistforcerelay.
* | | | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-281-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens)
| * | | 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
|/ / / | | | | | | | | | | | | | | | | | | | | | Add a configuration option `-permitrbf` to set transaction replacement policy for the mempool. Enabling it will enable (opt-in) RBF, disabling it will refuse all conflicting transactions.
* | | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan2016-01-201-0/+2
|\ \ \ | | | | | | | | | | | | dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
| * | | [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli2016-01-201-0/+2
| | | | | | | | | | | | | | | | Allow extending the rpc dispatch table by appending commands when server is not running.
* | | | Merge pull request #7208Wladimir J. van der Laan2016-01-181-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | 64360f1 Make max tip age an option instead of chainparam (Wladimir J. van der Laan)
| * | | | Make max tip age an option instead of chainparamWladimir J. van der Laan2015-12-141-0/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After discussion in #7164 I think this is better. Max tip age was introduced in #5987 to make it possible to run testnet-in-a-box. But associating this behavior with the testnet chain is wrong conceptually, as it is not needed in normal usage. Should aim to make testnet test the software as-is. Replace it with a (debug) option `-maxtipage`, which can be specified only in the specific case.
* | | | Merge pull request #7290Wladimir J. van der Laan2016-01-181-2/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | fa461df Clarify mocktime help message (MarcoFalke) faa572a [init] Help Msg: Use Params(CBaseChainParams::MAIN) (MarcoFalke) fa6ab96 [init] Add missing help for args (MarcoFalke) fac11ea [init] Fix error message of maxtxfee invalid amount (MarcoFalke)
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos)
| * | | | Add sane fallback for fee estimationAlex Morcos2016-01-051-0/+11
| | | | | | | | | | | | | | | | | | | | Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data.
* | | | | Merge pull request #7081Wladimir J. van der Laan2016-01-091-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 45b8e27 -bytespersigop option to additionally limit sigops in transactions we relay and mine (Luke Dashjr)
| * | | | Merge branch bytespersigopLuke Dashjr2016-01-091-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | -bytespersigop option to additionally limit sigops in transactions we relay ↵Luke Dashjr2015-12-011-0/+2
| | | | | | | | | | | | | | | | | | | | and mine
* | | | | Merge pull request #7257Wladimir J. van der Laan2016-01-071-7/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | 5e10922 Combine common error strings for different options so translations can be shared and reused (Luke Dashjr)
| * | | | Combine common error strings for different options so translations can be ↵Luke Dashjr2015-12-261-7/+17
| | | | | | | | | | | | | | | | | | | | shared and reused
* | | | | 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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke)
| * | | HelpMessage: Don't hide -mintxfee behind showDebugMarcoFalke2015-11-301-2/+1
| | | |
* | | | Merge pull request #7044Gregory Maxwell2015-11-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | d52fbf0 Added additional config option for multiple RPC users. (Gregory Sanders)
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 4531fc4 torcontrol: only output disconnect if -debug=tor (Daniel Cousens)
| * | | | | torcontrol: only output disconnect if -debug=torDaniel Cousens2015-11-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #7112Wladimir J. van der Laan2015-11-301-2/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9af5f9c Move uiInterface.NotifyBlockTip signal above the core/wallet signal - This will keep getbestblockhash more in sync with blocknotify callbacks (Jonas Schnelli) 4082e46 [Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal (Jonas Schnelli) 947d20b [Qt] reduce cs_main in getVerificationProgress() (Jonas Schnelli) e6d50fc [Qt] update block tip (height and date) without locking cs_main, update always (each block) (Jonas Schnelli) 012fc91 NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* - also adds a boolean for indication if the tip update was happening during initial sync - emit notification also during initial sync (Jonas Schnelli)
| * | | | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli2015-11-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - also adds a boolean for indication if the tip update was happening during initial sync - emit notification also during initial sync
* | | | | 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
| | | | | | | | | | | | | | | | | | | | * DEFAULT_DISABLE_SAFEMODE = false * Use DEFAULT_* constants for extern bools
* | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | faf12bc OpenSSL 1.1.0: Fix text variant of the version number (MarcoFalke)
| * | | | 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
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | a46f87f Initialize logging before we do parameter interaction (Jonas Schnelli) df66147 Move -blocksonly parameter interaction to the new ParameterInteraction() function (Jonas Schnelli) 68354e7 [QT] Call inits parameter interaction before we create the options model (Jonas Schnelli) 411b05a Refactor parameter interaction, call it before AppInit2() (Jonas Schnelli)
| * | | | Initialize logging before we do parameter interactionJonas Schnelli2015-11-271-7/+11
| | | | |
| * | | | Move -blocksonly parameter interaction to the new ParameterInteraction() ↵Jonas Schnelli2015-11-271-0/+10
| | | | | | | | | | | | | | | | | | | | function
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 2e29e7e Globals: Remove a bunch of Params() calls from main.cpp: (Jorge Timón)
| * | | | Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón2015-11-231-7/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Chainparams: Explicit CChainParams arg for main: -AcceptBlock -AcceptBlockHeader -ActivateBestChain -ConnectTip -InitBlockIndex -LoadExternalBlockFile -VerifyDB parametric constructor 2) Also pickup more Params()\. in main.cpp 3) Pass nPruneAfterHeight explicitly to new FindFilesToPrune() in main.cpp
* | | | Merge pull request #7058Wladimir J. van der Laan2015-11-271-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ffacd27 zmq: prepend zmq to debug messages (Daniel Cousens) 14075b1 init: add zmq to debug categories (Daniel Cousens) cdcd816 init: amend ZMQ flag names (Daniel Cousens)