You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use the ContractInfo.Created marker as source for sorting. When a contract is migrate to a new code id the list contract by code id query should use the migration date instead.
With the GetContractByCreatedSecondaryIndexKey second index this can be implemented easily
The text was updated successfully, but these errors were encountered:
Currently we use the
ContractInfo.Created
marker as source for sorting. When a contract is migrate to a new code id thelist contract by code id
query should use the migration date instead.With the
GetContractByCreatedSecondaryIndexKey
second index this can be implemented easilyThe text was updated successfully, but these errors were encountered: