tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

[TASK] Report Macro #263

Open Tjemmmic opened 1 month ago

Tjemmmic commented 1 month ago

Overview

The report! procedural macro is designed for defining reporting functions within a Blueprint. These functions are responsible for cross-chain reporting tasks, such as slashing, rather than completing specific jobs or tasks. The macro supports multiple parameters, providing flexibility across different contexts.

General

Event Handler

Testing