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: support collections #3707

Merged
merged 29 commits into from
Mar 19, 2024
Merged

feat: support collections #3707

merged 29 commits into from
Mar 19, 2024

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Oct 18, 2023

Closes: #3708

EDIT: I have reverted the scaffolding of map here: 3f1c59d as when having one index we should use Map and when using index we should use IndexedMap (with specific value codecs, index struct and different api in msg router) leading to too much complexity (just look at the commit -- and the indexmap wasn't logic wasn't even there let)

Copy link
Collaborator

@Pantani Pantani left a comment

Choose a reason for hiding this comment

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

LGMT!!

Amazing!!

@julienrbrt
Copy link
Member Author

As discussed in the standup, let's as well investigate if we want to keep supporting multi index map. If not then I can bring back the changes I had here for maps and we have ignite totally using collections.

@julienrbrt julienrbrt merged commit 5382150 into main Mar 19, 2024
44 of 46 checks passed
@julienrbrt julienrbrt deleted the julien/collections branch March 19, 2024 23:11
julienrbrt added a commit that referenced this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support collections
3 participants