Dev Ojha
|
56d7160606
|
Add ValidatorPubkeyTypes as a consensus param (#2636)
* Add ValidatorPubkeyTypes as a consensus param
Ref #2414
* update spec
* address anton's comment
* Switch to Validator and Validator Params
* Correct changelog entry
* Address bucky's comments!
* forgot to update changelog
* fix typo
* fix Params naming
|
6 years ago |
Dev Ojha
|
2756be5a59
|
libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199)
* libs: Remove usage of custom Fmt, in favor of fmt.Sprintf
Closes #2193
* Fix bug that was masked by custom Fmt!
|
6 years ago |
Jae Kwon
|
b41b89732d
|
Update store.go
Revert to SetSync for saveABCIResponses() as per Ethan's feedback
|
6 years ago |
Zach Ramsay
|
44dad6d70b
|
Revert "detele everything"
This reverts commit d02c5d1e30 .
|
6 years ago |
Zach Ramsay
|
d02c5d1e30
|
detele everything
|
6 years ago |
Alexander Simmerl
|
48a1f6f9b3
|
state: Format panics
|
6 years ago |
Anton Kaliaev
|
e565e348d5
|
fix wrong field access in LoadConsensusParams
Closes #1766
|
6 years ago |
Ethan Buchman
|
d55243f0e6
|
fix import paths
|
6 years ago |
Jae Kwon
|
a5b7ea93c4
|
Delay validator set changes by 1 block.
|
7 years ago |
Jae Kwon
|
8128627f08
|
Optimizing blockchain reactor.
Should be paired with https://github.com/tendermint/iavl/pull/65.
|
6 years ago |
Alexander Simmerl
|
a605b66c5a
|
Move abci imports
|
6 years ago |
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
6 years ago |
Liamsi
|
96a3502126
|
delete everything
|
6 years ago |
Ethan Buchman
|
3d2c4fd309
|
update Evidence type - requires pubkey and valset to verify and convert to abci.Evidence
|
7 years ago |
Ethan Buchman
|
dd62f06994
|
state: s -> state
|
7 years ago |
Jae Kwon
|
89cdde7f1e
|
Fix state tests
|
7 years ago |
Ethan Buchman
|
eaafd9d61c
|
state: builds
|
7 years ago |
Ethan Buchman
|
1d6f00859d
|
fixes from review
|
7 years ago |
Ethan Buchman
|
0acca7fe69
|
final updates for state
|
7 years ago |
Ethan Buchman
|
f82b7e2a13
|
state: re-order funcs. fix tests
|
7 years ago |
Ethan Buchman
|
9e6d088757
|
state: BlockExecutor
|
7 years ago |
Ethan Buchman
|
c915719f85
|
*State->State; SetBlockAndValidators->NextState
|
7 years ago |
Ethan Buchman
|
f55135578c
|
state: move methods to funcs
|
7 years ago |