v0.8.0
Pre-release
Pre-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
orcodeId
s. Instead of logging warnings to prevent user error
- This can be useful for dev, because for example, this allows you to create instances
Bugfixes
populateCodeHash
bug fix for blankcodeHash
string