ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommendations for proofs of misbehavior for blockchain integrations

drewstone opened this issue · comments

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?