File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
git config --global user.name AztecBot
51
51
git config --global user.email tech@aztecprotocol.com
52
52
53
- if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main ; then
53
+ if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=master ; then
54
54
git fetch # in case a commit came after this
55
55
git rebase origin/master
56
56
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]"
71
71
git config --global user.name AztecBot
72
72
git config --global user.email tech@aztecprotocol.com
73
73
74
- if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main ; then
74
+ if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=master ; then
75
75
git fetch # in case a commit came after this
76
76
git rebase origin/master
77
77
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]"
92
92
git config --global user.name AztecBot
93
93
git config --global user.email tech@aztecprotocol.com
94
94
95
- if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main ; then
95
+ if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=master ; then
96
96
git fetch # in case a commit came after this
97
97
git rebase origin/master
98
98
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]"
Original file line number Diff line number Diff line change 6
6
[subrepo]
7
7
remote = git@github.com:AztecProtocol/aztec-nr.git
8
8
branch = master
9
- commit = f662901567fa19e205062d84180763f06cddd641
9
+ commit = d6bea82a92949b51e70ca5e9061252f9ccfe0c7e
10
10
method = merge
11
11
cmdver = 0.4.6
12
- parent = 8df8fa7351ca79c022e2eb7dddfd7cf0145876df
12
+ parent = 62376ba4513fffdd96fd0b85c2b5884ec8bb224f
Original file line number Diff line number Diff line change 4
4
<h1 >Aztec.nr</h1 >
5
5
6
6
<p >
7
- <strong>Aztec Smart Contract Development Framework</strong>
7
+ <strong>Aztec Smart Contract Framework</strong>
8
8
</p >
9
9
10
10
<p >
18
18
19
19
# Aztec.nr
20
20
21
- ` Aztec-nr ` is a [ Noir] ( https://noir-lang.org ) framework for contract development on [ Aztec] ( aztec.network ) .
21
+ ` Aztec-nr ` is a [ Noir] ( https://noir-lang.org ) framework for smart contracts on [ Aztec] ( aztec.network ) .
22
22
23
23
### Directory Structure
24
24
```
You can’t perform that action at this time.
0 commit comments