Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anchoragedigital-docs-blog-and-changelog.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Subscribe via RSS at /changelog/solana/rss.xml. Filter by tag — Wallet API, Contributors, Policy, Architecture.
2026-05-12 — Solana preset wave
Wallet APIContributors
v0.646.0 — v0.649.0
VisualSign now decodes Jupiter (Borrow, Earn, Perpetuals, v6 route_v2), Kamino (Borrow, Vault, Farms, Limit Orders), Meteora (DLMM, DAMM V2), MetaDAO (Futarchy, Conditional Vault), Orca Whirlpool, Onre App, Neutral Trade, DFlow Aggregator, and Exponent Finance.None of these additions required changes to existing decoders or to the core parser. Each preset is a self-contained directory under src/chain_parsers/visualsign-solana/src/presets/, auto-registered by build.rs. See Composable by design: how Solana presets stack for the architecture, and Adding a Solana preset for the how-to.
2026-05-12 — Surfpool mainnet-fork integration for IDL fuzz testing
Contributors
v0.647.0
The built-in Solana IDL parser path is now fuzz-tested against real mainnet state via Surfpool. Composing live chain state into the local test harness catches drift between IDL assumptions and on-chain reality, without requiring a live cluster.