Skip to content

@tevm/server@1.0.0-rc.153

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:19
· 95 commits to main since this release
6199d04

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.