@aztec/prover-node 0.82.0 → 0.82.1-alpha-testnet.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.
@@ -45,7 +45,7 @@ export declare class ProverNode implements EpochMonitorHandler, ProverNodeApi, T
45
45
  private lastBlockNumber;
46
46
  readonly tracer: Tracer;
47
47
  constructor(prover: EpochProverManager, publisher: ProverNodePublisher, l2BlockSource: L2BlockSource & Maybe<Service>, l1ToL2MessageSource: L1ToL2MessageSource, contractDataSource: ContractDataSource, worldState: WorldStateSynchronizer, coordination: ProverCoordination & Maybe<Service>, epochsMonitor: EpochMonitor, options?: Partial<ProverNodeOptions>, telemetryClient?: TelemetryClient);
48
- getProverId(): import("@aztec/aztec.js").Fr;
48
+ getProverId(): import("@aztec/foundation/schemas").Fr;
49
49
  getP2P(): P2P<P2PClientType.Prover> | undefined;
50
50
  /**
51
51
  * Handles an epoch being completed by starting a proof for it if there are no active jobs for it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/prover-node",
3
- "version": "0.82.0",
3
+ "version": "0.82.1-alpha-testnet.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -53,24 +53,24 @@
53
53
  ]
54
54
  },
55
55
  "dependencies": {
56
- "@aztec/archiver": "0.82.0",
57
- "@aztec/bb-prover": "0.82.0",
58
- "@aztec/blob-sink": "0.82.0",
59
- "@aztec/constants": "0.82.0",
60
- "@aztec/epoch-cache": "0.82.0",
61
- "@aztec/ethereum": "0.82.0",
62
- "@aztec/foundation": "0.82.0",
63
- "@aztec/kv-store": "0.82.0",
64
- "@aztec/l1-artifacts": "0.82.0",
65
- "@aztec/noir-protocol-circuits-types": "0.82.0",
66
- "@aztec/p2p": "0.82.0",
67
- "@aztec/protocol-contracts": "0.82.0",
68
- "@aztec/prover-client": "0.82.0",
69
- "@aztec/sequencer-client": "0.82.0",
70
- "@aztec/simulator": "0.82.0",
71
- "@aztec/stdlib": "0.82.0",
72
- "@aztec/telemetry-client": "0.82.0",
73
- "@aztec/world-state": "0.82.0",
56
+ "@aztec/archiver": "0.82.1-alpha-testnet.1",
57
+ "@aztec/bb-prover": "0.82.1-alpha-testnet.1",
58
+ "@aztec/blob-sink": "0.82.1-alpha-testnet.1",
59
+ "@aztec/constants": "0.82.1-alpha-testnet.1",
60
+ "@aztec/epoch-cache": "0.82.1-alpha-testnet.1",
61
+ "@aztec/ethereum": "0.82.1-alpha-testnet.1",
62
+ "@aztec/foundation": "0.82.1-alpha-testnet.1",
63
+ "@aztec/kv-store": "0.82.1-alpha-testnet.1",
64
+ "@aztec/l1-artifacts": "0.82.1-alpha-testnet.1",
65
+ "@aztec/noir-protocol-circuits-types": "0.82.1-alpha-testnet.1",
66
+ "@aztec/p2p": "0.82.1-alpha-testnet.1",
67
+ "@aztec/protocol-contracts": "0.82.1-alpha-testnet.1",
68
+ "@aztec/prover-client": "0.82.1-alpha-testnet.1",
69
+ "@aztec/sequencer-client": "0.82.1-alpha-testnet.1",
70
+ "@aztec/simulator": "0.82.1-alpha-testnet.1",
71
+ "@aztec/stdlib": "0.82.1-alpha-testnet.1",
72
+ "@aztec/telemetry-client": "0.82.1-alpha-testnet.1",
73
+ "@aztec/world-state": "0.82.1-alpha-testnet.1",
74
74
  "source-map-support": "^0.5.21",
75
75
  "tslib": "^2.4.0",
76
76
  "viem": "2.23.7"