aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove `-alerts` optionBtcDrak2016-03-181-3/+0
| | |
* | | Merge #7708: De-neuter NODE_BLOOMWladimir J. van der Laan2016-03-211-2/+0
|\ \ \ | |/ / |/| | | | | c90036f Always disconnect old nodes which request filtered connections. (Patrick Strateman)
| * | Always disconnect old nodes which request filtered connections.Patrick Strateman2016-03-181-2/+0
| |/
* / BIP9 ImplementationPieter Wuille2016-03-151-1/+1
|/ | | | | Inspired by former implementations by Eric Lombrozo and Rusty Russell, and based on code by Jorge Timon.
* Merge #7507: Remove internal minerWladimir J. van der Laan2016-03-141-6/+0
|\ | | | | | | 8d1de43 Remove internal miner (Leviathn)
| * Remove internal minerLeviathn2016-02-101-6/+0
| | | | | | | | | | This code removes the internal miner which is only useful on Testnet. This leaves the internal miner that is useful on RegTest intact.
* | [Wallet] optimize return value of InitLoadWallet()Jonas Schnelli2016-03-141-2/+5
| |
* | [Wallet] move "load wallet phase" to CWalletJonas Schnelli2016-03-111-143/+10
| |
* | Merge #7576: [Wallet] move wallet help string creation to CWalletWladimir J. van der Laan2016-03-111-30/+1
|\ \ | | | | | | | | | 72c2651 [Wallet] move wallet help string creation to CWallet (Jonas Schnelli)
| * | [Wallet] move wallet help string creation to CWalletJonas Schnelli2016-03-051-30/+1
| | |
* | | Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited.Wladimir J. van der Laan2016-03-111-3/+4
|\ \ \ | | | | | | | | | | | | 110b62f Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman)
| * | | Remove vfReachable and modify IsReachable to only use vfLimited.Patrick Strateman2016-02-171-3/+4
| |/ / | | | | | | | | | We do not know that a class of Network is reachable, only that it is not.
* / / Remove openssl info from init/log and from Qt debug windowJonas Schnelli2016-02-261-8/+0
|/ /
* | Merge #7509: Common argument defaults for NODE_BLOOM stuff and -walletWladimir J. van der Laan2016-02-161-5/+7
|\ \ | | | | | | | | | 1fb91b3 Common argument defaults for NODE_BLOOM stuff and -wallet (Luke Dashjr)
| * | Common argument defaults for NODE_BLOOM stuff and -walletLuke Dashjr2016-02-111-5/+7
| | |
* | | Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use ↵Wladimir J. van der Laan2016-02-121-1/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | LIBRESSL_VERSION_TEXT instead a0a17b3 LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead (Pavel Janík)
| * | LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT insteadPavel Janík2016-02-121-1/+3
| |/
* | Merge #7192: Unify product name to as few places as possibleWladimir J. van der Laan2016-02-041-10/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 027fdb8 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen (Luke Dashjr) cc2095e Rewrite FormatParagraph to handle newlines within input strings correctly (Luke Dashjr) cddffaf Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly (Luke Dashjr) 29598e4 Move PACKAGE_URL to configure.ac (Luke Dashjr) 78ec83d splashscreen: Resize text to fit exactly (Luke Dashjr) 3cae140 Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere (Luke Dashjr) 4d5a3df Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module) (Luke Dashjr) e4ab5e5 Bugfix: Correct copyright year in Mac DMG background image (Luke Dashjr) 917b1d0 Set copyright holders displayed in notices separately from the package name (Luke Dashjr) c39a6ff Travis & gitian-osx: Use depends for ds_store and mac_alias modules (Luke Dashjr) 902ccde depends: Add mac_alias to depends (Luke Dashjr) 82a2d98 depends: Add ds_store to depends (Cory Fields) de619a3 depends: Pass PYTHONPATH along to configure (Cory Fields) e611b6e macdeploy: Use rsvg-convert rather than cairosvg (Luke Dashjr) 63bcdc5 More complicated package name substitution for Mac deployment (Luke Dashjr) 1a6c67c Parameterise 2009 in translatable copyright strings (Luke Dashjr) d5f4683 Unify package name to as few places as possible without major changes (Luke Dashjr)
| * \ Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-175/+233
| |\ \
| * | | When/if the copyright line does not mention Bitcoin Core developers, add a ↵Luke Dashjr2016-02-031-5/+4
| | | | | | | | | | | | | | | | second line to copyrights in -version, About dialog, and splash screen
| * | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-221-1/+1
| | | | | | | | | | | | | | | | This helps avoid accidental removal of upstream copyright names
| * | | Parameterise 2009 in translatable copyright stringsLuke Dashjr2015-12-181-1/+1
| | | |
| * | | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-6/+6
| | | |
* | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal ↵Wladimir J. van der Laan2016-02-031-2/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | string-list forward compatibility (needs 0.12 backport) b922fbe Rename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr) 3b66e54 Simplify check for replacebyfee=opt-in (Luke Dashjr) d65dee9 Accept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr) 77b55a0 Rename permitrbf to replacebyfee (Luke Dashjr)
| * | | Rename replacebyfee=opt-in to mempoolreplacement=feeLuke Dashjr2016-02-011-5/+5
| | | |
| * | | Simplify check for replacebyfee=opt-inLuke Dashjr2016-01-291-6/+1
| | | |
| * | | Accept replacebyfee=opt-in for turning on opt-in RBFLuke Dashjr2016-01-281-0/+15
| | | | | | | | | | | | | | | | Basic forward-compatibility with more flexible parameters like fss
| * | | 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