Skip to content

Conversation

@FUDCo
Copy link
Contributor

@FUDCo FUDCo commented Apr 30, 2025

I was experiencing previously unencountered TypeScript whinage in my editor, which turned out to be due to a libp2p package versioning issue. Basically, the TS typing for the APIs used by the libp2p tutorials (from which this code was derived) don't quite match the types that are actually declared in the latest released packages, and in my original conversion to TS I ended up inadvertently combining some old and some new and the mixture made LSP unhappy (even though it built and ran fine). But fixing it turned out to be one of those loose-thread-unravelling-the-whole-sweater things. This PR glues it all back together into a self-consistent ensemble using the latest libp2p stuff.

@FUDCo FUDCo requested a review from a team as a code owner April 30, 2025 00:40
@socket-security
Copy link

socket-security bot commented Apr 30, 2025

@FUDCo FUDCo requested a review from rekmarks April 30, 2025 07:31
@FUDCo FUDCo merged commit d8f4467 into main Apr 30, 2025
21 checks passed
@FUDCo FUDCo deleted the chip/libp2p-version-sheer branch April 30, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants