Jae Kwon
|
3ca5292dc9
|
Fix rpc tests
|
2018-04-05 21:19:14 -07:00 |
|
Jae Kwon
|
3037b5b7ca
|
Fix rpc/lib/...
|
2018-04-05 15:45:11 -07:00 |
|
Ethan Buchman
|
ca3655a409
|
types: p2pID -> P2PID
|
2018-03-02 01:42:56 -05:00 |
|
Zach
|
2cc63069c6
|
rename dummy to kvstore (#1223)
* remove accidental binary
* docs: s/Dummy&dummy/KVStore&kvstore/g
* glide update to abci
* update abci import paths
* dummy begone, hello kvstore
* RequestInitChain needs genesisBytes
* glide update
|
2018-02-27 18:01:10 +04:00 |
|
Zach Ramsay
|
d7cb291fb2
|
errcheck; sort some stuff out
|
2017-11-27 22:39:11 +00:00 |
|
Zach Ramsay
|
68e7983c70
|
linting errors: afew more
|
2017-11-27 22:39:11 +00:00 |
|
Zach Ramsay
|
b75d4f73e7
|
errcheck: PR comment fixes
|
2017-11-27 22:39:11 +00:00 |
|
Zach Ramsay
|
57ea4987f7
|
linting: apply errcheck part1
|
2017-11-27 22:39:11 +00:00 |
|
Ethan Buchman
|
593c127257
|
rpc/lib/types: RPCResponse.Result is not a pointer
|
2017-11-08 01:00:15 +00:00 |
|
Ethan Buchman
|
ac2ef9e0ea
|
Merge pull request #750 from tendermint/feature/cleanup
Cleanup of code and code docs
|
2017-10-23 11:14:15 -04:00 |
|
Adrian Brink
|
036d3b59a3
|
Address reviews
|
2017-10-23 11:04:45 -04:00 |
|
Adrian Brink
|
782a836db0
|
Cleanup of code and code docs
This cleans up some of the code in the state package
|
2017-10-23 11:04:45 -04:00 |
|
Silas Davis
|
3e3d53daef
|
Make RPCError an actual error and don't swallow its companion data
|
2017-10-22 15:14:21 +01:00 |
|
Anton Kaliaev
|
7fadde0b37
|
check for request ID after receiving it
|
2017-09-18 16:36:03 -04:00 |
|
Anton Kaliaev
|
b700ed8e31
|
remove check for non-empty message as it should always be present
|
2017-09-18 16:36:03 -04:00 |
|
Anton Kaliaev
|
6c1572c9b8
|
fix invalid memory address or nil pointer dereference
|
2017-09-18 16:36:02 -04:00 |
|
Dave Bryson
|
60a1f49a5c
|
updated json response to match spec by @davebryson
|
2017-09-18 16:35:50 -04:00 |
|
Ethan Frey
|
aac85a14f0
|
httpDialer accepts no prefix or http:// as tcp://
|
2017-06-22 20:56:57 +02:00 |
|
Anton Kaliaev
|
f8fdbe3dbc
|
changes as per Bucky's review
|
2017-05-13 16:22:51 +02:00 |
|
Anton Kaliaev
|
f803544195
|
new logging
|
2017-05-13 10:24:58 +02:00 |
|
Ethan Frey
|
6ba799132c
|
json.RawMessage in RPCRequest to defer parsing
|
2017-05-03 16:13:58 +02:00 |
|
Ethan Buchman
|
efeadcc0f4
|
some cleanup from review
|
2017-04-28 23:18:38 -04:00 |
|
Ethan Frey
|
6c60c07f16
|
BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc
|
2017-04-28 16:24:06 +02:00 |
|
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
2017-04-26 19:57:33 -04:00 |
|