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
Whenever an http request is made by o1js, we should allow developers to pass headers to the server. In particular, we should expose two new functions in the fetch module: setMinaDefaultHeaders and setArchiveDefaultHeaders, which add the configured headers to every request, and update the function signature for the methods that make a request one time (fetchAccount, fetchEvents, fetchActions, etc...).
This feature will enable developers to run private archive nodes or Mina nodes requiring a key, requests to pools of nodes to submit a series of requests to the same exact node, and other features like these on the node operator side.
The text was updated successfully, but these errors were encountered:
Whenever an http request is made by o1js, we should allow developers to pass headers to the server. In particular, we should expose two new functions in the
fetch
module:setMinaDefaultHeaders
andsetArchiveDefaultHeaders
, which add the configured headers to every request, and update the function signature for the methods that make a request one time (fetchAccount
,fetchEvents
,fetchActions
, etc...).This feature will enable developers to run private archive nodes or Mina nodes requiring a key, requests to pools of nodes to submit a series of requests to the same exact node, and other features like these on the node operator side.
The text was updated successfully, but these errors were encountered: