Skip to content

feat: per-indexer event recording statistics (SC-13) - #1185

Merged
DokaIzk merged 4 commits into
SoroScan:mainfrom
esthertitilayo-dev:fix/1118-soroban-contract-and-sdk-feature-sc-13
Aug 2, 2026
Merged

feat: per-indexer event recording statistics (SC-13)#1185
DokaIzk merged 4 commits into
SoroScan:mainfrom
esthertitilayo-dev:fix/1118-soroban-contract-and-sdk-feature-sc-13

Conversation

@esthertitilayo-dev

Copy link
Copy Markdown
Contributor

Adds events_recorded_by() to the SoroScan core contract to track how many events each authorized indexer has recorded, exposed through both SDKs as get_indexer_stats()/getIndexerStats().

Also fixes test_event_decoding_and_types, which used tuple-field syntax (.topics/.value) incompatible with the soroban-sdk version this crate currently resolves to without a committed Cargo.lock — needed to get the contract test suite compiling at all.

Closes #1118

Adds events_recorded_by() to the SoroScan core contract to track how many
events each authorized indexer has recorded, exposed through both SDKs as
get_indexer_stats()/getIndexerStats().

Also fixes test_event_decoding_and_types, which used tuple-field syntax
(.topics/.value) incompatible with the soroban-sdk version this crate
currently resolves to without a committed Cargo.lock — needed to get the
contract test suite compiling at all.

Closes SoroScan#1118
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@esthertitilayo-dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@DokaIzk
DokaIzk merged commit e255c82 into SoroScan:main Aug 2, 2026
2 of 7 checks passed
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.

Soroban contract and sdk feature sc-13

2 participants