sov-prover-incentives

Crates.iosov-prover-incentives
lib.rssov-prover-incentives
version0.3.0
sourcesrc
created_at2023-05-31 17:11:10.716781
updated_at2023-10-20 17:18:42.103036
descriptionA Sovereign SDK module for incentivizing provers
homepagehttps://www.sovereign.xyz
repositoryhttps://github.com/sovereign-labs/sovereign-sdk
max_upload_size
id878996
size21,902
Preston Evans (preston-evans98)

documentation

README

Prover Incentives

This module is a placeholder for the logic incentivizing provers

This module implements the logic for processing proof transactions. Such logic is necessary if you want to reward provers or do anything else that's "aware" of proof generation inside you state transition function.

Currently, this module allows provers to register and de-register, and allows the on-chain validation of proofs from registered provers. If proof validation fails, the offending prover is slashed.

This module does not reward provers - incentives for provers will depend on gas metering, which has yet to be implemented.

Commit count: 752

cargo fmt