You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I found '0x6a6bc3b2' means AnchorRootNotFound(), and I found this error throw by FaultDisputeGame.sol
When create() method in DisputeputeGamesFactory.sol was invoked, it will invoke initialize() in FaultDisputeGame.sol.
Combining the above information, I find that the error reported by executing the create() method is caused by the fact that there is no data in anchors.
Steps to Reproduce
Expected behavior
The result I expect is to create a disputegame correctly, but it is not.
Environment Information:
Operating System: [MacOS]
Configurations:
Command line flags or environment variables you're using.
Logs:
Logs and/or error messages that help illustrate the issue.
Additional context
Add any other context about the problem here.
⚠️ Notice: Issues that do not include the following sections will be subject to closure:
Bug Description
Steps to Reproduce
Environment Information
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered:
Bug Description
all process in my local devnet:
It`s always throw an error when I invoke create method in DisputeGameFactory.sol. The error like this:
decode transaction:
code: 3, data: '0x6a6bc3b2', url: 'http://localhost:32773', body: '{"method":"eth_call","params":[{"gas":"0x493df","gasPrice":"0x3b9aca07","nonce":"0x1","value":"0x0","from":"0x8943545177806ED17B9F23F0a21ee5948eCaa776","to":"0x8d8C34f63e9812d862CE46AC302ec0D7F72742B6","data":"0x82ecf2f60000000000000000000000000000000000000000000000000000000000000000bf0ff8bce299cb60b271e079e7ed8df825cadb5a733b777cda2c00cefc01c430000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000320"},"latest"],"id":44,"jsonrpc":"2.0"}', responseText: '{"jsonrpc":"2.0","id":44,"error":{"code":3,"message":"execution reverted","data":"0x6a6bc3b2"}}\n'
So I found '0x6a6bc3b2' means AnchorRootNotFound(), and I found this error throw by FaultDisputeGame.sol
When create() method in DisputeputeGamesFactory.sol was invoked, it will invoke initialize() in FaultDisputeGame.sol.
Combining the above information, I find that the error reported by executing the create() method is caused by the fact that there is no data in anchors.
Steps to Reproduce
Expected behavior
The result I expect is to create a disputegame correctly, but it is not.
Environment Information:
Operating System: [MacOS]
Configurations:
Command line flags or environment variables you're using.
the devnet was launched by https://github.com/ethpandaops/optimism-package
my devnet config:
optimism_package:
participants:
cl_type: op-node
ethereum_package:
participants:
network_params:
preset: minimal
additional_services:
Logs:
Logs and/or error messages that help illustrate the issue.
Additional context
Add any other context about the problem here.
Bug Description
Steps to Reproduce
Environment Information
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: