Skip to content

Commit

Permalink
Add a TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 11, 2024
1 parent 7559d52 commit 37aa428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/solidity/testing/sanctuary/src/datasets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ fn patch_possibly_buggy_version_from_etherscan(network: &str, address: &str, ver

#[allow(clippy::items_after_statements)]
// These all use `pure`/`view`, which was introduced in 0.4.16:
// TODO(#934): Remove this once the sanctuary index update is propagated.
static PURE_VIEW_CONTRACTS: Lazy<HashSet<&str>> = Lazy::new(|| {
HashSet::from_iter([
/* 0.4.11 */ "0ff7599a9e2c9eb63ddb42a0e8b475b579a13e08",
Expand Down

0 comments on commit 37aa428

Please sign in to comment.