When querying the state of CosmWasm, timestamp is the current time.
Summary
This change automatically set's the block time on the Context that is provided to all queries. It does this by querying for the CommitInfo for that particular version/height from the RMS.
Effects
Major Reviewer
@leeyunseon
Background
When querying the state of CosmWasm, timestamp is the current time.
Summary
This change automatically set's the block time on the Context that is provided to all queries. It does this by querying for the CommitInfo for that particular version/height from the RMS.
Checklist