Skip to content

Releases: graz-sh/graz

v0.1.0-beta

26 Sep 19:51
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

This is a beta release

v0.0.50

12 Sep 17:03
Compare
Choose a tag to compare
  • MetaMask Snap: Remove MetaMask Flask flag, you can now use MetaMask wallet for MetaMask Snap.
  • Fix suggestChain (useSuggestChain), suggestAndConnect (useSuggestChainAndConnect) for MetaMask Snap
  • Change suggestChain param to object param
    suggestChain({
      chainInfo: ChainInfo;
      walletType: WalletType;
    })
    

Full Changelog: v.0.0.49...v0.0.50

v.0.0.49

31 Aug 08:24
4a174ed
Compare
Choose a tag to compare

What's Changed

  • Fix client side error
  • Fix wallet not found error
  • Add experimentalSuggestChain to metamask snap
    by @codingki in #114

Full Changelog: v0.0.48...v.0.0.49

v0.0.48

29 Aug 17:43
398a299
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.47...v0.0.48

v0.0.47

21 Aug 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.46...v0.0.47

v0.0.46

16 Aug 16:04
1f46df1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.45...v0.0.46

v0.0.45

16 Aug 14:49
9424af1
Compare
Choose a tag to compare

What's Changed

  • Reworked connect: connect not creating offline signers, clients and signing clients

  • Added Actions:

    • getOfflineSigners
  • Removed Actions:

    • createClients
    • createSigningClients
    • createQueryClient
    • getBalances
    • getBalanceStaked
  • Breaking Change:

    • useSendTokens - added mutation param signingClient?: SigningStargateClient | SigningCosmWasmClient
    • useSendIbcTokens - added mutation param signingClient?: SigningStargateClient
    • useInstantiateContract - added mutation param signingClient?: SigningCosmWasmClient
    • useExecuteContract - added mutation param signingClient?: SigningCosmWasmClient
    • getQuerySmart - added param client?: CosmWasmClient
    • getQueryRaw - added param client?: CosmWasmClient
  • Improved useBalances returning all balances from an account not from provided chainInfo(GrazChain)

  • Added Hooks:

    • useStargateClient
    • useCosmwasmClient
    • useTendermintClient
    • useStargateSigningClient
    • useStargateTmSigningClient
    • useCosmwasmSigningClient
    • useCosmwasmTmSigningClient
  • Removed Hooks:

    • useClients
    • useSigningClients
    • useQueryClient

New Contributors

Full Changelog: v.0.0.44...v0.0.45

v0.0.44

30 Jun 22:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.43...v.0.0.44

v0.0.43

16 Jun 21:19
35ed4e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.42...v0.0.43

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