acud

Results 37 issues of acud

Something that I noticed while reading this is that the often attached images aren't clickable. It would be nice to have them all clickable, ideally opening in a new tab....

While going through the website and trying to write some specs, it was noticeable that there's a certain lack of a page that puts it all together in a way...

> Now what about an operator that sorts as a sequence? Specifically, one such that IsSorted(SortSeq(seq)) is always true. That’s easy: ``` Sort(seq) == ``` > We had to tweak...

Greetings, I've identified a couple of minor points that can be improved in the aforementioned chapter. The first is the following paragraph: > There is one more boolean operator of...

when uploading a batch that has already expired, the cli does not respect the fact that the batch is already expired. this is observed with `v1.5.0`. reproduce with: - buy...

issue

## Motivation Current `hare` prerounds use 20-byte `blake3` hashes of the proposals. This PR aims to reduce the message size by adopting the changes described in #5606 ## Description Adopts...

## Motivation In an attempt to standardize how we check-in code to the codebase, I suggest we try to adopt a style-guide. ## Description In order to bring in more...

documentation

## Motivation Adds write-coalescing to ATXs written to DB from gossip and sync handlers. Closes https://github.com/spacemeshos/go-spacemesh/issues/5557 ## Description Supersedes https://github.com/spacemeshos/go-spacemesh/pull/6239 ## Test Plan ## TODO - [ ] Explain motivation...

## Motivation Batches ballots to be written together into the db. ## Description ## Test Plan - check performance gain on prod ## TODO - [ ] Explain motivation or...

## Description The `promise` type and it's usage in the `fetch` package can be greatly simplified. In particular the topic of closing channels from multiple locations needs to be simplified....

technical debt