9643 Commits (18873373bde38a026f154c5878fedac6c2a04446)

Author SHA1 Message Date
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 8 years ago
Gregory Sanders 091a9ae21c remove minimum total fee option 8 years ago
Alex Morcos 65d484adf9 Output line to debug.log when IsInitialBlockDownload latches to false 8 years ago
Jonas Schnelli a38783747b
Make sure we re-check the conditions of a feebump during commit 8 years ago
Jonas Schnelli 9b9ca538cd
Only update the transactionrecord if the fee bump has been commited 8 years ago
Jonas Schnelli 6ed4368f12
Make sure we use nTxConfirmTarget during Qt fee bumps 8 years ago
Jonas Schnelli be08fc39d0
Make sure we always update the table row after a bumpfee call 8 years ago
Jonas Schnelli 2678d3dc63
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog 8 years ago
Jonas Schnelli 2ec911f60d
Add cs_wallet lock assertion to SignTransaction() 8 years ago
Jonas Schnelli fbf385cc83
[Qt] simple fee bumper with user verification 8 years ago
John Newbery 761392db3a [logging] log system time and mock time 8 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 8 years ago
Alex Morcos ef589f8d40 minor cleanup: remove unnecessary variable 8 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 8 years ago
Alex Morcos 5f1f0c6490 Historical block span 8 years ago
Alex Morcos aa19b8ea44 Clean up fee estimate debug printing 8 years ago
Alex Morcos 10f7cbd247 Track first recorded height 8 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 8 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 8 years ago
Alex Morcos 2681153af3 minor refactor: explicitly track start of new bucket range and don't update curNearBucket on final loop. 8 years ago
Alex Morcos 1ba43cc0ec Make EstimateMedianVal smarter about small failures. 8 years ago
Alex Morcos d3e30bca1b Refactor to update moving average on fly 8 years ago
Alex Morcos e5007bae35 Change parameters for fee estimation and estimates on all 3 time horizons. 8 years ago
Simone Madeo 4f3782ed67 [doc] Removing comments about dirty entries on txmempool 8 years ago
Jimmy Song a80f295666 [tests] Clean up addrman_tests.cpp 8 years ago
Jorge Timón 78da882edd
Util: Small improvements in gArgs usage 8 years ago
Jorge Timón 52922456b8
Util: Put mapMultiArgs inside ArgsManager 8 years ago
Jorge Timón b3cbd554d9
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs 8 years ago
Jorge Timón f2957ce6cd
Util: Create ArgsManager class... 8 years ago
Spencer Lievens 012fa9b99d Add OSX keystroke to clear RPCConsole 8 years ago
Suhas Daftuar e2652002b6 Delay parallel block download until chain has sufficient work 8 years ago
Greg Griffith c707ca872d removed unused code in INV message 8 years ago
Suhas Daftuar acc2e4bc96 Bugfix: PrioritiseTransaction updates the mempool tx counter 8 years ago
Karl-Johan Alm 3a0a5bc234
[doc] Add hint about getmempoolentry to getrawmempool help. 8 years ago
Pieter Wuille 2c0a6f157d Use sanity check timestamps as entropy 8 years ago
Pieter Wuille 33f853d8d8 Test that GetPerformanceCounter() increments 8 years ago
Pieter Wuille f544094d5e Use hardware timestamps in RNG seeding 8 years ago
Pieter Wuille e7c1b4490f Squashed 'src/secp256k1/' changes from 8225239..84973d3 8 years ago
Luke Dashjr a637734ba2 rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str 8 years ago
Russell Yanofsky c1235e3f2d Add RecursiveDynamicUsage overload for std::shared_ptr 8 years ago
Suhas Daftuar 71f1903353 Store disconnected block transactions outside mempool during reorg 8 years ago
Pieter Wuille 97477c537e Maintain state across GetStrongRandBytes calls 8 years ago
Cory Fields 0f3471f3ad net: make CNode's id private 8 years ago
Cory Fields 9ff0a51164 scripted-diff: net: Use accessor rather than node's id directly 8 years ago
Thomas Snider 6c914ac176 [wallet] Securely erase potentially sensitive keys/values 8 years ago
John Newbery ce58e93ec0 Change bitcoin-util-test.py to use Python3 8 years ago
Jorge Timón c1082a7d35
Chainparams: Use the factory for pow tests 8 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
Jorge Timón f87f3626e3
Chainparams: Use a regular factory for creating chainparams 8 years ago