forked from cerc-io/laconicd-deprecated
x/evm: open eip2028 when the version of Istanbul was enabled (#731)
* open eip2028 when Istanbul version enabled * Update x/evm/types/chain_config.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update x/evm/types/chain_config.go Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * add change log * update development * fix rpc test error Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -558,7 +558,7 @@ func TestEth_EstimateGas_ContractDeployment(t *testing.T) {
|
||||
err := json.Unmarshal(rpcRes.Result, &gas)
|
||||
require.NoError(t, err, string(rpcRes.Result))
|
||||
|
||||
require.Equal(t, "0x1c2c4", gas.String())
|
||||
require.Equal(t, "0x1a724", gas.String())
|
||||
}
|
||||
|
||||
func TestEth_GetBlockByNumber(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user