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
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
I've asked for help in the Truffle Gitter before filing this issue.
Issue
False error message is shown when using the --dry-run flag. For example:
> truffle migrate --network rat --dry-run
Using network 'rat' (dry run).
tx has a higher gas limit than the block
That last line: tx has a higher gas limit than the block puzzled me for a while.
It turns out to be a spurious error message or warning.
Steps to Reproduce
add the --dry-run option on a migrate call.
Expected Behavior
Tell the user if the call would work. Or, if the call would not work, tell the user why.
Actual Results
It seems that --dry-run gives no gas or changes the gas. Anyway, it seems that an error message related to how --dry-run itself is implemented is what is shown to the user.
Issue
False error message is shown when using the
--dry-run
flag. For example:That last line:
tx has a higher gas limit than the block
puzzled me for a while.It turns out to be a spurious error message or warning.
Steps to Reproduce
add the
--dry-run
option on a migrate call.Expected Behavior
Tell the user if the call would work. Or, if the call would not work, tell the user why.
Actual Results
It seems that
--dry-run
gives no gas or changes the gas. Anyway, it seems that an error message related to how--dry-run
itself is implemented is what is shown to the user.It's kind of confusing.
Environment
Mac OS
4.0.1
Geth 1.7.2-stable-1db4ecdc
[email protected]
8.9.0
5.5.1
The text was updated successfully, but these errors were encountered: