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
Build feature of Pre and Post hooks for request processing to be used in plugin development.
This should allow to optionally pre-process request just before sending to provider, and post-process request's result after receiving from provider and before passing back to lib.
The user should be able to set middleware using web3 config and requestmanager should be aware if its not undefined and use that.
Define specifications for this middleware so users can implement it and set in web3js lib's plugins implementation
Tests:
Add unit tests
The text was updated successfully, but these errors were encountered:
Feature:
Build feature of Pre and Post hooks for request processing to be used in plugin development.
This should allow to optionally pre-process request just before sending to provider, and post-process request's result after receiving from provider and before passing back to lib.
The user should be able to set middleware using web3 config and requestmanager should be aware if its not undefined and use that.
Define specifications for this middleware so users can implement it and set in web3js lib's plugins implementation
Tests:
Add unit tests
The text was updated successfully, but these errors were encountered: