Dan Lynch
Dan Lynch
sometimes a tx or query can fail, and we need to have a redundant way to make queries/txs - [x] default endpoints - [x] retry logic when failure is understood...
Seems that amino coding is more simple when using original casing, but RPC returns proto/camel casing. It's quite the task to manage two sets of types or numerous sets of...
https://twitter.com/_srph/status/1603357271328972802?s=20&t=kU9I9uRyeJKGtmnDWOOLHw > Absolutely 🔥. One suggestion: how about a step further and include an `RpcProvider` out of the box - call `createRpcQueryHooks` once and share it globally? cc @srph
`MessageComposer` only appears when amino is enabled
currently the toAmino/fromAmino functionality requires the proto parser store and proto refs so that it can query information about nested dependencies and imports. This could be simplified by taking an...
https://github.com/evmos/evmosjs/blob/78f4992555812b44cce3897bf8abc6debab57cd0/packages/proto/src/proto/evmos/erc20/v1/tx.ts#L10 ```ts export namespace evmos.erc20.v1 { ... ``` - [ ] how does this affect bundling?
Teams are using `recoil` — we can look to DaoDao for inspiration https://github.com/DA0-DA0/dao-dao-ui/blob/03a0c9f7490a0bace1eba5347b269a4db30049fe/packages/state/recoil/selectors/chain.ts ```js // Get the SUM of native tokens delegated across all validators export const nativeDelegatedBalanceSelector = selectorFamily<...
https://github.com/maxmaxlabs/cloudmos-deploy/blob/a5be4985301567749c66a4242710476df6fb80fd/src/queries/queryKeys.js https://github.com/maxmaxlabs/cloudmos-deploy/blob/a5be4985301567749c66a4242710476df6fb80fd/src/queries/useBalancesQuery.js https://github.com/maxmaxlabs/cloudmos-deploy/blob/a5be4985301567749c66a4242710476df6fb80fd/src/queries/useLeaseQuery.js cc @adairrr
https://github.com/terra-money/hive-graph fork https://github.com/pyramation/hive-graph
https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve