Ethan Buchman
|
1f3e4d2d9a
|
move PartSetSize out of the config, into ConsensusParams
|
7 years ago |
Ethan Buchman
|
525fc0ae5b
|
types: block comments
|
7 years ago |
zramsay
|
bf5181d9ca
|
address PR comments
|
8 years ago |
zramsay
|
cf31f8d06f
|
core: apply megacheck vet tool (unused, gosimple, staticcheck)
|
8 years ago |
Ethan Buchman
|
6a30a902c9
|
[types] more []byte->data.Bytes and some %X->%v
|
8 years ago |
Anton Kaliaev
|
f8fdbe3dbc
|
changes as per Bucky's review
|
8 years ago |
Ethan Buchman
|
75b6c5215f
|
fewer structs. remove viper from consensus
|
8 years ago |
Ethan Buchman
|
29c0e6e4f4
|
remove viper from blockchain and state
|
8 years ago |
Ethan Buchman
|
bdb34f9f4e
|
types: []byte -> data.Bytes
|
8 years ago |
Ethan Buchman
|
d5b524e309
|
go-merkle -> merkleeyes/iavl and tmlibs/merkle
|
8 years ago |
Ethan Buchman
|
d1926bcad1
|
use tmlibs
|
8 years ago |
Ethan Buchman
|
5da9b3a803
|
postmerge
|
8 years ago |
Ethan Buchman
|
0017fb7ffe
|
premerge
|
8 years ago |
Ethan Buchman
|
de0153a1c4
|
consensus: some more informative logging
|
8 years ago |
Ethan Buchman
|
1b3766d802
|
types: canonical_json.go
|
8 years ago |
Ethan Buchman
|
de6bba4609
|
test: randConsensusNet takes more args
|
8 years ago |
Ethan Buchman
|
6be5bda8c9
|
types: copy commit bit array
|
8 years ago |
Jae Kwon
|
4202c4bf20
|
Fix Merge pull request #319
|
8 years ago |
Ethan Buchman
|
2f9063c1d6
|
consensus: test validator set change
|
8 years ago |
Ethan Buchman
|
e0db20c0cf
|
update privValidatorIndex on valset change
|
8 years ago |
Ethan Buchman
|
655b6300f5
|
val set changes
|
8 years ago |
Ethan Buchman
|
07597dfd45
|
post rebase fixes for BlockID, partSize
|
8 years ago |
Ethan Buchman
|
4360c360a4
|
move handshake to state, use Handshaker, more tests
|
8 years ago |
Jae Kwon
|
d83fc02597
|
MakePartSet takes partSize from config. fix replay test
|
8 years ago |
Jae Kwon
|
b73a6905a1
|
Initial pass at bft_fix_2 completion
|
8 years ago |
Jae Kwon
|
655d829314
|
Fix proposal sign bytes. Start tracking blockID in POL
|
8 years ago |
Jae Kwon
|
1173a85c85
|
Use BlockID everywhere
|
8 years ago |
Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Ethan Buchman
|
d23f38b4f3
|
txs.Hash() to avoid extra allocs
|
9 years ago |
Ethan Buchman
|
5e42c96267
|
crank the part size; prioritize data channel
|
9 years ago |
Ethan Buchman
|
898f44ddda
|
config: disable_data_hash (for testing)
|
9 years ago |
Jae Kwon
|
39d72d5811
|
Remove fees
|
9 years ago |
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
9 years ago |
Jae Kwon
|
5d06bb964b
|
Fix comments about AppHash, rollbacks, etc
|
9 years ago |
Jae Kwon
|
3e3c0083c7
|
Make order be decided first; Remove TMSP Commit/Rollback
|
9 years ago |
Ethan Buchman
|
9dea9539b4
|
fix consensus tests
|
9 years ago |
Jae Kwon
|
ab1e8a35c6
|
Shorten consensus log events
|
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
|
b96fd8a031
|
Beginning of complete merkle proofs
|
9 years ago |
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
9 years ago |
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
9 years ago |
Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
9 years ago |
Jae Kwon
|
c79062ef6a
|
Fix state/State race condition bug.
|
9 years ago |
Jae Kwon
|
a55cc5c65e
|
nil validation has zero size
|
10 years ago |
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
10 years ago |
Jae Kwon
|
7196e5ad8e
|
string formatting
|
10 years ago |
Jae Kwon
|
26c192b047
|
Fix consensus:
* Use LastValidators when a Vote is received for the last height.
* Fix Validation.Height/Round to use FirstPrecommit.
|
10 years ago |