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: always respond with 200 but include status key #214

Closed petarvujovic98 closed 1 month ago

petarvujovic98 commented 1 month ago

image

smtmfft commented 1 month ago

BTW: I made a new rlpHexBytes serde. so the header will become 0x1234... instead of [18, 52,...]. will have a PR later. What's your opinion? @YoGhurt111 ?

image
YoGhurt111 commented 1 month ago

BTW: I made a new rlpHexBytes serde. so the header will become 0x1234... instead of [18, 52,...]. will have a PR later. What's your opinion? @YoGhurt111 ?

I don't care about header, tbh I only care about proof and message. So I'm fine with either one.

smtmfft commented 1 month ago

Can we merge this one ASAP? then client can integrate & give feedbacks if exist