fcl-js icon indicating copy to clipboard operation
fcl-js copied to clipboard

FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊

Results 267 fcl-js issues
Sort by recently updated
recently updated
newest added

## Issue Checking import identifier syntax type does not work properly if addresses exist in a Cadence script body as a fairly permissive global regex is used to fix `0x`...

For any use cases that are not covered by FCL mutate types, we could create a "raw" type which allows custom JSON-CDC use.

WalletConnect can be quite noisy by default. There is a mechanism to pass a custom logger into the `@walletconnect/sign-client` package in order to suppress these logs/reduce the logger level. We...

When closing a WalletConnectModal, authentication is not rejected causing the client to hang (if they block user actions while authenticating). Closing the modal should be a failure state.

Bug

### Current Behavior ![Screenshot 2024-08-14 at 1 47 49 PM](https://github.com/user-attachments/assets/9f58f6b7-ff7d-44b2-9014-2f6fa9c0a3a9) `fcl.arg(null, t.Optional(t.UFix64))` I believe is correct, but typescript errors are occuring. ### Expected Behavior To not error. ### Steps To...

Bug

`args` in query/mutate does not have the correct typing. This seems to have broke a white back. It should be typed the same as the `sdk.arg` function.

### Issue to be solved Before 1.11.0, we use init() from fcl-wc to init WalletConnect ,include the base wallet connect option. now in 1.11.0, configure a WalletConnect in FCL configuration...

Feature

### Current Behavior When using fcl v1.11.0 to call the `getAccount` function on Quicknode's Flow AN endpoint, it will throw a `404 NotFound` error (from Quicknode). Rolling back to version...

Bug