Age | Commit message (Expand) | Author |
2023-01-18 | test: add cases to JSON parsing | stickies-v |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-09 | test: Suggested cleanups for rpc_namedparams test | Ryan Ofsky |
2022-12-02 | rpc: Make it an error server-side to specify same named parameter multiple times | Ryan Ofsky |
2022-12-02 | test: Add RPC tests for same named parameter specified more than once | Ryan Ofsky |
2022-11-05 | rpc: Allow named and positional arguments to be used together | Ryan Ofsky |
2022-07-29 | univalue: Remove unused and confusing set*() return value | MacroFake |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-04-29 | test: Remove boost::split from rpc_tests.cpp | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-04-14 | test: Reset mocktime in the common setup | MarcoFalke |
2021-04-14 | test: Use mocktime to avoid intermittent failure | MarcoFalke |
2021-04-11 | Merge #21602: rpc: add additional ban time fields to listbanned | MarcoFalke |
2021-04-07 | Drop JSONRPCRequest constructors after #21366 | Russell Yanofsky |
2021-04-07 | test: increase listbanned unit test coverage | Jon Atack |
2021-04-05 | Merge #21302: wallet: createwallet examples for descriptor wallets | W. J. van der Laan |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-15 | Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap | MarcoFalke |
2021-03-03 | test: HelpExampleCliNamed and HelpExampleRpcNamed | Ivan Metlushko |
2021-03-02 | util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount... | practicalswift |
2021-01-29 | refactor: Replace JSONRPCRequest fHelp field with mode field | Russell Yanofsky |
2020-05-13 | refactor: Pass NodeContext to RPC and REST methods through util::Ref | Russell Yanofsky |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2019-12-05 | node: Use mempool from node context instead of global | 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-10-28 | scripted-diff: Rename InitInterfaces to NodeContext | Russell Yanofsky |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-03-05 | Remove use of CRPCTable::appendCommand in wallet code | Russell Yanofsky |
2018-12-06 | rpc: Avoid creating non-standard raw transactions | MarcoFalke |
2018-11-06 | Pass chain and client variables where needed | Russell Yanofsky |
2018-08-11 | Replace median fee rate with feerate percentiles | Marcin Jachymiak |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-23 | Make tests pass after 2020 | Bernhard M. Wiedemann |
2018-04-11 | test: Fix sign for expected values | Karl-Johan Alm |
2018-03-13 | Merge #11872: [rpc] createrawtransaction: Accept sorted outputs | Wladimir J. van der Laan |
2018-03-07 | [rpc] createrawtransaction: Accept sorted outputs | MarcoFalke |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
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-12-19 | Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-06 | Add iswitness parameter to decode- and fundrawtransaction RPCs | MeshCollider |
2017-08-07 | rpc: Move ValueFromAmount to core_write | Wladimir J. van der Laan |
2017-06-06 | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma... | practicalswift |
2017-03-21 | [trivial] Fix typos in comments | practicalswift |