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
#122 upgrades to SP1 v4 but it doesn't upgrade the solidity-ibc-eureka submodule commit because that involved a number of breaking changes.
Proposal
Upgrade the solidity-ibc-eureka commit. To reduce the diff, we can consider not upgrading to Cosmos SDK v0.52.x by copying the Go code that we need from solidity-ibc-eureka directly into this repo and removing and Go dependencies so that we don't transitively get bumped to v0.52.x.
The text was updated successfully, but these errors were encountered:
FLUP to #106
because we use a root level Cargo workspace for celestia-prover. See
#109Closes#111
Opens #123
## Testing
```
cargo build
```
passes in root (for celestia-prover) and in `provers/blevm`.
## Notice
Contributors to this repo will have to modify their local `.env` file
and bump to the latest Rust and SP1 versions.
Context
#122 upgrades to SP1 v4 but it doesn't upgrade the solidity-ibc-eureka submodule commit because that involved a number of breaking changes.
Proposal
Upgrade the solidity-ibc-eureka commit. To reduce the diff, we can consider not upgrading to Cosmos SDK v0.52.x by copying the Go code that we need from solidity-ibc-eureka directly into this repo and removing and Go dependencies so that we don't transitively get bumped to v0.52.x.
The text was updated successfully, but these errors were encountered: