ldeffenb

Results 179 comments of ldeffenb

First, is there going to be a migration of the existing stakes from overlay-based to owner-based? And if so, has anyone given thought (or better yet, a test) to what...

The cause that I've seen for "wrong phase" failed transactions is delayed transactions due to too-low gas limits. I've got a -dirty hack that applies the boost to both the...

Yaesu doesn't let external programs transmit via their internal TNC. The only way you can get digipeating out of a Yaesu APRS radio is to ignore the internal APRS features...

> save the previous target-neighborhood in the statestore Couldn't you just check the saved overlay (if there is one) to see if it is already in the specified target neighborhood?

> May I ask what is the reason to reduce the number of connections? I believe the origin of this request is due to some home routers becoming completely saturated...

> thanks for the PR! we can merge after you fix the lint issue, namely https://github.com/ethersphere/bee/actions/runs/9134143920/job/25119098349?pr=4682 Hopefully fixed.

And this is what it does to the retrieval metrics. Yes, I'm asking for a lot of chunks (walking the OSM manifest reference), but there shouldn't be any failures as...

Late breaking news: Apparently the redundancy level isn't getting to the file joiner intact. Added the following log: https://github.com/ldeffenb/bee/blob/b50dc2780587e8a9c76bcfe9fcb0656dd8c37142/pkg/file/joiner/joiner.go#L112 And now get: ``` "time"="2024-05-24 15:37:46.922256" "level"="debug" "logger"="node/api" "msg"="downloadHandler" "reference"="6f6aae5e8bda728b1d50594204376c53d73453b8d195ab7b602a4df8ccaa2ecd" "Strategy"=0...

> @ldeffenb #4711 closes this isssue, right? Yes, it should. Marking this closed pending my testing once I merge the latest changes and back out my temporary hack.

In actual fact, it appears that the API doesn't have a way to specify the retrieval redundancy level, but only the strategy for prefetching and/or changing that strategy to a...