Skip to content

v0.9.0

Compare
Choose a tag to compare
@toml01 toml01 released this 04 Jun 13:01
· 13 commits to master since this release
95428dd

Features

  • Replace cosmwasm-std with secret-cosmwasm-std in prep for crates.io packages (#87).
  • Add RngCore & CryptoRng trait to Prng (#87).
  • Added from_env function for ContractPrng that consumes env.block.random (#87).

Breaking

  • Renamed Prng as ContractPrng (#87).