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

I94 storage revamp merkle #101

Merged
merged 44 commits into from
Feb 16, 2023
Merged

I94 storage revamp merkle #101

merged 44 commits into from
Feb 16, 2023

Conversation

PopcornPaws
Copy link
Contributor

@PopcornPaws PopcornPaws commented Feb 15, 2023

Description

Aims to close #94 via tons of changes...

  • requirement filters: allowlists and child roles (you need to have another role to enter) are checked on-chain
  • allowlists are merkelized and only the merkle root is stored on-chain (the allowlist gets written to the off-chain storage)
  • split transactions into multiple, smaller transactions (easier to benchmark)
  • 1600+ lines of unit tests for the guild pallet
  • updated wasm bindings

@PopcornPaws
Copy link
Contributor Author

PopcornPaws commented Feb 16, 2023

What's left:

  • fix the secp256k1 build errors (that only occur in the ci/cd test pipeline...probably some missing clang dependencies are needed to be installed)
  • discuss whether the frontend needs additional wasm bindings

@PopcornPaws PopcornPaws marked this pull request as ready for review February 16, 2023 14:26
@PopcornPaws PopcornPaws merged commit 8d1433d into main Feb 16, 2023
@PopcornPaws PopcornPaws deleted the I94-storage-revamp-merkle branch February 16, 2023 16:09
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 redesign
1 participant