Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7b615f4
feat(web): extra statistic on homepage
nikhilverma360 Aug 1, 2024
0bc4fd4
fix(web): fix HomePageExtraStatsTypes
nikhilverma360 Aug 7, 2024
8e5b49d
Merge branch 'dev' into feat(web)/Extra-statistics-on-the-Home-page
kemuru Sep 13, 2024
0d0a60e
feat: styling according to figma
kemuru Sep 17, 2024
154ea0c
fix: slight styling, and most cases fetching optimiz, delete ineffici…
kemuru Sep 17, 2024
9da8250
fix: one week in seconds
kemuru Sep 18, 2024
80912c4
chore: better naming for clarity
kemuru Sep 18, 2024
a774c26
feat: courtesy of green, activity stats, most drawing chance, most re…
kemuru Sep 19, 2024
20a27f8
fix: random style fix for margin bottom in case cards title skeletons
kemuru Sep 19, 2024
09ef75d
feat: change number of disputes for number of votes, subgraph changes…
kemuru Sep 19, 2024
e614e6c
fix: add missing number votes fields
kemuru Sep 19, 2024
7a648af
feat: add selector according to figma of past blocks and times
kemuru Sep 20, 2024
0dfb08a
feat: add support for all time filtering, add skeletons for styling,
kemuru Sep 20, 2024
be37823
chore: add staletime to the query, comment older days
kemuru Sep 20, 2024
0448987
fix: few code smells
kemuru Sep 20, 2024
56af5a7
chore: add subgraph endpoint back
kemuru Sep 25, 2024
0ec4f0f
chore: bump subgraph package json version
kemuru Sep 25, 2024
a1361c1
feat: add effectivestake to the subgraph, modify hook
kemuru Sep 26, 2024
48d7869
chore: add my subgraph endpoint for local testing
kemuru Sep 26, 2024
db1b451
chore: changed tosorted to prevent array mutations
kemuru Sep 26, 2024
c2d85fa
fix: always iterate through presentcourts and check if pastcourt exists
kemuru Sep 27, 2024
9ddd81a
fix: remove one unnecessary loop and move the variables to the return…
kemuru Sep 27, 2024
0075331
chore: update subgraph version
kemuru Sep 27, 2024
781c226
chore(web): add config to use sorting without mutation on arrays
alcercu Oct 2, 2024
e85461b
refactor(web): extra stats block query algorithm improvement
alcercu Oct 2, 2024
82d8e7a
chore: readd correct subgraph endpoint
kemuru Oct 4, 2024
94c4074
Merge branch 'dev' into feat(web)/Extra-statistics-on-the-Home-page
kemuru Oct 4, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump subgraph package json version
  • Loading branch information
kemuru committed Sep 25, 2024
commit 0ec4f0fe45e5674ea56c070b5126f7feee94d74a
2 changes: 1 addition & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kleros/kleros-v2-subgraph",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"scripts": {
"update:core:arbitrum-sepolia-devnet": "./scripts/update.sh arbitrumSepoliaDevnet arbitrum-sepolia core/subgraph.yaml",
Expand Down
Loading