Yurii Oleksyshyn
Yurii Oleksyshyn
### Context To explain the design to the broader engineering team and to gain some feedback from other engineers and community members we need to write a FLIP which will...
### Context Upgrading process of key-value store in central piece of logic which will be used to extend the KV store and generally update software. To properly test upgrading logic...
### Context To evolve the key-value store we rely on a similar concept to what we use for processing epochs as part of Dynamic Protocol State. As mentioned in the...
### Context To get more insight on how protocol operates and collect some statistics as well as implement some alerts we would like to implement and collect metrics. Introduce an...
### Context Currently state mutator works only with epoch information. This behavior was desired when Dynamic Protocol State was built only from epoch-aware identity table, by adding KV store we...
### Context Currently we don't allow bootstrapping while we are in EFM, meaning no new nodes can join the network when we have entered it. By using this simplification we...
https://github.com/onflow/flow-go/issues/6019 ### Context Previously epoch state machines were working relying on parent state to implement theirs logic, this resulted in complicated logic and nasty edge cases when processing multiple events...
https://github.com/onflow/flow-go/issues/6517 ### Context This PR implements refactoring of `model.Proposal`, all details are in attached issue. This PR very closes follows proposed solution.
This revealed a bit of a terminology conflict: * The error is using `Height`, while we prune here by view. A potential solution would be to relax the name of...
### Context In [`dadeae3` (#6338)](https://github.com/onflow/flow-go/pull/6338/commits/dadeae3f90412b06e2cefdb443778a674ab47fab) several integration tests were disabled since they depend on DKG logic, which was broken at that time because `DKGIndexMap` was not properly filled. ### Definition...