We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78c314 commit 6206b36Copy full SHA for 6206b36
core-primitives/attestation-handler/Cargo.toml
@@ -103,3 +103,4 @@ sgx = [
103
"httparse/mesalock_sgx",
104
]
105
test = []
106
+production = []
enclave-runtime/Cargo.toml
@@ -17,7 +17,7 @@ evm = [
17
"ita-sgx-runtime/evm",
18
"ita-stf/evm",
19
20
-production = ["itp-settings/production"]
+production = ["itp-settings/production", "itp-attestation-handler/production"]
21
sidechain = ["itp-settings/sidechain", "itp-top-pool-author/sidechain"]
22
offchain-worker = [
23
"itp-settings/offchain-worker",
0 commit comments