-
Notifications
You must be signed in to change notification settings - Fork 15
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(evm): EVMLA (E, I) pipelines #120
feat(evm): EVMLA (E, I) pipelines #120
Conversation
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.
By some reason licensing started to fail:
error[rejected]: failed to satisfy license requirements
┌─ registry+https://github.com/rust-lang/crates.io-index#[email protected]:4:12
│
4 │ license = "Unicode-3.0"
│ ^^^^^^^^^^^
│ │
│ license expression retrieved via Cargo.toml `license`
│ rejected: not explicitly allowed
@antonbaliasnikov yeah, that seems to have been triggered by some external intervention. |
e2142af
to
4cdad2a
Compare
To be merged after matter-labs/era-compiler-vyper#127 where |
@hedgar2017 , I've updated cargo.lock and restarted CI. |
74cda40
to
5fc6a8b
Compare
@antonbaliasnikov it looks like the checks are still not mandatory here. |
What ❔
Fixes the EVMLA pipeline for EVM target.
Why ❔
Some deploy code functions were unsupported.
Checklist
cargo fmt
and checked withcargo clippy
.