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

storage account v1 #119

Merged
merged 4 commits into from
Dec 12, 2024
Merged

storage account v1 #119

merged 4 commits into from
Dec 12, 2024

Conversation

bekauz
Copy link
Contributor

@bekauz bekauz commented Dec 3, 2024

closes #118

this is the first version of a storage account meant to:

  1. accept arbitrary data being posted
  2. make it available via queries

this account will be used for #117 , so changes within this scope are to be expected.

opening this now to avoid a massive pr later down the line.

@bekauz bekauz requested review from Art3miX and keyleu December 3, 2024 19:08
contracts/accounts/storage_account/Cargo.toml Outdated Show resolved Hide resolved
contracts/accounts/storage_account/.cargo/config.toml Outdated Show resolved Hide resolved
contracts/accounts/storage_account/README.md Outdated Show resolved Hide resolved
@keyleu
Copy link
Contributor

keyleu commented Dec 5, 2024

Now that I think about it, probably worth updating the docs Account section as well including this new functionality

@bekauz bekauz changed the base branch from main to dev December 12, 2024 12:41
@bekauz
Copy link
Contributor Author

bekauz commented Dec 12, 2024

Now that I think about it, probably worth updating the docs Account section as well including this new functionality

fair, I adjusted the existing accounts section to refer to base account instead of just an account.
added a section for the storage account, but left it with todo for now as this version of the account is just for testing / poc.

@bekauz bekauz merged commit b58504d into dev Dec 12, 2024
@bekauz bekauz deleted the benskey/storage-account branch December 12, 2024 12:54
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.

storage account
2 participants