-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: relayer #67
base: main
Are you sure you want to change the base?
feat: relayer #67
Conversation
~ $ simd query ibc channelv2 unreceived-packets channel-0 height: revision_height: "475" revision_number: "0" sequences: [] ~ $ simd query ibc channelv2 unreceived-packets channel-1 height: revision_height: "475" revision_number: "0" sequences: []
failed to request state transition proof: rpc error: code = Internal desc = error sending request for url (http://localhost:8545/)
The request is hitting celestia-prover
Getting this error
I think the client ID may need to be the SP1 contract address |
|
I think this line in the docker-compose may be incorrect |
New error unlocked
|
I made the celestia-prover crash. Logs from before the crash
Looks like it OOMed
|
it does so going to revert this commit
This reverts commit 7899f96.
The tx on the EVM fails. The revert reason is:
|
Currently failing b/c custom error code
Which is only returned here but we should be updating the client not upgrading it. |
New error unlocked
which may be a failure in a delegate call |
Closes step two of #31. A more detailed write-up exists in the README.