You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flashtestations is a feature that enables Trusted Execution Environment (TEE) attestation for block building. It provides cryptographic proof that blocks were built within a secure enclave, ensuring the integrity and confidentiality of the block building process.
Note that `--rollup.builder-secret-key` must be set and funded in order for the flashtestations key to be funded and submit the attestation on-chain.
66
+
#### Additional CLI Config
67
+
68
+
-`--flashtestations.enable-block-proofs`: Enable end-of-block transaction proofs that verify the block was built within a TEE
69
+
-`--flashtestations.debug`: Enable debug mode with a deterministic TEE key and debug attestation server for testing and development
70
+
-`--flashtestations.quote-provider <URL>`: Specify a remote URL to provide an attestation instead of generating a quote in process
71
+
-`--flashtestations.rpc-url <URL>`: Use a remote provider to submit attestations to
64
72
65
73
## Observability
66
74
@@ -189,4 +197,4 @@ More instructions on installing and configuring `act` can be found on [their web
189
197
### Known issues
190
198
191
199
- Running actions locally require a Github Token. You can generate one by following instructions on [Github Docs](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). After generating a token you will need to pass it to `act` either through the command line using `-s GITHUB_TOKEN=<your token>` or by adding it to the `~/.config/act/actrc` file.
192
-
- You might get an error about missing or incompatible `warp-ubuntu-latest-x64-32x` platform. This can be mitigated by adding `-P warp-ubuntu-latest-x64-32x=ghcr.io/catthehacker/ubuntu:act-latest` on the command line when calling `act` or appending this flag to `~/.config/act/actrc`
200
+
- You might get an error about missing or incompatible `warp-ubuntu-latest-x64-32x` platform. This can be mitigated by adding `-P warp-ubuntu-latest-x64-32x=ghcr.io/catthehacker/ubuntu:act-latest` on the command line when calling `act` or appending this flag to `~/.config/act/actrc`
0 commit comments