-
Notifications
You must be signed in to change notification settings - Fork 47
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
algokit localnet start - ledger does not have entry 1 #320
Comments
@winder do you know what could cause this? |
Nope, i switched to sandbox .. it works Perhaps the health probe should also check if the indexer round is the same as algod round and it is above 0 Perhaps it is something with the consensus future protocol? I prefer to run the latest stable version, not the future version in localnet.. is there way to switch? This is from sandbox |
i have tried today the algokit localnet and I have still the same issue. |
Hi @scholtz it looks like the indexer is running as expected, are you able to explain the problem you're seeing? |
(Given we are using dev mode it's expected it will start from round 0 since rounds only get committed when there is a transaction) |
algod is stucked at round zero . the private network is not started, but the goal command works, so it shows that current block is zero. I dont care at the moment for indexer when blockchain is not generating blocks.
sure, it should start from zero, but it should get to 1, next 2, next 3.... :) |
@scholtz so are you experiencing an error committing a transaction? If so, can you share the error? It's expected it starts at round 0 because it's running dev mode. As soon as you commit a transaction the block will move forward. |
Closing for now, since no response, but feel free to re-open and provide further details of where it's not working how it should. |
After
algokit localnet start
the node does not startI made sure i have cleared the previous images, or any volumes in docker.
I use windows.
After the start command is processed this is result:
However the network does not start - is stucked at round 0.
The text was updated successfully, but these errors were encountered: