Skip to content

Commit

Permalink
git subrepo pull (merge) noir
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "noir"
  merged:   "b70f643949"
upstream:
  origin:   "https://github.com/noir-lang/noir"
  branch:   "aztec-packages"
  commit:   "3541dd02ca"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "110b9eb"
  • Loading branch information
spalladino committed Jan 17, 2024
1 parent d083438 commit 132bf91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion noir/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/noir-lang/noir
branch = aztec-packages
commit = 0c185c29d4ba50486d481ecec5b9fc27097dbb0a
commit = 3541dd02ca0f284f166e8f3c0be41385e62751f3
parent = d668b1a8cfb5862c6aaed70e62e6212335ebc41e
method = merge
cmdver = 0.4.6
2 changes: 1 addition & 1 deletion noir/tooling/bb_abstraction_leaks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use const_format::formatcp;

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "aztec-packages";
const VERSION: &str = "0.18.0";
const VERSION: &str = "0.19.0";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
Expand Down
2 changes: 1 addition & 1 deletion noir/tooling/noir_js_backend_barretenberg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.17.0",
"@aztec/bb.js": "0.19.0",
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
},
Expand Down
10 changes: 5 additions & 5 deletions noir/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,17 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.17.0":
version: 0.17.0
resolution: "@aztec/bb.js@npm:0.17.0"
"@aztec/bb.js@npm:0.19.0":
version: 0.19.0
resolution: "@aztec/bb.js@npm:0.19.0"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 459838076e4db7e6ca17f95acbd5c83028ea3b5c21e016a1561cec065a95d20e8d65906ad63e44e071556bc331070ceda6d48c058f5accdb76b3c6daab8ef1a5
checksum: c78c22c3b8c43e0010a43145f973489aa7da9fcf0b8527884107f1f34ac3ca5f5d4ab087d74ce50cb75d6dbaef88bfc693e23745282faa30b81dc78481c65874
languageName: node
linkType: hard

Expand Down Expand Up @@ -4403,7 +4403,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noir-lang/backend_barretenberg@workspace:tooling/noir_js_backend_barretenberg"
dependencies:
"@aztec/bb.js": 0.17.0
"@aztec/bb.js": 0.19.0
"@noir-lang/types": "workspace:*"
"@types/node": ^20.6.2
"@types/prettier": ^3
Expand Down

0 comments on commit 132bf91

Please sign in to comment.