@entros/pulse-sdk 1.0.0 → 1.0.1
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.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.d.mts +16 -10
- package/dist/index.d.ts +16 -10
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -2027,7 +2027,7 @@ async function processSensorData(sensorData, config, wallet, connection, onProgr
|
|
|
2027
2027
|
success: false,
|
|
2028
2028
|
commitment: tbh.commitmentBytes,
|
|
2029
2029
|
isFirstVerification: false,
|
|
2030
|
-
error: "Re-verification requires wasmUrl and zkeyUrl in PulseConfig. Host the
|
|
2030
|
+
error: "Re-verification requires wasmUrl and zkeyUrl in PulseConfig. Host the entros_hamming.wasm and entros_hamming_final.zkey circuit artifacts at public URLs."
|
|
2031
2031
|
};
|
|
2032
2032
|
}
|
|
2033
2033
|
try {
|