-
Notifications
You must be signed in to change notification settings - Fork 33
[LocalNet] Execution Height and Connection Errors #433
Copy link
Copy link
Closed
Labels
bugSomething isn't working - expected behaviour is incorrectSomething isn't working - expected behaviour is incorrectconsensusConsensus specific changesConsensus specific changescoreCore infrastructure - protocol relatedCore infrastructure - protocol related
Milestone
Description
Objective
I am experiencing the following unexpected behaviors when running LocalNet:
Issue 1. When LocalNet is run on main branch with the current commands in the README, and running the fresh LocalNet after executing the first TriggerNextView command and running PrintNodeState the height is printed as 2, which is supposed to be 1.
Issue 2. Also, there is one other weird error I am receiving, but I am not sure if it is only on my setup. After doing few iterations of TriggerNextView, PrintNodeState, and then ResetToGenesis one or some of the nodes refuse connections.
Origin Document
Goals
- Identify the reason of the behavior and fix the problem (if exists)
- Enable smooth execution of LocalNet
Deliverable
- LocalNet runs as expected
Non-goals / Non-deliverables
- Change business logic
General issue deliverables
- Update the appropriate CHANGELOG(s)
- Update any relevant local/global README(s)
- Update relevant source code tree explanations
- Add or update any relevant or supporting mermaid diagrams
Testing Methodology
- LocalNet: verify a
LocalNetis still functioning correctly by following the instructions at docs/development/README.md
Creator: @gokutheengineer
Co-Owners:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working - expected behaviour is incorrectSomething isn't working - expected behaviour is incorrectconsensusConsensus specific changesConsensus specific changescoreCore infrastructure - protocol relatedCore infrastructure - protocol related
Type
Projects
Status
Done

