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 Nov 30, 2021. It is now read-only.
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
the param 'isEIP2028' of function IntrinsicGas which was called in TransitionDb Need reset false to true cause Istanbul version has already be enabled
func (stStateTransition) TransitionDb(ctx sdk.Context, configChainConfig) (*ExecutionResult, error) {
contractCreation:=st.Recipient==nil//here need reset false to true cause Istanbul version has already be enabledcost, err:=core.IntrinsicGas(st.Payload, contractCreation,true,false)
iferr!=nil {
returnnil, sdkerrors.Wrap(err, "invalid intrinsic gas for transaction")
}
// This gas limit the the transaction gas limit with intrinsic gas subtractedgasLimit:=st.GasLimit-ctx.GasMeter().GasConsumed()
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered:
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
the param 'isEIP2028' of function
IntrinsicGas
which was called inTransitionDb
Need reset false to true cause Istanbul version has already be enabledExpected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: