6609 Commits (faeda0e67792855cdafa2f6eaf43ad74de89b18b)

Author SHA1 Message Date
Jonas Schnelli 2a8e8c2e37
[Qt] don't allow to store invalid proxy ports 9 years ago
Alex Morcos e855b0152f Fix debug log message for block files 9 years ago
Luke Dashjr 2aa49ce9fe Bugfix: Use unique autostart filenames on Linux for testnet/regtest 9 years ago
Alex Morcos e587bc3fd9 Implement helper class for CTxMemPoolEntry constructor 9 years ago
Alex Morcos 56106a3300 Expose RPC calls for estimatesmart functions 9 years ago
Alex Morcos e93a236d7a add estimateSmartFee to the unit test 9 years ago
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Alex Morcos f22ac4a22c Increase success threshold for fee estimation to 95% 9 years ago
Alex Morcos 4fe28236c0 Change wallet and GUI code to use new smart fee estimation calls. 9 years ago
Alex Morcos 22eca7da22 Add smart fee estimation functions 9 years ago
Jonas Schnelli d16d1b72d1
[Qt] refactor and optimize proxy settings behavior 9 years ago
Gregory Maxwell aee22bf288 Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. 9 years ago
Eric Lombrozo 4d29032a64 Fixed integer comparison warning. 9 years ago
Pieter Wuille 6e18268616 Switch to libsecp256k1-based validation for ECDSA 9 years ago
Patick Strateman bbf49da408 Fix comment for blocksonly parameter interactions 9 years ago
Patick Strateman 6a4982fb83 Fix fRelayTxs comment 9 years ago
Patick Strateman 59441a0445 Display DEFAULT_WHITELISTALWAYSRELAY in help text 9 years ago
Patick Strateman 71a2683f4b Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants 9 years ago
Patick Strateman 762b13b4d8 Add help text for blocksonly and whitelistalwaysrelay 9 years ago
Patick Strateman 3a964973fe Add whitelistalwaysrelay option 9 years ago
Patick Strateman 420fa8143a Do not process tx inv's in blocksonly mode 9 years ago
Patick Strateman 4044f07d1c Add blocksonly mode 9 years ago
Peter Todd b3ae384a8d
Remove LOCK(cs_main) from decodescript 9 years ago
Peter Todd 6531f17a78
Add mediantime field to getblock and getblockheader 9 years ago
Peter Todd 7259769d7f Document new mediantime field in getblockchaininfo 9 years ago
Peter Todd c277a63ed7
Clarify nLockTime-by-time comment in CheckFinalTx() 9 years ago
Peter Todd 10953a7d32
Better error message for fundrawtransaction w/ empty vout 9 years ago
Peter Todd 61e1eb2e1c
Actually use includeWatching value in fundrawtransaction 9 years ago
Peter Todd 748321eb5b
Add mediantime field to getblockchaininfo RPC call 9 years ago
Jonas Schnelli d61fcff071
don't enforce maxuploadtargets disconnect for whitelisted peers 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago
Alex Morcos a78e6eaf5c Fix bug in mempool_tests unit test 9 years ago
Jonas Schnelli ae98388b22
[Qt] add startup option to reset Qt settings 9 years ago
Wladimir J. van der Laan a264c32e33
http: speed up shutdown 9 years ago
Pieter Wuille 48edf5746a Update key.cpp to new secp256k1 API 9 years ago
Pieter Wuille 1d84107924 Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b 9 years ago
MarcoFalke b27e81f115 [net] Cleanup maxuploadtarget 9 years ago
Wladimir J. van der Laan 09c1ae1c01 torcontrol improvements and fixes 9 years ago
Alex Morcos 1cf3dd80a6 Add unit test for UpdateCoins 9 years ago
Jonas Schnelli f6d9d5ee75
add (max)uploadtarget infos to getnettotals RPC help 9 years ago
Jonas Schnelli 773ae4654e
[Qt] add shortcurts for debug-/console-window 9 years ago
Alex Morcos 03c82826f9 Make CCoinsViewTest behave like CCoinsViewDB 9 years ago
Peter Todd 9bd3f035f0
Clarify 'fee' field in fundrawtransaction help text 9 years ago
Jorge Timón 6bc9e4056b Chainparams: Explicit CChainParams arg for miner: 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
Jorge Timón 7267843745 Globals: Make AcceptBlockHeader static (Fix #6163) 9 years ago
Peter Todd 16a2f93629
Fix incorrect locking of mempool during RBF replacement 9 years ago
Suhas Daftuar 73d904009d Improve RBF replacement criteria 9 years ago
Peter Todd b272ecfdb3 Reject replacements that add new unconfirmed inputs 9 years ago
Peter Todd fc8c19a07c Prevent low feerate txs from (directly) replacing high feerate txs 9 years ago