Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PubSub to align with 0.11.0 #1

Merged
merged 2 commits into from
Dec 16, 2021
Merged

Conversation

Arlodotexe
Copy link
Owner

This PR updates the PubSub APIs to work with the recent 0.11.0 release.

The biggest change in this PR is the removal of support for .NET Framework 4.5 and .NET Standard 1.4. Pubsub now makes heavy use of multibase encoding, which are bare to nonexistent in most of .NET.

Instead of rolling my own, I used the IPFS recommended cs-multibase library, This library is only available on .NET Standard 2.0. For my purposes, this works more than fine. netstandard 1.4 is starting to show its age and .NET Framework supports netstandard2.0 starting in 4.6.1.

This does mean that the rest of the IPFS libraries that use this package will need to be updated.

Updated unit tests coming soon™.

@Arlodotexe Arlodotexe merged commit 0745920 into master Dec 16, 2021
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.

1 participant