Feat/implement funding related fn#72
Merged
0xdevcollins merged 16 commits intomainfrom Apr 19, 2025
Merged
Conversation
- Add funding and milestone functionalities to the BoundlessContract. - Introduce helper functions to check if funding and voting periods have ended. - Implement methods for approving, rejecting, and releasing milestones. - Enhance project struct with new fields for milestone approvals and releases. - Update error handling for various project states including funding and milestone operations. - Add tests for funding operations, milestone approvals, and refunds to ensure functionality and correctness.
…and test files - Remove unnecessary comments in the BoundlessContract implementation to enhance clarity. - Update test files to streamline initialization and project deadline checks. - Adjust comments in milestone funding tests for better understanding of test cases.
…plement-funding-related-fn
feat(contracts): add util.ts with default RPC URL and network passphrase
…plement-funding-related-fn
…plement-funding-related-fn
…plement-funding-related-fn
…n features - Added milestone management capabilities, including creation, updates, and attachments. - Implemented wallet connection protection for project actions, ensuring users are prompted to connect their wallets when necessary. - Updated user profile handling to include new fields and improved error handling in API routes. - Refactored components for better organization and user experience, including profile display and edit forms. - Introduced new UI components for wallet connection and project forms, enhancing the overall user interface. - Updated dependencies and improved code readability across various files.
- Updated ProjectPage component to eliminate the unused 'params' parameter, improving code clarity and adherence to linting rules.
- Updated ProjectPage component to eliminate the unused 'params' parameter, improving code clarity and adherence to linting rules.
…est files - Reordered imports and formatted code for better clarity in contract.rs. - Enhanced readability by restructuring conditional statements and method calls. - Cleaned up whitespace in test files to maintain consistency and improve overall code quality.
- Deleted the contract-pipeline.yml file from GitHub workflows, streamlining the CI/CD configuration.
…plement-funding-related-fn
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
- Changed the pull request trigger from 'pull_request' to 'pull_request_target' in both deploy.yml and verify-build.yml to enhance security and access control during CI/CD processes.
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.