Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9330c1e
feat(project): implement funding and milestone management features
0xdevcollins Mar 24, 2025
9f05031
refactor: clean up comments and improve code readability in contract …
0xdevcollins Mar 24, 2025
a85fd43
docs: add contract function documentation file
0xdevcollins Mar 26, 2025
84b97c9
Merge branch 'main' of github.com:0xdevcollins/boundless into Feat/im…
0xdevcollins Mar 28, 2025
f99bb6e
fix(tests): remove duplicate init_upgrade_test module import
0xdevcollins Mar 28, 2025
00f9fc8
Merge branch 'main' of github.com:0xdevcollins/boundless into Feat/im…
0xdevcollins Mar 28, 2025
f042edd
Merge branch 'main' of github.com:0xdevcollins/boundless into Feat/im…
0xdevcollins Mar 29, 2025
707d896
Merge branch 'main' of github.com:0xdevcollins/boundless into Feat/im…
0xdevcollins Apr 8, 2025
5b4ca42
modifed deploy
0xdevcollins Apr 18, 2025
1df38ce
feat: enhance project management with milestones and wallet connectio…
0xdevcollins Apr 18, 2025
e718147
refactor: remove unused parameter from ProjectPage component
0xdevcollins Apr 18, 2025
a5e2a26
refactor: remove unused parameter from ProjectPage component
0xdevcollins Apr 18, 2025
e83d998
refactor: improve code readability and organization in contract and t…
0xdevcollins Apr 18, 2025
78433fc
chore: remove contract pipeline workflow file
0xdevcollins Apr 18, 2025
026f159
Merge branch 'main' of github.com:0xdevcollins/boundless into Feat/im…
0xdevcollins Apr 18, 2025
e8b9d04
chore: update GitHub workflows to use pull_request_target event
0xdevcollins Apr 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

Expand Down
Loading