-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: barretenberg in the monorepo (#1173)
This implements "Integrate barretenberg code and CI situated at circuits/cpp/barretenberg" in #1126. The motion to include barretenberg in the monorepo has not had major opposition, though for sure there was hesitation around the disruption and effort. Minor opposition was noted around the repo barrier and CI times, but overall we believe we can solve these issues.
- Loading branch information
Showing
1,860 changed files
with
297,108 additions
and
14 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
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,15 +1,24 @@ | ||
[submodule "build-system"] | ||
path = build-system | ||
url = https://github.com/AztecProtocol/build-system | ||
[submodule "barretenberg"] | ||
path = circuits/cpp/barretenberg | ||
url = https://github.com/AztecProtocol/barretenberg | ||
[submodule "legacy-nested-build-system"] | ||
[submodule "legacy-nested-build-system1"] | ||
path = circuits/build-system | ||
url = https://github.com/AztecProtocol/build-system | ||
[submodule "legacy-nested-build-system2"] | ||
path = circuits/cpp/barretenberg/build-system | ||
url = https://github.com/AztecProtocol/build-system | ||
[submodule "l1-contracts/lib/openzeppelin-contracts"] | ||
path = l1-contracts/lib/openzeppelin-contracts | ||
url = https://github.com/openzeppelin/openzeppelin-contracts | ||
[submodule "l1-contracts/lib/forge-std"] | ||
path = l1-contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "circuits/cpp/barretenberg/sol/lib/forge-std"] | ||
path = circuits/cpp/barretenberg/sol/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "circuits/cpp/barretenberg/sol/lib/solidity-stringutils"] | ||
path = circuits/cpp/barretenberg/sol/lib/solidity-stringutils | ||
url = https://github.com/Arachnid/solidity-stringutils | ||
[submodule "circuits/cpp/barretenberg/sol/lib/openzeppelin-contracts"] | ||
path = circuits/cpp/barretenberg/sol/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts |
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.