Jordan Ribbink
Jordan Ribbink
### Issue to be solved FCL would greatly benefit from nested config values. I.e. ```ts fcl.config.get("foo") // {"bar": 123, "baz": 456} // where "foo.bar" = 123 & "foo.baz" = 456...
Domain tags for `user-sig` and `account-proof` must be updated. This means creating `user-sig-v2` and `account-proof-v2` services which only use the new `FCL-USER-V0.0` and `FCL-ACCOUNT-PROOF-V0.0` which no longer support `FLOW-V0.0-USER`. Wallets...
This EPIC tracks progress towards completion of the FCL `events` Service & implementation of the `authn-refresh` event. **unblocks** FCL Account Switching immediately, allows future events to be sent from Wallet...
This task is here to track the creation of a FLIP for the `authn-refresh` rework. Requirements: - Wallets (extension, HTTP, WalletConnect) must all be able to push authn-refresh events to...
### Issue to be solved https://github.com/onflow/flips/pull/240 has been around for a while and there has been now identifiable questions/concerns. It is an important primitive for changes to the FCL protocol...
### Issue to be solved It is confusing that the version of fcl-js drifts away from fcl-core, as the latter is simply an implementation detail and should not be interfaced...