Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(decode): various decode fixes introduced in f168506 #311

Merged

Conversation

Jon-Becker
Copy link
Owner

Motivation

Solution

@Jon-Becker Jon-Becker changed the base branch from main to jon-becker/common-hardening January 26, 2024 17:27
@Jon-Becker Jon-Becker changed the title fix: various fixes for bugs introduced in #283 fix(core): various module fixes, hardening, cleanup Jan 26, 2024
@Jon-Becker Jon-Becker changed the title fix(core): various module fixes, hardening, cleanup fix(decode): various decode fixes introduced in f168506 Jan 27, 2024
@Jon-Becker Jon-Becker merged commit 9cd9e44 into jon-becker/common-hardening Jan 27, 2024
1 check passed
Jon-Becker added a commit that referenced this pull request Jan 30, 2024
* chore(common): hardening common, `.unwrap()` purge

* chore(common): hardening VM ops, `.unwrap()` purge

* chore(common): remove flaky VM usize conversions, use `?`

* chore(common): hardening common, `.unwrap()` purge

* chore: use unwrap_or(false) rather than error propogation for regex matching (#284)

* chore: use `unwrap_or(false)` rather than error propogation for regex matching

* chore(clippy): make clippy happy

* chore: merge `main` into `jon-becker/common-hardening`

* chore(core): purge all instances of `.unwrap()`, proper error handling(ish) (#292)

* [DRAFT] chore: convert all instances of bytecode, calldata to Vec<u8> (#309)

* chore: convert all instances of bytecode, calldata to `Vec<u8>`

* chore(decode): retype all instances of calldata as `Vec<u8>`

* fix(cache): doctests cannot access private mod `util`

* fix(decode): various decode fixes introduced in f168506 (#311)

* fix(decompile): solidity postprocessing things (#313)

* fix(tests): update test cases for postprocessing cleanup (#314)
@Jon-Becker Jon-Becker deleted the jon-becker/fix-sol-postprocessor branch December 27, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant