Ethan Buchman
|
19bd3bb2e2
|
int/nonce fixes
|
10 years ago |
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
10 years ago |
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
10 years ago |
Ethan Buchman
|
baaa69d7f8
|
namereg rpc and tests
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
c28614fca1
|
cleanup rpc tests, use tx_utils
|
10 years ago |
Jae Kwon
|
161aa8c5e9
|
refactor rpc/test/*
|
10 years ago |
Jae Kwon
|
b8c735bd59
|
import tendermint/test to init ~/.tendermint_test/*
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |
Ethan Buchman
|
65f669160f
|
more fixes from review
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Ethan Buchman
|
9b76cfe26a
|
rpc: cleanup tests and test contract calls
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Ethan Buchman
|
12814db90d
|
rpc: use gorilla websockets
Conflicts:
rpc/handlers.go
rpc/http_server.go
|
10 years ago |
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
10 years ago |
Ethan Buchman
|
6b5383918f
|
rpc: fix memcount error in tests
|
10 years ago |
Ethan Buchman
|
5a2ff3d45b
|
rpc: test CallCode and Call
|
10 years ago |
Ethan Buchman
|
3bedcbf94d
|
rpc: tests cleanup, use client lib for JSONRPC testing too
|
10 years ago |
Ethan Buchman
|
4956836f2d
|
rpc: cleanup, use client for tests, rpc-gen fixes
|
10 years ago |
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Jae Kwon
|
bfb61fb539
|
Fixed RPC tests. Changed some names.
|
10 years ago |
Ethan Buchman
|
8fe1274323
|
rpc: myriad little fixes
|
10 years ago |
Jae Kwon
|
cc715e0ee3
|
Everything is an RPCResponse
|
10 years ago |
Ethan Buchman
|
c1b06d8101
|
rpc: GetStorage and Call methods. Tests.
|
10 years ago |
Ethan Buchman
|
dd1181f0d4
|
rpc: GetStorage and Call methods. Tests.
|
10 years ago |
Jae Kwon
|
39d5ff9ccb
|
Reset log after config changes.
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
e257307b01
|
cleanup rpc/handlers
|
10 years ago |
Jae Kwon
|
1a4aab4c35
|
When using JSONRPC, do not double-encode JSON.
|
10 years ago |
Ethan Buchman
|
731de7a6aa
|
rpc: return (*Response, error) for all functions
|
10 years ago |
Ethan Buchman
|
d30fc2fa43
|
rpc: fix tests to count mempool; copy responses to avoid data races
|
10 years ago |
Ethan Buchman
|
fb90d5bc92
|
rpc: cleanup, more tests, working http and jsonrpc
|
10 years ago |
Ethan Buchman
|
6e81e8a848
|
rpc: fixes for better type handlings, explicit error field in response, more tests
|
10 years ago |
Ethan Buchman
|
9aeafffd9b
|
rpc: generalized rpc using reflection on funcs and params
|
10 years ago |
Ethan Buchman
|
d2724c9731
|
rpc: give each call a dedicated Response struct, add basic test
|
10 years ago |