Tomasz Zdybał

Results 82 issues of 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...

enhancement

This is a tracking issue to collect all special/edge cases related to DALC processing. List of special cases: - [ ] #200 - [x] #201 - [ ] Block not...

C:data-availability
T:da-integration
T:spec-and-docs
v1

> 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...

good first issue
T:testing
T:code-hygiene
needs-triage

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: -...

T:testing
T:code-hygiene

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:...

T:testing
T:code-hygiene

Resolves: #491

T:enhancement
T:dev-usability-and-ux

> 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...

T:code-hygiene

## 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...

T:code-hygiene
T:spec-and-docs
epic