Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
codec: register Evidence (#478)
Browse files Browse the repository at this point in the history
* app, docs: update Bech32 HRP

* codec: register Evidence

* cleanup

* c++
  • Loading branch information
fedekunze authored Aug 23, 2021
1 parent 9dcbeba commit 486e013
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 346 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions encoding/codec/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 486e013

Please sign in to comment.