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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
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
OS and version.
The version of the Polygon Edge.
(Confirm the version of your Polygon edge client by running the following command: polygon-edge version --grpc-address GRPC_ADDRESS)
The branch that causes this issue.
Locally or Cloud hosted (which provider).
Please confirm if the validators are running under containerized environment (K8s, Docker, etc.).
Steps to reproduce
Tell us how to reproduce this issue.
Where the issue is, if you know.
Which commands triggered the issue, if any.
Provide us with the content of your genesis file.
Provide us with commands that you used to start your validators.
Provide us with the peer list of each of your validators by running the following command: polygon-edge peers list --grpc-address GRPC_ADDRESS.
Is the chain producing blocks and serving customers atm?
Expected behavior
Tell us what should happen.
Tell us what happened instead.
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:
Other error is :
[ERROR] polygon.server.polybft.state-sync-manager.event_tracker: failed to start blocktracker: error="parent with hash retrieving error: {"code":0,"message":"we can't execute this request"}"
@polygomic
are you able to bridge token from rootchain to supernet , ?
basically i want use one of my root chain token token as my native token
help will be great for me
@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?
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: