You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FTSO Fast Update client doesn't accept the API Key variable (other clients in the deployment package do). Therefore no x-apikey header is attached to requests and will be unable to use gated API's (it seems that the query param ?x-apikey=<key> doesn't work either. Therefore it's required to use a private node/unratelimited node for the Fast Updates client.
Missing configurations as demonstrated by the FSC:
The FTSO Fast Update client doesn't accept the API Key variable (other clients in the deployment package do). Therefore no
x-apikey
header is attached to requests and will be unable to use gated API's (it seems that the query param?x-apikey=<key>
doesn't work either. Therefore it's required to use a private node/unratelimited node for the Fast Updates client.Missing configurations as demonstrated by the FSC:
Fast Updates Client provides the ChainConfig struct with ApiKey definition but is not utilised:
fast-updates/go-client/config/config.go
Line 46 in f395e26
Issue based on debugging with external user.
The text was updated successfully, but these errors were encountered: