-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
simulate deploy does not use provided payment amount #48
Comments
@KillianH FYI |
Will check this week thx |
@ryo-casper by default the simulate fee action use your full balance. To avoid getting out of gas error early and having to change the payment amount to find the right value. Seems like your smart contracts is too costly for the chain ? If you can provide the smart contract with the associated parameters would be happy to try on my end. |
Oh I see the error now since your balance is higher than the max block gas size you can't deploy ... Will put a max on it. |
Should be fixed on mainnet/testnet @ryo-casper let me know if you still have the issue :) |
You might need to do a hard refresh to retrieve the latest version on the website tho' :) I have a service worker that has some cache and might not display the latest version directly |
Describe the bug
Current simulate deploy does not use provided payment amount.
Current
Uses wallet whole balance as payment amount which causes below error
Expected behavior
![image](https://private-user-images.githubusercontent.com/166086149/340492593-d73d097f-a0b4-49cb-9956-46f85dd534ad.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjgzNTYsIm5iZiI6MTczOTMyODA1NiwicGF0aCI6Ii8xNjYwODYxNDkvMzQwNDkyNTkzLWQ3M2QwOTdmLWEwYjQtNDljYi05OTU2LTQ2Zjg1ZGQ1MzRhZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwMjQwNTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wYTNlODk1NzE3MWZhZjAzMmQ3YTA2NDc2Y2Q1NzExZGFjM2NlZmQ4MTMxM2NlM2M1NjliYTA3OGM2Yzc4ZjM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Hy9upn0ElqUfNkygYWN3MpeFq2d-RSlKRXrEWz0kjMI)
Provided amount should be used as payment amount for speculative execution.
The text was updated successfully, but these errors were encountered: