In this PR I made the initial timestamp static, fixing it as in cosmwasm_std::testing::mock_env.
rationale:
This is more useful for myself as it allows me to more easily test some parameters and calculation that depend on block timestamps. I hope it is also helpful for others.
questions:
Are there any additional features required to complete issue #4? Please let me know if so and if I am capable I will happily include them in this PR.
description:
In this PR I made the initial timestamp static, fixing it as in
cosmwasm_std::testing::mock_env
.rationale:
This is more useful for myself as it allows me to more easily test some parameters and calculation that depend on block timestamps. I hope it is also helpful for others.
questions:
Are there any additional features required to complete issue #4? Please let me know if so and if I am capable I will happily include them in this PR.