v0.18.0 — Index bindings panel + Save to solflow.toml
Highlights
- Index Bindings panel. Resolve interface calls to concrete contracts straight from the index, without opening a Flow first. Each bindable interface gets a dropdown; selecting a contract resolves it at every call site across every Flow. Rows are sorted by call-site count, with a Show all toggle for large protocols.
- Save bindings to
solflow.toml. A one-click Save bindings writes the current set to the[bindings]table so they persist across sessions. The write is surgical (only[bindings]; your[scope]table and comments are preserved), validated, and atomic. This is the only place SolFlow writes to your working directory — it still never touches source or contract files, and nothing leaves your machine. - Index ordered by call-tree weight. Contracts, and the entry points within each, are now ordered by total Flow node count (heaviest first), so the largest call surface — the most for an auditor to work through — leads.
Everything degrades gracefully with JavaScript disabled.