automata-network / automata

Automata Network is a modular attestation layer that extends machine trust to Ethereum with TEE Coprocessors.
https://ata.network
Apache License 2.0
94 stars 19 forks source link

Problematic implements #50

Open Liao1 opened 3 years ago

Liao1 commented 3 years ago
  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 https://github.com/automata-network/automata/blob/3b11d5502f66908a190f02613e630caac80f0a4c/pallets/attestor/src/lib.rs#L218-L219