Releases: graz-sh/graz
Releases · graz-sh/graz
v0.1.0-beta
This is a beta release
v0.0.50
- 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
v0.0.48
v0.0.47
v0.0.46
v0.0.45
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 paramsigningClient?: SigningStargateClient | SigningCosmWasmClient
useSendIbcTokens
- added mutation paramsigningClient?: SigningStargateClient
useInstantiateContract
- added mutation paramsigningClient?: SigningCosmWasmClient
useExecuteContract
- added mutation paramsigningClient?: SigningCosmWasmClient
getQuerySmart
- added paramclient?: CosmWasmClient
getQueryRaw
- added paramclient?: 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
- @angeloanan made their first contribution in #108
Full Changelog: v.0.0.44...v0.0.45
v0.0.44
v0.0.43
v0.0.42
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
- @gabrieljmf made their first contribution in #88
Full Changelog: v0.0.41...v0.0.42