ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
966 stars 309 forks source link

Recommendations for proofs of misbehavior for blockchain integrations #156

Open drewstone opened 2 years ago

drewstone commented 2 years ago

We are integrating this system into a blockchain using the active validators of Proof of Stake network as our participating set. While we can diagnose misbehavior using the tools of this repo, we're curious what the recommended routes are for getting proofs of misbehavior on chain to allow for provable slashing conditions. Right now it doesn't seem like the proofs of misbehavior are exported in any way or maybe I'm missing something?