Store code history for contract

This commit is contained in:
Alex Peters
2020-07-16 13:14:23 +02:00
parent 774f6d7876
commit f8dbfd12f0
10 changed files with 161 additions and 79 deletions

View File

@@ -43,7 +43,7 @@ var (
GetContractAddressKey = types.GetContractAddressKey
GetContractStorePrefixKey = types.GetContractStorePrefixKey
NewCodeInfo = types.NewCodeInfo
NewCreatedAt = types.NewCreatedAt
NewCreatedAt = types.NewAbsoluteTxPosition
NewContractInfo = types.NewContractInfo
NewEnv = types.NewEnv
NewWasmCoins = types.NewWasmCoins