Yurii Oleksyshyn

Results 22 issues of Yurii Oleksyshyn

I use `qtpromise` a lot in my project and I am constantly running into next situation ``` static QtPromise::QPromise DoSomething() { return QtPromise::resolve().delay(5000); } //// struct Foo : public QObject...

enhancement

https://github.com/dapperlabs/flow-go/issues/6201 ### Context This PR enables previously disabled integration tests. Test suits were extended to support new functionality(support for timeout aggregator for instance). Also some changes were made to the...

https://github.com/dapperlabs/flow-go/issues/6395 ### Context This PR changes how incoming and outgoing consensus related messages are processed. Previously compliance engine was handling both incoming and outgoing messages + processing block proposals(validation, state...

https://github.com/dapperlabs/flow-go/issues/6385 ### Context This PR implements rebroadcast of timeout objects. I have chosen an implementation which encapsulates rebroadcast logic in `timeout.Controller`, meaning `ActivePaceMaker`, `EventLoop` don't know anything about concept of...

https://github.com/dapperlabs/flow-go/issues/6411 ### Context This PR adds `ParentView` to `flow.Header`. As part of this PR I have updated our test helpers, util functions, tests and wherever we have converted `flow.Header` to...

### Context After iterative changes to the implementation and addition of new features(KV store) we have observed that our architecture needs some changes in order to increase modularity, separation of...

### Context KV store was designed to be backward compatible and support multiple versions, to reflect this in the code base we need an version agnostic way to mutate data....

S-Consensus
S-BFT

### Context KV store was designed to be backward compatible and support multiple versions, to reflect this in the code base we need an version agnostic way to query data....

S-Consensus
S-BFT

### Context To avoid relying on sporks to perform updates of KV store it was designed to use HCU-style upgrades. To support such upgrade we need to define `VersionUpgrade` field...

S-Consensus
S-BFT

## Context This epic groups issues related to implementation of key-value store as part of Dynamic Protocol State. ## Milestones - [ ] [M1] Milestone 1: Key-Value Store Implementation Complete...

Epic
S-Consensus
S-BFT