Skip to content

Commit

Permalink
feat: rustx + refactor plonky2x (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Oct 11, 2023
1 parent 15e9bff commit 66d8350
Show file tree
Hide file tree
Showing 262 changed files with 852 additions and 1,847 deletions.
File renamed without changes.
49 changes: 0 additions & 49 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ keystore
**/*.bin
**/target
**/build
!/build
**/data

**/__pycache__
**/FunctionVerifier.sol


.idea/
proof.json
output.json
output.json
163 changes: 0 additions & 163 deletions .goreleaser.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"editor.rulers": [100],
"rust-analyzer.linkedProjects": [
"./plonky2x/Cargo.toml",
"./plonky2x-derive/Cargo.toml"
"./plonky2x/core/Cargo.toml",
"./plonky2x/derive/Cargo.toml"
],
"rust-analyzer.check.overrideCommand": [
"cargo",
Expand Down
Loading

0 comments on commit 66d8350

Please sign in to comment.