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
Need to move the configuration for who submits to smart contract level configuration, which means we need to init Domain contract instance each time it is loaded into memory by the sequencer.
Two architecturally significant configurations
How is the coordinator chosen
Statically configured in the configuration of the contract
Picked dynamically between the set of endorsers
The sender of the transaction
How is the submitter chosen
Coordinator submit
Sender submit
3rd party submission - not yet implemented
Combinations we will implement immediately
1+1 - core option set for Noto
2+1 - core option set for Pente
3+2 - core option set for Zeto
The text was updated successfully, but these errors were encountered:
Need to move the configuration for who submits to smart contract level configuration, which means we need to init Domain contract instance each time it is loaded into memory by the sequencer.
Two architecturally significant configurations
How is the coordinator chosen
How is the submitter chosen
Combinations we will implement immediately
The text was updated successfully, but these errors were encountered: