Subscribe via RSS atDocumentation 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.
/changelog/solana/rss.xml. Filter by tag — Wallet API, Contributors, Policy, Architecture.
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.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.