Tomasz Zdybał
Tomasz Zdybał
Work in Progress PR for work related to garbage collection with quantiles, for better visibility.
Currently during `Update`/`Delete` operation every write on the path from leaf to root is done in a separate call. Those operations could be executed as batch. Pros: - improved consistency...
This is a tracking issue to collect all special/edge cases related to DALC processing. List of special cases: - [ ] #200 - [x] #201 - [ ] Block not...
> Add comprehensive tests for error scenarios in `TestVoteExtension`. > > The current implementation of `TestVoteExtension` tests the happy path where everything functions as expected. It would be beneficial to...
There are multiple functions to create node instances. Lot of the code is duplicated. We should create single helper (function on struct) for creating nodes. Configuration / possible inputs: -...
When I run tests with `make test` they pass. Fun fact: when I call `go test -count 1 ./...` they fail, throwing multiple: `Error while dialing: dial tcp 127.0.0.1:7980: connect:...
> We shouldn't have panics in production code. We should log the error and return the error. > > What would be the risk of continuing to cycle in this...
## Overview Resolves #1213. ## Checklist - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [...
This issue is a draft. Code-coverage pain points will be updated by @tzdybal. - [x] #1268 types: - [ ] Create test for `types/Header.UnmarshalBinary` - [ ] Create test for...