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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
c8d1952: Added a Unix domain socket JSON-RPC server with newline-delimited framing and subscription notifications.
c8d1952: Add an IPC (unix domain socket) JSON-RPC transport so viem's ipc() transport can connect to a tevm node.
cc57c9f: Add a WebSocket JSON-RPC transport served on the same port as HTTP, with eth_subscribe and eth_unsubscribe wired so newHeads, logs and pending-transaction subscriptions push notifications to connected clients.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
c1ad08e: Add opt-in strictImpersonation so tevm can emulate anvil's "No Signer available" behavior. Defaults to the existing permissive behavior, so this is not a breaking change.