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
Even though all state changes are in the block stream, many mirror nodes will still depend on the V6 record stream to capture network activity.
In current develop, a network started from genesis will only externalize its initial Node metadata via the blockstream, not synthetic NodeCreate transactions.
Acceptance Criteria
Network Genesis
Synthetic NodeCreate transactions MUST be created
Testing
Verify synthetic transactions appear in record stream
Unit tests
Dependencies
None
Definition of Ready (DoR) Checklist
Note that DoR does not need to be 100% met prior to starting work
Clear acceptance criteria
Clear and detailed description
Dependencies identified
Links to documentation
Should be completable in 2-3 Days
Initial draft of Low-level design document
At least high level test plan
Groomed/Estimated
Definition of Done (DoD) Checklist
Acceptance Criteria complete
No Codacy issues greater than minor (in new code)
JavaDocs updated/created
Code commented
Unit tests created/updated
80% test code coverage (in new code)
Happy Path and major negative cases in HAPI tests as applicable
The text was updated successfully, but these errors were encountered:
Background
Even though all state changes are in the block stream, many mirror nodes will still depend on the V6 record stream to capture network activity.
In current
develop
, a network started from genesis will only externalize its initialNode
metadata via the blockstream, not syntheticNodeCreate
transactions.Acceptance Criteria
NodeCreate
transactions MUST be createdDependencies
Definition of Ready (DoR) Checklist
Note that DoR does not need to be 100% met prior to starting work
Definition of Done (DoD) Checklist
The text was updated successfully, but these errors were encountered: