package
1.17.0-rc2
Repository: https://github.com/filecoin-project/venus.git
Documentation: pkg.go.dev

# Functions

NewLocalSlashFilter create a slash filter base on badger db.
NewMysqlSlashFilter create a new slash filter base on mysql database.
No description provided by the author

# Structs

LocalSlashFilter use badger db to save mined block for detect slash consensus block.
MinedBlock record mined block.
No description provided by the author

# Interfaces

ISlashFilter used to detect whether the miner mined a invalidated block , support local db and mysql storage.