fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
@gregsantos commented on [Tue Oct 25 2022](https://github.com/onflow/fcl-js-internal/issues/24) ### Adding a utility or clear instruction for how when to unpair a wallet User may want to force unpairing with a connected...
### fcl-wc should support account-proof service - Need to add required account-proof data as optional params with `authn` request
### Auto-connect is session exists It is a common pattern and may improve UX to have FCL automatically use a wallet and login a user if a valid wallet connect...
### Issue to be solved References: https://github.com/onflow/fcl-js/issues/1561 Not all developers are using the latest and greatest version of fcl. We still would like to see the usage and error rates...
[Following this issue.](https://github.com/onflow/flow-go/issues/4019) After that, we need to decide how to support it going forward. Two options: 1. Surface the "end_height" to the dapp, allowing the dapp to decide on...
### Current Behavior If an application submits many requests, and exceeds the rate limit for an Access API, they will be returned either a GRPC `ResourceExhausted` error, or a 429...
### FCL should send configured network data to wallet Wallet often need to know which network the dApp is configured to use for tx submission, querying. Depends on https://github.com/onflow/fcl-js/issues/1367
### Issue to be solved Community identity solutions like `.find` , `.fns` and others present interoperable identity standards for their users to use across the apps they enjoy. Building support...
### Issue to be solved All currently available GRPC via HTTP and REST api's are compatible with latest FCL. Need to document what is the most recent version of fcl...
### Issue to be solved Wallet Connect Relay has been added a message length limitation (2000 bytes) recently. When we send the `signable` object as json string, it's very easy...