-
Notifications
You must be signed in to change notification settings - Fork 124
Roadmap
Jonathan Becker edited this page May 31, 2023
·
13 revisions
This page contains the future roadmap and vision I have for heimdall-rs.
-
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.
- Allow for recursive/multicall decoding. (#88)
- Clean up commonly used code and move to
heimdall-common
- Support for vyper dispatcher in
decompile
andcfg
modules - AI powered code cleanup / commenting for
decompile
module - Recursive / multicall calldata decoding
- Include storage declaration in decompiled output with
--include-sol
(#85)