@aztec/bb-prover 1.0.0-staging.4 → 1.0.0-staging.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"queued_ivc_verifier.d.ts","sourceRoot":"","sources":["../../src/verifier/queued_ivc_verifier.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,6BAA6B,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AACjH,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAML,KAAK,eAAe,EAIrB,MAAM,yBAAyB,CAAC;AAIjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AA6F7C,qBAAa,iBAAkB,YAAW,6BAA6B;IAMnE,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IAPhB,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,OAAO,CAAqB;gBAGlC,MAAM,EAAE,QAAQ,EACR,QAAQ,EAAE,6BAA6B,EACvC,SAAS,GAAE,eAAsC,EACjD,MAAM,yCAAgD;IAQnD,WAAW,CAAC,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAMrE,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB"}
1
+ {"version":3,"file":"queued_ivc_verifier.d.ts","sourceRoot":"","sources":["../../src/verifier/queued_ivc_verifier.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,6BAA6B,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AACjH,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAML,KAAK,eAAe,EAIrB,MAAM,yBAAyB,CAAC;AAIjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAgG7C,qBAAa,iBAAkB,YAAW,6BAA6B;IAMnE,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IAPhB,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,OAAO,CAAqB;gBAGlC,MAAM,EAAE,QAAQ,EACR,QAAQ,EAAE,6BAA6B,EACvC,SAAS,GAAE,eAAsC,EACjD,MAAM,yCAAgD;IAQnD,WAAW,CAAC,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAMrE,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB"}
@@ -85,6 +85,9 @@ class IVCVerifierMetrics {
85
85
  false
86
86
  ]
87
87
  ]){
88
+ if (histogram.count === 0) {
89
+ continue;
90
+ }
88
91
  res.observe(this.aggDurationMetrics.avg, histogram.mean, {
89
92
  [Attributes.OK]: ok
90
93
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/bb-prover",
3
- "version": "1.0.0-staging.4",
3
+ "version": "1.0.0-staging.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -70,27 +70,27 @@
70
70
  ]
71
71
  },
72
72
  "dependencies": {
73
- "@aztec/bb.js": "1.0.0-staging.4",
74
- "@aztec/constants": "1.0.0-staging.4",
75
- "@aztec/foundation": "1.0.0-staging.4",
76
- "@aztec/noir-noirc_abi": "1.0.0-staging.4",
77
- "@aztec/noir-protocol-circuits-types": "1.0.0-staging.4",
78
- "@aztec/noir-types": "1.0.0-staging.4",
79
- "@aztec/simulator": "1.0.0-staging.4",
80
- "@aztec/stdlib": "1.0.0-staging.4",
81
- "@aztec/telemetry-client": "1.0.0-staging.4",
82
- "@aztec/world-state": "1.0.0-staging.4",
73
+ "@aztec/bb.js": "1.0.0-staging.5",
74
+ "@aztec/constants": "1.0.0-staging.5",
75
+ "@aztec/foundation": "1.0.0-staging.5",
76
+ "@aztec/noir-noirc_abi": "1.0.0-staging.5",
77
+ "@aztec/noir-protocol-circuits-types": "1.0.0-staging.5",
78
+ "@aztec/noir-types": "1.0.0-staging.5",
79
+ "@aztec/simulator": "1.0.0-staging.5",
80
+ "@aztec/stdlib": "1.0.0-staging.5",
81
+ "@aztec/telemetry-client": "1.0.0-staging.5",
82
+ "@aztec/world-state": "1.0.0-staging.5",
83
83
  "commander": "^12.1.0",
84
84
  "pako": "^2.1.0",
85
85
  "source-map-support": "^0.5.21",
86
86
  "tslib": "^2.4.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@aztec/ethereum": "1.0.0-staging.4",
90
- "@aztec/kv-store": "1.0.0-staging.4",
91
- "@aztec/noir-contracts.js": "1.0.0-staging.4",
92
- "@aztec/noir-test-contracts.js": "1.0.0-staging.4",
93
- "@aztec/protocol-contracts": "1.0.0-staging.4",
89
+ "@aztec/ethereum": "1.0.0-staging.5",
90
+ "@aztec/kv-store": "1.0.0-staging.5",
91
+ "@aztec/noir-contracts.js": "1.0.0-staging.5",
92
+ "@aztec/noir-test-contracts.js": "1.0.0-staging.5",
93
+ "@aztec/protocol-contracts": "1.0.0-staging.5",
94
94
  "@jest/globals": "^30.0.0",
95
95
  "@types/jest": "^30.0.0",
96
96
  "@types/node": "^22.15.17",
@@ -100,6 +100,9 @@ class IVCVerifierMetrics {
100
100
  [this.localHistogramOk, true],
101
101
  [this.localHistogramFails, false],
102
102
  ] as const) {
103
+ if (histogram.count === 0) {
104
+ continue;
105
+ }
103
106
  res.observe(this.aggDurationMetrics.avg, histogram.mean, { [Attributes.OK]: ok });
104
107
  res.observe(this.aggDurationMetrics.max, histogram.max, { [Attributes.OK]: ok });
105
108
  res.observe(this.aggDurationMetrics.min, histogram.min, { [Attributes.OK]: ok });