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

Problematic implements #50

Open
Liao1 opened this issue Aug 28, 2021 · 0 comments
Open

Problematic implements #50

Liao1 opened this issue Aug 28, 2021 · 0 comments

Comments

@Liao1
Copy link
Collaborator

Liao1 commented Aug 28, 2021

  1. Need to check if the instance exist before using it (will not record issues in fulfillment pallet, since this pallet will be removed)
    After the block has been initialized, each valid extrinsic is executed in order of transaction priority. Extrinsics must not cause a panic in the runtime logic or else the system becomes vulnerable to attacks where users can trigger computational execution without any punishment. --Substrate Developer Hub
    let mut attestor = <Attestors<T>>::get(&who);
    attestor.url = url;
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

No branches or pull requests

1 participant