Skip to content

Releases: txtx/surfpool

v0.10.3

14 Aug 01:32

Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

11 Aug 19:16

Choose a tag to compare

chore(release): publish v0.10.2

v0.10.1

08 Aug 14:40

Choose a tag to compare

What's Changed

  • chore(subgraph): move transaction data parsing logic from surfpool to… by @MicaiahReid in #248
  • fix(core): enhance RPC error handling and support for unsupported me… by @BretasArthur1 in #276
  • fix(core): return all signatures for address; improve filtering by @MicaiahReid in #275
  • fix(core): fake "removing" an account from svm store when lamports are 0 by @MicaiahReid in #274
  • feat(cli): Add offline mode support by @BretasArthur1 in #267

Full Changelog: v0.10.0...v0.10.1

v0.10.0

05 Aug 21:01
f468afb

Choose a tag to compare

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

☀️ Enhancements

v0.9.6

24 Jul 23:48
caf0c02

Choose a tag to compare

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

☀️ Enhancements

🧪 Experimental

v0.9.5

18 Jul 02:20

Choose a tag to compare

chore(release): publish v0.9.5

v0.9.4

16 Jul 22:23
d0f7429

Choose a tag to compare

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

☀️ Enhancements

🧪 Experimental

v0.9.1

02 Jul 14:59

Choose a tag to compare

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

🐞 Fixes

  • include data field on simulation failure for sendTransaction RPC (#200 - @MicaiahReid)

v0.9.0

01 Jul 17:18

Choose a tag to compare

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

☀️ New

🐞 Fixes

v0.8.1

26 Jun 00:26
9ca6ad6

Choose a tag to compare

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

  • Networks are now visible in local terminal, instead of background headless process (#181 - @BretasArthur1)
  • 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