Releases: Jon-Becker/heimdall-rs
Releases · Jon-Becker/heimdall-rs
0.1.7
- This release includes improvements for
bifrost
, including:- New
-B
/--binary
flag to installheimdall
from a precompiled binary attached to each release.
- New
0.1.6
- This release includes improvements for
bifrost
, including:- New
-u
/--update
flag to update the bifrost binary - New
-b
/--bench
flag to run benchmarks - New
-t
/--test
flag to run tests - Enables LTO on installation for improved perfomance. Slows compile time.
- New
0.1.5
- This release introduces the decompile beta.
- Supports generating contract ABI from bytecode for functions, events, and signatures.
- The module will eventually support generating solidity from contract bytecode.
0.1.4
- Fixes a dependency issue
0.1.3
- fixes overlap with bytecode regex and account regex in the decode module
0.1.2
0.1.1
- Fixes an issue with disassembler overflowing
0.1.0
- initial release