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
--- FAIL: TestMultistoreCommitLoad (0.00s)
131
panic: version 3 was already saved to different hash E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 (existing hash ) [recovered]
132
panic: version 3 was already saved to different hash E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 (existing hash )
The existing hash is returned as empty, which is surprising. It should be the hash of an empty input, i.e. E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855, and thus should not throw an error.
The text was updated successfully, but these errors were encountered:
Failing test case from cosmos/cosmos-sdk#7064 indicates a problem with re-saving an old version to the same hash.
https://github.com/cosmos/cosmos-sdk/runs/993861077
The existing hash is returned as empty, which is surprising. It should be the hash of an empty input, i.e.
E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855
, and thus should not throw an error.The text was updated successfully, but these errors were encountered: