Skip to content

Releases: eqoty-labs/secretk

v1.1.0

21 Dec 08:00
Compare
Choose a tag to compare

Improvements

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

v1.0.0

17 Nov 01:30
Compare
Choose a tag to compare

Improvements

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

v0.16.0

15 Nov 08:01
Compare
Choose a tag to compare

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

v0.15.0

10 Nov 23:52
Compare
Choose a tag to compare

v0.14.0

31 Oct 23:24
Compare
Choose a tag to compare

New: add rem operators to Coin

v0.13.0

31 Oct 23:23
Compare
Choose a tag to compare

New: more operator overloads for coin with BigInteger

v0.12.1

31 Oct 23:22
Compare
Choose a tag to compare

Fix: Coin secondary constructors

v0.12.0

31 Oct 23:21
Compare
Choose a tag to compare
  • Support for generating permits!
    • Note metamask wallet not working yet for making permits

v0.9.0

16 Oct 04:08
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

v0.8.1

11 Oct 08:12
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Bug Fix

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