Anastasios Kichidis

Results 64 comments of Anastasios Kichidis

> Rust project usually manage with the configurable defaults of their tooling. Yeah that's my point. I have to know somehow what the configuration we use is. For example, on...

I'll start from the end to the top on the above points: > 3. Change tx_remove_block/rx_remove_block in the diagram below to a oneshot channel instead of a mpsc channel. Yes,...

@asonnino is our assumption even in the case of `C1` that we'll _eventually_ receive the payload? I am sure there is some theory behind this, but how much would we...

Thanks @huitseeker for keeping us honest with the docs. I've seen Mermaid getting lot of popularity across the eng community and it's awesome when it comes to maintenance and especially...

FYI @huitseeker @bmwill @asonnino that's the ticket around finding a better solution for constructing an identifier (which we kind of do via the Hashing approach we followed on some of...

@asonnino closing this as we have moved repo under SUI https://github.com/MystenLabs/sui. Please re-open PR there if it's still relevant

Closing the PR as newer work has been done under Narwhal's new home https://github.com/MystenLabs/sui

@punwai is this still something you want to go forward? If yes could you please the linter & tests as they seem to fail?

CC @gdanezis @asonnino @huitseeker @laura-makdah

@jsteenb2 following our conversation summarising the observations we had so far: 1. Try to set the `batch_size` to a higher value than `5 bytes` (ex try with 50 or 100...