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
Note the empty "address": "" entry. When I start the new chain, the RPC for the genesis (curl http://localhost:26657/genesis) contains "address": "4688325E1761CAC253216A789DC895947C08F8EE".
This discrepancy causes my clients to fail, since they don't calculate the same GCI hash as for the exported genesis.json.
Summary of Bug
I'm using
daemon export --for-zero-height > export.json
and it creates a file with a validator set with the following excerpt:Note the empty
"address": ""
entry. When I start the new chain, the RPC for the genesis (curl http://localhost:26657/genesis) contains"address": "4688325E1761CAC253216A789DC895947C08F8EE"
.This discrepancy causes my clients to fail, since they don't calculate the same GCI hash as for the exported
genesis.json
.Version
current master - 43837b1
Steps to Reproduce
daemon export --for-zero-height > export.json
jq .validators[].address egenesis.json
Note that the addresses are all empty strings.
I found a fix for this, but don't have the bandwidth to walk it through the cosmos-sdk PR process:
For Admin Use
The text was updated successfully, but these errors were encountered: