Skip to content

[WIP] Coin Indexer #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

[WIP] Coin Indexer #8

wants to merge 9 commits into from

Conversation

gogeterobert
Copy link
Collaborator

  • updated blockindexer to use eventemitter
  • added base structure for the coin indexer
  • created tadatabase with tables for the wallet and coin
  • created repositories for the wallet and coin

Copy link

github-actions bot commented Jun 25, 2025

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
85.07% (-4.07% 🔻)
433/509
🟡 Branches
66.93% (-7.75% 🔻)
85/127
🟡 Functions
78.42% (-0.83% 🔻)
109/139
🟢 Lines
85.54% (-3.68% 🔻)
414/484
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / CoinIndexer.ts
92.68% 75% 100% 94.74%
🟢
... / CoinIndexerEvents.ts
100% 100% 100% 100%
🟢
... / CoinStatus.ts
100% 100% 100% 100%
🟢
... / CoinRepository.ts
100% 100% 100% 100%
🔴
... / CoinIndexer.worker.logic.ts
60.24% 26.92% 36.36% 59.49%
🟢
... / WalletRepository.ts
100% 100% 100% 100%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / Wallet.ts
98.39% (-1.61% 🔻)
84.62% (-7.69% 🔻)
100%
98.33% (-1.67% 🔻)
🟡
... / TestBlockchainService.ts
58.82% (+2.3% 🔼)
57.14% (-9.52% 🔻)
41.18% (-2.57% 🔻)
64.52% (+5.43% 🔼)

Test suite run success

59 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from 9a13c2c

Base automatically changed from remove-application-layer-chia-references-86c45da06 to main June 26, 2025 06:29
@gogeterobert
Copy link
Collaborator Author

This is parked for now as I want to be able to fetch a proper connection to a peer in order to test it against testnet/mainet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant