sov-prover-incentives 0.3.0

A Sovereign SDK module for incentivizing provers
docs.rs failed to build sov-prover-incentives-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sov-prover-incentives-0.2.0

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.