Fantom-foundation / go-opera

Opera blockchain protocol secured by the Lachesis consensus algorithm
https://fantom.foundation/
GNU Lesser General Public License v3.0
283 stars 283 forks source link

Added dynamic and static ban #441

Open jmozah opened 1 year ago

jmozah commented 1 year ago

This PR uses the static and dynamic ban methods. All serious errors will get a static ban and any application protocol error will attract a dynamic ban.

This PR is dependent on https://github.com/Fantom-foundation/go-ethereum/pull/45 Also this PR should be merged after merging https://github.com/Fantom-foundation/go-opera/pull/431