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
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
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-10-24
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
Overhaul network activity toggle
Jonas Schnelli
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-08-24
[test] Remove unused code
MarcoFalke
2016-04-03
RPC: fix generatetoaddress failing to parse address and add unit test
mruddy
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-30
Double semicolon cleanup.
21E14
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
[RPC] Add transaction size to JSON output
Nick
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-16
net: use CIDR notation in CSubNet::ToString()
Jonas Schnelli
2015-09-02
Remove rpc_boostasiotocnetaddr test
Wladimir J. van der Laan
2015-08-06
Add OP_RETURN support in createrawtransaction RPC call, add tests.
Pavel JanÃk
2015-07-18
rpc: Make ValueFromAmount always return 8 decimals
Wladimir J. van der Laan
2015-07-10
rpc: Accept scientific notation for monetary amounts in JSON
Wladimir J. van der Laan
2015-07-02
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-06-19
setban: add IPv6 tests
Jonas Schnelli
2015-06-17
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
[QA] add setban/listbanned/clearbanned tests
Jonas Schnelli
2015-06-06
Changes necessary now that zero values accepted in AmountFromValue
Wladimir J. van der Laan
2015-06-04
Simplify RPCclient, adapt json_parse_error test
Wladimir J. van der Laan
2015-06-04
fix univalue json parse tests
Jonas Schnelli
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
fix rpc unit test, plain numbers are not JSON compatible object
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-03
json: fail read_string if string contains trailing garbage
Wladimir J. van der Laan
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
[next]