Skip to content

Commit

Permalink
Merge pull request #6 from kroma-network/feat/split-operator-worker-p…
Browse files Browse the repository at this point in the history
…lonk

feat: separate compress proof generation logic into operator and worker logic
  • Loading branch information
dongchangYoo authored Aug 13, 2024
2 parents 1bdcd07 + 7c52236 commit 57ce98d
Show file tree
Hide file tree
Showing 16 changed files with 918 additions and 190 deletions.
29 changes: 14 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"editor.rulers": [
100
],
"rust-analyzer.check.overrideCommand": [
"cargo",
"clippy",
"--workspace",
"--message-format=json",
"--all-features",
"--all-targets",
"--",
"-A",
"incomplete-features"
],
// "rust-analyzer.check.overrideCommand": [
// "cargo",
// "clippy",
// "--workspace",
// "--message-format=json",
// "--all-features",
// "--all-targets",
// "--",
// "-A",
// "incomplete-features"
// ],
"rust-analyzer.linkedProjects": [
"Cargo.toml",
// // Examples.
Expand Down Expand Up @@ -57,8 +57,7 @@
// "eval/Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false,
// "rust-analyzer.showUnlinkedFileNotification": false,
// "rust-analyzer.check.workspace": false,
// "rust-analyzer.check.invocationStrategy": "once",
// "rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
"rust-analyzer.check.workspace": false,
"rust-analyzer.check.invocationStrategy": "once",
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
}
130 changes: 113 additions & 17 deletions Cargo.lock

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

Loading

0 comments on commit 57ce98d

Please sign in to comment.