Update components as may needing deprecation

This commit is contained in:
Aleksandr Bezobchuk 2018-10-04 16:11:39 -04:00
parent d4fdf1f47a
commit 1d6e70d01f
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
package core
// TODO: This functionality and implementation may be deprecated
import (
"math/big"

View File

@ -15,6 +15,8 @@ import (
dbm "github.com/tendermint/tendermint/libs/db"
)
// TODO: This functionality and implementation may be deprecated
var (
// CodeKey is the key used for storing Ethereum contract code in the Cosmos
// SDK multi-store.

View File

@ -12,6 +12,8 @@ import (
lru "github.com/hashicorp/golang-lru"
)
// TODO: This functionality and implementation may be deprecated
const (
versionLen = 8
)