Skip to content

Roadmap

Jonathan Becker edited this page Jun 3, 2023 · 13 revisions

image

This page contains the roadmap and vision I have for the future of heimdall-rs.

Planned Modules

  • monitor module enabling advanced mempool monitoring, allowing for cURL triggers.
  • snapshot module to infer function information from bytecode, such as access control, storage usage, event emissions, gas metrics, etc.

Planned Improvements

  • Allow for recursive/multicall decoding. (#88)
  • Clean up commonly used code and move to heimdall-common
  • Support for vyper dispatcher in decompile and cfg modules
  • AI powered code cleanup / commenting for decompile module

Completed

  • Include storage declaration in decompiled output with --include-sol (#85)
Clone this wiki locally