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

extrinsic failure is not handled by untrusted service #1312

Closed
brenzi opened this issue May 22, 2023 · 0 comments · Fixed by #1329
Closed

extrinsic failure is not handled by untrusted service #1312

brenzi opened this issue May 22, 2023 · 0 comments · Fixed by #1329
Assignees
Labels
F2-bug Something isn't working

Comments

@brenzi
Copy link
Collaborator

brenzi commented May 22, 2023

running the TEEracle in dcap mode, there are 3 extrinsics to be sent by the Enclave:

  1. registerQuotingEnclave
  2. registerTcbInfo
  3. registerDcapEnclave

the main process does not realize if these extrinsics fail, if they are included in the block, but yield an extrinsicFailure like this here:
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo.api.integritee.network#/explorer/query/0xe052ea7fd2169bb9e4617cc1a44bec2a566836efe419075a7e6dd9ea392bab63

most likely this is because of wrong use of substrate-api-client

this bug is not critical because nothing bad can happen, but it makes debugging harder than necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F2-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants