aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-08qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-07-08gui: Fix missing qRegisterMetaType(WalletModel*)João Barbosa
2019-07-08Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...Wladimir J. van der Laan
2019-07-08Merge #14505: test: Add linter to make sure single parameter constructors are...Wladimir J. van der Laan
2019-07-08Merge #16267: bench: Benchmark blockToJSONWladimir J. van der Laan
2019-07-08Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke
2019-07-08refactoring: remove mapBlockIndex globalJames O'Beirne
2019-07-08refactoring: make pindexBestInvalid internal to validation.cppJames O'Beirne
2019-07-08refactoring: add block_index_candidates arg to LoadBlockIndexJames O'Beirne
2019-07-08refactoring: move block metadata structures into BlockManagerJames O'Beirne
2019-07-08refactor: Rename getWallets to getOpenWallets in WalletControllerJoão Barbosa
2019-07-08gui: Sort wallets in open wallet menuJoão Barbosa
2019-07-08Merge #16332: rpc: Add logpath description for getrpcinfoWladimir J. van der Laan
2019-07-08rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm
2019-07-08Make the RPCHelpMan aware of JSONRPCRequest and add Check() helperKarl-Johan Alm
2019-07-08Merge #16350: qt: Remove unused guardfanquake
2019-07-07Remove unused guardHennadii Stepanov
2019-07-07Merge #16344: build: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)fanquake
2019-07-07Merge #16326: [RPC] add new utxoupdatepsbt arguments to the CRPCCommand and C...fanquake
2019-07-05[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost
2019-07-05Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan
2019-07-05bench: Benchmark blockToJSONKirill Fomichev
2019-07-05rpc: migrate JSONRPCRequest functionality into request.cppKarl-Johan Alm
2019-07-05Merge #16327: scripts and tools: Update ShellCheck linterfanquake
2019-07-04Enable ShellCheck rulesHennadii Stepanov
2019-07-04[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...John Newbery
2019-07-03Add HaveKey and HaveCScript to SigningProviderAndrew Chow
2019-07-03Merge #16299: bench: Move generated data to a dedicated translation unitMarcoFalke
2019-07-03Add logpath description for getrpcinfoGregory Sanders
2019-07-03Merge #16325: rpc: Clarify that block count means height excl genesisWladimir J. van der Laan
2019-07-03Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfoWladimir J. van der Laan
2019-07-03Merge #14734: fix an undefined behavior in uint::SetHexWladimir J. van der Laan
2019-07-03Suppress output in test_bitcoin for expected errorsGert-Jaap Glasbergen
2019-07-03Merge #16294: qt: test: Create at most one testing setupWladimir J. van der Laan
2019-07-03Merge #16158: Fix logic of memory_cleanse() on MSVC and clean up docsWladimir J. van der Laan
2019-07-03Merge #16262: rpc: Allow shutdown while in generateblocksWladimir J. van der Laan
2019-07-03Add ChaCha20Poly1305@Bitcoin AEAD benchmarkJonas Schnelli
2019-07-03Add ChaCha20Poly1305@Bitcoin testsJonas Schnelli
2019-07-03rpc: fix RPC help requirements for getblocktemplateKarl-Johan Alm
2019-07-02Merge #16250: signrawtransactionwithkey: report error when missing redeemScri...MarcoFalke
2019-07-02bench: Move generated data to a dedicated translation unitJoão Barbosa
2019-07-02Merge #16153: Qt: Add antialiasing to traffic graph widgetWladimir J. van der Laan
2019-07-02rpc: Clarify that block count means height excl genesisMarcoFalke
2019-07-02wallet: Remove unreachable code in CreateTransactionMarcoFalke
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-07-02Merge #14193: validation: Add missing mempool locksWladimir J. van der Laan
2019-07-02Merge #16212: addrdb: Avoid eating inodes - remove temporary files created by...Wladimir J. van der Laan
2019-07-02Add antialiasing to traffic graph widgetJosu Goñi
2019-07-01Merge #16257: [wallet] abort when attempting to fund a transaction above -max...Wladimir J. van der Laan