-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from noir-lang/critesjosh-patch-1
Update with-foundry to use 0.22.0, remove old code
- Loading branch information
Showing
13 changed files
with
59 additions
and
2,929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = [""] | ||
compiler_version = "~0.10.3" | ||
compiler_version = ">=0.22.0" | ||
name="foundry_voting" | ||
type="bin" | ||
|
||
[dependencies] | ||
[dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
hash_path = [ | ||
"0x2d961d9814298c04a4639a56c5c95030d704340ab6d13c135a326da5e515559d", | ||
"0x1501e80783ee5c988327f46f5fcdce388cb97aa7e959ad345c1e2cbaa0b42b83" | ||
"0x1efa9d6bb4dfdf86063cc77efdec90eb9262079230f1898049efad264835b6c8", | ||
"0x2a653551d87767c545a2a11b29f0581a392b4e177a87c8e3eb425c51a26a8c77" | ||
] | ||
index = "0" | ||
proposalId = "0" | ||
root = "0x29fd5ee89e33f559a7b32ac39f57400aa5a6c77492e28c088f9eb511b0c73e78" | ||
root = "0x215597bacd9c7e977dfc170f320074155de974be494579d2586e5b268fa3b629" | ||
secret = "1" | ||
vote = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
proposalId = "0x0000000000000000000000000000000000000000000000000000000000000000" | ||
return = "0x1cbb284a43dde14da2c3790e12872bcb7e53c53e27b5187384c617841174ace5" | ||
root = "0x29fd5ee89e33f559a7b32ac39f57400aa5a6c77492e28c088f9eb511b0c73e78" | ||
return = "0x079d88735cdd786b64a950b1cd887ae89308e3b4176ef4adb308267888fe1f91" | ||
root = "0x215597bacd9c7e977dfc170f320074155de974be494579d2586e5b268fa3b629" | ||
vote = "0x0000000000000000000000000000000000000000000000000000000000000001" |
2,611 changes: 0 additions & 2,611 deletions
2,611
foundry-voting/circuits/contract/foundry_voting/plonk_vk.sol
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"merkleRoot": "0x29fd5ee89e33f559a7b32ac39f57400aa5a6c77492e28c088f9eb511b0c73e78", | ||
"nullifierHash": "0x1cbb284a43dde14da2c3790e12872bcb7e53c53e27b5187384c617841174ace5" | ||
} | ||
"merkleRoot": "0x215597bacd9c7e977dfc170f320074155de974be494579d2586e5b268fa3b629", | ||
"nullifierHash": "0x079d88735cdd786b64a950b1cd887ae89308e3b4176ef4adb308267888fe1f91" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.