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

IPLD Selector framework with serialization #395

Merged
merged 7 commits into from
May 6, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Implements selector types and serialization and some functionality

Since these changes will get very dense quick, going to split up PRing them in to make it easier to review. This handles the serialization and deserialization of selectors as well as some of the basic logic.

Second part of this will be the core execution of the selector, which is somewhat blocked on #390 (for testing convenience).

Issue for ref: #241 (go-ipld-prime is the only other impl of this, and one we have to match so can verify details against that and anything conceptual against the spec)

Reference issue to close (if applicable)

Closes

Other information and links

@austinabell austinabell changed the title Selector framework with serialization IPLD Selector framework with serialization May 5, 2020
Copy link
Contributor

@dutterbutter dutterbutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@austinabell austinabell merged commit 84fb0e4 into master May 6, 2020
@austinabell austinabell deleted the austin/ipld/selectorframework branch May 6, 2020 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants