We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running the TEEracle in dcap mode, there are 3 extrinsics to be sent by the Enclave:
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
The text was updated successfully, but these errors were encountered:
coax1d
Successfully merging a pull request may close this issue.
running the TEEracle in dcap mode, there are 3 extrinsics to be sent by the Enclave:
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
The text was updated successfully, but these errors were encountered: