Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 353 Bytes

SmartBFT-Fuzz

This is a fuzz project for SmartBFT-Go/fabric

Compared with original Smartbft node, a function 'func (e *Egress) SendConsensusFuzz(targetID uint64, m *protos.Message)' is added in egress.go, messageFuzzer.go is added in package smartbft.

To run the fuzzer node locally, just replace SendConsensus with SendConsensusFuzz in egress.go.