mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-08 17:47:55 -05:00
* refactor: use `dprint` for formatting (#446) * ci: bump actions versions * chore: bump node version * chore: format with `dprint` * chore: exclude contracts/lib from fmt, update lintstaged cmd * ci: update node/pnpm versions * ci: update actions versions in test workflow * refactor GH worfklows (#447) * ci: update actions versions in test workflow * refactor gh workflows * fix: bump Cargo.lock * ci: optimize test workflow (#448) * ci: optimize test workflow * ci: merge test with static-analsysi workflow * chore: rename workflow file * ci: fix typo * ci: fix * ci: fix * ci: exclude ui from jts modified files * fix(ci): add changed-files step id * ci: fix node & pnpm versions * ci: fix node action input name * fix: use checkout action in fmt job * fix: use checkout action in test-node job * ci: fix cache-hit check * ci: use actions/cache/restore * ci: update node/pnpm cache path * ci: install rustfmt component * ci: hoist shamefully deps easier to manage cache of node_modules that way * ci: do not use cache of `deps`job for test-node job * chore: delete forge lib * forge install: openzeppelin-contracts v5.0.2 * forge install: forge-std v1.9.1 * fix(contracts): define remappings * ci: fix output name
The Graph queries examples
Getting started
Queries can be tested in the playground environment of a given subgraph found in the https://thegraph.com/explorer/.
Queries
| File | Description |
|---|---|
| proposal-voters.graphql | Get the latest list of addresses who voted for or against a given ENS governance proposal |