Commit b7ca91b
committed
feat(sort): sort by attestations and add commit lint
1 parent 66d0196 commit b7ca91b
File tree
16 files changed
+2321
-1560
lines changed- .husky
- lib
- src
- graphql/schemas
- inputs
- resolvers
- services
- types
16 files changed
+2321
-1560
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Submodule hypercerts-indexer updated 20 files
- .github/workflows/supabase-ci-production.yml+1-1
- .github/workflows/supabase-ci-staging.yml+1-1
- .github/workflows/supabase-ci-test.yml+30
- package.json+5-5
- pnpm-lock.yaml+1.7k-124
- seed.ts+24-1
- src/clients/evmClient.ts+17-2
- src/indexer/chainsauce.ts+1-3
- src/indexer/eventHandlers.ts-10
- src/indexer/requestQueue.ts+16-20
- src/parsing/parseClaimStoredEvent.ts+4-3
- src/parsing/parseUriEvent.ts-1
- src/storage/storeAttestations.ts+7-1
- src/storage/storeClaimStored.ts+1
- src/storage/storeMetadata.ts+10-6
- src/storage/storeTakerBid.ts+2-1
- src/types/database-generated.types.ts+6
- src/utils/index.ts-5
- supabase/migrations/20240830115952_add_counts_to_claims_table.sql+57
- supabase/migrations/20240830131559_enable_realtime_tables.sql+25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| 102 | + | |
98 | 103 | | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
105 | | - | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| |||
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
115 | | - | |
| 121 | + | |
0 commit comments