Skip to content

Commit

Permalink
CLI + FIXES: Steward CLI (#49)
Browse files Browse the repository at this point in the history
This PR adds the Steward CLI that can create and crank through the
entire Steward state machine.

It also introduces some fixes to the Steward program.
  • Loading branch information
coachchucksol authored Jun 17, 2024
1 parent 7775fef commit f861b5f
Show file tree
Hide file tree
Showing 50 changed files with 3,603 additions and 303 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ test-ledger
**/credentials
**/config
**/*.env
**/.vscode
/scripts
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

35 changes: 33 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
members = [
"keepers/*",
"programs/*",
"utils/*",
"tests",
"utils/*"
]

[profile.release]
Expand Down
Loading

0 comments on commit f861b5f

Please sign in to comment.