fcl-js
fcl-js copied to clipboard
Include an ID in service message requests to wallets
Problem
Currently when calling a service multiple times there is no way to know which message responds to which thread.
Solution
Add and populate an ID field to the message that will also be in the response body of the message returned from the wallet. This would correlated the location of a request in our code to said response. This will be a unique ID (a guid is fine).
This will require a modification to the wallet providers spec.
Hi, any updates here?