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

feat(container): versioning #61

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

fabiobozzo
Copy link
Collaborator

@fabiobozzo fabiobozzo commented Nov 13, 2024

Right now, the model is the IPLD equivalent of:

[]any{
   tkn1,
   tkn2,
},

Let's change it to something like:

map[string]any{
   "ctn-v1": []any{
      tkn1,
      tkn2,
   },
}

@fabiobozzo fabiobozzo marked this pull request as ready for review November 13, 2024 17:49
@MichaelMure
Copy link
Collaborator

  • rebase/squash
  • added some fuzzing
  • small tweaks

@MichaelMure MichaelMure merged commit 8ca088b into v1 Nov 14, 2024
4 checks passed
@MichaelMure MichaelMure deleted the v1-token-container-versioning branch November 14, 2024 11:40
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.

2 participants