Anastasios Kichidis

Results 84 issues of Anastasios Kichidis

Currently in order to perform a cross column family batch request, one has to use the `DBMap` struct to achieve this. An example is shown here: https://github.com/MystenLabs/mysten-infra/blob/e7451bb2d004fa01ef364ad2761bc338c24b1f11/typed-store/src/rocks/mod.rs#L161-L166 however, for codebases...

enhancement

Currently the `Map` trait has not default implementations for the `multi_` methods, more specifically for the: * `multi_get` * `multi_insert` * `multi_remove` it would be beneficial to offer some default...

enhancement
good first issue

Some small improvements in the benchmarking client documentation

Currently when we want to spawn a new primary node we are using the [spawn_primary](https://github.com/MystenLabs/narwhal/blob/d76c440d4aaef15fb3f490aeb160bcf922c9d21f/node/src/lib.rs#L102) method which is a static function that receives a bunch of inputs and returns a...

task

### Description [Cluster testing](https://github.com/MystenLabs/narwhal/blob/main/test_utils/src/cluster.rs) utility is currently using the JoinHandlers returned by the primary, worker & consensus components to shutdown the nodes. Although this works we'll soon have the official...

task

### Description We would like to track the length of the list of requested block for the block_synchronizer. If that size gets too bing then it could cause issues to...

task
story
Stale

Story: #67 Currently we have no way to test the `get_collections` endpoint end to end, meaning to have a primary and worker node boostraped and call the endpoint to fetch...

celo
sommelier
task
Stale

### Description Following the discussions we had [here](https://www.notion.so/mystenlabs/Design-doc-Disk-Cleanup-GC-41c4eab651334ec2bbfd822a0c412c88) it appears that the strategy of immediately deleting from storage the certificates & batches when the collections are committed (via the `remove_collections`...

bug
task

### Description Following the discussions about the [disk clean up](https://www.notion.so/mystenlabs/Design-doc-Disk-Cleanup-GC-41c4eab651334ec2bbfd822a0c412c88) it appears that we don't have a good reason to store the headers in the `header_store` in first place. It...

good first issue
task

Currently if someone needs to format the code, run the linter, bootstrap a node etc will need to do it manually. I believe if would have a Makefile (or some...

enhancement
good first issue