-
Notifications
You must be signed in to change notification settings - Fork 150
Roadmap
Jonathan Becker edited this page Dec 11, 2023
·
13 revisions

This page contains the roadmap and vision I have for the future of heimdall-rs.
-
monitormodule enabling advanced mempool monitoring, allowing for cURL triggers.
- Allow for recursive/multicall decoding. (#88)
- Support for vyper dispatcher in
decompileandcfgmodules - AI powered code cleanup / commenting for
decompilemodule - Improved postprocessing, ideally more human written code
- Ability to specify the abi to use when decompiling (#98)
- Ability to decode raw traces.
- Ability to decode arbitrary calldata/abi.encoded data without types.
-
snapshotmodule to infer function information from bytecode, such as access control, storage usage, event emissions, gas metrics, etc. - Include storage declaration in decompiled output with
--include-sol(#85) - Clean up commonly used code and move to
heimdall-common