Ecosystem metrics
- New Repos
- 33
- New
- Commits
- 723
- down 4.9%
- Releases
- 4
- up 0.0%
- Contributors
- 48
- down 15.8%
- Merges
- 28
- up 27.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11051 commits in all time
May 06, 2026 17:31 – Aug 04, 2026 17:31 UTC
chore(deps-dev): bump aiohttp from 3.13.2 to 3.14.3 in /assets/arc-0062
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7ca5dd05
pull/471/head
1/132 ++ 125 --
Merge 934069823dd196239fdd0a099a48fc88394c8174 into f83e46c9513beeb52415168fc9ea344dea8a089d
b0239465
pull/470/merge
1/132 ++ 125 --
chore(deps-dev): bump aiohttp from 3.13.2 to 3.14.3 in /assets/arc-0020
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.2 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.13.2...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
93406982
dependabot/pip/assets/arc-0020/aiohttp-3.14.3
1/132 ++ 125 --
Merge 7c27e50f2f6c988151da511d4cec2f280ae0b417 into e87f23f05fb139d378e794f68368ee9c3f552c35
47009e55
pull/748/merge
78/16,155 ++ 4,543 --
Merge 6b0663a46b78d965afb9ae5c283d87efba456b08 into fd7b0c81aab2bacc6240b8897330b5db490ef823
be5275a8
pull/400/merge
242/4,668 ++ 141 --
fix: frontend: input label spacing
Fix labels sitting too close to their inputs. In Tailwind v4, `space-y-*` sets margin-bottom on the label, and a plain `<label>` is inline — inline elements ignore top and bottom margins, so the spacing did nothing. `ui/label.tsx` is now `block`, which takes the gap from 1.8px to the 8px it was meant to be, in every form.
f00c9509
feat/last-option-abstain
1/3 ++ 1 --
chore: frontend: period title in manage list with UTC date range
- Show the period title in the /manage list. New Title column, and the whole row is now one `PeriodTableRow` component so the period body is read once per row instead of twice — the title and the ballot label both come from it, and the list query doesn't include it. - The voting window column now shows dates only, with the full UTC times on hover. This needed a new `formatDateRangeUTC`: the existing `formatDateRange` uses the viewer's timezone, and the manage panel works in UTC, so it could show a different day than the tooltip below it. - Sample data: election ballots read Support / Veto / Abstain, matching what the manage UI writes.
b9168136
feat/last-option-abstain
3/95 ++ 46 --
feat: frontend: enforce last topic option is abstain in manage page
- Mirror the GT_OA rule from `ensureValidOptions` in the manage panel, so an operator cannot build an option list the contract will reject. - There's a fixed row with "Abstain" option, locked and without move/remove controls. Both editors hold only the custom options and append Abstain at call time. - Frontend is even stricter than the contract: enforces `MIN_CUSTOM_OPTIONS=2` (at least two non-abstain options) and rejects an operator-typed Abstain in any casing. - Create a new utils file for topic options to centralize validation for add/edit topic options. Also adds the missing duplicate-option check to AddTopic.
db4a4a03
feat/last-option-abstain
4/165 ++ 71 --
Deploying to gh-pages from @ scholtz/wallet@15999bf9d23404aa93b97c24ee4119b06aad9edc 🚀
8d6af633
gh-pages
10/20 ++ 20 --
fix: resolve genesis ID mismatch for custom network transactions
15999bf9
master
5/140 ++ 2 --
Merge 3fab95d0bd2a5cd3600633c96c613b470787f547 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
ea12da09
pull/434/merge
5/432 ++ 0 --