You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add up number of application calls in transaction group - budget should be 700 x that number
After each evaluation, we need to know how much of the budget we used to carry it over for execution for the remaining app calls
Update error messages
Tests:
Test that verify is allowed in stateful Teal. Currently ed25519verify is only allowed in Stateless TEAL, but after this change, it should be allowed if the total pooled budget is greater than this cost.
Unit tests
Protocol upgrade tests
The text was updated successfully, but these errors were encountered:
Tests:
ed25519verify
is only allowed in Stateless TEAL, but after this change, it should be allowed if the total pooled budget is greater than this cost.The text was updated successfully, but these errors were encountered: