Fix typo in roundtrip tests (#2054)
`pShowNeq` was given the same value twice so failures in rountrip tests are very confusing
`pShowNeq` was given the same value twice so failures in rountrip tests are very confusing
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
feat(stm): add disk-backed VK/PK caching with TrustedSetupProvider wiring
* mithril-stm from `0.10.26` to `0.10.27`
docs(website): add Use Cases section with Light Wallets, Bridges; add Case Studies section with Daedalus
- Separates cost models from the rest of the parameters - Uses an object for the cost model instead of an array
The previous `npm run pretty:write` in docs/website only covered
**/*.{js,md} with prettier 3.3.2 (pinned). CI runs `prettier --check .`
from repo root with prettier 3.8.3 (latest, from `npm install -g`),
which formats a broader set of files and uses slightly different
markdown rules. Run repo-root prettier so the formatting matches what
CI checks.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>