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

move structs from heap to stable struct in individual user template canister #197

Closed
1 of 3 tasks
ravibazz opened this issue Dec 5, 2023 · 1 comment · Fixed by #259
Closed
1 of 3 tasks

move structs from heap to stable struct in individual user template canister #197

ravibazz opened this issue Dec 5, 2023 · 1 comment · Fixed by #259
Assignees

Comments

@ravibazz
Copy link
Contributor

ravibazz commented Dec 5, 2023

Description

Move few of the structs inside CanisterData of Individual_user_template to stable memory

Proposed Changes

  • Introduce memory manager to deal with heap data along with stable memory data.
  • Add structs room_details_map and bet_details_map to flatten out the structure and store it in stable memory.
  • Move api's from using heap data to stable data
@ravibazz ravibazz changed the title move structs from heap to stable struct in Individual_user_template move structs from heap to stable struct in individual user template canister Dec 5, 2023
@ravibazz ravibazz self-assigned this Dec 5, 2023
@ravibazz
Copy link
Contributor Author

ravibazz commented Dec 8, 2023

Before carrying any out any further upgrades this issue #201 needs to fixed

This was referenced Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant