Skip to content

Commit

Permalink
core/vm, cmd/evm: unexport errors, remove err-to-code mapping, new te…
Browse files Browse the repository at this point in the history
…sts, last fix

Changes include:
- unexporting errors, removing error-to-code mapping
- new test vectors from execution-spec-tests v [email protected]
- remaining fix from @shemnon in MariusVanDerWijden#56
- core/vm: address review-comments - simplify code
- cmd/evm: move eofdump/eofparse into `evm` binary
- Also makes eofdump read from stdin if hex is not provided, and makes the output of eofdump a bit more eye-friendly.
- core/vm: refactor check in eof control-flow validation
- core/vm: refactor some control flow checks for readability
  • Loading branch information
holiman committed Sep 30, 2024
1 parent f05c07b commit 03d36ac
Show file tree
Hide file tree
Showing 14 changed files with 1,502 additions and 1,057 deletions.
247 changes: 0 additions & 247 deletions cmd/eofdump/eofparser.go

This file was deleted.

65 changes: 0 additions & 65 deletions cmd/eofdump/main.go

This file was deleted.

Loading

0 comments on commit 03d36ac

Please sign in to comment.