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

Missed elements in AST tree #121

Closed
pizza-777 opened this issue Nov 2, 2022 · 1 comment
Closed

Missed elements in AST tree #121

pizza-777 opened this issue Nov 2, 2022 · 1 comment

Comments

@pizza-777
Copy link
Contributor

The responsible function has specific returns with {parameters} like this:

return { value: 0, bounce: false, flag: MsgFlag.REMAINING_GAS } (left_wallet, right_wallet, lp_wallet);

( source DexPair.sol )

I generate an AST tree with the command

everdev sol ast --format compact-json DexPair.sol

But the AST tree doesn't have these parameters.

@IgorKoval
Copy link
Collaborator

Thank you, fixed in 0.68.0 version

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

2 participants