Add support for propdate notifications#2
Closed
dan13ram wants to merge 9 commits intoBuilderOSS:masterfrom
Closed
Conversation
…dates Introduces new functionality to: - Fetch proposal updates via EAS GraphQL endpoints - Process updates for followers of DAOs - Send notifications for proposal milestone updates - Add configuration for EAS GraphQL endpoints and schema ID - Implement caching mechanism for fetched daos and tracking notified updates (cherry picked from commit 5d9ed8d20bd9d2abf3ea4c6cf40659927be3ea6d)
…nces - Removed Easscan GraphQL endpoint configurations from .env.template and config.ts. - Updated DAO-related type references from UpdateDao to DaoMetadata across multiple files. - Renamed functions for clarity, changing getTreasuryDao to getDaoFromTreasury and handleProposalsUpdates to handleProposalUpdates. - Adjusted related function calls and type definitions to reflect the changes in DAO structure.
…n time - Introduced a filter to retrieve attestations created within the last 24 hours using Luxon for date handling. - Updated GraphQL query to include a timeCreated condition for improved data relevance.
- Updated variable name for clarity and consistency in the builder service. - Simplified type definitions for endpoint and schemaId in attestationChainEndpoints.
- Added `remove-markdown` package to remove markdown. - Introduced `getProposalData` function to fetch proposal details from GraphQL. - Refactored existing functions to utilize the new proposal fetching logic. - Updated caching mechanisms and logging for proposal updates. - Added utility function `shortenAddress` for address formatting. - Removed deprecated `getDAOForTreasuryAddress` function to streamline codebase.
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.