Ethan Buchman
|
293aa31f64
|
rpc-gen update
|
2015-05-30 20:59:05 -04:00 |
|
Ethan Buchman
|
6eb8386c7c
|
fixes for chain id in nametx sign functions
|
2015-05-30 01:54:25 -04:00 |
|
Ethan Buchman
|
19bd3bb2e2
|
int/nonce fixes
|
2015-05-30 01:21:42 -04:00 |
|
Ethan Buchman
|
77ff09e173
|
namereg cleanup, tests
|
2015-05-30 01:20:42 -04:00 |
|
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
2015-05-30 01:19:03 -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
|
2045aee9cd
|
pass chainID through sign interfaces
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
c28614fca1
|
cleanup rpc tests, use tx_utils
|
2015-05-22 18:22:57 -04:00 |
|
Jae Kwon
|
489bf767cb
|
importing tendermint/config/tendermint_test applies the test config
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
161aa8c5e9
|
refactor rpc/test/*
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
b8c735bd59
|
import tendermint/test to init ~/.tendermint_test/*
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
3565db4eef
|
Refactor RPC/*, tendermint/config for debora+barak
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
2015-05-17 16:19:57 -07:00 |
|
Ethan Buchman
|
02f4219079
|
cleanup calldepth=0 events logic
|
2015-05-15 16:49:41 -04:00 |
|
Jae Kwon
|
be90fd1e0d
|
rpc cleanup; tendermint init
|
2015-05-12 19:03:05 -07:00 |
|
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
2015-05-12 17:40:29 -07:00 |
|
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
2015-05-03 17:42:46 -07:00 |
|
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
2015-05-01 17:26:49 -07:00 |
|
Jae Kwon
|
d9bfe82d93
|
rpc.StartHTTPServer listener bug fix
|
2015-04-23 18:33:20 -07:00 |
|
Ethan Buchman
|
f7639bf105
|
Merge branch 'develop' of https://github.com/tendermint/tendermint into develop
|
2015-04-19 19:57:07 -07:00 |
|
Ethan Buchman
|
595a930723
|
add empty file because go tool is silly
|
2015-04-19 13:37:46 -07:00 |
|
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
2015-04-17 17:39:50 -07:00 |
|
Jae Kwon
|
a9467414d6
|
Merge remote-tracking branch 'origin/websockets' into develop
|
2015-04-17 13:20:47 -07:00 |
|
Ethan Buchman
|
65f669160f
|
more fixes from review
|
2015-04-17 13:18:50 -07:00 |
|
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
2015-04-15 22:19:29 -07:00 |
|
Ethan Buchman
|
9b76cfe26a
|
rpc: cleanup tests and test contract calls
|
2015-04-14 19:29:18 -07:00 |
|
Ethan Buchman
|
860d5478e9
|
rpc: use NewBlock event in rpc tests
|
2015-04-14 01:42:11 -07:00 |
|
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
2015-04-14 01:39:41 -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 |
|
Ethan Buchman
|
8e24b12888
|
rpc: first successful websocket event subscription
|
2015-04-08 19:07:17 -05:00 |
|
Ethan Buchman
|
12814db90d
|
rpc: use gorilla websockets
Conflicts:
rpc/handlers.go
rpc/http_server.go
|
2015-04-08 18:24:07 -05: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
|
7356556938
|
Some renames and small fixes.
|
2015-04-08 12:30:49 -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 |
|
Ethan Buchman
|
6b5383918f
|
rpc: fix memcount error in tests
|
2015-04-07 02:02:03 -05:00 |
|
Ethan Buchman
|
5a2ff3d45b
|
rpc: test CallCode and Call
|
2015-04-07 00:34:27 -05:00 |
|
Ethan Buchman
|
3bedcbf94d
|
rpc: tests cleanup, use client lib for JSONRPC testing too
|
2015-04-07 00:34:27 -05:00 |
|
Ethan Buchman
|
4956836f2d
|
rpc: cleanup, use client for tests, rpc-gen fixes
|
2015-04-07 00:34:26 -05:00 |
|
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
2015-04-03 16:15:52 -07:00 |
|
Jae Kwon
|
13b6508ecd
|
Package import path change
|
2015-04-01 17:30:16 -07:00 |
|
Jae Kwon
|
bfb61fb539
|
Fixed RPC tests. Changed some names.
|
2015-04-01 13:23:20 -07:00 |
|
Ethan Buchman
|
25ab73a51a
|
Merge branch 'develop' of https://github.com/tendermint/tendermint2 into develop
|
2015-04-01 05:13:14 -07:00 |
|
Ethan Buchman
|
8fe1274323
|
rpc: myriad little fixes
|
2015-04-01 05:12:38 -07:00 |
|
Jae Kwon
|
7589730f2e
|
tendermint -> tendermint2 ...
|
2015-04-01 05:07:05 -07:00 |
|
Jae Kwon
|
cc715e0ee3
|
Everything is an RPCResponse
|
2015-04-01 04:58:33 -07:00 |
|
Ethan Buchman
|
964a189210
|
rpc: decrement mempool count after block mined
|
2015-03-31 17:04:53 -07:00 |
|
Ethan Buchman
|
c1b06d8101
|
rpc: GetStorage and Call methods. Tests.
|
2015-03-31 17:04:53 -07:00 |
|
Jae Kwon
|
39d5ff9ccb
|
Reset log after config changes.
|
2015-03-31 15:34:12 -07:00 |
|