Logo
Explore Help
Sign In
fluencelabs/tendermint
1
0
Fork 0
You've already forked tendermint
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-09 13:25:04 +00:00
Code Issues Projects Releases Wiki Activity
f996b10f47
BranchesTags
View all branches
tendermint/lite/types.go

14 lines
321 B
Go
Raw Normal View History

Refactor "lite" to handle delayed validator set changes. Also, fix consensus liveness issue.
2018-06-09 04:25:48 -07:00
package lite
import (
"github.com/tendermint/tendermint/types"
)
Addressed review for #1815 except those marked as 'TODO make issue'
2018-08-02 03:10:50 -07:00
// Verifier checks the votes to make sure the block really is signed properly.
// Verifier must know the current or recent set of validitors by some other
Refactor "lite" to handle delayed validator set changes. Also, fix consensus liveness issue.
2018-06-09 04:25:48 -07:00
// means.
Addressed review for #1815 except those marked as 'TODO make issue'
2018-08-02 03:10:50 -07:00
type Verifier interface {
lite: Add synchronization in lite verify (#2396) * Implement issues 2386: add synchronization in lite verify and change all Certify to Verify * Replace make(chan struct{}, 0) with make(chan struct{}) * Parameterize memroy cache size and add concurrent test * Refactor import order
2018-09-29 07:23:21 +08:00
Verify(sheader types.SignedHeader) error
Refactor "lite" to handle delayed validator set changes. Also, fix consensus liveness issue.
2018-06-09 04:25:48 -07:00
ChainID() string
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 2637ms Template: 585ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API