Jae Kwon
|
f288e58c81
|
Prefix TMSP messages with length
|
9 years ago |
Ethan Buchman
|
28ec3d48fa
|
signer interface for validators
|
9 years ago |
Ethan Buchman
|
b9e143d956
|
Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review
|
9 years ago |
Jae Kwon
|
67e74756f4
|
Remove PEX/AddrBook
|
9 years ago |
Jae Kwon
|
f37f578b1d
|
Add RemoteAddr and ListenAddr to NodeInfo
|
9 years ago |
Jae Kwon
|
ef43af19ab
|
Tendermint <-> Application refactor
|
9 years ago |
Jae Kwon
|
d69b5c5ab6
|
Conform to go-wire 1.0
|
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
|
7c12c5aee3
|
Fix config bug where chain_id is default magic. Always read from genesis
|
9 years ago |
Jae Kwon
|
26905b1260
|
Make Tendermint genesis agnostic; wait for file to start node
|
9 years ago |
Ethan Buchman
|
bb662b8861
|
more config options
|
9 years ago |
Ethan Buchman
|
b54522c60f
|
more versioning
|
9 years ago |
Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
9 years ago |
Jae Kwon
|
908fd11665
|
more explicit _, err := Start() checking
|
9 years ago |
Jae Kwon
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
9 years ago |
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
9 years ago |
Jae Kwon
|
a84d4320df
|
websockets accept rpc requests
|
9 years ago |
Jae Kwon
|
91cf9d4595
|
remove spurious :6060 listener for pprof
|
9 years ago |
Jae Kwon
|
7441e322d0
|
fix node/addrbook test; made build task quieter
|
9 years ago |
Ethan Buchman
|
5f0cf31eda
|
add test for node start/stop (failing)
|
9 years ago |
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
9 years ago |
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
9 years ago |
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
9 years ago |
Ethan Buchman
|
e087284a4f
|
update logger package for new level 'notice'
|
9 years ago |
Jae Kwon
|
e4c351f5fc
|
UUID -> PubKeyEd25519
|
9 years ago |
Jae Kwon
|
fd64547ce7
|
Put a SecretConnection before the MConnection; Node Priv/PubKeys
|
9 years ago |
Jae Kwon
|
e4fae760af
|
move revisions file to ~/.tendermint/
|
9 years ago |
Ethan Buchman
|
9dba060e25
|
log chainID on startup
|
9 years ago |
Ethan Buchman
|
d0610845dc
|
peers use uuid to avoid duplicate connections
|
9 years ago |
Ethan Buchman
|
3f7f3dd37f
|
add git commit hash to nodeInfo
|
9 years ago |
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
9 years ago |
Jae Kwon
|
24acda1afc
|
Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently
|
9 years ago |
Jae Kwon
|
c79062ef6a
|
Fix state/State race condition bug.
|
9 years ago |
Ethan Buchman
|
3416004359
|
names in gendoc, genesis_test
|
10 years ago |
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
10 years ago |
Ethan Buchman
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
10 years ago |
Jae Kwon
|
3565db4eef
|
Refactor RPC/*, tendermint/config for debora+barak
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Androlo
|
3b142b9277
|
getter for blockstore in Node
|
10 years ago |
Jae Kwon
|
be90fd1e0d
|
rpc cleanup; tendermint init
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
ae171ba134
|
random dialing
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Jae Kwon
|
e6a96e2cd6
|
bump version
|
10 years ago |
Jae Kwon
|
778992e31e
|
Added pprof entry
|
10 years ago |
Jae Kwon
|
9a8652e001
|
Include peer round states in the dump_consensus_state RPC call.
|
10 years ago |
Ethan Buchman
|
9892dfd0b3
|
allow multiple seed nodes
|
10 years ago |
Jae Kwon
|
d9bfe82d93
|
rpc.StartHTTPServer listener bug fix
|
10 years ago |
Jae Kwon
|
66ff985cd2
|
Added a registry to Barak.
|
10 years ago |