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 task is to refactor the wallet_ RPC namespace such that it can be run as its own standalone binary, while also still allowing it to be embedded in the node itself.
This requires removing any reliance on internal APIs of the Reth RPC and instead using Alloy to fetch information and send transactions.
The text was updated successfully, but these errors were encountered:
The task is to refactor the
wallet_
RPC namespace such that it can be run as its own standalone binary, while also still allowing it to be embedded in the node itself.This requires removing any reliance on internal APIs of the Reth RPC and instead using Alloy to fetch information and send transactions.
The text was updated successfully, but these errors were encountered: