@aztec/stdlib 5.2.0-nightly.20260805 → 5.2.0-nightly.20260806

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.
@@ -30,8 +30,8 @@ export type LogsQueryBase = {
30
30
  */
31
31
  txHash?: TxHash;
32
32
  /**
33
- * Reorg-safety anchor: the latest block hash the caller has synced to. If set and the block is no
34
- * longer present, the call throws. Distinct from `toBlock`, which is a filter, not a safety check.
33
+ * Reorg-safety anchor: the latest block hash the caller has synced to. The call throws if that block is no longer
34
+ * present. Results are capped at that block, and `toBlock` can only narrow the range further, never past it.
35
35
  */
36
36
  referenceBlock?: BlockHash;
37
37
  /** When set, each log also carries `noteHashes` and all `nullifiers` for note-nonce discovery. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/stdlib",
3
- "version": "5.2.0-nightly.20260805",
3
+ "version": "5.2.0-nightly.20260806",
4
4
  "type": "module",
5
5
  "inherits": [
6
6
  "../package.common.json",
@@ -92,13 +92,13 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@aws-sdk/client-s3": "^3.892.0",
95
- "@aztec/bb.js": "5.2.0-nightly.20260805",
96
- "@aztec/blob-lib": "5.2.0-nightly.20260805",
97
- "@aztec/constants": "5.2.0-nightly.20260805",
98
- "@aztec/ethereum": "5.2.0-nightly.20260805",
99
- "@aztec/foundation": "5.2.0-nightly.20260805",
100
- "@aztec/l1-artifacts": "5.2.0-nightly.20260805",
101
- "@aztec/noir-noirc_abi": "5.2.0-nightly.20260805",
95
+ "@aztec/bb.js": "5.2.0-nightly.20260806",
96
+ "@aztec/blob-lib": "5.2.0-nightly.20260806",
97
+ "@aztec/constants": "5.2.0-nightly.20260806",
98
+ "@aztec/ethereum": "5.2.0-nightly.20260806",
99
+ "@aztec/foundation": "5.2.0-nightly.20260806",
100
+ "@aztec/l1-artifacts": "5.2.0-nightly.20260806",
101
+ "@aztec/noir-noirc_abi": "5.2.0-nightly.20260806",
102
102
  "@google-cloud/storage": "^7.15.0",
103
103
  "axios": "^1.15.1",
104
104
  "json-stringify-deterministic": "1.0.12",
@@ -33,8 +33,8 @@ export type LogsQueryBase = {
33
33
  */
34
34
  txHash?: TxHash;
35
35
  /**
36
- * Reorg-safety anchor: the latest block hash the caller has synced to. If set and the block is no
37
- * longer present, the call throws. Distinct from `toBlock`, which is a filter, not a safety check.
36
+ * Reorg-safety anchor: the latest block hash the caller has synced to. The call throws if that block is no longer
37
+ * present. Results are capped at that block, and `toBlock` can only narrow the range further, never past it.
38
38
  */
39
39
  referenceBlock?: BlockHash;
40
40
  /** When set, each log also carries `noteHashes` and all `nullifiers` for note-nonce discovery. */