From 17fa941fa1e3fe90de430ea35c84f198f042ae4e Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Fri, 28 Sep 2018 18:02:00 -0400 Subject: [PATCH] Update vendor config to use forked geth --- Gopkg.lock | 3 ++- Gopkg.toml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 8ce87699..470426e5 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -74,6 +74,7 @@ revision = "0bce6a6887123b67a60366d2c9fe2dfb74289d2e" [[projects]] + branch = "ethermint-statedb" digest = "1:c24d17ef5d37ae7215811cf1cade45822faa232d6bcfbadff30bbeba52225a98" name = "github.com/ethereum/go-ethereum" packages = [ @@ -123,7 +124,7 @@ ] pruneopts = "T" revision = "477eb0933b9529f7deeccc233cc815fe34a8ea56" - version = "v1.8.16" + source = "github.com/alexanderbez/go-ethereum" [[projects]] digest = "1:0b9c3ad6c948d57a379da9c4e1cdd989b1c73ddc5ec8673f52a9539ce60a109b" diff --git a/Gopkg.toml b/Gopkg.toml index 7883b9c5..c177500f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,6 +1,8 @@ [[constraint]] name = "github.com/ethereum/go-ethereum" - version = "=1.8.16" + # TODO: Remove this forked source and branch + source = "github.com/alexanderbez/go-ethereum" + branch = "ethermint-statedb" [[constraint]] name = "github.com/cosmos/cosmos-sdk"