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

Integration Test: remove geth dependencies #698

Open
facuMH opened this issue Aug 27, 2024 · 0 comments
Open

Integration Test: remove geth dependencies #698

facuMH opened this issue Aug 27, 2024 · 0 comments
Milestone

Comments

@facuMH
Copy link
Contributor

facuMH commented Aug 27, 2024

in many files there are still dependencies to geth that can be avoided, such as opcodes, errorcodes or constants.

This should be check in files such as:

  • go/integration_test/interpreter/stack_boundry_test.go (stackLimit), perhaps we could have a tosca definition for this and use it in CT and LFVM as well
  • go/integration_test/processor/gas_biling_test.go (use tosca/vm opcodes instead)
  • go/integration_test/processor/processor_gas_test.go (use tosca/vm opcodes instead)
  • go/integration_test/processor/processor_test.go (use tosca/vm opcodes instead)
@facuMH facuMH added this to the Release Ready milestone Aug 27, 2024
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

No branches or pull requests

1 participant