You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider whether "contract calls" means distinct events or distinct transactions -- one transaction can emit multiple events, so pick a definition and document it.
Context: Second Soroban Dashboard endpoint, same data source as #21.
Where:
src/api/soroban.rsorsrc/api/contract_events.rsWhat to do:
contract_events.Suggested approach:
COUNT(*)fromcontract_eventsgrouped by day.Watch out for:
Definition of done:
GET /api/v1/soroban/contract-callsreturns {date, count} from realcontract_eventsdata