@aztec/archiver 3.0.0-nightly.20250919 → 3.0.0-nightly.20250921
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":"archiver_store_test_suite.d.ts","sourceRoot":"","sources":["../../src/archiver/archiver_store_test_suite.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"archiver_store_test_suite.d.ts","sourceRoot":"","sources":["../../src/archiver/archiver_store_test_suite.ts"],"names":[],"mappings":"AAoCA,OAAO,4BAA4B,CAAC;AAIpC,OAAO,KAAK,EAAE,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAKnF;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,QAqlC/D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { INITIAL_L2_BLOCK_NUM, NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP, PRIVATE_LOG_SIZE_IN_FIELDS
|
|
1
|
+
import { INITIAL_L2_BLOCK_NUM, NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP, PRIVATE_LOG_SIZE_IN_FIELDS } from '@aztec/constants';
|
|
2
2
|
import { makeTuple } from '@aztec/foundation/array';
|
|
3
3
|
import { Buffer16, Buffer32 } from '@aztec/foundation/buffer';
|
|
4
4
|
import { times, timesParallel } from '@aztec/foundation/collection';
|
|
@@ -764,8 +764,8 @@ import { MessageStoreError } from './kv_archiver_store/message_store.js';
|
|
|
764
764
|
});
|
|
765
765
|
const makePublicLog = (tag)=>PublicLog.from({
|
|
766
766
|
contractAddress: AztecAddress.fromNumber(1),
|
|
767
|
-
|
|
768
|
-
|
|
767
|
+
// Arbitrary length
|
|
768
|
+
fields: new Array(10).fill(null).map((_, i)=>!i ? tag : new Fr(tag.toNumber() + i))
|
|
769
769
|
});
|
|
770
770
|
const mockPrivateLogs = (blockNumber, txIndex)=>{
|
|
771
771
|
return times(numPrivateLogsPerTx, (logIndex)=>{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/archiver",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20250921",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@aztec/blob-lib": "3.0.0-nightly.
|
|
70
|
-
"@aztec/blob-sink": "3.0.0-nightly.
|
|
71
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
72
|
-
"@aztec/epoch-cache": "3.0.0-nightly.
|
|
73
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
74
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
75
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
76
|
-
"@aztec/l1-artifacts": "3.0.0-nightly.
|
|
77
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
78
|
-
"@aztec/protocol-contracts": "3.0.0-nightly.
|
|
79
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
80
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
69
|
+
"@aztec/blob-lib": "3.0.0-nightly.20250921",
|
|
70
|
+
"@aztec/blob-sink": "3.0.0-nightly.20250921",
|
|
71
|
+
"@aztec/constants": "3.0.0-nightly.20250921",
|
|
72
|
+
"@aztec/epoch-cache": "3.0.0-nightly.20250921",
|
|
73
|
+
"@aztec/ethereum": "3.0.0-nightly.20250921",
|
|
74
|
+
"@aztec/foundation": "3.0.0-nightly.20250921",
|
|
75
|
+
"@aztec/kv-store": "3.0.0-nightly.20250921",
|
|
76
|
+
"@aztec/l1-artifacts": "3.0.0-nightly.20250921",
|
|
77
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20250921",
|
|
78
|
+
"@aztec/protocol-contracts": "3.0.0-nightly.20250921",
|
|
79
|
+
"@aztec/stdlib": "3.0.0-nightly.20250921",
|
|
80
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20250921",
|
|
81
81
|
"lodash.groupby": "^4.6.0",
|
|
82
82
|
"lodash.omit": "^4.5.0",
|
|
83
83
|
"tsc-watch": "^6.0.0",
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
INITIAL_L2_BLOCK_NUM,
|
|
3
3
|
NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP,
|
|
4
4
|
PRIVATE_LOG_SIZE_IN_FIELDS,
|
|
5
|
-
PUBLIC_LOG_SIZE_IN_FIELDS,
|
|
6
5
|
} from '@aztec/constants';
|
|
7
6
|
import { makeTuple } from '@aztec/foundation/array';
|
|
8
7
|
import { Buffer16, Buffer32 } from '@aztec/foundation/buffer';
|
|
@@ -737,8 +736,8 @@ export function describeArchiverDataStore(
|
|
|
737
736
|
const makePublicLog = (tag: Fr) =>
|
|
738
737
|
PublicLog.from({
|
|
739
738
|
contractAddress: AztecAddress.fromNumber(1),
|
|
740
|
-
|
|
741
|
-
|
|
739
|
+
// Arbitrary length
|
|
740
|
+
fields: new Array(10).fill(null).map((_, i) => (!i ? tag : new Fr(tag.toNumber() + i))),
|
|
742
741
|
});
|
|
743
742
|
|
|
744
743
|
const mockPrivateLogs = (blockNumber: number, txIndex: number) => {
|