secretk

A Kotlin Multiplatform (JVM, Android, iOS, tvOS, watchOS, macOS, linux, JS) client for interacting with the Secret Network

MIT License

Stars
11
Committers
2

Bot releases are visible (Hide)

secretk -

Published by luca992 over 1 year ago

  • Add royalty info queries
secretk -

Published by luca992 over 1 year ago

  • Bugfix: set socket timeout to 60sec to avoid timeouts
  • Add: SetWhitelistedApproval to Snip721 Messages
secretk -

Published by luca992 over 1 year ago

  • add MakeOwnershipPrivate to Snip721Msgs
secretk -

Published by luca992 over 1 year ago

expose getLabelByContractAddr

secretk -

Published by luca992 over 1 year ago

New:

  • add getLabelByContractAddr
secretk -

Published by luca992 over 1 year ago

New

  • Implement MsgSend #13
secretk -

Published by luca992 over 1 year ago

  • #11 split up/added: modules cosmwasm-std-types, secret-std-msgs, secret-std-types

  • Added module deploy-utils with utils to upload code, instantiate contracts, and fund a wallet

secretk -

Published by luca992 over 1 year ago

New

  • Decrypt errors for execute and simulate
secretk -

Published by luca992 over 1 year ago

kotlin 1.8.10

secretk -

Published by luca992 almost 2 years ago

New:

  • add constructor to init DirectSigningWallet with a private key
secretk -

Published by luca992 almost 2 years ago

Improvements

  • update axlsign to make js performance much faster when signing a tx
secretk -

Published by luca992 almost 2 years ago

Improvements

  • Support non-window based keplr for creating permits. (For example keplr created with walletconnect)
secretk -

Published by luca992 almost 2 years ago

Improvements

  • Don't get the chain id with a rest call every time when executing a tx. Actually use the provided chainId in the client constructor if present. Otherwise get chainId once and cache it. Should speed up things
secretk - v0.15.0

Published by luca992 almost 2 years ago

secretk - v0.14.0

Published by luca992 almost 2 years ago

New: add rem operators to Coin

secretk - v0.13.0

Published by luca992 almost 2 years ago

New: more operator overloads for coin with BigInteger

secretk - v0.12.1

Published by luca992 almost 2 years ago

Fix: Coin secondary constructors

secretk - v0.12.0

Published by luca992 almost 2 years ago

  • Support for generating permits!
    • Note metamask wallet not working yet for making permits
secretk - v0.9.0

Published by luca992 about 2 years ago

New

  • Logs the random mnemonic generated when wallet is created without supplying one.
  • Add support for adding more accounts to BaseWallet with mnemonic.
    • Choose the selected account by changing the senderAddress for the client. (senderAddress is now mutable)
  • Handle parsing errors returned by simulate
secretk - v0.8.1

Published by luca992 about 2 years ago

Bug Fix

  • Fix creating message for signing with (Amino Signer) browser extensions