codec: register Evidence (#478)

* app, docs: update Bech32 HRP

* codec: register Evidence

* cleanup

* c++
This commit is contained in:
Federico Kunze Küllmer 2021-08-23 08:51:24 -04:00 committed by GitHub
parent 9dcbebafb8
commit 486e0130fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 346 deletions

View File

@ -41,6 +41,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (app) [tharsis#476](https://github.com/tharsis/ethermint/pull/476) Update Bech32 HRP to `ethm`.
### Bug Fixes
* (encoding) [tharsis#478](https://github.com/tharsis/ethermint/pull/478) Register `Evidence` to amino codec.
## [v0.5.0] - 2021-08-20
### State Machine Breaking

View File

@ -14,6 +14,7 @@ import (
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
sdk.RegisterLegacyAminoCodec(cdc)
cryptocodec.RegisterCrypto(cdc)
codec.RegisterEvidences(cdc)
}
// RegisterInterfaces registers Interfaces from types, crypto, and SDK std.

346
go.sum

File diff suppressed because it is too large Load Diff