8000 Release v0.7.0 · txtx/surfpool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 22:07
· 29 commits to main since this release

Important

Surfpool is in pre-release—handle with care! It might wipe out or ride smoothly, depending on the swell.
Always stay on the latest version for the best ride.

# macOS (Homebrew)
brew upgrade txtx/taps/surfpool

# Linux (Snapstore)
snap upgrade surfpool

🤖 MCP

  • Introduced new tool call_rpc_method (#154 - @BretasArthur1, @lgalabru, @MicaiahReid)
  • To get started, make surfpool available globally by opening the command palette (Cmd/Ctrl + Shift + P) and selecting > Cursor Settings > MCP > Add new global MCP server:
{
  "mcpServers": {
    "surfpool": {
      "command": "surfpool",
      "args": ["mcp"]
    }
  }
}

☀️ New

🐞 Fixes

  • Fix simulateTransaction endpoint (#152 - @daog1).
0