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
Looking forward to the release. I created a quick tutorial on how to use eth.rb to publish at https://chainstack.com/blog , it's only pending the fix and then we'll publish it.
@akegaviar the intrinsic gas limit calculator works when there isn't a constructor, and can work when their is, but the constructor may have significant gas fees if writing variables etc. I opened another PR #128 which allows you to override the gas limit when calling the deploy functions. Calculating the gas limit of the constructor is doable looking at the opcodes, but that requires additional metadata etc, so I will add this override to the other contract calls as well.
Hi, thanks for this gem, I really like it.
That said, the
gas_limit
parameter doesn't seem to work.Example:
result. The gas limit is 57100.
result (different source contract). The gas limit is 56064.
#111 — same issue or related?
Thanks!
The text was updated successfully, but these errors were encountered: