Closed songwongtp closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
celatone-frontend-staging | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 10, 2024 8:16am |
The changes involve updates to the proxy verification process, including the integration of the Celatone verification API as the primary method for move verification. The exported constant INITIA_MOVE_VERIFIER
has been removed, and several API endpoints have been modified to utilize the new base URL, incorporating a chainId
parameter. Additionally, the query logic within the verification services has been streamlined to focus on the current chain ID, replacing the previous dependency on the initial state.
Files | Change Summary |
---|---|
CHANGELOG.md | Updated to reflect the new proxy verification process utilizing the Celatone verification API. |
src/env.ts | Removed the exported constant INITIA_MOVE_VERIFIER . |
src/lib/services/verification/move/api.ts | Updated API endpoints for move verification to use CELATONE_VERIFICATION_API , added chainId parameter in several function signatures, and modified URL structures accordingly. |
src/lib/services/verification/move/index.ts | Replaced useInitiaL1 hook with useCelatoneApp hook, updated query keys and function calls to utilize currentChainId , and simplified query logic by removing dependencies on isInitiaL1 . |
sequenceDiagram
participant User
participant App
participant CelatoneAPI
User->>App: Initiate move verification
App->>CelatoneAPI: Verify move with chainId
CelatoneAPI-->>App: Return verification result
App-->>User: Display verification result
🐰 Hopping through the code so bright,
New paths for moves, oh what a sight!
With Celatone's API, we leap and cheer,
A streamlined process, the goal is clear!
No more old ways, just fresh and new,
Let's celebrate changes, hip-hip-hooray too! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores