Skip to content
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

piet parsing issues #44

Open
Le4kno3 opened this issue Jan 12, 2023 · 0 comments
Open

piet parsing issues #44

Le4kno3 opened this issue Jan 12, 2023 · 0 comments

Comments

@Le4kno3
Copy link

Le4kno3 commented Jan 12, 2023

Hi,

I have observed some parsing issues while loading solidity contracts. Below are the 3 things that are causing the issue.

  1. receive() {}
  2. abstract contract ...
  3. address.call{value: msg.value}()

The receive(){} function.
Any abstract contracts.
Any call to functions with passing custom values or gas.

After I removed all these lines, I was able to parse my contract .sol files in piet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant