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:
KamiD
2021-01-28 13:30:38 -03:00
committed by GitHub
co-authored by Federico Kunze
parent 16f1dabdbc
commit c95ad0432b
4 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -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) {