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
The operator was initially built in the sp1-ics07-tendermint repository to deploy and test the sp1 light client. Since it is only capable of creating fixtures, it has become a hacky solution in the testing suite.
The responsibilities of the operator should be given to individual relayer modules (which should be allowed to have custom RPC methods and possibly custom cli).
Tasks
Allow relayer modules to have custom RPC methods.
Move sp1-ics07 client creation to the cosmos_to_eth relayer module and remove client deployment script.
Move sp1-ics07 proof creation methods to the cosmos_to_eth relayer module and generate the fixtures in e2e tests instead.
Remove the operator
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Requirements
The operator was initially built in the
sp1-ics07-tendermint
repository to deploy and test the sp1 light client. Since it is only capable of creating fixtures, it has become a hacky solution in the testing suite.The responsibilities of the operator should be given to individual relayer modules (which should be allowed to have custom RPC methods and possibly custom cli).
Tasks
cosmos_to_eth
relayer module and remove client deployment script.cosmos_to_eth
relayer module and generate the fixtures in e2e tests instead.For Admin Use
The text was updated successfully, but these errors were encountered: