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

Use list instead of map for JSON APIs #75

Merged
4 commits merged into from
Oct 6, 2021
Merged

Use list instead of map for JSON APIs #75

4 commits merged into from
Oct 6, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 8, 2021

Fixes #73

This introduces a new change to rename the keys section to ownerships to be more meaningful and integrate the usage of list over map to be more expressive.

@ghost ghost added the API Involve API facing user label Sep 8, 2021
@ghost ghost force-pushed the list_over_map_json_api branch from be83e84 to 0900250 Compare September 8, 2021 22:07
@ghost ghost force-pushed the list_over_map_json_api branch 3 times, most recently from 6492a16 to a1bc35f Compare October 6, 2021 08:36
@ghost ghost changed the title Use list instead of map for JSON API Use list instead of map for JSON API and Rename Keys to Ownerships Oct 6, 2021
@ghost ghost force-pushed the list_over_map_json_api branch from a1bc35f to 05b9d31 Compare October 6, 2021 08:46
@ghost ghost force-pushed the list_over_map_json_api branch from 05b9d31 to 20373a2 Compare October 6, 2021 08:52
@ghost ghost changed the title Use list instead of map for JSON API and Rename Keys to Ownerships Use list instead of map for JSON APIs Oct 6, 2021
@ghost ghost added DB Involve database serialization Involve message serialization smart contracts Involve smart contracts transaction Involve transactions labels Oct 6, 2021
@ghost ghost added this to the 1.0 milestone Oct 6, 2021
@ghost ghost merged commit 750d6d8 into master Oct 6, 2021
@ghost ghost deleted the list_over_map_json_api branch October 6, 2021 09:03
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Involve API facing user DB Involve database serialization Involve message serialization smart contracts Involve smart contracts transaction Involve transactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using list instead of map in the API
0 participants