dc0e8de9b0
extract some of the consensus types into ./types
...
so they can be used in rpc/core/types/responses.go.
```
So, it seems like we could use the actual structs here, but we don't want to have to import consensus to get them, as then clients are importing too much crap. So probably we should move some types from consensus into consensus/types so we can import.
Will these raw messages be identical to:
type ResultDumpConsensusState struct {
RoundState cstypes.RoundState
PeerRoundStates map[string]cstypes.PeerRoundState
}
```
https://github.com/tendermint/tendermint/pull/724#discussion_r143598193
2017-10-10 12:39:21 +04:00
d56b44f3a5
all: no more anonymous imports
2017-10-04 16:40:45 -04:00
e2e8746044
rpc: historical validators
2017-09-03 16:07:37 -04:00
b0728260e9
comments
2017-08-09 23:51:09 -04:00
6f8d385dfa
fast sync status
2017-07-17 09:44:23 +03:00
05c0dfac12
First crack it providing fast-sync endpoint
2017-07-10 19:30:54 +02:00
f803544195
new logging
2017-05-13 10:24:58 +02:00
f0e7f0acf8
remove viper from rpc except test
2017-05-04 22:43:55 -04:00
cc6dde96c1
rpc -> rpc/lib and rpc/tendermint -> rpc
2017-04-26 19:57:33 -04:00
992b11c450
premerge2: rpc -> rpc/tendermint
2017-04-21 17:39:56 -04:00
f4d0076344
TxResult includes Tx. /tx only works if indexer active
2017-04-18 19:56:41 -04:00
63704454a3
expose /tx?hash="XXXXXXXXXXXX"
RPC call
2017-04-10 22:44:07 +04:00
1208296dc0
DialSeeds takes an AddrBook
2017-03-05 23:14:15 -05:00
f5c4fdc82a
seeds fix
2017-03-04 21:43:03 -05:00
f9df4294f3
move some interfaces to types/services.go
2017-02-20 20:09:15 -05:00
cbe6dbe7a1
handshake replay through consensus using mockApp
2017-02-16 17:56:45 -05:00
e229c8c3d7
rpc: /commit
2017-02-14 17:06:47 -05:00
c147b41013
TMSP -> ABCI
2017-01-12 15:53:32 -05:00
2113b6f4bb
rpc: use interfaces for pipe
2016-10-14 21:38:49 -04:00
35d4cca8bb
type safe events
2016-10-10 03:10:29 -04:00
41918d619c
expose query and info through rpc
2016-09-10 17:14:42 -04:00
65ebc344ac
broadcast_commit
2016-07-05 14:26:20 -04:00
6365c5efb5
bring back unsafe_set_config
2016-06-11 20:19:40 -07:00
ef43af19ab
Tendermint <-> Application refactor
2015-12-01 20:12:01 -08:00
e12f9d10e7
Bare consensus refactor
2015-11-01 11:34:08 -08:00
c4ed55d801
Refactor to move common libraries out of project
2015-10-22 17:39:06 -07:00
1b9fd811a1
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
2015-08-11 11:01:18 -07:00
3416004359
names in gendoc, genesis_test
2015-07-07 14:09:35 -07:00
be90fd1e0d
rpc cleanup; tendermint init
2015-05-12 19:03:05 -07:00
9a8652e001
Include peer round states in the dump_consensus_state RPC call.
2015-04-25 11:49:26 -07:00
13b6508ecd
Package import path change
2015-04-01 17:30:16 -07:00
dd1181f0d4
rpc: GetStorage and Call methods. Tests.
2015-03-31 15:36:06 -07:00
60f166e823
tendermint2
2015-03-31 15:33:31 -07:00
19a50c1229
SetRPC/Pipe => core.Set...
2015-03-29 18:06:55 -07:00
bddd29ef56
Merge branch 'statecache' into rpc
2015-03-29 18:03:28 -07:00
1fb1163721
rpc: separate out golang API into rpc/core
2015-03-29 18:00:28 -07:00