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
* a working script without args
* a working script without args
* everything works in the scripts despite the args
* fix socat proxy script
* working op-batcher inside docker-compose
* rename the script to build batcher enclave image
* cleanup and profile the op-batcher-non-tee
* use port number from env and shorten nc listener timeout as it will not be used in most cases
* fix dasel format
* remove uneeded ESPRESSO_RUN_ENCLAVE_TESTS
* fix scripts
* Add op-batcher-tee image in CI (#210)
* push op-batcher-tee image init
* fix tag and push
* test image creation without enclaver
* try to use env
* fix enclaver download
* use env in docker images yml
* restore other task
* remove unneeded steps
* special case to common case
* use default for op-batcher and tee for op-batcher-tee
* fix double ports mapping
* fix batcher restart test
* add a script to use enclave tool
* works to some extend
* also works for passing in arguments from cmd
* try to upload the image
* add my branch patter
* fix dockerfile
* a simplified version
* adding packages/contracts-bedrock/forge-artifacts to op-batcher-enclave-target
* PCR0 registered in op-batcher-tee docker compose and add monitor for enclave logs
* copy deployment/ to op-batcher-enclave-target
* fix docker-images
* Remove unneeded script
* remove unneeded script and cleanup readme
* fix overlapping ports and move long cmd of op-batcher-tee to script
* update readme
Copy file name to clipboardExpand all lines: README_ESPRESSO.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,10 @@ docker compose down -v --remove-orphans
303
303
```console
304
304
docker compose up --build -d
305
305
```
306
+
If you're on a machine with [AWS Nitro Enclaves enabled](#guide-setting-up-an-enclave-enabled-nitro-ec2-instance), use the `tee` profile instead to start the enclave batcher.
0 commit comments