ping
ping
Hello, Is it possible to add decimals denom_traces? Currently some tokens have 6 decimals, while some others have 9, 12, 18 decimals. It's important for client to know how many...
I am going to submit a IBC transfer with Ledger, but seems it not parse correctly or get a invalidate signature. original message: ``` [ { "typeUrl": "/ibc.applications.transfer.v1.MsgTransfer", "value": {...
ICS-101 Interchain Swaps enables chains their own token pricing mechanism and exchange protocol via IBC transactions. Each chain can thus play a role in a fully decentralised exchange network.
add export to bech functions
https://github.com/evmos/evmosjs/blob/88e7599ccb79d98582fb20d782371fb9767e86e0/packages/address-converter/src/converter.ts#L50-54 ```ts const bech32Chain = (name: string, prefix: string) => ({ decoder: makeBech32Decoder(prefix), encoder: makeBech32Encoder(prefix), name, }) ``` Would be great to export this fuction, therefore other chains could use...
We have used Cosmjs in our products, wondering if we could add some compatible modules to make them work together.
``` helpers.ts:146 Uncaught (in promise) ReferenceError: Buffer is not defined at setPaginationParams (helpers.ts:146:44) at LCDQueryClient.validators (query.lcd.ts:41:7) at Proxy.fetchAcitveValdiators (useStakingStore.ts:40:32) at Proxy. (pinia.mjs:1363:30) at store. (pinia.mjs:915:40) at Proxy.init (useStakingStore.ts:25:18) at Proxy....
NOTE: This might not strongly related to telescope. Currently, most of web apps have to use Javascript/Typescript to connect with light client server, since most web explorers don’t support gRPC...
# Roadmap of 2023 `Ping Dashboard` is designed as an basic tool for exploring cosmos blockchain data. It mainly focuses on common basic functions, such as delegation, transfer, voting and...