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
Refactor the rpc module to support advanced features such as websockets, introspection, supported methods, load balancing, and rate limiting. The rpc module should still support the eip1193 request api, but potentially with support for extra options as a second parameter.
Description
Refactor the
rpc
module to support advanced features such as websockets, introspection, supported methods, load balancing, and rate limiting. The rpc module should still support the eip1193request
api, but potentially with support for extra options as a second parameter.Current module for reference:
https://github.com/ponder-sh/ponder/blob/afba4c361ec70b3ab5de60e6b82c8112331cc185/packages/core/src/utils/requestQueue.ts
Other notes
The config should be updated as well
Related
#1290
The text was updated successfully, but these errors were encountered: