Age | Commit message (Expand) | Author |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-05-03 | test: Use loop to register RPCs | MarcoFalke |
2021-04-06 | Merge #21557: test: small cleanup in RPCNestedTests tests | MarcoFalke |
2021-04-01 | rpc: Fail to return undocumented return values | MarcoFalke |
2021-03-31 | test: small cleanup in RPCNestedTests tests | fanquake |
2021-01-28 | rpc: Remove duplicate name and argNames from CRPCCommand | MarcoFalke |
2021-01-04 | doc: fix various typos | Ikko Ashimine |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-12-08 | qt/test: [FIX] Add forgotten Context setting in RPCNestedTests | Carl Dong |
2020-09-24 | remove CRPCCommand constructor that takes rpcfn_type function pointer | MarcoFalke |
2020-09-24 | remove dead rpc code | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-15 | node: Add reference to mempool in NodeContext | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-28 | Pass NodeContext, ConnMan, BanMan references more places | Russell Yanofsky |
2019-06-27 | qt: test: Create at most one testing setup | MarcoFalke |
2019-06-27 | Merge #16278: tests: Remove unused includes | MarcoFalke |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-06-26 | Add missing ECC_Stop(); in GUI rpcnestedtests.cpp | Jonas Schnelli |
2019-06-20 | test: Log to debug.log in all tests | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-02-14 | Bump minimum Qt version to 5.5.1 | Sjors Provoost |
2019-01-04 | Add BitcoinApplication & RPCConsole tests | Russell Yanofsky |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-07 | scripted-diff: Avoid `interface` keyword to fix windows gitian build | Russell Yanofsky |
2018-04-04 | Remove direct bitcoin calls from qt/rpcconsole.cpp | Russell Yanofsky |
2018-02-17 | Split signrawtransaction into wallet and non-wallet | Andrew Chow |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | qt: refactor: Changes to make include paths absolute | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-06 | Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoin | Wladimir J. van der Laan |
2017-09-05 | Merge #11234: Remove redundant testutil.cpp|h files | Wladimir J. van der Laan |
2017-09-05 | Remove redundant testutil files | MeshCollider |
2017-09-01 | Stop test_bitcoin-qt touching ~/.bitcoin | MeshCollider |
2017-08-29 | rpc: Push down safe mode checks | Andrew Chow |
2017-08-16 | Merge #10956: Fix typos | MarcoFalke |
2017-08-16 | Merge #10705: Trivial: spelling fixes | MarcoFalke |
2017-08-16 | doc: spelling fixes | klemens |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-08 | Fix typos. | practicalswift |
2017-07-03 | Use TestingSetup to DRY qt rpcnestedtests | Matt Corallo |
2017-06-12 | Remove unreachable or otherwise redundant code | practicalswift |
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-03-10 | Make qt test compatible with TestChain100Setup framework | Russell Yanofsky |
2017-01-20 | trivial: squash missing field 'argNames' initializer warning in qt tests | Wladimir J. van der Laan |
2016-12-29 | Qt/Test: Make sure filtering sensitive data works correctly in nested commands | Luke Dashjr |
2016-12-27 | Add a ForceSetArg method for testing | Matt Corallo |