@aztec/end-to-end 3.0.0-nightly.20251023 → 3.0.0-nightly.20251025
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.
- package/dest/bench/client_flows/benchmark.d.ts +3 -2
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +7 -2
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +4 -1
- package/dest/bench/utils.d.ts +1 -1
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +1 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +5 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +3 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +3 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +2 -1
- package/dest/e2e_deploy_contract/deploy_test.d.ts +8 -1
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
- package/dest/e2e_deploy_contract/deploy_test.js +3 -1
- package/dest/e2e_epochs/epochs_test.d.ts +3 -1
- package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.js +6 -1
- package/dest/e2e_fees/bridging_race.notest.js +2 -1
- package/dest/e2e_fees/fees_test.d.ts +3 -1
- package/dest/e2e_fees/fees_test.d.ts.map +1 -1
- package/dest/e2e_fees/fees_test.js +2 -1
- package/dest/e2e_l1_publisher/write_json.d.ts +3 -1
- package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
- package/dest/e2e_l1_publisher/write_json.js +2 -2
- package/dest/e2e_multi_validator/utils.d.ts +1 -1
- package/dest/e2e_multi_validator/utils.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +4 -1
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +1 -1
- package/dest/e2e_p2p/inactivity_slash_test.d.ts +2 -2
- package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -1
- package/dest/e2e_p2p/inactivity_slash_test.js +2 -2
- package/dest/e2e_p2p/p2p_network.d.ts +1 -1
- package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
- package/dest/e2e_p2p/p2p_network.js +2 -1
- package/dest/e2e_p2p/shared.d.ts +4 -1
- package/dest/e2e_p2p/shared.d.ts.map +1 -1
- package/dest/e2e_p2p/shared.js +4 -1
- package/dest/e2e_token_contract/token_contract_test.d.ts +3 -1
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
- package/dest/e2e_token_contract/token_contract_test.js +1 -1
- package/dest/fixtures/e2e_prover_test.d.ts +3 -1
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +2 -1
- package/dest/fixtures/get_acvm_config.d.ts +1 -1
- package/dest/fixtures/get_acvm_config.d.ts.map +1 -1
- package/dest/fixtures/get_bb_config.d.ts +1 -1
- package/dest/fixtures/get_bb_config.d.ts.map +1 -1
- package/dest/fixtures/get_bb_config.js +1 -1
- package/dest/fixtures/setup_l1_contracts.d.ts +1 -1
- package/dest/fixtures/setup_l1_contracts.d.ts.map +1 -1
- package/dest/fixtures/snapshot_manager.d.ts +4 -1
- package/dest/fixtures/snapshot_manager.d.ts.map +1 -1
- package/dest/fixtures/snapshot_manager.js +5 -3
- package/dest/fixtures/token_utils.d.ts +3 -1
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +1 -1
- package/dest/fixtures/utils.d.ts +5 -1
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +5 -2
- package/dest/fixtures/web3signer.d.ts.map +1 -1
- package/dest/fixtures/web3signer.js +2 -1
- package/dest/quality_of_service/alert_checker.d.ts +1 -1
- package/dest/quality_of_service/alert_checker.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.d.ts +11 -1
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +4 -1
- package/dest/shared/gas_portal_test_harness.d.ts +5 -1
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +4 -1
- package/dest/shared/jest_setup.js +1 -1
- package/dest/shared/submit-transactions.d.ts +3 -1
- package/dest/shared/submit-transactions.d.ts.map +1 -1
- package/dest/shared/submit-transactions.js +2 -1
- package/dest/shared/uniswap_l1_l2.d.ts +3 -1
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +4 -1
- package/dest/simulators/lending_simulator.d.ts +2 -1
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +2 -1
- package/dest/simulators/token_simulator.d.ts +3 -1
- package/dest/simulators/token_simulator.d.ts.map +1 -1
- package/dest/simulators/token_simulator.js +1 -1
- package/dest/spartan/setup_test_wallets.d.ts +3 -1
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +8 -2
- package/dest/spartan/utils.d.ts +11 -0
- package/dest/spartan/utils.d.ts.map +1 -1
- package/dest/spartan/utils.js +76 -1
- package/package.json +37 -37
- package/src/bench/client_flows/benchmark.ts +5 -5
- package/src/bench/client_flows/client_flows_benchmark.ts +6 -11
- package/src/bench/client_flows/data_extractor.ts +1 -1
- package/src/bench/utils.ts +1 -1
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +6 -9
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +3 -1
- package/src/e2e_deploy_contract/deploy_test.ts +8 -12
- package/src/e2e_epochs/epochs_test.ts +8 -10
- package/src/e2e_fees/bridging_race.notest.ts +3 -1
- package/src/e2e_fees/fees_test.ts +4 -1
- package/src/e2e_l1_publisher/write_json.ts +5 -3
- package/src/e2e_multi_validator/utils.ts +1 -1
- package/src/e2e_nested_contract/nested_contract_test.ts +4 -1
- package/src/e2e_p2p/inactivity_slash_test.ts +3 -3
- package/src/e2e_p2p/p2p_network.ts +2 -1
- package/src/e2e_p2p/shared.ts +6 -10
- package/src/e2e_token_contract/token_contract_test.ts +3 -1
- package/src/fixtures/e2e_prover_test.ts +3 -1
- package/src/fixtures/get_acvm_config.ts +1 -1
- package/src/fixtures/get_bb_config.ts +2 -1
- package/src/fixtures/setup_l1_contracts.ts +1 -1
- package/src/fixtures/snapshot_manager.ts +8 -13
- package/src/fixtures/token_utils.ts +4 -1
- package/src/fixtures/utils.ts +7 -13
- package/src/fixtures/web3signer.ts +2 -1
- package/src/quality_of_service/alert_checker.ts +1 -1
- package/src/shared/cross_chain_test_harness.ts +12 -12
- package/src/shared/gas_portal_test_harness.ts +7 -12
- package/src/shared/jest_setup.ts +1 -1
- package/src/shared/submit-transactions.ts +5 -1
- package/src/shared/uniswap_l1_l2.ts +6 -9
- package/src/simulators/lending_simulator.ts +2 -1
- package/src/simulators/token_simulator.ts +4 -1
- package/src/spartan/setup_test_wallets.ts +9 -13
- package/src/spartan/utils.ts +85 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/end-to-end",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251025",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": "./dest/index.js",
|
|
6
6
|
"inherits": [
|
|
@@ -25,42 +25,42 @@
|
|
|
25
25
|
"formatting": "run -T prettier --check ./src && run -T eslint ./src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aztec/accounts": "3.0.0-nightly.
|
|
29
|
-
"@aztec/archiver": "3.0.0-nightly.
|
|
30
|
-
"@aztec/aztec": "3.0.0-nightly.
|
|
31
|
-
"@aztec/aztec-node": "3.0.0-nightly.
|
|
32
|
-
"@aztec/aztec.js": "3.0.0-nightly.
|
|
33
|
-
"@aztec/bb-prover": "3.0.0-nightly.
|
|
34
|
-
"@aztec/blob-lib": "3.0.0-nightly.
|
|
35
|
-
"@aztec/blob-sink": "3.0.0-nightly.
|
|
36
|
-
"@aztec/bot": "3.0.0-nightly.
|
|
37
|
-
"@aztec/cli": "3.0.0-nightly.
|
|
38
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
39
|
-
"@aztec/entrypoints": "3.0.0-nightly.
|
|
40
|
-
"@aztec/epoch-cache": "3.0.0-nightly.
|
|
41
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
42
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
43
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
44
|
-
"@aztec/l1-artifacts": "3.0.0-nightly.
|
|
45
|
-
"@aztec/merkle-tree": "3.0.0-nightly.
|
|
46
|
-
"@aztec/node-keystore": "3.0.0-nightly.
|
|
47
|
-
"@aztec/noir-contracts.js": "3.0.0-nightly.
|
|
48
|
-
"@aztec/noir-noirc_abi": "3.0.0-nightly.
|
|
49
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
50
|
-
"@aztec/noir-test-contracts.js": "3.0.0-nightly.
|
|
51
|
-
"@aztec/p2p": "3.0.0-nightly.
|
|
52
|
-
"@aztec/protocol-contracts": "3.0.0-nightly.
|
|
53
|
-
"@aztec/prover-client": "3.0.0-nightly.
|
|
54
|
-
"@aztec/prover-node": "3.0.0-nightly.
|
|
55
|
-
"@aztec/pxe": "3.0.0-nightly.
|
|
56
|
-
"@aztec/sequencer-client": "3.0.0-nightly.
|
|
57
|
-
"@aztec/simulator": "3.0.0-nightly.
|
|
58
|
-
"@aztec/slasher": "3.0.0-nightly.
|
|
59
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
60
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
61
|
-
"@aztec/test-wallet": "3.0.0-nightly.
|
|
62
|
-
"@aztec/validator-client": "3.0.0-nightly.
|
|
63
|
-
"@aztec/world-state": "3.0.0-nightly.
|
|
28
|
+
"@aztec/accounts": "3.0.0-nightly.20251025",
|
|
29
|
+
"@aztec/archiver": "3.0.0-nightly.20251025",
|
|
30
|
+
"@aztec/aztec": "3.0.0-nightly.20251025",
|
|
31
|
+
"@aztec/aztec-node": "3.0.0-nightly.20251025",
|
|
32
|
+
"@aztec/aztec.js": "3.0.0-nightly.20251025",
|
|
33
|
+
"@aztec/bb-prover": "3.0.0-nightly.20251025",
|
|
34
|
+
"@aztec/blob-lib": "3.0.0-nightly.20251025",
|
|
35
|
+
"@aztec/blob-sink": "3.0.0-nightly.20251025",
|
|
36
|
+
"@aztec/bot": "3.0.0-nightly.20251025",
|
|
37
|
+
"@aztec/cli": "3.0.0-nightly.20251025",
|
|
38
|
+
"@aztec/constants": "3.0.0-nightly.20251025",
|
|
39
|
+
"@aztec/entrypoints": "3.0.0-nightly.20251025",
|
|
40
|
+
"@aztec/epoch-cache": "3.0.0-nightly.20251025",
|
|
41
|
+
"@aztec/ethereum": "3.0.0-nightly.20251025",
|
|
42
|
+
"@aztec/foundation": "3.0.0-nightly.20251025",
|
|
43
|
+
"@aztec/kv-store": "3.0.0-nightly.20251025",
|
|
44
|
+
"@aztec/l1-artifacts": "3.0.0-nightly.20251025",
|
|
45
|
+
"@aztec/merkle-tree": "3.0.0-nightly.20251025",
|
|
46
|
+
"@aztec/node-keystore": "3.0.0-nightly.20251025",
|
|
47
|
+
"@aztec/noir-contracts.js": "3.0.0-nightly.20251025",
|
|
48
|
+
"@aztec/noir-noirc_abi": "3.0.0-nightly.20251025",
|
|
49
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251025",
|
|
50
|
+
"@aztec/noir-test-contracts.js": "3.0.0-nightly.20251025",
|
|
51
|
+
"@aztec/p2p": "3.0.0-nightly.20251025",
|
|
52
|
+
"@aztec/protocol-contracts": "3.0.0-nightly.20251025",
|
|
53
|
+
"@aztec/prover-client": "3.0.0-nightly.20251025",
|
|
54
|
+
"@aztec/prover-node": "3.0.0-nightly.20251025",
|
|
55
|
+
"@aztec/pxe": "3.0.0-nightly.20251025",
|
|
56
|
+
"@aztec/sequencer-client": "3.0.0-nightly.20251025",
|
|
57
|
+
"@aztec/simulator": "3.0.0-nightly.20251025",
|
|
58
|
+
"@aztec/slasher": "3.0.0-nightly.20251025",
|
|
59
|
+
"@aztec/stdlib": "3.0.0-nightly.20251025",
|
|
60
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20251025",
|
|
61
|
+
"@aztec/test-wallet": "3.0.0-nightly.20251025",
|
|
62
|
+
"@aztec/validator-client": "3.0.0-nightly.20251025",
|
|
63
|
+
"@aztec/world-state": "3.0.0-nightly.20251025",
|
|
64
64
|
"@iarna/toml": "^2.2.5",
|
|
65
65
|
"@jest/globals": "^30.0.0",
|
|
66
66
|
"@noble/curves": "=1.0.0",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {
|
|
2
2
|
ContractFunctionInteraction,
|
|
3
3
|
DeployMethod,
|
|
4
|
-
DeployOptions,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
} from '@aztec/aztec.js';
|
|
4
|
+
type DeployOptions,
|
|
5
|
+
type ProfileInteractionOptions,
|
|
6
|
+
} from '@aztec/aztec.js/contracts';
|
|
7
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
8
8
|
import { createLogger } from '@aztec/foundation/log';
|
|
9
9
|
import { type PrivateExecutionStep, serializePrivateExecutionSteps } from '@aztec/stdlib/kernel';
|
|
10
10
|
import type { ProvingStats, ProvingTimings, SimulationStats, SimulationTimings } from '@aztec/stdlib/tx';
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
PrivateFeePaymentMethod,
|
|
8
|
-
SponsoredFeePaymentMethod,
|
|
9
|
-
type Wallet,
|
|
10
|
-
createLogger,
|
|
11
|
-
} from '@aztec/aztec.js';
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { FeeJuicePaymentMethodWithClaim } from '@aztec/aztec.js/fee';
|
|
3
|
+
import { type FeePaymentMethod, PrivateFeePaymentMethod, SponsoredFeePaymentMethod } from '@aztec/aztec.js/fee';
|
|
4
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
5
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
6
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
12
7
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
13
8
|
import { type DeployL1ContractsArgs, RollupContract, createExtendedL1Client, deployL1Contract } from '@aztec/ethereum';
|
|
14
9
|
import { ChainMonitor } from '@aztec/ethereum/test';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Logger } from '@aztec/aztec.js';
|
|
1
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
2
2
|
import { BBNativePrivateKernelProver } from '@aztec/bb-prover/client/native';
|
|
3
3
|
import { BBWASMBundlePrivateKernelProver } from '@aztec/bb-prover/client/wasm/bundle';
|
|
4
4
|
import { createLogger, logger } from '@aztec/foundation/log';
|
package/src/bench/utils.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
2
|
-
import { BatchCall, type SentTx, type WaitOpts } from '@aztec/aztec.js';
|
|
2
|
+
import { BatchCall, type SentTx, type WaitOpts } from '@aztec/aztec.js/contracts';
|
|
3
3
|
import { mean, stdDev, times } from '@aztec/foundation/collection';
|
|
4
4
|
import { BenchmarkingContract } from '@aztec/noir-test-contracts.js/Benchmarking';
|
|
5
5
|
import type { MetricsType } from '@aztec/telemetry-client';
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
computeSecretHash,
|
|
8
|
-
createLogger,
|
|
9
|
-
} from '@aztec/aztec.js';
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { computeSecretHash } from '@aztec/aztec.js/crypto';
|
|
3
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
4
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
5
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
6
|
+
import type { TxHash } from '@aztec/aztec.js/tx';
|
|
10
7
|
import type { CheatCodes } from '@aztec/aztec/testing';
|
|
11
8
|
import type { TokenContract } from '@aztec/noir-contracts.js/Token';
|
|
12
9
|
import { TokenBlacklistContract } from '@aztec/noir-contracts.js/TokenBlacklist';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { AztecNodeConfig } from '@aztec/aztec-node';
|
|
2
|
-
import { AztecAddress,
|
|
2
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
3
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
4
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
3
5
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
4
6
|
import {
|
|
5
7
|
type DeployL1ContractsArgs,
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type Wallet,
|
|
10
|
-
createLogger,
|
|
11
|
-
getContractInstanceFromInstantiationParams,
|
|
12
|
-
} from '@aztec/aztec.js';
|
|
1
|
+
import type { ContractArtifact } from '@aztec/aztec.js/abi';
|
|
2
|
+
import type { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
3
|
+
import { type ContractBase, getContractInstanceFromInstantiationParams } from '@aztec/aztec.js/contracts';
|
|
4
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
5
|
+
import type { PublicKeys } from '@aztec/aztec.js/keys';
|
|
6
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
7
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
8
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
13
9
|
import type { StatefulTestContract } from '@aztec/noir-test-contracts.js/StatefulTest';
|
|
14
10
|
import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
|
15
11
|
import type { TestWallet } from '@aztec/test-wallet/server';
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import { type AztecNodeConfig, AztecNodeService } from '@aztec/aztec-node';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
getTimestampRangeForEpoch,
|
|
9
|
-
retryUntil,
|
|
10
|
-
sleep,
|
|
11
|
-
} from '@aztec/aztec.js';
|
|
2
|
+
import { getTimestampRangeForEpoch } from '@aztec/aztec.js/block';
|
|
3
|
+
import { getContractInstanceFromInstantiationParams } from '@aztec/aztec.js/contracts';
|
|
4
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
5
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
6
|
+
import { MerkleTreeId } from '@aztec/aztec.js/trees';
|
|
7
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
12
8
|
import { EpochCache } from '@aztec/epoch-cache';
|
|
13
9
|
import { DefaultL1ContractsConfig, type ExtendedViemWalletClient, createExtendedL1Client } from '@aztec/ethereum';
|
|
14
10
|
import { RollupContract } from '@aztec/ethereum/contracts';
|
|
@@ -16,6 +12,8 @@ import { ChainMonitor, DelayedTxUtils, type Delayer, waitUntilL1Timestamp, withD
|
|
|
16
12
|
import { SecretValue } from '@aztec/foundation/config';
|
|
17
13
|
import { randomBytes } from '@aztec/foundation/crypto';
|
|
18
14
|
import { withLogNameSuffix } from '@aztec/foundation/log';
|
|
15
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
16
|
+
import { sleep } from '@aztec/foundation/sleep';
|
|
19
17
|
import { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
20
18
|
import { getMockPubSubP2PServiceFactory } from '@aztec/p2p/test-helpers';
|
|
21
19
|
import { ProverNode, type ProverNodeConfig, ProverNodePublisher } from '@aztec/prover-node';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SchnorrAccountContract } from '@aztec/accounts/schnorr';
|
|
2
|
-
import { Fr
|
|
2
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
3
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
3
4
|
import { Fq } from '@aztec/foundation/fields';
|
|
5
|
+
import { sleep } from '@aztec/foundation/sleep';
|
|
4
6
|
import type { AztecAddress } from '@aztec/stdlib/aztec-address';
|
|
5
7
|
import type { TestWallet } from '@aztec/test-wallet/server';
|
|
6
8
|
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
3
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
2
4
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
3
5
|
import { type DeployL1ContractsArgs, RollupContract, createExtendedL1Client } from '@aztec/ethereum';
|
|
4
6
|
import { ChainMonitor } from '@aztec/ethereum/test';
|
|
5
7
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
8
|
+
import { sleep } from '@aztec/foundation/sleep';
|
|
6
9
|
import { TestERC20Abi } from '@aztec/l1-artifacts';
|
|
7
10
|
import { AppSubscriptionContract } from '@aztec/noir-contracts.js/AppSubscription';
|
|
8
11
|
import { FPCContract } from '@aztec/noir-contracts.js/FPC';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { AztecAddress
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import type { L2Block } from '@aztec/aztec.js/block';
|
|
3
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
2
4
|
import { BatchedBlob, Blob } from '@aztec/blob-lib';
|
|
3
5
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
4
6
|
|
|
@@ -32,12 +34,12 @@ export async function writeJson(
|
|
|
32
34
|
|
|
33
35
|
const jsonObject = {
|
|
34
36
|
populate: {
|
|
35
|
-
l1ToL2Content: l1ToL2Content.map(asHex),
|
|
37
|
+
l1ToL2Content: l1ToL2Content.map(value => asHex(value)),
|
|
36
38
|
recipient: asHex(recipientAddress.toField()),
|
|
37
39
|
sender: deployerAddress,
|
|
38
40
|
},
|
|
39
41
|
messages: {
|
|
40
|
-
l2ToL1Messages: block.body.txEffects.flatMap(txEffect => txEffect.l2ToL1Msgs).map(asHex),
|
|
42
|
+
l2ToL1Messages: block.body.txEffects.flatMap(txEffect => txEffect.l2ToL1Msgs).map(value => asHex(value)),
|
|
41
43
|
},
|
|
42
44
|
block: {
|
|
43
45
|
// The json formatting in forge is a bit brittle, so we convert Fr to a number in the few values below.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
2
|
import { getAddressFromPrivateKey } from '@aztec/ethereum';
|
|
3
3
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
4
4
|
import type { EthPrivateKey } from '@aztec/node-keystore';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { AztecAddress
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
3
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
4
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
2
5
|
import { ChildContract } from '@aztec/noir-test-contracts.js/Child';
|
|
3
6
|
import { ParentContract } from '@aztec/noir-test-contracts.js/Parent';
|
|
4
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
2
|
-
import { EthAddress } from '@aztec/aztec.js';
|
|
2
|
+
import { EthAddress } from '@aztec/aztec.js/addresses';
|
|
3
3
|
import { RollupContract } from '@aztec/ethereum';
|
|
4
4
|
|
|
5
5
|
import fs from 'fs';
|
|
@@ -17,8 +17,8 @@ const SLASHING_QUORUM = 3;
|
|
|
17
17
|
const EPOCH_DURATION = 2;
|
|
18
18
|
const SLASHING_ROUND_SIZE_IN_EPOCHS = 2;
|
|
19
19
|
const BOOT_NODE_UDP_PORT = 4500;
|
|
20
|
-
const ETHEREUM_SLOT_DURATION = 4;
|
|
21
|
-
const AZTEC_SLOT_DURATION =
|
|
20
|
+
const ETHEREUM_SLOT_DURATION = process.env.CI ? 8 : 4;
|
|
21
|
+
const AZTEC_SLOT_DURATION = ETHEREUM_SLOT_DURATION * 2;
|
|
22
22
|
const SLASHING_UNIT = BigInt(1e18);
|
|
23
23
|
const SLASHING_AMOUNT = SLASHING_UNIT * 3n;
|
|
24
24
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { InitialAccountData } from '@aztec/accounts/testing';
|
|
2
2
|
import type { AztecNodeConfig, AztecNodeService } from '@aztec/aztec-node';
|
|
3
|
-
import { AztecAddress, EthAddress
|
|
3
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
4
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
4
5
|
import {
|
|
5
6
|
type EmpireSlashingProposerContract,
|
|
6
7
|
type ExtendedViemWalletClient,
|
package/src/e2e_p2p/shared.ts
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import type { InitialAccountData } from '@aztec/accounts/testing';
|
|
2
2
|
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Tx,
|
|
9
|
-
TxStatus,
|
|
10
|
-
getContractInstanceFromInstantiationParams,
|
|
11
|
-
retryUntil,
|
|
12
|
-
} from '@aztec/aztec.js';
|
|
3
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
4
|
+
import { type SentTx, getContractInstanceFromInstantiationParams } from '@aztec/aztec.js/contracts';
|
|
5
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
6
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
7
|
+
import { Tx, TxStatus } from '@aztec/aztec.js/tx';
|
|
13
8
|
import type { RollupCheatCodes } from '@aztec/aztec/testing';
|
|
14
9
|
import type { EmpireSlashingProposerContract, RollupContract, TallySlashingProposerContract } from '@aztec/ethereum';
|
|
15
10
|
import { timesAsync, unique } from '@aztec/foundation/collection';
|
|
11
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
16
12
|
import { pluralize } from '@aztec/foundation/string';
|
|
17
13
|
import type { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
18
14
|
import { TestContract, TestContractArtifact } from '@aztec/noir-test-contracts.js/Test';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { AztecAddress
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
3
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
2
4
|
import { TokenContract } from '@aztec/noir-contracts.js/Token';
|
|
3
5
|
import { InvalidAccountContract } from '@aztec/noir-test-contracts.js/InvalidAccount';
|
|
4
6
|
import type { TestWallet } from '@aztec/test-wallet/server';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { InitialAccountData } from '@aztec/accounts/testing';
|
|
2
2
|
import { type Archiver, createArchiver } from '@aztec/archiver';
|
|
3
|
-
import { AztecAddress,
|
|
3
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
4
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
5
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
4
6
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
5
7
|
import {
|
|
6
8
|
BBCircuitVerifier,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
2
2
|
import type { BBConfig } from '@aztec/bb-prover';
|
|
3
3
|
import { tryRmDir } from '@aztec/foundation/fs';
|
|
4
4
|
|
|
5
5
|
import fs from 'node:fs/promises';
|
|
6
6
|
import { tmpdir } from 'node:os';
|
|
7
7
|
import path from 'path';
|
|
8
|
+
import { fileURLToPath } from 'url';
|
|
8
9
|
|
|
9
10
|
const {
|
|
10
11
|
BB_RELEASE_DIR = 'barretenberg/cpp/build/bin',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Logger } from '@aztec/aztec.js';
|
|
1
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
2
2
|
import { type DeployL1ContractsArgs, type L1ContractsConfig, deployL1Contracts } from '@aztec/ethereum';
|
|
3
3
|
import { getVKTreeRoot } from '@aztec/noir-protocol-circuits-types/vk-tree';
|
|
4
4
|
import { protocolContractsHash } from '@aztec/protocol-contracts';
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
import { SchnorrAccountContractArtifact } from '@aztec/accounts/schnorr';
|
|
2
2
|
import { type InitialAccountData, generateSchnorrAccounts } from '@aztec/accounts/testing';
|
|
3
3
|
import { type AztecNodeConfig, AztecNodeService, getConfigEnvVars } from '@aztec/aztec-node';
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
BatchCall,
|
|
8
|
-
type ContractFunctionInteraction,
|
|
9
|
-
EthAddress,
|
|
10
|
-
type Logger,
|
|
11
|
-
type Wallet,
|
|
12
|
-
getContractClassFromArtifact,
|
|
13
|
-
waitForProven,
|
|
14
|
-
} from '@aztec/aztec.js';
|
|
4
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
5
|
+
import { getContractClassFromArtifact } from '@aztec/aztec.js/contracts';
|
|
6
|
+
import { BatchCall, type ContractFunctionInteraction, waitForProven } from '@aztec/aztec.js/contracts';
|
|
15
7
|
import { publishContractClass, publishInstance } from '@aztec/aztec.js/deployment';
|
|
8
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
9
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
10
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
16
11
|
import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
|
|
17
12
|
import { type BlobSinkServer, createBlobSinkServer } from '@aztec/blob-sink/server';
|
|
18
13
|
import {
|
|
@@ -411,7 +406,7 @@ async function setupFromFresh(
|
|
|
411
406
|
l1Contracts: aztecNodeConfig.l1Contracts,
|
|
412
407
|
port: blobSinkPort,
|
|
413
408
|
dataDirectory: aztecNodeConfig.dataDirectory,
|
|
414
|
-
|
|
409
|
+
dataStoreMapSizeKb: aztecNodeConfig.dataStoreMapSizeKb,
|
|
415
410
|
},
|
|
416
411
|
telemetry,
|
|
417
412
|
);
|
|
@@ -539,7 +534,7 @@ async function setupFromState(statePath: string, logger: Logger): Promise<Subsys
|
|
|
539
534
|
l1Contracts: aztecNodeConfig.l1Contracts,
|
|
540
535
|
port: blobSinkPort,
|
|
541
536
|
dataDirectory: statePath,
|
|
542
|
-
|
|
537
|
+
dataStoreMapSizeKb: aztecNodeConfig.dataStoreMapSizeKb,
|
|
543
538
|
},
|
|
544
539
|
telemetry,
|
|
545
540
|
);
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { BatchCall } from '@aztec/aztec.js/contracts';
|
|
3
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
4
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
2
5
|
import { TokenContract } from '@aztec/noir-contracts.js/Token';
|
|
3
6
|
|
|
4
7
|
export async function deployToken(wallet: Wallet, admin: AztecAddress, initialAdminBalance: bigint, logger: Logger) {
|
package/src/fixtures/utils.ts
CHANGED
|
@@ -2,19 +2,12 @@ import { SchnorrAccountContractArtifact } from '@aztec/accounts/schnorr';
|
|
|
2
2
|
import { type InitialAccountData, generateSchnorrAccounts, getInitialTestAccountsData } from '@aztec/accounts/testing';
|
|
3
3
|
import { type Archiver, createArchiver } from '@aztec/archiver';
|
|
4
4
|
import { type AztecNodeConfig, AztecNodeService, getConfigEnvVars } from '@aztec/aztec-node';
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
type AztecNode,
|
|
8
|
-
BatchCall,
|
|
9
|
-
type ContractMethod,
|
|
10
|
-
type Logger,
|
|
11
|
-
type Wallet,
|
|
12
|
-
createAztecNodeClient,
|
|
13
|
-
createLogger,
|
|
14
|
-
sleep,
|
|
15
|
-
waitForNode,
|
|
16
|
-
} from '@aztec/aztec.js';
|
|
5
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
6
|
+
import { BatchCall, type ContractMethod } from '@aztec/aztec.js/contracts';
|
|
17
7
|
import { publishContractClass, publishInstance } from '@aztec/aztec.js/deployment';
|
|
8
|
+
import { type Logger, createLogger } from '@aztec/aztec.js/log';
|
|
9
|
+
import { type AztecNode, createAztecNodeClient, waitForNode } from '@aztec/aztec.js/node';
|
|
10
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
18
11
|
import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
|
|
19
12
|
import { createBlobSinkClient } from '@aztec/blob-sink/client';
|
|
20
13
|
import { type BlobSinkServer, createBlobSinkServer } from '@aztec/blob-sink/server';
|
|
@@ -46,6 +39,7 @@ import { Fr } from '@aztec/foundation/fields';
|
|
|
46
39
|
import { tryRmDir } from '@aztec/foundation/fs';
|
|
47
40
|
import { withLogNameSuffix } from '@aztec/foundation/log';
|
|
48
41
|
import { retryUntil } from '@aztec/foundation/retry';
|
|
42
|
+
import { sleep } from '@aztec/foundation/sleep';
|
|
49
43
|
import { DateProvider, TestDateProvider } from '@aztec/foundation/timer';
|
|
50
44
|
import type { DataStoreConfig } from '@aztec/kv-store/config';
|
|
51
45
|
import { SponsoredFPCContract } from '@aztec/noir-contracts.js/SponsoredFPC';
|
|
@@ -545,7 +539,7 @@ export async function setup(
|
|
|
545
539
|
l1Contracts: config.l1Contracts,
|
|
546
540
|
port: blobSinkPort,
|
|
547
541
|
dataDirectory: config.dataDirectory,
|
|
548
|
-
|
|
542
|
+
dataStoreMapSizeKb: config.dataStoreMapSizeKb,
|
|
549
543
|
},
|
|
550
544
|
telemetry,
|
|
551
545
|
);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { retryUntil, sleep } from '@aztec/aztec.js';
|
|
2
1
|
import { randomBytes } from '@aztec/foundation/crypto';
|
|
2
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
3
|
+
import { sleep } from '@aztec/foundation/sleep';
|
|
3
4
|
import { RemoteSigner } from '@aztec/node-keystore';
|
|
4
5
|
|
|
5
6
|
import { mkdirSync } from 'node:fs';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
+
import type { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { EthAddress } from '@aztec/aztec.js/addresses';
|
|
3
|
+
import { AuthWitness } from '@aztec/aztec.js/authorization';
|
|
1
4
|
import {
|
|
2
|
-
AuthWitness,
|
|
3
|
-
type AztecAddress,
|
|
4
|
-
type AztecNode,
|
|
5
|
-
EthAddress,
|
|
6
|
-
type FieldsOf,
|
|
7
|
-
Fr,
|
|
8
5
|
type L1TokenManager,
|
|
9
6
|
L1TokenPortalManager,
|
|
10
7
|
type L2AmountClaim,
|
|
11
8
|
type L2AmountClaimWithRecipient,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} from '@aztec/aztec.js';
|
|
9
|
+
} from '@aztec/aztec.js/ethereum';
|
|
10
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
11
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
12
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
13
|
+
import type { SiblingPath } from '@aztec/aztec.js/trees';
|
|
14
|
+
import type { TxReceipt } from '@aztec/aztec.js/tx';
|
|
15
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
18
16
|
import { type ExtendedViemWalletClient, type L1ContractAddresses, deployL1Contract } from '@aztec/ethereum';
|
|
17
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
18
|
+
import type { FieldsOf } from '@aztec/foundation/types';
|
|
19
19
|
import { TestERC20Abi, TokenPortalAbi, TokenPortalBytecode } from '@aztec/l1-artifacts';
|
|
20
20
|
import { TokenContract } from '@aztec/noir-contracts.js/Token';
|
|
21
21
|
import { TokenBridgeContract } from '@aztec/noir-contracts.js/TokenBridge';
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type L1TokenManager,
|
|
8
|
-
type L2AmountClaim,
|
|
9
|
-
type Logger,
|
|
10
|
-
type Wallet,
|
|
11
|
-
retryUntil,
|
|
12
|
-
} from '@aztec/aztec.js';
|
|
1
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { L1FeeJuicePortalManager, type L1TokenManager, type L2AmountClaim } from '@aztec/aztec.js/ethereum';
|
|
3
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
4
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
5
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
6
|
+
import type { Wallet } from '@aztec/aztec.js/wallet';
|
|
13
7
|
import type { ExtendedViemWalletClient } from '@aztec/ethereum';
|
|
8
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
14
9
|
import { FeeJuiceContract } from '@aztec/noir-contracts.js/FeeJuice';
|
|
15
10
|
import { ProtocolContractAddress } from '@aztec/protocol-contracts';
|
|
16
11
|
import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
package/src/shared/jest_setup.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import { AztecAddress
|
|
1
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import type { SentTx } from '@aztec/aztec.js/contracts';
|
|
3
|
+
import { Fr, GrumpkinScalar } from '@aztec/aztec.js/fields';
|
|
4
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
5
|
+
import { TxStatus } from '@aztec/aztec.js/tx';
|
|
2
6
|
import { times } from '@aztec/foundation/collection';
|
|
3
7
|
import type { TestWallet } from '@aztec/test-wallet/server';
|
|
4
8
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
computeAuthWitMessageHash,
|
|
8
|
-
generateClaimSecret,
|
|
9
|
-
} from '@aztec/aztec.js';
|
|
1
|
+
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
2
|
+
import { computeAuthWitMessageHash } from '@aztec/aztec.js/authorization';
|
|
3
|
+
import { generateClaimSecret } from '@aztec/aztec.js/ethereum';
|
|
4
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
5
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
6
|
+
import type { AztecNode } from '@aztec/aztec.js/node';
|
|
10
7
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
11
8
|
import {
|
|
12
9
|
type DeployL1ContractsReturnType,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// Convenience struct to hold an account's address and secret that can easily be passed around.
|
|
2
|
-
import { AztecAddress
|
|
2
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
3
|
+
import { Fr } from '@aztec/aztec.js/fields';
|
|
3
4
|
import { CheatCodes } from '@aztec/aztec/testing';
|
|
4
5
|
import type { RollupContract } from '@aztec/ethereum';
|
|
5
6
|
import { pedersenHash } from '@aztec/foundation/crypto';
|