-
Notifications
You must be signed in to change notification settings - Fork 2
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
working cbor #25
Merged
working cbor #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* remove .so file, upgrade rustler * begin DidPlc * started DidPlc classes (don't look please) * closer to working did generation * doctest for cbor encoding * okay fine * use to_bytes * decode16
maybe?
…t into the result map
mekaem
added a commit
that referenced
this pull request
Feb 23, 2024
* working cbor (#25) * DIdPlc stuff (#21) * remove .so file, upgrade rustler * begin DidPlc * started DidPlc classes (don't look please) * closer to working did generation * doctest for cbor encoding * okay fine * use to_bytes * decode16 * add round trip cbor test * fix map key syntax * trying libipld for encoding dag-cbor * missing cid tag maybe? * what if we construct a tagged IPLD node with the CID tag and insert it into the result map * manually tag it? idk * fortune favors the bold * mission failed, we'll get 'em next time * update README to reflect new goals :) (#23) * fix example case in dagcbor docs (#24) --------- Co-authored-by: flicknow <[email protected]> Co-authored-by: nova <[email protected]> Co-authored-by: Samuel Newman <[email protected]> Co-authored-by: mark <[email protected]> * Revert "working cbor (#25)" This reverts commit 3ed03ca. --------- Co-authored-by: Shreyan Jain <[email protected]> Co-authored-by: flicknow <[email protected]> Co-authored-by: Samuel Newman <[email protected]> Co-authored-by: mark <[email protected]>
mekaem
added a commit
that referenced
this pull request
Feb 23, 2024
* remove .so file, upgrade rustler * begin DidPlc * started DidPlc classes (don't look please) * closer to working did generation * doctest for cbor encoding * okay fine * use to_bytes * decode16 * make mix task stop crashing * docstrings * working cbor (#25) * DIdPlc stuff (#21) * remove .so file, upgrade rustler * begin DidPlc * started DidPlc classes (don't look please) * closer to working did generation * doctest for cbor encoding * okay fine * use to_bytes * decode16 * add round trip cbor test * fix map key syntax * trying libipld for encoding dag-cbor * missing cid tag maybe? * what if we construct a tagged IPLD node with the CID tag and insert it into the result map * manually tag it? idk * fortune favors the bold * mission failed, we'll get 'em next time * update README to reflect new goals :) (#23) * fix example case in dagcbor docs (#24) --------- Co-authored-by: flicknow <[email protected]> Co-authored-by: nova <[email protected]> Co-authored-by: Samuel Newman <[email protected]> Co-authored-by: mark <[email protected]> * cbor lists * little fixes * remove extra sha256 * phew --------- Co-authored-by: flicknow <[email protected]> Co-authored-by: nova <[email protected]> Co-authored-by: Samuel Newman <[email protected]> Co-authored-by: mark <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.