You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin GitHub Actions to the workspace Rust toolchain and add
separate fmt, clippy, and test workflows.
Keep the heaviest near-indexer replay suites out of CI with an
explicit workflow env flag while preserving full local coverage.
Also align the OpenAPI metadata and fixture expectations needed for
the workspace to lint and test cleanly.
description = "Returns account-centric veNEAR summaries ordered by effective voting power, with cursor pagination and optional role, delegation, lockup, and text filters.",
51
53
params(VenearAccountListQuery),
52
54
tag = "venear",
53
55
operation_id = "listVenearAccountsCanonical",
@@ -153,6 +155,9 @@ pub async fn list_accounts(
153
155
#[utoipa::path(
154
156
get,
155
157
path = "/api/v1/venear/accounts/{account_id}",
158
+
summary = "Get one veNEAR account",
159
+
description = "Fetches the current canonical veNEAR governance state for one account id.",
summary = "List proposals for one veNEAR account",
187
+
description = "Returns proposal summaries related to one account as proposer, reviewer, or voter, with cursor pagination and optional role and status filters.",
description = "Returns admin and operator actions derived from canonical NEAR actions, with cursor pagination and optional contract, event-type, actor, and success filters.",
description = "Returns the latest canonical config snapshots for each veNEAR contract tracked by the indexer.",
53
55
tag = "venear",
54
56
operation_id = "getVenearConfigCanonical",
55
57
responses(
@@ -90,6 +92,8 @@ pub async fn get_config(
90
92
#[utoipa::path(
91
93
get,
92
94
path = "/api/v1/venear/config/history",
95
+
summary = "List veNEAR config history",
96
+
description = "Returns normalized config change history derived from canonical NEAR actions, with cursor pagination and optional contract, field, and method filters.",
summary = "List delegation history for one veNEAR account",
257
+
description = "Returns inbound and outbound delegation events involving one account, with cursor pagination and optional direction, event-type, and counterparty filters.",
0 commit comments