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
*
Add functionality to generate auxpow blocks in regtest
MD Islam
2021-05-25
1
-0
/
+6
*
[tests] fix rpc ban test: set test time far into the future
Patrick Lodder
2021-01-15
1
-2
/
+2
*
Fix 1.14 unit tests (#1408)
Max K
2018-09-19
1
-0
/
+1
*
Replace test data with Dogecoin values
Ross Nicoll
2018-09-19
1
-4
/
+3
*
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
*
rpc: Make ValueFromAmount always return 8 decimals
Wladimir J. van der Laan
2015-07-18
1
-0
/
+23
*
rpc: Accept scientific notation for monetary amounts in JSON
Wladimir J. van der Laan
2015-07-10
1
-0
/
+21
*
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
1
-2
/
+2
*
setban: add IPv6 tests
Jonas Schnelli
2015-06-19
1
-0
/
+27
*
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
1
-5
/
+20
*
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
1
-4
/
+36
*
[QA] add setban/listbanned/clearbanned tests
Jonas Schnelli
2015-06-17
1
-0
/
+9
*
Changes necessary now that zero values accepted in AmountFromValue
Wladimir J. van der Laan
2015-06-06
1
-0
/
+3
*
Simplify RPCclient, adapt json_parse_error test
Wladimir J. van der Laan
2015-06-04
1
-13
/
+10
*
fix univalue json parse tests
Jonas Schnelli
2015-06-04
1
-9
/
+12
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-8
/
+9
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-1
/
+1
*
fix rpc unit test, plain numbers are not JSON compatible object
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-9
/
+9
*
json: fail read_string if string contains trailing garbage
Wladimir J. van der Laan
2015-06-03
1
-0
/
+18
*
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-03-03
1
-1
/
+3
*
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
|
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-2
/
+1
|
/
*
rpc_tests: use BOOST_CHECK_EQUAL
Jeff Garzik
2014-08-20
1
-16
/
+16
*
Add tests for BoostAsioToCNetAddr
Wladimir J. van der Laan
2014-05-09
1
-0
/
+16
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-0
/
+4
*
Split off rpc_wallet_tests
Wladimir J. van der Laan
2013-12-04
1
-71
/
+3
*
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-12-04
1
-1
/
+4
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-1
/
+2
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-5
/
+4
[next]