-
Notifications
You must be signed in to change notification settings - Fork 84
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
Top level objects on a file with no contracts cause a KeyError: 'sourceMap'
with Foundry
#275
Comments
elenadimitrova
added a commit
to soundxyz/sound-protocol
that referenced
this issue
Aug 17, 2022
rather than an empty import which triggered issue crytic/crytic-compile#275
elenadimitrova
added a commit
to soundxyz/sound-protocol
that referenced
this issue
Aug 17, 2022
rather than an empty import which triggered issue crytic/crytic-compile#275
elenadimitrova
added a commit
to soundxyz/sound-protocol
that referenced
this issue
Aug 17, 2022
rather than an empty import which triggered issue crytic/crytic-compile#275
elenadimitrova
added a commit
to soundxyz/sound-protocol
that referenced
this issue
Aug 18, 2022
rather than an empty import which triggered issue crytic/crytic-compile#275
elenadimitrova
added a commit
to soundxyz/sound-protocol
that referenced
this issue
Aug 18, 2022
* Add slither config * Add slither run in github action * Switch to the actual interface implementation rather than an empty import which triggered issue crytic/crytic-compile#275 * Add changeset * Enable colour on slither output * Add slither run command in node * Exclude test contracts from slither analysis * Add some valid ignores to slither config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JSON files generated have no
sourceMap
in them when there is only top-level objects; it might be related to foundry-rs/foundry#1646Repo to reproduce: https://github.com/antoncoding/grappa @ 5886d166ee7b356ca1931c00fda63f7d6bc22b70
The text was updated successfully, but these errors were encountered: