Anton Kaliaev
8d81a259c7
Merge pull request #1280 from tendermint/zach/explain-determinism
docs: add 'On Determinism'
7 years ago
Zach Ramsay
3019761204
docs: add document 'On Determinism'
closes https://github.com/tendermint/abci/issues/56
7 years ago
Anton Kaliaev
6120a4c5e4
Merge pull request #1256 from tendermint/feature/more-priv-val
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008
7 years ago
Alexander Simmerl
533ed2a876
adr: Amend decisions for PrivValidator
7 years ago
Ethan Buchman
d4e4055d57
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008
7 years ago
Alexander Simmerl
ee51ad8e29
Make RPC handler protocol agnostic ( #1276 )
7 years ago
Zach
bdd50c5f37
fix docs links & stuff ( #1273 )
* fix links in docs/spec etc, closes #1261
* spec: remove ref to non-existant repo
* codecov you weirdo
7 years ago
Anton Kaliaev
3d88612690
Merge pull request #1274 from tendermint/codecov
Codecov
7 years ago
Anton Kaliaev
630d54c95a
return back threshold and ignore sections
7 years ago
Ethan Buchman
3cedd8cf07
Merge pull request #1265 from tendermint/bucky/new-wire-api
Bucky/new wire api
7 years ago
Ethan Buchman
929f326dd2
update dep
7 years ago
Ethan Buchman
ff8c648c23
types: uncomment some tests
7 years ago
Ethan Buchman
8bceb5ce36
Merge pull request #1233 from tendermint/feature/xla-dial-seed-without-timeout
p2p: if we have no peers we should dial seeds right away
7 years ago
Alexander Simmerl
8f2703e8b2
Dial seeds directly without potential peers
In order to improve the operator experience we want the node to dial
seeds immediately if there are no peers to connect to. Until now the
routine responsible for ensuring peers are connected to would wait
a random amount of time up to 30s (if not configured otherwise).
7 years ago
Ethan Buchman
c394eef7b8
types: TestValidatorSetVerifyCommit
7 years ago
Ethan Buchman
f9921ae362
types/validator_set_test: move funcs around
7 years ago
Ethan Frey
fff0c6cd8e
Add app_state from genesis file in InitChain message
7 years ago
Ethan Buchman
59872bf335
update dep for new go-wire API
7 years ago
Ethan Buchman
656854186c
state: fix txResult issue with UnmarshalBinary into ptr
7 years ago
Ethan Buchman
6596bff8ec
types: bring back json.Marshal/Unmarshal for genesis/priv_val
7 years ago
Ethan Buchman
eaafd9d61c
state: builds
7 years ago
Ethan Buchman
5378bfc5c7
types.SignBytes -> o.SignBytes
7 years ago
Ethan Buchman
abeeeeb611
types: fix validator_set_test issue with UnmarshalBinary into ptr
7 years ago
Ethan Buchman
ca3655a409
types: p2pID -> P2PID
7 years ago
Ethan Buchman
6cf5100645
types: working on tests...
7 years ago
Ethan Buchman
51628aea08
types: revert to old wire. builds
7 years ago
Ethan Buchman
3395f5fb0e
types: builds
7 years ago
Ethan Buchman
d2cd079541
types: tests build
7 years ago
Ethan Buchman
fc35e3b8c5
wire: no codec yet
7 years ago
Ethan Buchman
085b4f5f2e
add wire pkg with global codec
7 years ago
Ethan Buchman
fd58645dd2
types: remove dep on p2p
7 years ago
Ethan Buchman
200787ede2
types: update for new go-wire. WriteSignBytes -> SignBytes
7 years ago
Ethan Buchman
9cdba04fe9
Merge pull request #1142 from tendermint/add_valid_value_mechanism
Add support for ValidBlock mechanism for the simplest case
7 years ago
Anton Kaliaev
e92c87630d
Merge pull request #1258 from tendermint/return-dummy-app
return back dummy & persistent_dummy as options for proxy_app
7 years ago
Zarko Milosevic
d4e93a6de3
Separate ValidBlock rule from unlocking rule
7 years ago
Zarko Milosevic
4670857c15
Add support for ValidBlock mechanism for the simplest case
7 years ago
Anton Kaliaev
e8d8aedd1f
update changelog
7 years ago
Anton Kaliaev
87372da730
return back dummy & persistent_dummy as options for proxy_app
7 years ago
Anton Kaliaev
3b40b62d04
Merge pull request #1198 from tendermint/feature/genesisrawjson
SDK: AppOptions -> AppState
7 years ago
Anton Kaliaev
c41cbf2a07
add missing golang.org/x/net/netutil package
7 years ago
Anton Kaliaev
1a3faa8db1
add app_state field to docs
7 years ago
Anton Kaliaev
4ce79baac7
rename app_options to app_state in genesis_test
7 years ago
Anton Kaliaev
056b70b4ce
update changelog
7 years ago
rigelrozanski
4806b3b9bf
AppOptions -> AppStateJSON
7 years ago
Ethan Buchman
2a8f0000b2
Merge pull request #1250 from tendermint/ditch-glide
Ditch glide
7 years ago
Ethan Buchman
dd2d846c02
Merge pull request #1203 from tendermint/feature/priv_val
types/priv_validator package
7 years ago
Anton Kaliaev
2ae87eee4e
style fixes from @xla
7 years ago
use-n-delete
4be23027ed
adding recipe for minimalistic deps analysis ( #1218 )
7 years ago
Anton Kaliaev
c19bbb2403
switch back to parsing .lock file
7 years ago
Ethan Buchman
edb871f514
Merge pull request #1237 from tendermint/feature/priv_val_socket_client
privVal: Integrate socket client
7 years ago