encoding: remove codecs (#4996)

## Description

This pr removes amino from tendermint. 

Closes: #4278
This commit is contained in:
Marko
2020-06-15 11:17:12 +00:00
committed by GitHub
parent 74cae49c3b
commit b8b50733f0
8 changed files with 1 additions and 425 deletions
-13
View File
@@ -1,13 +0,0 @@
package node
import (
amino "github.com/tendermint/go-amino"
cryptoamino "github.com/tendermint/tendermint/crypto/encoding/amino"
)
var cdc = amino.NewCodec()
func init() {
cryptoamino.RegisterAmino(cdc)
}