taikoxyz / raiko

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

feat(raiko): api versioning #196

Closed petarvujovic98 closed 6 months ago

petarvujovic98 commented 6 months ago

Create a versioned API and add V1 sub-routes to handle V1 API spec in order to support future iterations with less migration impact.

Depends on #168