Skip to content

Commit

Permalink
feature/toploc-integration (#127)
Browse files Browse the repository at this point in the history
* add latest changes from smart contracts to include work submission logic

* start local setup with deployed work validation contract

* ability to submit sample work via python example file and regularly query from validator side

* support e2e flow on worker submission from genesys image to chain

* support secure file upload to google s3 

* allow validator to reject work

---------

Co-authored-by: Matthew Di Ferrante <mattdf@users.noreply.github.com>
  • Loading branch information
JannikSt and mattdf authored Mar 10, 2025
1 parent 65753cc commit 36bb005
Show file tree
Hide file tree
Showing 47 changed files with 2,184 additions and 257 deletions.
4 changes: 2 additions & 2 deletions .tmuxinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ windows:
- services:
layout: even-horizontal
panes:
- bash -c 'tmux select-pane -T "Worker" && sleep 5 && cd smart-contracts && sh deploy.sh && cd .. && make setup && clear'
- bash -c 'tmux select-pane -T "Worker" && sleep 5 && cd smart-contracts && sh deploy.sh && sh deploy_work_validation.sh && cd .. && make setup && clear'
- bash -c 'tmux select-pane -T "Discovery" && sleep 10 && make watch-discovery'
- bash -c 'tmux select-pane -T "Validator" && sleep 15 && make watch-validator'
- bash -c 'tmux select-pane -T "Orchestrator" && sleep 20 && make watch-orchestrator'
- background:
layout: even-horizontal
layout: even-horizontal
panes:
- bash -c 'tmux rename-window "Prime Dev Services" && docker compose up'
- bash -c 'while true; do make whitelist-provider; sleep 10; done'
Loading

0 comments on commit 36bb005

Please sign in to comment.