Jonathan Moody
Jonathan Moody
Closing in favor of https://github.com/lbryio/lbry-sdk/pull/3711
See this https://github.com/lbryio/lbry-sdk/issues/3658 for trouble this caused in tests.
See also https://github.com/lbryio/lbry-sdk/issues/3704
There is now a build of "wheels" for libtorrent. I was only able to get the libtorrent build to work for python 3.9 and 3.10: https://github.com/arvidn/libtorrent/pull/7292 **but it doesn't get...
Hi all, I have been doing some investigation on this. >The 40-reset limit hasn't been reached on either side, but only because processing the first message on a new session...
>I can confirm that the PR combined with setting use_one_time_pre_key == false as you descibed above does fix the crash crash-9b8155d6c9e9134a09dcb9b12d62893408ee83be. `use_one_time_pre_key == false` was a temporary hack. The pull...
I believe it's an off-by-one issue. The condition should be `if me.archive_count + them.archive_count + 1 < 40` I'm testing with the following: ``` let mut estimated_prev_states = 0; //...
With latest changes from #521 ``` swdev2@Jonathans-Mini fuzz % env RUST_BACKTRACE=full cargo fuzz run interaction crash-* artifacts/interaction/crash-* Finished release [optimized] target(s) in 0.13s Finished release [optimized] target(s) in 0.12s Running...
Latest: ``` let mut estimated_prev_states = 0; // The set of previous session states grows in two ways: // 1) The current session state of "me" is archived explicitly. estimated_prev_states...
Likely fixed by https://github.com/lbryio/hub/pull/99 Will monitor for failures after hub version bump and then close.