@aztec/stdlib 6.0.0-nightly.20260826 → 6.0.0-nightly.20260828
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,4 +1,4 @@
|
|
|
1
1
|
import { Fr } from '@aztec/foundation/curves/bn254';
|
|
2
|
-
// The following identifier was copied over from `noir-projects/
|
|
2
|
+
// The following identifier was copied over from `noir-projects/aztec-nr/aztec/src/messages/offchain_messages.nr`.
|
|
3
3
|
// poseidon2hash("aztecnr_offchain_message")
|
|
4
4
|
export const OFFCHAIN_MESSAGE_IDENTIFIER = new Fr(6023466688192654631553769360478808766602235351827869819420284624004071427516n);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/stdlib",
|
|
3
|
-
"version": "6.0.0-nightly.
|
|
3
|
+
"version": "6.0.0-nightly.20260828",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@aws-sdk/client-s3": "^3.892.0",
|
|
95
|
-
"@aztec/bb.js": "6.0.0-nightly.
|
|
96
|
-
"@aztec/blob-lib": "6.0.0-nightly.
|
|
97
|
-
"@aztec/constants": "6.0.0-nightly.
|
|
98
|
-
"@aztec/ethereum": "6.0.0-nightly.
|
|
99
|
-
"@aztec/foundation": "6.0.0-nightly.
|
|
100
|
-
"@aztec/noir-noirc_abi": "6.0.0-nightly.
|
|
95
|
+
"@aztec/bb.js": "6.0.0-nightly.20260826",
|
|
96
|
+
"@aztec/blob-lib": "6.0.0-nightly.20260828",
|
|
97
|
+
"@aztec/constants": "6.0.0-nightly.20260828",
|
|
98
|
+
"@aztec/ethereum": "6.0.0-nightly.20260828",
|
|
99
|
+
"@aztec/foundation": "6.0.0-nightly.20260828",
|
|
100
|
+
"@aztec/noir-noirc_abi": "6.0.0-nightly.20260826",
|
|
101
101
|
"@google-cloud/storage": "^7.15.0",
|
|
102
102
|
"axios": "^1.15.1",
|
|
103
103
|
"json-stringify-deterministic": "1.0.12",
|
|
@@ -2,7 +2,7 @@ import { Fr } from '@aztec/foundation/curves/bn254';
|
|
|
2
2
|
|
|
3
3
|
import type { AztecAddress } from '../aztec-address/index.js';
|
|
4
4
|
|
|
5
|
-
// The following identifier was copied over from `noir-projects/
|
|
5
|
+
// The following identifier was copied over from `noir-projects/aztec-nr/aztec/src/messages/offchain_messages.nr`.
|
|
6
6
|
// poseidon2hash("aztecnr_offchain_message")
|
|
7
7
|
export const OFFCHAIN_MESSAGE_IDENTIFIER: Fr = new Fr(
|
|
8
8
|
6023466688192654631553769360478808766602235351827869819420284624004071427516n,
|