taikoxyz / raiko

Multi-proofs for Taiko. SNARKS, STARKS and Trusted Execution Enclave. Our previous ZK-EVM circuits are deprecated.
Apache License 2.0
96 stars 75 forks source link

feat(raiko): Cherry-pick A7 updates(#182) #197

Closed smtmfft closed 1 month ago

smtmfft commented 1 month ago

Cherry-pick updates from a7

  1. code refine, print sgx guest output
  2. make all docker use same enclave.key -- we could have better way to manage this secret, although this one is meaningless and just acts like a id.
  3. Add feature to back compatible with a7 for better release process
smtmfft commented 1 month ago

Looks good, but instead of feature to select the special A7 behavior I would just check the network dynamically instead (like we already support ethereum and A6 next to A7): #198.

Fixed