issues
search
guildxyz
/
guild-network
MIT License
9
stars
1
forks
source link
I94 storage revamp merkle
#101
Closed
PopcornPaws
closed
1 year ago
PopcornPaws
commented
1 year ago
Description
Aims to close #94 via tons of changes...
[x] requirement filters: allowlists and child roles (you need to have another role to enter) are checked on-chain
[x] allowlists are merkelized and only the merkle root is stored on-chain (the allowlist gets written to the off-chain storage)
[x] split transactions into multiple, smaller transactions (easier to benchmark)
[x] 1600+ lines of unit tests for the guild pallet
[x] updated wasm bindings
PopcornPaws
commented
1 year ago
What's left:
[x] fix the
secp256k1
build errors (that only occur in the ci/cd test pipeline...probably some missing clang dependencies are needed to be installed)
[x] discuss whether the frontend needs additional wasm bindings
Description
Aims to close #94 via tons of changes...