aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-01msvc: Use a single file to specify the include pathChun Kuan Lee
2019-02-28Merge #15489: doc: Update release process for snap packageWladimir J. van der Laan
2019-02-27[rpc] remove deprecated generate methodSjors Provoost
2019-02-27Merge #15477: doc: Remove misleading hint in getrawtransactionWladimir J. van der Laan
2019-02-27Merge #15468: wallet: Use fsbridge::ifstream to fix Windows path issueWladimir J. van der Laan
2019-02-27Merge #15462: gui: Fix async open wallet call orderWladimir J. van der Laan
2019-02-26doc: Update release process for snap packageMarcoFalke
2019-02-26test: Add .style.yapfMarcoFalke
2019-02-26add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoAdam Jonas
2019-02-26Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warningMarcoFalke
2019-02-25refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransactionMarcoFalke
2019-02-25doc: Remove misleading hint in getrawtransactionMarcoFalke
2019-02-25Merge #15419: qa: Always refresh cache to be out of ibdMarcoFalke
2019-02-25test: Simplify create_cacheMarcoFalke
2019-02-25bench: Benchmark MempoolToJSONMarcoFalke
2019-02-25rpc: Pass mempool into MempoolToJSONMarcoFalke
2019-02-25rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan
2019-02-25Merge #15456: Enable PID file creation on WINWladimir J. van der Laan
2019-02-25Enable PID file creation on Windowsriordant
2019-02-25Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2019-02-23gui: Fix async open wallet call orderJoão Barbosa
2019-02-22Style cleanup.Jim Posen
2019-02-22flatfile: Unit tests for FlatFileSeq methods.Jim Posen
2019-02-22scripted-diff: Rename CBlockDiskPos to FlatFilePos.Jim Posen
2019-02-22Move CDiskBlockPos from chain to flatfile.Jim Posen
2019-02-22validation: Refactor file flush logic into FlatFileSeq.Jim Posen
2019-02-22validation: Refactor block file pre-allocation into FlatFileSeq.Jim Posen
2019-02-22validation: Refactor OpenDiskFile into method on FlatFileSeq.Jim Posen
2019-02-22validation: Extract basic block file logic into FlatFileSeq class.Jim Posen
2019-02-22util: Move CheckDiskSpace to util.Jim Posen
2019-02-22Change brace formattingRussell Yanofsky
2019-02-22Merge #15435: rpc: Add missing #includeMarcoFalke
2019-02-22Remove use of IsInitialBlockDownload in wallet codeRussell Yanofsky
2019-02-22Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky
2019-02-22circular-dependencies: Avoid treating some .h/.cpp files as a unitRussell Yanofsky
2019-02-22Remove use of AcceptToMemoryPool in wallet codeRussell Yanofsky
2019-02-22Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky
2019-02-22Remove uses of GetAdjustedTime in wallet codeRussell Yanofsky
2019-02-22Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky
2019-02-22Remove uses of g_connman in wallet codeRussell Yanofsky
2019-02-22Remove uses of fPruneMode in wallet codeRussell Yanofsky
2019-02-22Remove uses of fee globals in wallet codeRussell Yanofsky
2019-02-22Remove use of CalculateMemPoolAncestors in wallet codeRussell Yanofsky
2019-02-22Remove use of GetTransactionAncestry in wallet codeRussell Yanofsky
2019-02-22Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky
2019-02-22Remove use of IsRBFOptIn in wallet codeRussell Yanofsky
2019-02-22Remove uses of CheckFinalTx in wallet codeRussell Yanofsky
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-22Merge #15458: refactor: Drop redundant wallet referenceMarcoFalke