You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the project to support fee management and the implementation of incentive structures (around proof aggregation) on top of the protocol.
This is likely to require the extension of existing data structures (see: b61986e the int32 fee_in_wei = 3; attribute of the RPC message TransactionToAggregate for instance).
Take a more general approach to this to make the project more generic with regard to incentive structures support.
The text was updated successfully, but these errors were encountered:
Extend the project to support fee management and the implementation of incentive structures (around proof aggregation) on top of the protocol.
This is likely to require the extension of existing data structures (see: b61986e the
int32 fee_in_wei = 3;
attribute of the RPC messageTransactionToAggregate
for instance).Take a more general approach to this to make the project more generic with regard to incentive structures support.
The text was updated successfully, but these errors were encountered: