Open
Conversation
Refactor/generated files main
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hainProposalItemSchema - Add `start` optional field to OffchainProposalItemSchema for Snapshot voting start time - Add SafeOffchainProposalNonVotersResponseSchema with null-filtering transform - Add getOffchainProposalNonVoters() method to AnticaptureClient - Export QueryInput_Proposals_Status_Items and OrderDirection from anticapture-client index - Fix breaking type changes from regenerated graphql.ts (unified OrderDirection enum, FeedEventType/FeedRelevance moved to top-level, number fields replacing string timestamps, GetProposalByIdQuery now returns union type with ErrorResponse) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…minderProposal interface - Replace ProposalOnChain/ProposalDataSource with VotingReminderProposal/VotingReminderDataSource - Add triggerIdPrefix constructor param (enables offchain-voting-reminder-75 IDs) - Rename TRIGGER_ID_PREFIX -> DEFAULT_TRIGGER_ID_PREFIX constant - Update field access: proposal.timestamp/endTimestamp -> proposal.startTime/endTime - Add link and discussion fields to VotingReminderEvent; make description optional - Update fetchData to call dataSource.listActiveForReminder() - Add listActiveForReminder() to ProposalRepository implementing VotingReminderDataSource - Update dispatcher VotingReminderEvent interface (description optional, add link/discussion) - Fix createReminderMessage to handle optional description with ?? '' fallback - Add address to replacePlaceholders call in dispatcher service - Update tests to use VotingReminderProposal with startTime/endTime numbers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ing reminder trigger - OffchainProposalRepository now implements VotingReminderDataSource with listActiveForReminder() - Added offchainVotingReminderTrigger75 (75% threshold) to App wiring in initializeRabbitMQ, start(), stop(), and resetTriggers() - Added missing stop() calls for all voting reminder triggers in resetTriggers() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…cher Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Migrates all GraphQL queries from legacy custom scalar types (Float, JSON, per-query direction enums) to shared types (Int, [String], OrderDirection). Regenerates all dist and type declaration files accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…client types Replaces string literal statuses and deprecated per-query direction enums with the new shared QueryInput_Proposals_Status_Items and OrderDirection enums. Cleans up parseInt() calls where timestamps are now typed as numbers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates all vote event fixtures and test data to pass support as a string
('0', '1', '2') instead of a number, matching the updated API schema type.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix/anticapture client
Feat/snapshot voting reminder
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pikonha
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.