Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main after changes #68

Merged
merged 41 commits into from
Sep 14, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5fe19ff
feat: add incremental merkle tree
auryn-macmillan Aug 23, 2024
7c2eadf
Feat: BinaryIMT
auryn-macmillan Aug 27, 2024
456ff18
feat: use LeanIMT, rather than BinaryIMT.
auryn-macmillan Aug 27, 2024
b2c946e
fix: deploy Poseidon
auryn-macmillan Aug 29, 2024
f58cdd0
fix: update comment
auryn-macmillan Aug 29, 2024
2b62c35
fix: explicitly set types for hash inputs
auryn-macmillan Aug 29, 2024
04f8116
fix: delete commented out code
auryn-macmillan Aug 29, 2024
4b60423
feat: add `getInputRoot()` to `IEnclave.sol`
auryn-macmillan Aug 29, 2024
5bd660a
fix: swap computationModule for outputVerifier
auryn-macmillan Aug 29, 2024
627d0f8
feat: replace keccak256 with Poseidon hash
auryn-macmillan Aug 29, 2024
4904316
fix: remove redundant abi encoding
auryn-macmillan Aug 29, 2024
e1bee16
fix: test that I broke in the last commit.
auryn-macmillan Aug 29, 2024
4578905
fix: broken test
auryn-macmillan Sep 2, 2024
6d09a1b
fix: appease the linter
auryn-macmillan Sep 2, 2024
be4cca8
Merge pull request #37 from gnosisguild/merkle-inputs
auryn-macmillan Sep 2, 2024
f298486
add: first pass at renaming things
auryn-macmillan Sep 4, 2024
48d5932
add: bump solhint verstion
auryn-macmillan Sep 4, 2024
0750677
add: global `compile` and `test` commands
auryn-macmillan Sep 4, 2024
e46e58b
chore: bump solidity version
auryn-macmillan Sep 4, 2024
1ec49f6
chore: rename OutputVerifier to DycryptionVerifier
auryn-macmillan Sep 4, 2024
cfda103
Merge pull request #39 from gnosisguild/update-language
auryn-macmillan Sep 4, 2024
fce8520
feat: update sequence diagram
auryn-macmillan Sep 4, 2024
b403e83
Merge pull request #40 from gnosisguild:auryn/update-readme
auryn-macmillan Sep 4, 2024
14b6d4d
fix: computationModule -> e3Program
auryn-macmillan Sep 4, 2024
b8f9658
Merge pull request #41 from gnosisguild/update-language
auryn-macmillan Sep 4, 2024
bb08876
feat: emit seed and params
auryn-macmillan Sep 4, 2024
d253bc5
Merge pull request #42 from gnosisguild:auryn/emit-seed-and-params
auryn-macmillan Sep 4, 2024
f6a01b2
feat: add `e3Id` and `seed` to `validate()` calls to `IE3Program` and…
auryn-macmillan Sep 5, 2024
2104514
Merge pull request #43 from gnosisguild:auryn/add-e3id-and-params-to-…
auryn-macmillan Sep 5, 2024
6305380
feat: store ciphernode in an incremental merkle tree
auryn-macmillan Sep 5, 2024
01a7b6b
feat: make roots easily accessible
auryn-macmillan Sep 5, 2024
5a27c0e
Merge pull request #44 from gnosisguild:auryn/ciphernode-merkle-tree
auryn-macmillan Sep 5, 2024
b930596
add deploy script for deploying contracts, and setting registry address
samepant Sep 10, 2024
cf0e93c
add filter contract to deploy script
samepant Sep 10, 2024
f1b1038
remove vestigial deploy script
samepant Sep 13, 2024
b3c87d1
keep deployments in git
samepant Sep 13, 2024
ccce031
update readme
samepant Sep 13, 2024
6df113f
ignore DS_STORE
samepant Sep 13, 2024
2c5f314
update packages to fix yarn error
samepant Sep 13, 2024
fb0fe39
Merge pull request #52 from gnosisguild/deploy-cleanup
samepant Sep 13, 2024
6f5a781
Merge branch 'main' into ciphernode_poc
ryardley Sep 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.