index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rpc_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change count type used by `gettxoutsetinfo`
Ross Nicoll
2021-06-08
1
-0
/
+15
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
1
-3
/
+3
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-3
/
+11
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-1
/
+1
*
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
1
-4
/
+0
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-2
/
+2
*
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
1
-4
/
+4
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
1
-3
/
+2
*
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
1
-3
/
+0
*
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-0
/
+7
*
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-11
1
-0
/
+80
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Make tests pass after 2020
Bernhard M. Wiedemann
2018-04-23
1
-2
/
+2
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-3
/
+3
*
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-13
1
-1
/
+0
|
\
|
*
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-03-07
1
-1
/
+0
*
|
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
*
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-17
1
-10
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-19
1
-1
/
+3
|
\
|
*
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-09-06
1
-1
/
+3
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
|
/
*
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
1
-0
/
+1
*
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-5
/
+4
*
[trivial] Fix typos in comments
practicalswift
2017-03-21
1
-1
/
+1
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-70
/
+68
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-70
/
+68
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-0
/
+22
|
\
|
*
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
1
-6
/
+6
|
*
Overhaul network activity toggle
Jonas Schnelli
2016-10-24
1
-0
/
+22
*
|
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-2
/
+5
|
/
*
[test] Remove unused code
MarcoFalke
2016-08-24
1
-12
/
+0
*
RPC: fix generatetoaddress failing to parse address and add unit test
mruddy
2016-04-03
1
-0
/
+24
*
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-1
/
+1
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-3
/
+3
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Double semicolon cleanup.
21E14
2015-12-30
1
-2
/
+2
|
/
*
[RPC] Add transaction size to JSON output
Nick
2015-11-28
1
-0
/
+1
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
net: use CIDR notation in CSubNet::ToString()
Jonas Schnelli
2015-09-16
1
-7
/
+7
*
Remove rpc_boostasiotocnetaddr test
Wladimir J. van der Laan
2015-09-02
1
-15
/
+0
*
Add OP_RETURN support in createrawtransaction RPC call, add tests.
Pavel JanÃk
2015-08-06
1
-0
/
+18
[next]