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
I think there are some ResolverEvents that have null set for resolver field.
Query to replicate:
resolverEvents(first:2, where:{ resolver_not: null, blockNumber_gt: 14891090}) {
id
transactionID
blockNumber
resolver {
id
}
}
If I comment out the resolver fields, and run the same query, this is what I get,
Interestingly, transaction IDs for both the records are same i.e. 0xc5141297ff039da6fef3fa6b7903d35ac1e7ba250a053040974e659d264bd97f, and the second one for some reason has resolver set to null.
The text was updated successfully, but these errors were encountered:
I think there are some
ResolverEvents
that have null set forresolver
field.Query to replicate:
If I comment out the resolver fields, and run the same query, this is what I get,
Interestingly, transaction IDs for both the records are same i.e. 0xc5141297ff039da6fef3fa6b7903d35ac1e7ba250a053040974e659d264bd97f, and the second one for some reason has resolver set to null.
The text was updated successfully, but these errors were encountered: