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.
 
 
 
 
 
 
Anton Kaliaev 287110d425
consensus: bring back log.Error statement (#4899)
4 years ago
..
types format: add format cmd & goimport repo (#4586) 4 years ago
README.md docs: fix broken links in consensus/readme.md (#4200) 5 years ago
byzantine_test.go add state sync reactor (#4705) 4 years ago
codec.go format: add format cmd & goimport repo (#4586) 4 years ago
common_test.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
mempool_test.go format: add format cmd & goimport repo (#4586) 4 years ago
metrics.go add state sync reactor (#4705) 4 years ago
reactor.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
reactor_test.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
replay.go consensus: add comment as to why use mocks during replay (#4785) 4 years ago
replay_file.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
replay_stubs.go evidence: create proof of lock change and implement it in evidence store (#4746) 4 years ago
replay_test.go consensus: fix TestSimulateValidatorsChange 4 years ago
state.go consensus: bring back log.Error statement (#4899) 4 years ago
state_test.go evidence: create proof of lock change and implement it in evidence store (#4746) 4 years ago
ticker.go libs/common: refactor libs common 3 (#4232) 5 years ago
wal.go change use of errors.Wrap to fmt.Errorf with %w verb 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 Update master (#4087) 5 years ago

README.md

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