A minimal and compact IBFT 2.0 implementation, written in Go
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.
 
 
go-ibft/core
Stefan Negovanović 49b0ca1c3b
Expand `BuildProposal` with current round information (#43)
2 years ago
..
backend.go Expand `BuildProposal` with current round information (#43) 2 years ago
consensus_test.go Expand `BuildProposal` with current round information (#43) 2 years ago
core_test.go Integrate goleak to tests (#32) 2 years ago
drop_test.go Introduce drop property tests (#31) 2 years ago
helpers_test.go Expand `BuildProposal` with current round information (#43) 2 years ago
ibft.go Expand `BuildProposal` with current round information (#43) 2 years ago
ibft_test.go Expand `BuildProposal` with current round information (#43) 2 years ago
mock_test.go Expand `BuildProposal` with current round information (#43) 2 years ago
rapid_test.go Expand `BuildProposal` with current round information (#43) 2 years ago
state.go Fix type of CommittedSeal in IsValidCommittedSeal and InsertBlock (#24) 2 years ago
transport.go