Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@luca992 luca992 released this 30 Sep 18:43
· 217 commits to main since this release

New

  • Added a 1DirectSigningWallet1 constructor w/ no params that creates a random wallet

Improvements

  • make some parameters of MsgExecuteContract + MsgInstantiateContract vars
    • This can be useful for dev, because for example, this allows you to create instances MsgInstantiateContract before storing the code and injecting the params after.
    • Also now throw errors for null or blank codeHash or codeIds. Instead of logging warnings to prevent user error

Bugfixes

  • populateCodeHash bug fix for blank codeHash string