Skip to content

Releases: graz-sh/graz

v0.0.42

12 Jun 21:26
Compare
Choose a tag to compare

What's Changed

βœ… WalletConnect v2 support
βœ… Added more WalletType for connecting WalletConnect wallets
πŸ—‘οΈ Deprecated constants, will be removed in next version mainnetChains, mainnetChainsArray, testnetChains, testnetChainsArray. Use graz generateπŸ‘
πŸ› οΈ Splitted internal store between user session and graz internal

New Contributors

Full Changelog: v0.0.41...v0.0.42

v0.0.41

15 May 20:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.40...v0.0.41

v0.0.40

12 May 20:57
Compare
Choose a tag to compare

What's Changed

Feat/support cosmostation by @codingki in #73

  • Added support for Cosmostation wallet
  • Added WalletType.COSMOSTATION
  • Removed useCheckKeplr

Full Changelog: v0.0.39...v0.0.40

v0.0.39

11 May 21:26
Compare
Choose a tag to compare
  • Fix: Reconnect with leap wallet

Full Changelog: v0.0.38...v0.0.39

v0.0.38

05 May 01:28
Compare
Choose a tag to compare

What's Changed

  • Housekeeping monorepo
  • Rework package bundling

Full Changelog: v.0.0.37...v0.0.38

v.0.0.37

02 May 21:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.36...v.0.0.37

v0.0.36

27 Apr 09:09
Compare
Choose a tag to compare

What's Changed

Fix and adjustments by @codingki in #69

  • Fix: reconnect issue #20
  • Feat: Add autoReconnect options to provider config #65
  • Fix: getBalances support cw20 prefix from coinMinimalDenom
  • Breaking Change: connect chain info no longer destructured in root args, now inside chain
      connect({
        chain?: {
          chainId: string;
          currencies: AppCurrency[];
          path?: string;
          rest: string;
          rpc: string;
          rpcHeaders?: Dictionary;
          gas?: {
            price: string;
            denom: string;
          }
        }
        signerOpts?: SigningCosmWasmClientOptions;
        walletType?: WalletType;
      })

Full Changelog: v0.0.35...v0.0.36

v0.0.35

17 Apr 14:19
Compare
Choose a tag to compare

What's Changed

  • Fixed cli #66 numeric chain name
  • Removed everything related to ibc-domain api

Full Changelog: v0.0.34...v0.0.35

v0.0.34

10 Mar 18:58
Compare
Choose a tag to compare

What's Changed

  • Cache clients created from a call to useClients by @bigs in #64
  • Cache signingClients created from a call to useSigningClients by @codingki in e84c095

Full Changelog: v0.0.33...v0.0.34

v0.0.33

03 Mar 20:38
Compare
Choose a tag to compare

What's Changed

  • Use standard clients for queries by @bigs in #63

Full Changelog: v0.0.32...v0.0.33