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

public-vm: per-contract-function avm/non-avm execution #5415

Closed
fcarreiro opened this issue Mar 25, 2024 · 0 comments · Fixed by #5421
Closed

public-vm: per-contract-function avm/non-avm execution #5415

fcarreiro opened this issue Mar 25, 2024 · 0 comments · Fixed by #5421
Assignees
Labels
C-avm Component: AVM related tickets (aka public VM)

Comments

@fcarreiro
Copy link
Contributor

Be able to simulate vs simulateAvm only for functions marked with the public-vm macro. Right now it only happens based on the AVM_ENABLED env var. This is not nice for testing e2e contracts, since they usually depend on other contracts/functions which may not be using the macro public-vm.

@fcarreiro fcarreiro added the C-avm Component: AVM related tickets (aka public VM) label Mar 25, 2024
@fcarreiro fcarreiro self-assigned this Mar 25, 2024
@github-project-automation github-project-automation bot moved this to Todo in A3 Mar 25, 2024
fcarreiro added a commit that referenced this issue Mar 26, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-avm Component: AVM related tickets (aka public VM)
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant