Skip to content

Commit

Permalink
added rpc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Feb 23, 2024
1 parent 6f609d1 commit 52e7d9a
Show file tree
Hide file tree
Showing 10 changed files with 397 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"rust-analyzer.cargo.features": "all",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./raiko-guest/Cargo.toml",
"./raiko-guests/succinct/Cargo.toml",
]
}
260 changes: 3 additions & 257 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ resolver = "2"
members = [
"lib",
"primitives",
"raiko-guests/sgx",
"raiko-guests/risc0",
# "raiko-guests/sgx",
# "raiko-guests/risc0",
# "raiko-guests/powdr",
"raiko-guests/succinct",
# "raiko-guests/succinct",
"raiko-host",
"sgx-ra",
"tests/*",
Expand Down
Loading

0 comments on commit 52e7d9a

Please sign in to comment.