Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillig committed Jun 24, 2021
1 parent 417b4d1 commit 4ea0b91
Show file tree
Hide file tree
Showing 34 changed files with 2,271 additions and 1,841 deletions.
264 changes: 164 additions & 100 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ num-traits = "0.2.14"
strum = { version = "0.20.0", features = ["derive"] }
vec1 = "1.8.0"
semver = "1.0.0"
salsa = "0.16.1"
indexmap = "1.6.2"

[dev-dependencies]
insta = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion analyzer/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub enum ValueMethod {
AbiEncode,
}

#[derive(Clone, Debug, PartialEq, EnumString, IntoStaticStr, Hash)]
#[derive(Clone, Debug, PartialEq, Eq, EnumString, IntoStaticStr, Hash)]
#[strum(serialize_all = "snake_case")]
pub enum GlobalMethod {
Keccak256,
Expand Down
Loading

0 comments on commit 4ea0b91

Please sign in to comment.