Releases: eqoty-labs/secretk
Releases · eqoty-labs/secretk
v0.8.0
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
v0.7.0
v0.6.0
v0.5.0
Changes
- Expose
getBalance
+getAccount
functions in the client. Each making one api call each.- vs. the old
getAccount
function, which used to make two api calls and combine the results ofgetBalance
+getAccount
- vs. the old
- Optin for
ExperimentalUnsignedTypes
onSigningCosmWasmClient.init
to prevent warnings forExperimentalUnsignedTypes
v0.4.0
v0.3.3
v0.3.2
New!
- Simulate Contract Execution To Estimate Gas
- Contract Code Upload (execute with: MsgStoreCode)
- Contract Instantiate (execute with: MsgInstantiateContract)
- A sample xcode project using the swift package
- A sample Compose UI (running on jvm, android, native macOS, iOS, browser (using either Keplr or Metamask browser wallets)
0.2.1
- Update query endpoint for secret network v1.4.0 Shockwave Delta
- Implement decoding query errors
- Add sample projects for all supported targets using compose ui, plus a swift sample project
JS: - Add support for browser wallets!
- OfflineSignerOnlyAminoWalletWrapper wraps OfflineSignerOnlyAminoWallet
- MetaMaskWalletWrapper wraps an ethereum provider
Bug fixes:
- handle failed account and balances rest calls when executing a transaction