rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
134 stars 60 forks source link

[Indexer] Refactor and Simplify indexer, Genesis tx update indexer #1758

Closed baichuan3 closed 4 weeks ago

baichuan3 commented 4 weeks ago

Summary

  1. Refactor and Simplify indexer, remove action_raw and transaction_raw from indexer
  2. Save the genesis txs to indexer, including states, transaction and event indexer
  3. The indexer object_type include full StructTag
  4. Fixup Indexer object state not consistent with state bug.
vercel[bot] commented 4 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 3:54am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **rooch** | ⬜️ Ignored ([Inspect](https://vercel.com/rooch/rooch/CTiSFnouCbv783y2ZsZHqE38FWjp)) | [Visit Preview](https://rooch-git-genesisupdateindexer-rooch.vercel.app) | | May 29, 2024 3:54am |
jolestar commented 4 weeks ago

The first bug of #1759 should be fixed in this PR. @pause125

baichuan3 commented 4 weeks ago

The first bug of #1759 should be fixed in this PR. @pause125

already fixup