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

[EVM] Transaction execution fails #5068

Closed
sideninja opened this issue Nov 28, 2023 · 0 comments · Fixed by #5069
Closed

[EVM] Transaction execution fails #5068

sideninja opened this issue Nov 28, 2023 · 0 comments · Fixed by #5069
Assignees
Labels
Bug Something isn't working

Comments

@sideninja
Copy link
Member

Transaction execution fails on EVM with the following error (test is from the emulator):

blockchain_test.go:122: [Error Code: 1101] error caused by: 1 error occurred:
        	* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
        error: error getting program f8d6e0586b0a20c7.EVM: failed to derive value: load program failed: Checking failed:
        error: cannot find variable in this scope: `InternalEVM`
           --> f8d6e0586b0a20c7.EVM:120:26
        
        error: cannot find variable in this scope: `InternalEVM`
           --> f8d6e0586b0a20c7.EVM:131:8
        
        error: cannot find variable in this scope: `InternalEVM`
          --> f8d6e0586b0a20c7.EVM:21:12
        
        error: cannot find variable in this scope: `InternalEVM`
          --> f8d6e0586b0a20c7.EVM:73:25
        
        error: cannot find variable in this scope: `InternalEVM`
          --> f8d6e0586b0a20c7.EVM:88:31
        
        error: cannot find variable in this scope: `InternalEVM`
           --> f8d6e0586b0a20c7.EVM:106:20
        
        --> f8d6e0586b0a20c7.EVM
        
        error: cannot find variable in this scope: `EVM`
         --> 6f9ed373d488b926c6123f4ac3eafd0c986f8a52b654c3f66ebc7bd68a9a74ad:6:15
          |
        6 | 				let addr = EVM.EVMAddress(bytes: bytes)
          | 				           ^^^ not found in this scope
        
@sideninja sideninja self-assigned this Nov 28, 2023
@sideninja sideninja added the Bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant