@aztec/end-to-end 2.0.0-rc.22 → 2.0.0-rc.24

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.
@@ -280,7 +280,7 @@ export class P2PNetworkTest {
280
280
  }
281
281
  const rollup = new RollupContract(this.ctx.deployL1ContractsValues.l1Client, this.ctx.deployL1ContractsValues.l1ContractAddresses.rollupAddress);
282
282
  const slasherContract = getContract({
283
- address: getAddress(await rollup.getSlasher()),
283
+ address: getAddress(await rollup.getSlasherAddress()),
284
284
  abi: SlasherAbi,
285
285
  client: this.ctx.deployL1ContractsValues.l1Client
286
286
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/end-to-end",
3
- "version": "2.0.0-rc.22",
3
+ "version": "2.0.0-rc.24",
4
4
  "type": "module",
5
5
  "exports": "./dest/index.js",
6
6
  "inherits": [
@@ -25,41 +25,41 @@
25
25
  "formatting": "run -T prettier --check ./src && run -T eslint ./src"
26
26
  },
27
27
  "dependencies": {
28
- "@aztec/accounts": "2.0.0-rc.22",
29
- "@aztec/archiver": "2.0.0-rc.22",
30
- "@aztec/aztec": "2.0.0-rc.22",
31
- "@aztec/aztec-node": "2.0.0-rc.22",
32
- "@aztec/aztec.js": "2.0.0-rc.22",
33
- "@aztec/bb-prover": "2.0.0-rc.22",
34
- "@aztec/blob-lib": "2.0.0-rc.22",
35
- "@aztec/blob-sink": "2.0.0-rc.22",
36
- "@aztec/bot": "2.0.0-rc.22",
37
- "@aztec/cli": "2.0.0-rc.22",
38
- "@aztec/constants": "2.0.0-rc.22",
39
- "@aztec/entrypoints": "2.0.0-rc.22",
40
- "@aztec/epoch-cache": "2.0.0-rc.22",
41
- "@aztec/ethereum": "2.0.0-rc.22",
42
- "@aztec/foundation": "2.0.0-rc.22",
43
- "@aztec/kv-store": "2.0.0-rc.22",
44
- "@aztec/l1-artifacts": "2.0.0-rc.22",
45
- "@aztec/merkle-tree": "2.0.0-rc.22",
46
- "@aztec/node-keystore": "2.0.0-rc.22",
47
- "@aztec/noir-contracts.js": "2.0.0-rc.22",
48
- "@aztec/noir-noirc_abi": "2.0.0-rc.22",
49
- "@aztec/noir-protocol-circuits-types": "2.0.0-rc.22",
50
- "@aztec/noir-test-contracts.js": "2.0.0-rc.22",
51
- "@aztec/p2p": "2.0.0-rc.22",
52
- "@aztec/protocol-contracts": "2.0.0-rc.22",
53
- "@aztec/prover-client": "2.0.0-rc.22",
54
- "@aztec/prover-node": "2.0.0-rc.22",
55
- "@aztec/pxe": "2.0.0-rc.22",
56
- "@aztec/sequencer-client": "2.0.0-rc.22",
57
- "@aztec/simulator": "2.0.0-rc.22",
58
- "@aztec/slasher": "2.0.0-rc.22",
59
- "@aztec/stdlib": "2.0.0-rc.22",
60
- "@aztec/telemetry-client": "2.0.0-rc.22",
61
- "@aztec/validator-client": "2.0.0-rc.22",
62
- "@aztec/world-state": "2.0.0-rc.22",
28
+ "@aztec/accounts": "2.0.0-rc.24",
29
+ "@aztec/archiver": "2.0.0-rc.24",
30
+ "@aztec/aztec": "2.0.0-rc.24",
31
+ "@aztec/aztec-node": "2.0.0-rc.24",
32
+ "@aztec/aztec.js": "2.0.0-rc.24",
33
+ "@aztec/bb-prover": "2.0.0-rc.24",
34
+ "@aztec/blob-lib": "2.0.0-rc.24",
35
+ "@aztec/blob-sink": "2.0.0-rc.24",
36
+ "@aztec/bot": "2.0.0-rc.24",
37
+ "@aztec/cli": "2.0.0-rc.24",
38
+ "@aztec/constants": "2.0.0-rc.24",
39
+ "@aztec/entrypoints": "2.0.0-rc.24",
40
+ "@aztec/epoch-cache": "2.0.0-rc.24",
41
+ "@aztec/ethereum": "2.0.0-rc.24",
42
+ "@aztec/foundation": "2.0.0-rc.24",
43
+ "@aztec/kv-store": "2.0.0-rc.24",
44
+ "@aztec/l1-artifacts": "2.0.0-rc.24",
45
+ "@aztec/merkle-tree": "2.0.0-rc.24",
46
+ "@aztec/node-keystore": "2.0.0-rc.24",
47
+ "@aztec/noir-contracts.js": "2.0.0-rc.24",
48
+ "@aztec/noir-noirc_abi": "2.0.0-rc.24",
49
+ "@aztec/noir-protocol-circuits-types": "2.0.0-rc.24",
50
+ "@aztec/noir-test-contracts.js": "2.0.0-rc.24",
51
+ "@aztec/p2p": "2.0.0-rc.24",
52
+ "@aztec/protocol-contracts": "2.0.0-rc.24",
53
+ "@aztec/prover-client": "2.0.0-rc.24",
54
+ "@aztec/prover-node": "2.0.0-rc.24",
55
+ "@aztec/pxe": "2.0.0-rc.24",
56
+ "@aztec/sequencer-client": "2.0.0-rc.24",
57
+ "@aztec/simulator": "2.0.0-rc.24",
58
+ "@aztec/slasher": "2.0.0-rc.24",
59
+ "@aztec/stdlib": "2.0.0-rc.24",
60
+ "@aztec/telemetry-client": "2.0.0-rc.24",
61
+ "@aztec/validator-client": "2.0.0-rc.24",
62
+ "@aztec/world-state": "2.0.0-rc.24",
63
63
  "@iarna/toml": "^2.2.5",
64
64
  "@jest/globals": "^30.0.0",
65
65
  "@noble/curves": "=1.0.0",
@@ -415,7 +415,7 @@ export class P2PNetworkTest {
415
415
  );
416
416
 
417
417
  const slasherContract = getContract({
418
- address: getAddress(await rollup.getSlasher()),
418
+ address: getAddress(await rollup.getSlasherAddress()),
419
419
  abi: SlasherAbi,
420
420
  client: this.ctx.deployL1ContractsValues.l1Client,
421
421
  });