-
The `anyValueType` eraser in `Fields+Codable` is coalescing the double-optional of OptionalParent.Value to a single optional, causing it to improperly decode when passed around via Codable.
jdmcd updated
2 years ago
-
Currently we expect that we can sync from all full nodes all blocks or request warp proofs from all full nodes. When people start using things like `--block-pruning` these assumptions are not correct …
bkchr updated
11 months ago
-
I was recently working on an erasure coding project that was based on this ISA-L library. Everything was going fine, and I was just debugging for a while and then I left the project for about one day.…
-
## Context
If I understand correctly the [Codec interface](https://github.com/celestiaorg/rsmt2d/blob/25576208f90d3d171e5cbf7407704c1d61ae6bf1/codecs.go#L14-L27) is meant to serve as a boundary bet…
-
Backing up lump sum of table files of a database, which can be many GB's or TB's including string-dictionary files, to Amazon S3 or S3 compatible storages is a time-consuming task, even on local area …
-
### Contact Details
_No response_
### Is there an existing issue for this?
- [X] I have searched all the existing issues
### Is your feature request related to a problem? Please describe.
…
-
#### Problem
Hello,
We've deployed a net from scratch, with 4 validator nodes. We started out at 5 sols per node, and delegated a billion sols after. Recently, we reached 4 billion sols acti…
-
When restarting a cluster from a cold state, we noticed that it took an exceedingly long time to start (5+ hours).
I noticed that if I started the chunk servers one at a time it took about 30 secon…
-
**Describe the bug**
I have a few volume servers that look like they tried to erasure code full volumes, but ran out of disk space. The volume directory now has the 244GB .dat file along with .ec fil…
-
Examples should not use `auto` when showing how to do important things, such as here:
https://github.com/boostorg/beast/blob/develop/example/http/server/awaitable/http_server_awaitable.cpp#L253