Skip to content

Releases: Jon-Becker/heimdall-rs

0.1.7

01 Nov 23:26
f0383ca
Compare
Choose a tag to compare
  • This release includes improvements for bifrost, including:
    • New -B / --binary flag to install heimdall from a precompiled binary attached to each release.

0.1.6

31 Oct 18:36
86bcde5
Compare
Choose a tag to compare
  • 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.

0.1.5

29 Sep 21:11
80b04a2
Compare
Choose a tag to compare
  • 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

24 Jul 14:33
aa8da6b
Compare
Choose a tag to compare
  • Fixes a dependency issue

0.1.3

13 Jul 22:00
0ccc224
Compare
Choose a tag to compare
  • fixes overlap with bytecode regex and account regex in the decode module

0.1.2

12 Jul 21:59
7191721
Compare
Choose a tag to compare
  • Installation fix for bash_profile and bash_rc support. ( #2 )
  • Support for raw bytecode option as target in disassembler ( #3 )

0.1.1

10 Jul 19:03
Compare
Choose a tag to compare
  • Fixes an issue with disassembler overflowing

0.1.0

09 Jul 19:34
Compare
Choose a tag to compare
  • initial release