Conversation
|
provide a snapshot of it building and your test passing @okekefrancis112 |
|
Please, the snapshot has been added to this push. @ISTIFANUS-N |
|
I cannot see the snapshot and please fix the CI. |
|
The test snapshot is in the test folder, you can check and revert. |
|
Noted, fix the CI. and please edit this thing you wrote. 🔧 Technology Stack This not not a NestJs implimentation please, lets be guided. |
|
I think it is good now. @ISTIFANUS-N |
|
@okekefrancis112 still failing. |
|
just did another push now. @ISTIFANUS-N |
|
Please, can you make the workflows run automatically so they can fail fast and I can make the changes in real-time? . @ISTIFANUS-N. Also, how can I reach out to you outside GitHub?. @ISTIFANUS-N |
ok |
|
Please, how can i reach you aside here on github?. so we can sort this out together @ISTIFANUS-N |
0810 022 1471-whatsapp |
|
@okekefrancis112 I noticed your CI passed, I am on standby to review and merge once you resolve conflicts. |
ISTIFANUS-N
left a comment
There was a problem hiding this comment.
its building but test is failing
The test failure is in contracts/governance/tests/test_governance.rs at line 121:
token_client.initialize(&admin, &name, &symbol, &18);
|
issues fixed. @ISTIFANUS-N |
🎯 Implementation Description
TeachLink Indexer is a production-ready NestJS application that continuously monitors the Stellar blockchain for TeachLink Soroban smart contract events via the Horizon API. It indexes all 18+ event types (bridge operations, rewards, escrows, content tokenization, and credit scoring) into a PostgreSQL database with proper relationships and indexes. The indexer features automatic state persistence for resume capability, historical backfill support, health monitoring with auto-restart, comprehensive error handling, and full Docker containerization. Built with TypeScript for type safety, it includes extensive unit and integration tests, supports both development and production environments, and provides a scalable foundation for building analytics dashboards and applications that require efficient access to contract data.
Closes: #54