Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from bnb-chain/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored Sep 22, 2022
2 parents 7cdc9dd + 19d5619 commit 5ae053e
Show file tree
Hide file tree
Showing 204 changed files with 1,039 additions and 2,924 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


```
cd legend/circuit/bn254/solidity;
cd circuit/solidity;
go test -run TestExportSolGroth16 -count=1 -timeout 99999s
```
Expand All @@ -18,7 +18,7 @@ After this command is finished, there will be 3 generated files: `zkbnb.pk_groth
### Exporting plonk proving/verifying key, verifier contract

```
cd legend/circuit/bn254/solidity;
cd circuit/solidity;
go test -run TestExportSolPlonk -count=1 -timeout 99999s
```
Expand Down
26 changes: 0 additions & 26 deletions accumulators/merkleTree/constants.go

This file was deleted.

28 changes: 0 additions & 28 deletions accumulators/merkleTree/errors.go

This file was deleted.

52 changes: 0 additions & 52 deletions accumulators/merkleTree/utils.go

This file was deleted.

Loading

0 comments on commit 5ae053e

Please sign in to comment.