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

Ethereum aida-vm --vm-impl lfvm inconsistent output #907

Open
matejmode opened this issue Dec 9, 2023 · 0 comments
Open

Ethereum aida-vm --vm-impl lfvm inconsistent output #907

matejmode opened this issue Dec 9, 2023 · 0 comments
Assignees

Comments

@matejmode
Copy link
Collaborator

matejmode commented Dec 9, 2023

Geth finishes correctly.

aida-vm --vm-impl geth --chainid 1 --aida-db /home/matej/Aida-data/substate.ethereum.4370000-4370100 --validate-tx --workers 1 4370000 4370100

Lfvm gets an error.

aida-vm --vm-impl lfvm --chainid 1 --aida-db /home/matej/Aida-data/substate.ethereum.4370000-4370100 --validate-tx --workers 1 4370000 4370100
...
inconsistent output

got:
        status: 1
        bloom: 0
        logs: [0xc015b16000]
        contract address: 0x0000000000000000000000000000000000000000
        gas used: 24892

want:
        status: 1
        bloom: 0
        logs: [0xc0002e84d0]
        contract address: 0x0000000000000000000000000000000000000000
        gas used: 23092


Process finished with the exit code 1

4370000-4494980 run example: https://jenkins.fantom.network/job/Aida/job/CustomBuild/job/ethereum-carmen-test/15/execution/node/33/log/

Note: Fix should be done on top of #892 or wait until it gets merged. For tracing this issue dataset can be downloaded from https://aida.ethereum.repository.fantom.network/substate.ethereum.4370000-4370100.tar.gz

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

2 participants