Skip to content

Commit

Permalink
solc v0.8.22; shanghai, push0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillig committed Nov 2, 2023
1 parent 83cfbb4 commit ef1d230
Show file tree
Hide file tree
Showing 143 changed files with 684 additions and 614 deletions.
115 changes: 58 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/analyzer/src/traversal/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ pub fn type_desc(
if let Some(val) = self_type {
Ok(Type::SelfType(val).id(context.db()))
} else {
dbg!("Reporting error");
Err(TypeError::new(context.error(
"`Self` can not be used here",
desc.span,
Expand Down
2 changes: 1 addition & 1 deletion crates/test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ indexmap = "1.6.2"

# used by revm; we need to force the js feature for wasm support
getrandom = { version = "0.2.8", features = ["js"] }
revm = "3.0"
revm = "3.3"
Loading

0 comments on commit ef1d230

Please sign in to comment.