970 Commits (ad727f4eaf1cb3ed7a0e340f690bd804299e698c)

Author SHA1 Message Date
MarcoFalke fa51a1d2b7 [init] Make feefilter option debug option 8 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 8 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 8 years ago
Patrick Strateman 46b0c3b688 Acquire lock to check for genesis block. 8 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 8 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 8 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 8 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 8 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
21E14 a4d5855a25 CCoinsViewErrorCatcher raison-d-etre 8 years ago
Cory Fields 367569926a net: resolve outside of storage structures 8 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
mruddy e1523cee58 P2P: add maxtimeadjustment command line option 8 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 8 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 8 years ago
Patrick Strateman c90036f664 Always disconnect old nodes which request filtered connections. 8 years ago
BtcDrak 01fdfeffc4 Remove `-alerts` option 8 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 8 years ago
Jonas Schnelli 15e6e13624
[Wallet] optimize return value of InitLoadWallet() 8 years ago
Jonas Schnelli fc7c60d699
[Wallet] move "load wallet phase" to CWallet 9 years ago
Jonas Schnelli 72c2651581
[Wallet] move wallet help string creation to CWallet 9 years ago
Jonas Schnelli 5ecfa36fd0
Remove openssl info from init/log and from Qt debug window 9 years ago
Patrick Strateman 110b62f069 Remove vfReachable and modify IsReachable to only use vfLimited. 9 years ago
Pavel Janík a0a17b3e44 LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead 9 years ago
Luke Dashjr 1fb91b3496 Common argument defaults for NODE_BLOOM stuff and -wallet 9 years ago
Leviathn 8d1de43f0c Remove internal miner 9 years ago
Luke Dashjr 027fdb83b4 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen 9 years ago
Luke Dashjr b922fbe063 Rename replacebyfee=opt-in to mempoolreplacement=fee 9 years ago
Gregory Maxwell 89d113e02a Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 9 years ago
Luke Dashjr 3b66e54457 Simplify check for replacebyfee=opt-in 9 years ago
Gregory Maxwell 325c725fb6 Add whitelistforcerelay to control forced relaying. 9 years ago
Luke Dashjr d65dee961e Accept replacebyfee=opt-in for turning on opt-in RBF 9 years ago
Luke Dashjr 77b55a00ed Rename permitrbf to replacebyfee 9 years ago
MarcoFalke fae78fa818 [init] Clarify permitrbf help message 9 years ago
Wladimir J. van der Laan b768108d9c Add option `-permitrbf` to set transaction replacement policy 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
MarcoFalke fa461df685 Clarify mocktime help message 9 years ago
MarcoFalke faa572a329 [init] Help Msg: Use Params(CBaseChainParams::MAIN) 9 years ago
MarcoFalke fa6ab96799 [init] Add missing help for args 9 years ago
MarcoFalke fac11ea310 [init] Fix error message of maxtxfee invalid amount 9 years ago
Alex Morcos e420a1b15e Add sane fallback for fee estimation 9 years ago
Luke Dashjr 5e109225ae Combine common error strings for different options so translations can be shared and reused 9 years ago
Luke Dashjr 917b1d03cf Set copyright holders displayed in notices separately from the package name 9 years ago
Luke Dashjr 1a6c67c8f5 Parameterise 2009 in translatable copyright strings 9 years ago
Wladimir J. van der Laan 64360f1304 Make max tip age an option instead of chainparam 9 years ago
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes 9 years ago