replay-core 0.1.0

Core engine for the Replay time-travel debugger for Solana transactions.
Documentation

replay-core

The engine for Replay — a time-travel debugger for Solana transactions.

The public surface is intentionally small:

  • [replay] — one-shot replay of a mainnet transaction.
  • [fork] — create a session you can mutate and re-execute.

Everything else is a private implementation detail. If you find yourself reaching for internals from outside this crate, that's a signal to widen the public API here rather than bypass it.