1134 Commits (91eeaa03354bbb4ee79d6defaffaef2b32ecbe29)

Author SHA1 Message Date
Wladimir J. van der Laan 8cef5bd58a mining: Improve `-blockmaxcost` help message 8 years ago
Wladimir J. van der Laan 32cab91278 Bump `-dbcache` default to 300MiB 8 years ago
Suhas Daftuar c1d61fbd08 Add warning if -blockminsize is used. 8 years ago
Suhas Daftuar 27362dda4d Remove -blockminsize option 8 years ago
Pieter Wuille 1acf1db76f Do not ask a UI question from bitcoind 8 years ago
Pieter Wuille 6032f6930a Add rewind logic to deal with post-fork software updates 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille b8a97498df BIP144: Handshake and relay (receiver side) 8 years ago
MarcoFalke fa58e5ee93 [doc] Add website links to about dialog 8 years ago
BtcDrak ab8be98fdb Remove bad chain alert partition check 8 years ago
Pieter Wuille ee06e04369 Introduce enum ServiceFlags for service flags 8 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 8 years ago
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. 9 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 9 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 9 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 9 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 9 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 9 years ago
21E14 a4d5855a25 CCoinsViewErrorCatcher raison-d-etre 9 years ago
Cory Fields 367569926a net: resolve outside of storage structures 9 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
mruddy e1523cee58 P2P: add maxtimeadjustment command line option 9 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Patrick Strateman c90036f664 Always disconnect old nodes which request filtered connections. 9 years ago
BtcDrak 01fdfeffc4 Remove `-alerts` option 9 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 9 years ago
Jonas Schnelli 15e6e13624
[Wallet] optimize return value of InitLoadWallet() 9 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