Skip to content

Commit

Permalink
feat(cli): add explorer for tracking execution requests
Browse files Browse the repository at this point in the history
Add SQLite-based explorer functionality to track and monitor execution requests.

- Add database tracking for execution requests
- Implement CLI commands for request management
- Integrate with project initialization workflow
- Add status tracking for provers

New commands:
- bonsol explorer list
- bonsol explorer status <id>
- bonsol explorer create <data>
- bonsol explorer update <id> <status>
- bonsol explorer list-pending
- bonsol explorer list-prover <prover-id>

The explorer helps track execution requests through their lifecycle:
1. Creation (Pending)
2. Prover Assignment (InProgress)
3. Completion (Completed/Failed)

Closes #109
  • Loading branch information
en-tropyc committed Jan 6, 2025
1 parent 8c0a4fb commit dcd27ae
Show file tree
Hide file tree
Showing 8 changed files with 506 additions and 845 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ stark
MyLogFile.log
*_generated.rs
.pnpm-store
bonsol_explorer.db
my_test_program/
Loading

0 comments on commit dcd27ae

Please sign in to comment.