-
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.
See #1126 for motivation.
- Loading branch information
Showing
1,850 changed files
with
296,740 additions
and
90 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 @@ | ||
name: Push to docs-mirror-test branch | ||
name: Mirror to docs repo | ||
|
||
on: | ||
push: | ||
|
@@ -26,5 +26,9 @@ jobs: | |
# identify ourselves, needed to commit | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "AztecBot" | ||
# push to subrepo, commit locally | ||
# push to subrepo, commit locally. The commit is lost | ||
# when the github action ends, however it is not needed | ||
# to continue to replay. If we do hit issues such as this | ||
# action failing due to upstream changes, a manual resolution | ||
# PR with ./scripts/git_subrepo.sh pull will be needed. | ||
./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main |
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 = [email protected]:AztecProtocol/build-system.git | ||
[submodule "barretenberg"] | ||
path = circuits/cpp/barretenberg | ||
url = [email protected]:AztecProtocol/barretenberg.git | ||
[submodule "legacy-nested-build-system"] | ||
[submodule "legacy-nested-build-system1"] | ||
path = circuits/build-system | ||
url = [email protected]:AztecProtocol/build-system.git | ||
[submodule "legacy-nested-build-system2"] | ||
path = circuits/cpp/barretenberg/build-system | ||
url = [email protected]:AztecProtocol/build-system.git | ||
[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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ node_modules | |
.yarn/cache | ||
.yarn/install-state.gz | ||
ts/dest | ||
/build | ||
/build |
Submodule barretenberg
deleted from
af91bc
Oops, something went wrong.