Skip to content

Conversation

@procdump
Copy link

Motivation

By building surfpool with LiteSVM's register-tracing feature (initially LiteSVM/litesvm#261, and accompanying LiteSVM/litesvm#278) users can now collect register tracing data from executed VMs. Later this data could be ingested and hence be used for:

  • code coverage statistics
  • debugging
  • CUs analysis
  • security auditing
  • etc..

Example usage

A complete working example is available at https://github.com/LimeChain/simple_anchor_app.git
It demonstrates the full workflow for generating code coverage reports for a Solana Anchor program.
See the repository's README for detailed instructions and explanations of each step.

With such a build surfpool can now collect register tracing from executed VMs.
Later the tracing data could be ingested and hence be used for:
- code coverage statistics
- debugging
- CUs analysis
- security auditing
- etc..
@procdump procdump marked this pull request as ready for review January 21, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant