-
Notifications
You must be signed in to change notification settings - Fork 533
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
Bridge problem after 100000 block #1771
Comments
Other error is : and my rootchain is Polygon mainnet |
@polygomic |
@polygomic Please list the steps to reproduce your issue, so I can diagnose the issue. Please explain with the commands you used and how you setup validators and deposited tokens from the Rootchain to the Supernet or vice versa. Also please explain how you came to the conclusion that your bridging works? Did you connect your MetaMask to the Supernet and see that you have received tokens from the Rootchain? |
@polygomic Hey, did you find any solution for this issue? |
I installed version 1.1.0 and bridge worked ,but after 100000 block I got [ERROR] polygon.server.polybft.state-sync-manager.event_tracker: failed to start blocktracker: error="parent with hash 0x1f787d89dfd2dcbb45bc303218672533268e167e86800a2dd597ceabd14cfc8b not found"
and each epoch with different hash number and when I try to add new validator or deposit message not recieve
but in 20000 first block all the actions worked like charm
Your environment
(Confirm the version of your Polygon edge client by running the following command:
polygon-edge version --grpc-address GRPC_ADDRESS
)Steps to reproduce
polygon-edge peers list --grpc-address GRPC_ADDRESS
.Expected behavior
Logs
Provide us with debug logs from all of your validators by setting logging to
debug
output with:server --log-level debug
Proposed solution
If you have an idea on how to fix this issue, please write it down here, so we can begin discussing it
The text was updated successfully, but these errors were encountered: