all: bump SDK to v0.43.0-rc0 (#194)

* all: bump SDK to v0.43.0-rc0

* more updates

* keys

* accounting

* update account

* ante changes

* readonly

* readonly build

* minor changes from self review

* fixes

* evm debug

* custom config & rosetta

* fix
This commit is contained in:
Federico Kunze Küllmer
2021-06-29 13:02:21 -04:00
committed by GitHub
parent 1363a45e93
commit dcc9585595
47 changed files with 563 additions and 993 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ message EthAccount {
cosmos.auth.v1beta1.BaseAccount base_account = 1
[(gogoproto.embed) = true, (gogoproto.moretags) = "yaml:\"base_account\""];
bytes code_hash = 2 [(gogoproto.moretags) = "yaml:\"code_hash\""];
string code_hash = 2 [(gogoproto.moretags) = "yaml:\"code_hash\""];
}