Releases: Jon-Becker/heimdall-rs
Releases · Jon-Becker/heimdall-rs
0.5.3
What's Changed
- 🔧 fix: replace newline characters on the bytecode by @junomonster [ #142 ]
- 💫 meta: add improvement issue template by @Jon-Becker [ #143 ]
- ⚡ perf: Improve decode module performance & accuracy by @Jon-Becker [ #141 ]
- ✨ feat:
--truncate-calldata
flag by @Jon-Becker [ #145 ]
New Contributors
- @junomonster made their first contribution in #142
0.5.2
What's Changed
- 🔧 fix: remove inline type declaration for storage variables by @Jon-Becker [ #134 ]
- ⚡ perf: add dump & snapshot areas to bug template by @Jon-Becker [ #137 ]
- ✨ feat: snapshot library w/ builder pattern by @Jon-Becker [ #138 ]
- 🔧 fix: remove excessive type declarations by @Jon-Becker [ #139 ]
0.5.1
What's Changed
- 🔧 fix: conditional statements filtering by @Jon-Becker [ #130 ]
- ✅ tests: fix
test_version_remote
by @Jon-Becker [ #131 ] - ✨ feat: add
help
TUI view, updatecommand_palette
TUI view by @Jon-Becker [ #132 ]
0.5.0
What's Changed
- 💫 meta: rename actions, add clippy action by @Jon-Becker [ #117 ]
- ⚡ perf: remove
String
params, reduce excessive.clone()
s by @Jon-Becker [ #118 ] - 🛠️ refactor: codebase refactor by @Jon-Becker [ #121 ]
- 🌟 qol: default disassembly to hex, with decimal options by @Jon-Becker [ #125 ]
- ✨ feat:
heimdall snapshot
module by @Jon-Becker [ #123 ]
Quick Note
This version is unpolished and will be drastically improved in future patches. Docs will be released tomorrow, 08/12 at 5:00 PM CST.
0.4.8
- 🔧 fix: patch a bug where
decompile
would crash if signature resolution for an event or function returned no valid signatures by @Jon-Becker [ #116 ] - 📦 deps: update dependencies by @Jon-Becker [ #116 ]
0.4.7
- Postprocessing Improvements
- 🔧 fix: truncate selector for event postprocessing by @Jon-Becker ( #104)
- 🔧 fix: preserve storage assignments by @Jon-Becker ( #106 )
- ⚡ perf: convert
if(...) { revert(...) }
torequire(...)
statements by @Jon-Becker ( #109 ) - ⚡ perf: remove compiler-added conditions & checks by @Jon-Becker ( #109 )
- ⚡ perf: remove messy rlp-encoding by @Jon-Becker ( #114 )
- General Improvements
- 🧹 chore:
heimdall_common::src::ether::rpc
cleanup by @Jon-Becker ( #102 ) - 🧹 chore: coverage, thorough testing by @Jon-Becker ( #102 )
- 🔧 fix: don't exit if resolving fails by @Jon-Becker ( #109 )
- ⚡ perf: use exponential backoff for retrying resolution by @Jon-Becker ( #109 )
- ⚡ perf: multithread all signature resolution by @Jon-Becker ( #114 )
- 🌟 qol: show resolved event & error sigs in trace by @Jon-Becker ( #114 )
- 🧹 chore:
- Bifrost Improvements
- ⚡ perf: use higher performance binary settings by @Jon-Becker ( #114 )
0.4.6
- 🔧 fix: heimdall core vm execution lock by @Jon-Becker ( #96 )
- 🔧 fix: default signature resolution heuristic by @davideaimar & @Jon-Becker ( #97 )
- ⚡ perf: quiet support for all modules by @Jon-Becker ( #99 )
- ✨ feat: check GitHub for updates by @Jon-Becker
0.4.5
- 🔧 fix: panic when inferring storage mapping types by @Jon-Becker
0.4.4
- ⚡ perf: core vm optimizations by @Jon-Becker
- ⚡ perf: optimize bytearray normalizing optimizations by @Jon-Becker
- ✨ feat: add storage declarations to solidity output [ #85 ] by @Jon-Becker
- ✨ feat: add event & error declarations to solidity output by @Jon-Becker
- 🔧 fix: solidity lexer fixes by @Jon-Becker
- 🔧 fix: normalize calldata for
heimdall decode
by @Jon-Becker - 🔧 fix: CODECOPY patch by @Jon-Becker
- 📦 deps: unpin & bump ethers to
2.0.4
[ #90 ] by @Jon-Becker
0.4.3
- ⚡️ perf: apply clippy performance fixes by @Jon-Becker
- ⚡️ perf: postprocess overwritten and dead assignments by @Jon-Becker
- ✨ feat: include event and error declarations at contract head by @Jon-Becker
- 🔧 fix: do not remove storage assignments in postprocessing by @Jon-Becker
- this fixes issues with empty branches, empty functions, etc. Output will be much more accurate for certain contracts.
- ✨ feat: add support for PUSH0 by @Jon-Becker