v0.7.0
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
- Introduced RPC
getBlockHeight
(#132 - @Ozodimgba) - Introduced RPC
getBlockProduction
(#146 - @Ozodimgba) - Introduced RPC
getSlotLeaders
(#157 - @MicaiahReid) - Introduced RPC
getHighestSnapshotSlot
(#149 - @Ozodimgba) - Introduced RPC
getBlockCommitment
(#150 - @Ozodimgba) - Introduced RPC
getBlocks
(#133 - @Ozodimgba)