Ben Jett

Results 3 issues of Ben Jett

The Governor contract includes a {_name} state variable, but the parent EIP712 contract already uses and stores the exact same value. This is unnecessary duplicate storage. This PR removes the...

idea

Per [GraphQL docs](https://graphql.org/learn/schema/#scalar-types), the "Int" type is a signed 32-bit integer. The Graph Node docs currently say it has a size of 32 bytes (might be a typo or something).

Currently the graphprotocol docs specify double quotations `""` for comments in GraphQL. According to the GraphQL spec, '#' are used for comments, not double quotes. See the GraphQL spec on...