Skip to content

Delete unneeded file#3166

Merged
MatusKysel merged 1 commit intodevelopfrom
delete-uneeded-file
Jun 12, 2025
Merged

Delete unneeded file#3166
MatusKysel merged 1 commit intodevelopfrom
delete-uneeded-file

Conversation

@MatusKysel
Copy link
Contributor

Description

add a description of your changes here...

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@MatusKysel MatusKysel requested a review from Copilot June 12, 2025 12:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

A cleanup PR to remove an obsolete VM helper file that exports the instruction lookup and operation methods.

  • Delete jump_table_export.go, which contained LookupInstructionSet, Stack, and HasCost implementations now managed elsewhere.
Comments suppressed due to low confidence (3)

core/vm/jump_table_export.go:1

  • Deleting this file removes the LookupInstructionSet function; ensure all callers are updated or removed to prevent build or runtime errors.
-// Copyright 2023 The go-ethereum Authors

core/vm/jump_table_export.go:1

  • If LookupInstructionSet has been moved, update import paths in dependent packages to reference the new location.
-package vm

core/vm/jump_table_export.go:1

  • With this file removed, verify that existing tests still cover instruction set lookup logic or add new tests to maintain coverage.
-// LookupInstructionSet returns the instruction set for the fork configured by

@MatusKysel MatusKysel requested review from buddh0, galaio and zzzckck June 12, 2025 12:01
@MatusKysel MatusKysel merged commit d268fdb into develop Jun 12, 2025
7 checks passed
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.

3 participants