Closed xbtmatt closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
emojicoin-dot-fun | ❌ Failed (Inspect) | Sep 27, 2024 11:26pm | ||
emojicoin-dot-fun-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 27, 2024 11:26pm |
Description
This PR merges and fixes all the outgoing issues with the new fields and APIs for the frontend to consume in terms of data from the contract and the new indexer processor.
event-store
to use the new types and have significantly less codeevent-store
on initialization rather than combining/sorting at runtime on every renderbroker
data to SDK data, since it differs from the processor data types in some ways slightly (enum names, hex strings/hex bytes, noinserted_at
field)postgrest
service to wait forprocessor
instead ofpostgres
, otherwise the schema will not reflect the post-migration schema, since it's cached. This means therpc
calluser_pools
wouldn't be found.Testing
Unit/e2e tests in the TypeScript SDK tests
Checklist