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

Anchor and Semaphore anchor updates #47

Merged
merged 62 commits into from
Oct 25, 2021
Merged

Anchor and Semaphore anchor updates #47

merged 62 commits into from
Oct 25, 2021

Conversation

drewstone
Copy link
Contributor

No description provided.

nepoche and others added 30 commits October 21, 2021 17:15
The new compiler doesn't tolerate missing semicolons.
- Update compilation script to new syntax
- Remove old circom from package.json in favour of Rust version
- Upgrade circomlib to 2.0.1
- Add pragma circom 2.0.0;
- Remove "private" from input signal declarations
Avoid errors like the following:

Warning: Visibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient.                                                                                                --> contracts/handlers/ERC20Handler.sol:47:5:
   |
47 |     constructor(
   |     ^ (Relevant source part starts here and spans across multiple lines).
Add prettier-plugin-solidity for auto-formatting of Solidity
Convert circuits to circom 2.0
…/protocol-solidity into eth-lisbon.nathan-deployments
@drewstone drewstone merged commit b251fa0 into main Oct 25, 2021
@drewstone drewstone deleted the eth-lisbon branch October 25, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants