-
Notifications
You must be signed in to change notification settings - Fork 0
Bump lcp to v0.2.12 #3
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
Conversation
| .PHONY: fmt | ||
| fmt: | ||
| @cargo fmt --all && cd ./enclave && cargo fmt --all | ||
| @cd ./enclave && cargo fmt --all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since cargo fmt failed on the directory.
$ cargo fmt --all
`cargo metadata` exited with an error: error: could not find `Cargo.toml` in `/home/ubuntu/ghq/github.com/datachainlab/besu-ethereum-ibc-lcp` or any parent directory
| setup_runtime!({ | ||
| Environment::new(build_lc_registry()) | ||
| }); | ||
| setup_runtime!({ Environment::new(build_lc_registry()) }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is just formatted by make fmt.
| - --allow-insecure-unlock | ||
| - --unlock=0xa89F47C6b463f74d87572b058427dA0A13ec5425,0xcBED645B1C1a6254f1149Df51d3591c6B3803007 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/ethereum/go-ethereum/releases/tag/v1.14.12
we cannot use --unlock anymore.
| accounts: { | ||
| mnemonic: "math razor capable expose worth grape metal sunset metal sudden usage scheme", | ||
| path: "m/44'/60'/0'/0", | ||
| initialIndex: 0, | ||
| count: 1, | ||
| passphrase: "", | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| module.exports = { | ||
| solidity: { | ||
| version: "0.8.20", | ||
| version: "0.8.28", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: try to add cancun to Besu-side as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since cancun isn't enabled in genesis.json, it's okay not to enable cancun on Besu-side.
https://github.com/datachainlab/besu-ethereum-ibc-lcp/blob/main/tests/e2e/chains/besu/chain/qbftConfigFile.json
| }, | ||
| "minimal_fork_sched": { | ||
| "electra": 82125 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,23 +1,21 @@ | |||
| module github.com/datachainlab/cosmos-ethereum-ibc-lcp | |||
| module github.com/datachainlab/besu-ethereum-ibc-lcp | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
bluele
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@junichi-tanaka Sorry for the late review🙇 LGTM👍
Uh oh!
There was an error while loading. Please reload this page.