aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/rpcnestedtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky2018-04-041-41/+43
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoinWladimir J. van der Laan2017-09-061-7/+0
|\
| * Stop test_bitcoin-qt touching ~/.bitcoinMeshCollider2017-09-011-7/+0
* | Merge #11234: Remove redundant testutil.cpp|h filesWladimir J. van der Laan2017-09-051-1/+0
|\ \
| * | Remove redundant testutil filesMeshCollider2017-09-051-1/+0
| |/
* / rpc: Push down safe mode checksAndrew Chow2017-08-291-1/+1
|/
* Merge #10956: Fix typosMarcoFalke2017-08-161-1/+1
|\
| * Fix typos.practicalswift2017-08-081-1/+1
* | Merge #10705: Trivial: spelling fixesMarcoFalke2017-08-161-1/+1
|\ \
| * | doc: spelling fixesklemens2017-08-161-1/+1
* | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
| |/ |/|
* | Use TestingSetup to DRY qt rpcnestedtestsMatt Corallo2017-07-031-19/+3
|/
* Remove unreachable or otherwise redundant codepracticalswift2017-06-121-2/+0
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-2/+1
* Make qt test compatible with TestChain100Setup frameworkRussell Yanofsky2017-03-101-0/+4
* trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan2017-01-201-1/+1
* Qt/Test: Make sure filtering sensitive data works correctly in nested commandsLuke Dashjr2016-12-291-2/+26
* Add a ForceSetArg method for testingMatt Corallo2016-12-271-3/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+2
* [Qt] Console: don't allow empty arguments when using the comma-syntaxJonas Schnelli2016-12-141-12/+20
* Qt/Test: Check handling of empty arguments in RPC debug consoleLuke Dashjr2016-12-131-0/+31
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-231-0/+93