Logo
Explore Help
Sign In
fluencelabs/tendermint
1
0
Fork 0
You've already forked tendermint
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-10 20:01:20 +00:00
Code Issues Projects Releases Wiki Activity
Files
ee8884b24f8fbbda6581a89f0964ece9337ac8f9
tendermint/blockchain/wire.go

14 lines
222 B
Go
Raw Normal View History

Revert "delete everything" (includes everything non-go-crypto) This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
package blockchain
import (
alias amino imports (#3219) As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041 This is the result of running the following code on the repo: ```bash find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w ```
2019-01-28 14:13:17 +02:00
amino "github.com/tendermint/go-amino"
register evidence interface wherever its used
2018-07-26 18:53:19 -04:00
"github.com/tendermint/tendermint/types"
Revert "delete everything" (includes everything non-go-crypto) This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
)
var cdc = amino.NewCodec()
func init() {
RegisterBlockchainMessages(cdc)
Fix 0.22.7, bump to 0.22.8
2018-07-26 18:08:09 -07:00
types.RegisterBlockAmino(cdc)
Revert "delete everything" (includes everything non-go-crypto) This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 479ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API