index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rpc_tests.cpp
Age
Commit message (
Expand
)
Author
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-07-27
Remove unused raw-pointer read helper from univalue
MarcoFalke
2023-06-02
Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...
fanquake
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-03
rpc: Add check for unintended option/parameter name clashes
Ryan Ofsky
2023-05-03
RPC: Add add OBJ_NAMED_PARAMS type
Ryan Ofsky
2023-03-23
test: move coverage on ParseNonRFCJSONValue() to UniValue::read()
stickies-v
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
[next]