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

Avoid using the CwStorage wrapper for access #52

Open
uint opened this issue Sep 2, 2024 · 0 comments
Open

Avoid using the CwStorage wrapper for access #52

uint opened this issue Sep 2, 2024 · 0 comments
Labels

Comments

@uint
Copy link
Collaborator

uint commented Sep 2, 2024

Currently, access looks like this:

item.access(&mut CwStorage(&mut storage))

Where storage is something implementing cosmwasm_std::Storage.

Making this less verbose somehow would be good. Bart had a proposal here.

@uint uint added this to the v0.4.0 milestone Sep 4, 2024
@uint uint added good first issue Good for newcomers cw-storey labels Sep 24, 2024
@uint uint changed the title cw-storey: avoid using the CwStorage wrapper for access Avoid using the CwStorage wrapper for access Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant