CodeChain-io / CodeChain-io/codechain-indexer
Use trace API
Open
optimization
update
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the indexer is re-calculating
* stakeholder reward and its related fee calculation
* signer address
* etc
Re-calculating causes a bug and makes the indexer unstable and slow. There is no need to calculate them if a node provides the calculations through RPC.
Related issue: https://github.com/CodeChain-io/codechain/issues/1676
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.