feat: add Cosmos, Maya, and Tron chain support for tx_indexer#473
feat: add Cosmos, Maya, and Tron chain support for tx_indexer#473
Conversation
|
Warning Rate limit exceeded@jpthor has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 44 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (12)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| rpcs[common.Zcash] = zcashRpc | ||
| } | ||
|
|
||
| if cfg.Cosmos.URL != "" { |
There was a problem hiding this comment.
Please add new config values in deploy/dev/01_rpc.yaml and deploy/01_tx_indexer.yaml (Dev env). For a Prod env ask @RaghavSood to update config with new rpcs
Adds transaction indexing and status checking for Cosmos, MayaChain, and TRON.
New chain indexers:
pkg/chain/cosmos.go,maya.go,tron.goNew RPC clients:
pkg/rpc/cosmos.go,maya.go,tron.goUpdated:
chains_list.go- Register new chainsconfig.go- Add RPC config entriesPart of other-chains integration. Depends on: recipes#other-chains