Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
2015-08-11 11:01:18 -07:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
a84d4320df
|
websockets accept rpc requests
|
2015-07-23 17:57:15 -07:00 |
|
Ethan Buchman
|
290b74d8f1
|
add fromAddress argument to Call and CallCode rpc methods
|
2015-07-22 18:43:20 -04:00 |
|
Jae Kwon
|
c27d9d0494
|
rpc/core_client regenerate; uint->int
|
2015-07-19 12:03:08 -07:00 |
|
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
2015-07-19 09:40:55 -07:00 |
|
Ethan Buchman
|
bf1c9a869c
|
use gendoc struct for genesis rpc response
|
2015-06-03 19:26:31 -04:00 |
|
Ethan Buchman
|
ec282d3e3d
|
rpc: remove unecessary response wrappers
|
2015-06-01 13:51:03 -04:00 |
|
Ethan Buchman
|
293aa31f64
|
rpc-gen update
|
2015-05-30 20:59:05 -04:00 |
|
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
2015-05-30 01:19:03 -04:00 |
|
Ethan Buchman
|
baaa69d7f8
|
namereg rpc and tests
|
2015-05-30 01:19:02 -04:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
5261da94c4
|
fix rpctypes vs tminttypes
|
2015-05-22 19:16:08 -04:00 |
|
Jae Kwon
|
3565db4eef
|
Refactor RPC/*, tendermint/config for debora+barak
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
2015-05-01 17:26:49 -07:00 |
|
Jae Kwon
|
733dfcf4ad
|
Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
|
2015-04-20 20:39:42 -07:00 |
|
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.
|
2015-04-12 17:46:16 -07:00 |
|
Jae Kwon
|
675dbf0e9c
|
Merge branch 'rpc_jae' into develop
Conflicts:
node/node.go
rpc/core/accounts.go
rpc/core_client/client.go
rpc/handlers.go
rpc/http_server.go
rpc/test/helpers.go
rpc/test/http_rpc_test.go
rpc/test/json_rpc_test.go
|
2015-04-08 14:27:03 -07:00 |
|
Jae Kwon
|
a09051438c
|
Intermediate... working on debora
|
2015-04-08 11:35:17 -07:00 |
|
Jae Kwon
|
cc18136af8
|
RPC refactor to separate core from core_client and the rest of RPC.
Other random changes.
|
2015-04-07 11:44:25 -07:00 |
|