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 |
|