bee
bee copied to clipboard
Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (ap...
### Context Bee 1.18.2 ### Summary This happens during postage stamp syncing, where `eth_getLogs` calls are continuously made to fetch all postage stamp data from the blockchain. Using ankr as...
the chunkstore operations do not currently accept the leveldb batches for writes. this can cause issues especially in areas of the localstore where the chunkstore is used in tandem with...
**Is your feature request related to a problem? Please describe.** I am running 2 software clients for peering to 2 different distributed networks on my computer. One of them is...
### Context A random sample off of the `testnet-storage` cluster shows that in a span of 5 minutes there have been 698 log events with category level 'error' - of...
it was discovered during compaction chunk validation process that two retrievalIndex records are sharing a single sharky location. logs produced from compacting a dev-bee-gateway node ``` "time"="2023-09-29 01:05:49.455219" "level"="info" "logger"="node"...
#### Summary currently the release contains a `bee_1.18.2_checksums.txt`, and a `bee_1.18.2_checksums.txt.sig` for the PGP signature. please sign each release asset independently! i.e. each `foo.deb` file should have a `foo.deb.asc`, without...
To minimize chunks loss, we should only evict enough chunks fall below the capacity. This can be done by passing a "max evict counter" calculated in the unreserve function and...
### Context Running Bee 1.7.1, I'm posting a large file (~430 MB) with bzz and pinnig enabled. I've uploaded another large files before this of ~900MB. ### Summary I get...