Anton Kaliaev
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
7 years ago
Zach Ramsay
d56b44f3a5
all: no more anonymous imports
7 years ago
Ethan Buchman
e2e8746044
rpc: historical validators
7 years ago
Ethan Buchman
b0728260e9
comments
7 years ago
ramil
6f8d385dfa
fast sync status
8 years ago
Adrian Brink
05c0dfac12
First crack it providing fast-sync endpoint
8 years ago
Anton Kaliaev
f803544195
new logging
8 years ago
Ethan Buchman
f0e7f0acf8
remove viper from rpc except test
8 years ago
Ethan Buchman
cc6dde96c1
rpc -> rpc/lib and rpc/tendermint -> rpc
8 years ago
Ethan Buchman
fcf78a5da7
cleanup go-config/viper and some unnamed imports
8 years ago
Rigel Rozanski
cefb2bede0
adding viper
int
int
8 years ago
Ethan Buchman
56c60fba23
go-p2p -> tendermint/p2p
8 years ago
Ethan Buchman
992b11c450
premerge2: rpc -> rpc/tendermint
8 years ago
Ethan Buchman
f4d0076344
TxResult includes Tx. /tx only works if indexer active
8 years ago
Anton Kaliaev
63704454a3
expose `/tx?hash="XXXXXXXXXXXX"` RPC call
8 years ago
Ethan Buchman
1208296dc0
DialSeeds takes an AddrBook
8 years ago
rigelrozanski
f5c4fdc82a
seeds fix
8 years ago
Ethan Buchman
f9df4294f3
move some interfaces to types/services.go
8 years ago
Ethan Buchman
cbe6dbe7a1
handshake replay through consensus using mockApp
8 years ago
Ethan Buchman
e229c8c3d7
rpc: /commit
8 years ago
Ethan Buchman
c147b41013
TMSP -> ABCI
8 years ago
Ethan Buchman
2113b6f4bb
rpc: use interfaces for pipe
8 years ago
Ethan Buchman
35d4cca8bb
type safe events
8 years ago
Ethan Buchman
41918d619c
expose query and info through rpc
8 years ago
Ethan Buchman
65ebc344ac
broadcast_commit
9 years ago
Ethan Buchman
6365c5efb5
bring back unsafe_set_config
9 years ago
Jae Kwon
ef43af19ab
Tendermint <-> Application refactor
9 years ago
Jae Kwon
e12f9d10e7
Bare consensus refactor
9 years ago
Jae Kwon
c4ed55d801
Refactor to move common libraries out of project
9 years ago
Jae Kwon
1b9fd811a1
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
10 years ago
Ethan Buchman
3416004359
names in gendoc, genesis_test
10 years ago
Jae Kwon
be90fd1e0d
rpc cleanup; tendermint init
10 years ago
Jae Kwon
9a8652e001
Include peer round states in the dump_consensus_state RPC call.
10 years ago
Jae Kwon
13b6508ecd
Package import path change
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
Ethan Buchman
60f166e823
tendermint2
10 years ago
Ethan Buchman
19a50c1229
SetRPC/Pipe => core.Set...
10 years ago
Ethan Buchman
1fb1163721
rpc: separate out golang API into rpc/core
10 years ago
Jae Kwon
08a83aa9fb
Reactors can be stopped or started at any time.
10 years ago
Jae Kwon
87e1f76324
tendermint/block -> tendermint/types and tendermint/blockchain
10 years ago
Ethan Buchman
168b1255ec
SetRPCSwitch
10 years ago
Ethan Buchman
7aa1d67c97
rpc: add status and net info
10 years ago
Jae Kwon
0a6c28c2da
block module -> import as blk
10 years ago
Jae Kwon
135894ea88
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
10 years ago
Jae Kwon
7afb75049f
API to list accounts
10 years ago
Jae Kwon
325b88b083
time encoding in binary/reflect
10 years ago
Jae Kwon
0d075c7592
silly tx RPC command
10 years ago
Jae Kwon
8e9c060e6d
Begin writing RPC HTTP Server
10 years ago
Jae Kwon
1b59caf950
created "Node"
11 years ago