-
Notifications
You must be signed in to change notification settings - Fork 9
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
Combine the projects Richard left behind (and refactors) #17
Combine the projects Richard left behind (and refactors) #17
Conversation
Unixfs balanced trees
Repo management
fix(Identify1): multiaddress ends with peer ID
Repository Management - Migrations
@Arlodotexe @Derrick- sorry to bother but both of you are the last two people who worked on it before. I think this PR is ready, I wonder if you guy would like to review it, thanks. |
…ntral package versioning warnings
This looks good to me. I'm not sure what's going on with @Arlodotexe. My PR is still pending too. |
@stevefan1999-personal I'm looking at build and test failures. I sent 1 PR onto this branch to fix cetral package versions. Many test failures are from package upgrades, looks especially like the cbor package is not honoring config to keep lowercasing (e.g. PutAndGet_poco test), which affects many tests expecting different content hashes when case is different. I'll send another PR with what I have, but if you want to merge please do and I'll PR onto main. |
…R in main later This reverts commit 7bcbcd9.
Fix central package warnings
c070a34
I'm open to this, if we can find the right person. Contact me on Discord, we have an |
In case you missed it, we've already pulled in, fixed up and shipped the net-ipfs-http-client. For the rest - Due to a combination of complexity, lack of developer resources, and ever-changing standards, we opted not to bring in Richard's peertalk or net-ipfs-engine implementation. To bring these back, we'd need to
If we can do the above, we can create a new repo and ship a full .NET implementation from the shipyard. To keep things moving, for now we've scoped these projects to working with the IPFS HTTP API and the Kubo RPC API. If you need Kubo standalone in your application, the best option right now may be to use the official binary via You can read about our transition from Richard Schneider's libraries here. |
This PR will do the following:
It is done in a way so that all the former git contributions by @richardschneider will be pass on. Apparently, he has passed away, so it is safe to say this code ownership reassumption would be fine to him.
TODO: