forked from cerc-io/laconicd-deprecated
Update components as may needing deprecation
This commit is contained in:
parent
d4fdf1f47a
commit
1d6e70d01f
@ -1,5 +1,7 @@
|
|||||||
package core
|
package core
|
||||||
|
|
||||||
|
// TODO: This functionality and implementation may be deprecated
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ import (
|
|||||||
dbm "github.com/tendermint/tendermint/libs/db"
|
dbm "github.com/tendermint/tendermint/libs/db"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: This functionality and implementation may be deprecated
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// CodeKey is the key used for storing Ethereum contract code in the Cosmos
|
// CodeKey is the key used for storing Ethereum contract code in the Cosmos
|
||||||
// SDK multi-store.
|
// SDK multi-store.
|
||||||
|
@ -12,6 +12,8 @@ import (
|
|||||||
lru "github.com/hashicorp/golang-lru"
|
lru "github.com/hashicorp/golang-lru"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: This functionality and implementation may be deprecated
|
||||||
|
|
||||||
const (
|
const (
|
||||||
versionLen = 8
|
versionLen = 8
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user