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
Currently, state sync events are sent and received using the common event channel. The objective is to create a separate channel for state sync module and consensus module interaction.
Origin Document
Goals
Separate interaction between state sync events from the main event bus.
Deliverable
New event bus between state sync and consensus modules.
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
Task specific tests or benchmarks: make ...
New tests or benchmarks: make ...
All tests: make test_all
LocalNet: verify a LocalNet is still functioning correctly by following the instructions at docs/development/README.md
Objective
Currently, state sync events are sent and received using the common event channel. The objective is to create a separate channel for state sync module and consensus module interaction.
Origin Document
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make ...
make ...
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @gokutheengineer
Co-Owners: @Olshansk
The text was updated successfully, but these errors were encountered: