feat(signet): feeless allowlisted respond [ignore benchmarks]#1478
Open
iamyxsh wants to merge 1 commit into
Open
feat(signet): feeless allowlisted respond [ignore benchmarks]#1478iamyxsh wants to merge 1 commit into
iamyxsh wants to merge 1 commit into
Conversation
Gate respond/respond_error/respond_bidirectional behind a signer allowlist and mark them Pays::No.
Weight Diff Report
3 extrinsic(s) changed across 1 pallet(s). New: 2. Removed: 0. pallet_signet
New extrinsics (2)
Threshold: ±10%. Base |
|
Crate versions that have been updated:
Runtime version has been increased. |
|
Quick benchmark at commit 3e975f4 has been executed successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes signet's
respond/respond_error/respond_bidirectionalfeeless (Pays::No) and restricts them to a governance-managed signer allowlist (add_signer/remove_signer), so MPC nodes can respond from an account funded once with the existential deposit (~1 HDX) and never need gas top-ups.Includes pallet unit tests and a Chopsticks e2e (
scripts/signet-feeless-test).