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
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
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
[next]