You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Callum Waters b7f6e47a42
evidence: modularise evidence by moving verification function into evidence package (#5234)
4 years ago
..
types proto: folder structure adhere to buf (#5025) 4 years ago
README.md lint: add markdown linter (#5254) 4 years ago
byzantine_test.go evidence: modularise evidence by moving verification function into evidence package (#5234) 4 years ago
common_test.go evidence: modularise evidence by moving verification function into evidence package (#5234) 4 years ago
invalid_test.go consensus: Do not allow signatures for a wrong block in commits 4 years ago
mempool_test.go consensus: increase ensureTimeout (#4891) 4 years ago
metrics.go add state sync reactor (#4705) 4 years ago
msgs.go proto: folder structure adhere to buf (#5025) 4 years ago
msgs_test.go test: protobuf vectors for reactors (#5221) 4 years ago
reactor.go genesis: add support for arbitrary initial height (#5191) 4 years ago
reactor_test.go evidence: modularise evidence by moving verification function into evidence package (#5234) 4 years ago
replay.go consensus: don't check InitChain app hash vs genesis app hash, replace it (#5237) 4 years ago
replay_file.go linter: (1/2) enable errcheck (#5064) 4 years ago
replay_stubs.go evidence: modularise evidence by moving verification function into evidence package (#5234) 4 years ago
replay_test.go genesis: add support for arbitrary initial height (#5191) 4 years ago
state.go crypto: API modifications (#5236) 4 years ago
state_test.go genesis: add support for arbitrary initial height (#5191) 4 years ago
ticker.go libs/common: refactor libs common 3 (#4232) 5 years ago
wal.go proto: folder structure adhere to buf (#5025) 4 years ago
wal_fuzz.go add gofuzz test for consensus wal 7 years ago
wal_generator.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
wal_test.go crypto/merkle: remove simple prefix (#4989) 4 years ago

README.md

Consensus

See the consensus spec and the reactor consensus spec for more information.