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

### Expose sdk.voucherIntercept for use with mutate Possible help for pop up blocker issue, as DApp could handle using voucher without an async call before popup mutate.

This change allows developers to change the size of the popup window by using the query string `width` and `height` in the challenge handshake URL. For example, you can set...

Currently, signing algorithm IDs do not match those known to the cadence runtime (`SignatureAlgorithm` enum from Crypto stdlib). This is not a "bug" per se, as is actually by design...

Bug

Transactions need to be updated to be compliant with Cadence 1.0. This npm package is used by flow port, ledger relies on flow port. Josh is updating core contract transactions...

Add ability to verify FLIX that has dependencies across multiple networks. Example would be Transfer tokens, it's generation template id relies on hashes derived from both testnet and mainnet. Need...

enhancement

### Issue to be solved Your license (Apache 2.0) requires all usages to include full license text with the shipped software. However, not including the LICENSE file in shipped npm...

Feature

### Issue to be solved There has been a proposed update to the InteractionTemplate and InteractionTemplateInterface data structures: https://github.com/onflow/flips/pull/77 FCL should be updated to support the proposed changes. FCL must...

Feature

`template` parameter only accepts an object, but a string is valid. template can be a url to a template. Change type to be object or string. Also, fcl.mutate has `template`...

### Issue to be solved With upcoming breaking changes to Cadence (Cadence 1.0) requiring all developers to upgrade their contracts, it is important that we utilize as many channels of...

Feature
Cadence 1.0

[This](https://github.com/onflow/fcl-js/blob/master/packages/fcl-core/src/wallet-provider-spec/authorization-function.md) needs to be moved into the docs.

documentation