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-05-09 13:25:04 +00:00
Code Issues Projects Releases Wiki Activity
tendermint/state/wire.go

13 lines
207 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 state
import (
"github.com/tendermint/go-amino"
crypto: Refactor to move files out of the top level directory Currently the top level directory contains basically all of the code for the crypto package. This PR moves the crypto code into submodules in a similar manner to what `golang/x/crypto` does. This improves code organization. Ref discussion: https://github.com/tendermint/tendermint/pull/1966 Closes #1956
2018-07-18 08:38:44 -07:00
cryptoAmino "github.com/tendermint/tendermint/crypto/encoding/amino"
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() {
crypto: Refactor to move files out of the top level directory Currently the top level directory contains basically all of the code for the crypto package. This PR moves the crypto code into submodules in a similar manner to what `golang/x/crypto` does. This improves code organization. Ref discussion: https://github.com/tendermint/tendermint/pull/1966 Closes #1956
2018-07-18 08:38:44 -07:00
cryptoAmino.RegisterAmino(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.23.7 Page: 68ms Template: 3ms
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