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
The Issuer GraphQL type in indexer/src/schema.graphql exposes basic issuer metadata and stats but not rate-limit configuration, even though set_rate_limit events are emitted by the contract.
Acceptance Criteria
Issuer.rateLimit field added, populated from rate_limit_set events.
Indexer event handler for rate-limit changes added alongside existing issuer-metadata handling.
Summary
The
IssuerGraphQL type inindexer/src/schema.graphqlexposes basic issuer metadata and stats but not rate-limit configuration, even thoughset_rate_limitevents are emitted by the contract.Acceptance Criteria
Issuer.rateLimitfield added, populated fromrate_limit_setevents.