aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-05-10minor refactor: explicitly track start of new bucket range and don't update c...Alex Morcos
2017-05-10Make EstimateMedianVal smarter about small failures.Alex Morcos
2017-05-10Refactor to update moving average on flyAlex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-05-10[doc] Removing comments about dirty entries on txmempoolSimone Madeo
2017-05-09Merge #10371: [tests] Clean up addrman_tests.cppMarcoFalke
2017-05-09[tests] Clean up addrman_tests.cppJimmy Song
2017-05-09Util: Small improvements in gArgs usageJorge Timón
2017-05-09Util: Put mapMultiArgs inside ArgsManagerJorge Timón
2017-05-09scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-05-09Merge #10338: Maintain state across GetStrongRandBytes callsPieter Wuille
2017-05-09Merge #10322: Use hardware timestamps in RNG seedingPieter Wuille
2017-05-09Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cppMarcoFalke
2017-05-09Merge #8855: Use a proper factory for creating chainparamsWladimir J. van der Laan
2017-05-09Merge #9279: Consensus: Move CFeeRate out of libconsensusWladimir J. van der Laan
2017-05-08Add OSX keystroke to clear RPCConsoleSpencer Lievens
2017-05-08Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.MarcoFalke
2017-05-07Merge #10351: removed unused code in INV messagePieter Wuille
2017-05-07Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...Wladimir J. van der Laan
2017-05-07removed unused code in INV messageGreg Griffith
2017-05-06Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar
2017-05-06[doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm
2017-05-05Use sanity check timestamps as entropyPieter Wuille
2017-05-05Test that GetPerformanceCounter() incrementsPieter Wuille
2017-05-05Use hardware timestamps in RNG seedingPieter Wuille
2017-05-05rpc/wallet: Workaround older UniValue which returns a std::string temporary f...Luke Dashjr
2017-05-04Add RecursiveDynamicUsage overload for std::shared_ptrRussell Yanofsky
2017-05-04Store disconnected block transactions outside mempool during reorgSuhas Daftuar
2017-05-04Maintain state across GetStrongRandBytes callsPieter Wuille
2017-05-04net: make CNode's id privateCory Fields
2017-05-04scripted-diff: net: Use accessor rather than node's id directlyCory Fields
2017-05-03[wallet] Securely erase potentially sensitive keys/valuesThomas Snider
2017-05-03Chainparams: Use the factory for pow testsJorge Timón
2017-05-03Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón
2017-05-03Chainparams: Use a regular factory for creating chainparamsJorge Timón
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
2017-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-05-03Merge #10311: Remove unused args from GetFetchFlags()Wladimir J. van der Laan
2017-05-03Merge #10302: [Makefile] Alphabetically Reorder addrdb.cppWladimir J. van der Laan
2017-05-03Merge #9966: Control mempool persistence using a command line parameterWladimir J. van der Laan
2017-05-03Merge #10115: Avoid reading the old hd master key during wallet encryptionWladimir J. van der Laan
2017-05-03Merge #9733: Add getchaintxstats RPCWladimir J. van der Laan
2017-05-03Add getchaintxstats RPCPieter Wuille
2017-05-02Merge #10297: Simplify DisconnectBlock arguments/return valuePieter Wuille
2017-05-02Remove unused argument from MarkBlockAsInFlight(...)practicalswift
2017-05-02[tests] Update Unit Test for addrman.h/addrman.cppJimmy Song