You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this in my logs, and it seems like it shouldn't ever happen:
2024-09-25T00:47:52.235808Z ERROR trin_history::events: Error processing portal history request, responding with empty TALKRESP error=Error while building accept message: Unable to initialize bitlist for requested keys. request.discv5.id=aaa81102dc43bd18
Got this in my logs, and it seems like it shouldn't ever happen:
Error is triggered here:
trin/portalnet/src/overlay/service.rs
Lines 1057 to 1059 in b28beff
The size of the Bitlist is defined by the Accept message here:
trin/ethportal-api/src/types/portal_wire.rs
Line 567 in b28beff
So it seems that our accept message only stores up to 8 items. The specs suggest that it should accept up to 64.
I'll open a PR to increase this to 64.
The text was updated successfully, but these errors were encountered: