Skip to content

Releases: eqoty-labs/secretk

v0.8.0

30 Sep 18:43
Compare
Choose a tag to compare
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 or codeIds. Instead of logging warnings to prevent user error

Bugfixes

  • populateCodeHash bug fix for blank codeHash string

v0.7.0

30 Sep 05:09
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Fix

  • update SigningCosmWasmClient.init functions to take chainId param

v0.6.0

30 Sep 04:43
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Improvements

  • Add ability to pass in chainId instead of making a rest call to get it
    • log a warning if chainId isn't passed in (as it makes execution slower)

v0.5.0

30 Sep 03:27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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 of getBalance + getAccount
  • Optin for ExperimentalUnsignedTypes on SigningCosmWasmClient.init to prevent warnings for ExperimentalUnsignedTypes

v0.4.0

29 Sep 20:49
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Bug Fixes

  • handle decoding protobufs with null Msg data

Improvements

  • return all available data in the result of execute

v0.3.3

29 Sep 05:19
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Expose getCodeInfoByCodeId, getCodeHashByContractAddr, and nodeInfo
  • implement todo: get codehash from msg codeId if needed for MsgInstantiateContract

v0.3.2

27 Sep 19:23
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

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

22 Sep 04:16
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • 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

0.1.1

29 Apr 20:32
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fixes local dependency issue

0.1.0

29 Apr 03:29
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial Release 🎉
Support for executing and querying contracts