{"_id":"@aztec/end-to-end","_rev":"1161-d7cf024bc2eee87c79923d3ec1d515bb","name":"@aztec/end-to-end","dist-tags":{"next":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","test":"0.0.0-test.1","alpha-testnet":"0.85.0-alpha-testnet.11","starknet":"0.87.4-starknet.1","staging":"1.0.0-staging.6","canary":"3.0.0-canary.a9708bd","fake-c83136db25":"0.0.1-fake-c83136db25","fake-ceab37513c":"0.0.1-fake-ceab37513c","manual":"3.0.0-manual.20251030","zkpassport":"2.0.3-zkpassport","spartan":"4.0.0-spartan.20260218","patched":"5.0.0-patched.20260318","private":"5.0.0-private.20260319","aztecnr-rc":"4.2.0-aztecnr-rc.2","devnet":"4.0.0-devnet.4-patch.0","commit":"0.0.1-commit.fff30aa","rc":"4.3.0-rc.1","nightly":"4.4.0-nightly.20260618","dev":"0.0.1-dev","latest":"5.2.0","prerelease":"5.3.0-nightly.20260916"},"versions":{"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2":{"name":"@aztec/end-to-end","version":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","_id":"@aztec/end-to-end@0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"43cfd9c7f0fe2b113ee63fa4aa0938f0776da954","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2.tgz","fileCount":90,"integrity":"sha512-f2+G1ZGT0V5u3dEN318FRAv1RTuNJOU02jIj5UEH0DEXrSd5Y55g/1W3zoEpThfVPMd/op4KvWPJkjGht7Dl/A==","signatures":[{"sig":"MEUCICkLyQjh86Fcl59KaFpwRWpB01wTx7Te8GAWSIHWTHBZAiEApdjizlh7UWIykbP3G1rYI9A2MgO8zMVuo5xOs8c8Vlo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36393117},"jest":{"rootDir":"./src","reporters":[["summary",{"summaryThreshold":0}]],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":30000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c03ba01a2a4122e43e90d5133ba017e54b90e9d2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b && webpack","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","build:e2e":"yarn clean && tsc -b","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.2.3","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.0","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/p2p":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/pxe":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","string-argv":"^0.3.2","@aztec/types":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/archiver":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/aztec.js":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/blob-lib":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/ethereum":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/kv-store":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/blob-sink":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/simulator":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/aztec-node":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/foundation":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/circuits.js":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/entrypoints":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/epoch-cache":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/merkle-tree":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/prover-node":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/world-state":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@types/lodash.every":"^4.6.7","@aztec/circuit-types":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/prover-client":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/sequencer-client":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/telemetry-client":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/validator-client":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/noir-contracts.js":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/protocol-contracts":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2","@aztec/noir-protocol-circuits-types":"0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2_1738949247428_0.7170425713598967","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.17":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.17","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.17","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0d8701f384511c11d001ea7e7d02155c12790971","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.17.tgz","fileCount":162,"integrity":"sha512-PzXU/QuNCXbL9y0AErfTisS4D4XaYRxyVOVLwE/z77Q8WJyzRLU7LA0NqubXZS4FmaTgrcc5418ClUeCNilp3g==","signatures":[{"sig":"MEUCIQDo6NzpvG4SExPi09zfTH9oqnoh/bGMJqCyoR6QUsEjUgIgWCnLN7RMFjMmwE2uaCZ6jRESiLegHP1S8IzfVYInk7Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36536703},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"f2674b2eb97a8f535046d57cb5ef726b76022338","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.17","@aztec/p2p":"0.77.0-testnet-ignition.17","@aztec/pxe":"0.77.0-testnet-ignition.17","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.17","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.17","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.17","@aztec/archiver":"0.77.0-testnet-ignition.17","@aztec/aztec.js":"0.77.0-testnet-ignition.17","@aztec/blob-lib":"0.77.0-testnet-ignition.17","@aztec/ethereum":"0.77.0-testnet-ignition.17","@aztec/kv-store":"0.77.0-testnet-ignition.17","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.17","@aztec/blob-sink":"0.77.0-testnet-ignition.17","@aztec/constants":"0.77.0-testnet-ignition.17","@aztec/simulator":"0.77.0-testnet-ignition.17","@aztec/aztec-node":"0.77.0-testnet-ignition.17","@aztec/foundation":"0.77.0-testnet-ignition.17","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.17","@aztec/epoch-cache":"0.77.0-testnet-ignition.17","@aztec/merkle-tree":"0.77.0-testnet-ignition.17","@aztec/prover-node":"0.77.0-testnet-ignition.17","@aztec/world-state":"0.77.0-testnet-ignition.17","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.17","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.17","@aztec/sequencer-client":"0.77.0-testnet-ignition.17","@aztec/telemetry-client":"0.77.0-testnet-ignition.17","@aztec/validator-client":"0.77.0-testnet-ignition.17","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.17","@aztec/protocol-contracts":"0.77.0-testnet-ignition.17","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.17"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.17_1741049074697_0.530257142095562","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.21":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.21","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"09ebcc2eccf6bbb298db288f94ce203288eb9207","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.21.tgz","fileCount":162,"integrity":"sha512-yyxLIGEVs8QIdBqhkUEtP1QJ8XD30suQY9AiPIP7lPVk6b+dOtNhbsXFZpOZd8UYLao9BgHF1uAqzKhlh6BwKw==","signatures":[{"sig":"MEQCIDn+IHPLEjmCyLmy3u3DuAmrE8zC261X5FOX3TyPLMClAiByY5o5Uh4iEEjPak8VKq65pmvWzBuzhpr1atZFHRk/VQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"03ef3e0dc21913929c7f90312ee04c9d2878791f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.21","@aztec/p2p":"0.77.0-testnet-ignition.21","@aztec/pxe":"0.77.0-testnet-ignition.21","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.21","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.21","@aztec/archiver":"0.77.0-testnet-ignition.21","@aztec/aztec.js":"0.77.0-testnet-ignition.21","@aztec/blob-lib":"0.77.0-testnet-ignition.21","@aztec/ethereum":"0.77.0-testnet-ignition.21","@aztec/kv-store":"0.77.0-testnet-ignition.21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.21","@aztec/blob-sink":"0.77.0-testnet-ignition.21","@aztec/constants":"0.77.0-testnet-ignition.21","@aztec/simulator":"0.77.0-testnet-ignition.21","@aztec/aztec-node":"0.77.0-testnet-ignition.21","@aztec/foundation":"0.77.0-testnet-ignition.21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.21","@aztec/epoch-cache":"0.77.0-testnet-ignition.21","@aztec/merkle-tree":"0.77.0-testnet-ignition.21","@aztec/prover-node":"0.77.0-testnet-ignition.21","@aztec/world-state":"0.77.0-testnet-ignition.21","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.21","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.21","@aztec/sequencer-client":"0.77.0-testnet-ignition.21","@aztec/telemetry-client":"0.77.0-testnet-ignition.21","@aztec/validator-client":"0.77.0-testnet-ignition.21","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.21","@aztec/protocol-contracts":"0.77.0-testnet-ignition.21","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.21"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.21_1741058477827_0.9151082545959282","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.23":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.23","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.23","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d234c5bccee1ed18d199a76141dee2dc6d4a0b8c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.23.tgz","fileCount":162,"integrity":"sha512-KxyGThbVFkQHW3HaaLo8zmQMQLcMFcWLKssU9XnQsCuIhtmXKG/aPhdVWJtJiyDGAHMEH96qHgprTq3DftijIQ==","signatures":[{"sig":"MEUCIFukRlx3AcxW5g3zotPX2c9ADUNiJoCjtCexqnsL5K3EAiEA9RY9s5a+/RW4QDJsU20LT38fblIv3rVP38uk9JRX0Pk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"282a9fca01ce58c19f27b7246bf7c15a374c3cd2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.23","@aztec/p2p":"0.77.0-testnet-ignition.23","@aztec/pxe":"0.77.0-testnet-ignition.23","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.23","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.23","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.23","@aztec/archiver":"0.77.0-testnet-ignition.23","@aztec/aztec.js":"0.77.0-testnet-ignition.23","@aztec/blob-lib":"0.77.0-testnet-ignition.23","@aztec/ethereum":"0.77.0-testnet-ignition.23","@aztec/kv-store":"0.77.0-testnet-ignition.23","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.23","@aztec/blob-sink":"0.77.0-testnet-ignition.23","@aztec/constants":"0.77.0-testnet-ignition.23","@aztec/simulator":"0.77.0-testnet-ignition.23","@aztec/aztec-node":"0.77.0-testnet-ignition.23","@aztec/foundation":"0.77.0-testnet-ignition.23","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.23","@aztec/epoch-cache":"0.77.0-testnet-ignition.23","@aztec/merkle-tree":"0.77.0-testnet-ignition.23","@aztec/prover-node":"0.77.0-testnet-ignition.23","@aztec/world-state":"0.77.0-testnet-ignition.23","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.23","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.23","@aztec/sequencer-client":"0.77.0-testnet-ignition.23","@aztec/telemetry-client":"0.77.0-testnet-ignition.23","@aztec/validator-client":"0.77.0-testnet-ignition.23","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.23","@aztec/protocol-contracts":"0.77.0-testnet-ignition.23","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.23"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.23_1741063321581_0.05630204995178478","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.25":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.25","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.25","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5f510b789afb97f071329c3100f8bf82b6d1a2a1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.25.tgz","fileCount":162,"integrity":"sha512-YVHdHD44ean4gRhXNpwNvCe9584psVrp5f53wWaPLPwsvTDGq3OufU/IA27O6LAf9KmrFORuFUeo3sI6RRdGaQ==","signatures":[{"sig":"MEYCIQDVq/f3Aw5wiUXOL8bEAg6Qj4o1kxlFo8YMnGdb2GalnwIhANmmywiEGg18wIdmOQDyBpVA1wbxKReFeYdAuJiIHnw1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"282a9fca01ce58c19f27b7246bf7c15a374c3cd2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.25","@aztec/p2p":"0.77.0-testnet-ignition.25","@aztec/pxe":"0.77.0-testnet-ignition.25","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.25","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.25","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.25","@aztec/archiver":"0.77.0-testnet-ignition.25","@aztec/aztec.js":"0.77.0-testnet-ignition.25","@aztec/blob-lib":"0.77.0-testnet-ignition.25","@aztec/ethereum":"0.77.0-testnet-ignition.25","@aztec/kv-store":"0.77.0-testnet-ignition.25","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.25","@aztec/blob-sink":"0.77.0-testnet-ignition.25","@aztec/constants":"0.77.0-testnet-ignition.25","@aztec/simulator":"0.77.0-testnet-ignition.25","@aztec/aztec-node":"0.77.0-testnet-ignition.25","@aztec/foundation":"0.77.0-testnet-ignition.25","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.25","@aztec/epoch-cache":"0.77.0-testnet-ignition.25","@aztec/merkle-tree":"0.77.0-testnet-ignition.25","@aztec/prover-node":"0.77.0-testnet-ignition.25","@aztec/world-state":"0.77.0-testnet-ignition.25","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.25","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.25","@aztec/sequencer-client":"0.77.0-testnet-ignition.25","@aztec/telemetry-client":"0.77.0-testnet-ignition.25","@aztec/validator-client":"0.77.0-testnet-ignition.25","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.25","@aztec/protocol-contracts":"0.77.0-testnet-ignition.25","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.25"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.25_1741070285746_0.9462107222869938","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.24":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.24","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.24","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"69874c832eb862c700dd6c9f9b52ce0da5704a86","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.24.tgz","fileCount":162,"integrity":"sha512-8iYFM0Zdtz2bwhfwlwQW9pwMMEDKwV2PNUL08qHPLrMJ1dNIPm47qm6foMOXy/7ZQFz6o3enH9y6bJtcpJKF7w==","signatures":[{"sig":"MEQCIGnLCNgq9yvVhy72zq0gGYtN7eJ3eTjYS2lMkyKKDmEwAiAPnlc1X3vP3ad2cltLcgTF8lNjLB/qGnBo+N2zMhWYjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"065aec74c8b9178a6e2439a932c2c85b40968a6c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.24","@aztec/p2p":"0.77.0-testnet-ignition.24","@aztec/pxe":"0.77.0-testnet-ignition.24","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.24","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.24","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.24","@aztec/archiver":"0.77.0-testnet-ignition.24","@aztec/aztec.js":"0.77.0-testnet-ignition.24","@aztec/blob-lib":"0.77.0-testnet-ignition.24","@aztec/ethereum":"0.77.0-testnet-ignition.24","@aztec/kv-store":"0.77.0-testnet-ignition.24","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.24","@aztec/blob-sink":"0.77.0-testnet-ignition.24","@aztec/constants":"0.77.0-testnet-ignition.24","@aztec/simulator":"0.77.0-testnet-ignition.24","@aztec/aztec-node":"0.77.0-testnet-ignition.24","@aztec/foundation":"0.77.0-testnet-ignition.24","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.24","@aztec/epoch-cache":"0.77.0-testnet-ignition.24","@aztec/merkle-tree":"0.77.0-testnet-ignition.24","@aztec/prover-node":"0.77.0-testnet-ignition.24","@aztec/world-state":"0.77.0-testnet-ignition.24","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.24","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.24","@aztec/sequencer-client":"0.77.0-testnet-ignition.24","@aztec/telemetry-client":"0.77.0-testnet-ignition.24","@aztec/validator-client":"0.77.0-testnet-ignition.24","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.24","@aztec/protocol-contracts":"0.77.0-testnet-ignition.24","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.24"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.24_1741072291649_0.6771085112632842","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.26":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.26","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.26","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c69e126dad46a59932e6b6413dd80f005a44f1b2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.26.tgz","fileCount":162,"integrity":"sha512-UkvEU4eMMvtSxyLLa6b7vKTNqrvpabX3lCCf2kIkV0cZW0ZlHGdB2hYJmQwoWVzjLpIGMo9YYLRrDHcEuD8Jag==","signatures":[{"sig":"MEQCIBXPMTojPO0J/pZDc3D+g/9F6Hy1UDunnoKRaaxOeoNgAiAlLsb5PiwQP/MQI/0/0YvxliUTzkXaih12XwvMt9ugGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"065aec74c8b9178a6e2439a932c2c85b40968a6c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.26","@aztec/p2p":"0.77.0-testnet-ignition.26","@aztec/pxe":"0.77.0-testnet-ignition.26","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.26","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.26","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.26","@aztec/archiver":"0.77.0-testnet-ignition.26","@aztec/aztec.js":"0.77.0-testnet-ignition.26","@aztec/blob-lib":"0.77.0-testnet-ignition.26","@aztec/ethereum":"0.77.0-testnet-ignition.26","@aztec/kv-store":"0.77.0-testnet-ignition.26","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.26","@aztec/blob-sink":"0.77.0-testnet-ignition.26","@aztec/constants":"0.77.0-testnet-ignition.26","@aztec/simulator":"0.77.0-testnet-ignition.26","@aztec/aztec-node":"0.77.0-testnet-ignition.26","@aztec/foundation":"0.77.0-testnet-ignition.26","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.26","@aztec/epoch-cache":"0.77.0-testnet-ignition.26","@aztec/merkle-tree":"0.77.0-testnet-ignition.26","@aztec/prover-node":"0.77.0-testnet-ignition.26","@aztec/world-state":"0.77.0-testnet-ignition.26","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.26","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.26","@aztec/sequencer-client":"0.77.0-testnet-ignition.26","@aztec/telemetry-client":"0.77.0-testnet-ignition.26","@aztec/validator-client":"0.77.0-testnet-ignition.26","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.26","@aztec/protocol-contracts":"0.77.0-testnet-ignition.26","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.26"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.26_1741072559033_0.7914184315879771","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.27":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.27","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.27","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2fdf740715f13d5787fdd2840367cab2771c9523","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.27.tgz","fileCount":90,"integrity":"sha512-zcGq2Vm0WEAMcBhwlFDZzJn14dzpKKPN8yzljLPPPnLeSBUgCtSYhpp0UiCKaK7H+6K/d1XtTcR+/GQDV2DgkQ==","signatures":[{"sig":"MEUCID8sH79Mg8rElcvmJx3tGcNp0QM8n9GIIjPbCnVQQfe2AiEA2fgtnh9FQAkf7mZXzIvfPuZrv8GQGJH1adIvW4dTlIY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36413347},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"883672691a8bcfcf620ebdef76927683096fc300","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.2.4","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.27","@aztec/p2p":"0.77.0-testnet-ignition.27","@aztec/pxe":"0.77.0-testnet-ignition.27","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.27","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.27","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.27","@aztec/archiver":"0.77.0-testnet-ignition.27","@aztec/aztec.js":"0.77.0-testnet-ignition.27","@aztec/blob-lib":"0.77.0-testnet-ignition.27","@aztec/ethereum":"0.77.0-testnet-ignition.27","@aztec/kv-store":"0.77.0-testnet-ignition.27","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.27","@aztec/blob-sink":"0.77.0-testnet-ignition.27","@aztec/constants":"0.77.0-testnet-ignition.27","@aztec/simulator":"0.77.0-testnet-ignition.27","@aztec/aztec-node":"0.77.0-testnet-ignition.27","@aztec/foundation":"0.77.0-testnet-ignition.27","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.27","@aztec/epoch-cache":"0.77.0-testnet-ignition.27","@aztec/merkle-tree":"0.77.0-testnet-ignition.27","@aztec/prover-node":"0.77.0-testnet-ignition.27","@aztec/world-state":"0.77.0-testnet-ignition.27","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.27","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.27","@aztec/sequencer-client":"0.77.0-testnet-ignition.27","@aztec/telemetry-client":"0.77.0-testnet-ignition.27","@aztec/validator-client":"0.77.0-testnet-ignition.27","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.27","@aztec/protocol-contracts":"0.77.0-testnet-ignition.27","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.27"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.27_1741113303003_0.5443328141264299","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.28":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.28","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.28","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0871afae18b4295cd1f8664fc374ec24430cb61f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.28.tgz","fileCount":90,"integrity":"sha512-3CbTy00gEdGp9vXZ9Bs+1mf0bxDFMjNqtfpFwDkxI6t+glcthQ8SZ62O3ZOx/cu4XFj1EJvZ8iIFVFIq7b7pGA==","signatures":[{"sig":"MEUCIBj8iH3B2HJOmv3objNvW0uGemfkGADamYjRtczV+KcSAiEAltcI8ImvWbIFcwRK3woUf6pPHJHEHLHTtJYdo0/t/j4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36413347},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"7ff9d02f5139697ecc2d6f24b63cf0a3a792e11d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.2.4","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.28","@aztec/p2p":"0.77.0-testnet-ignition.28","@aztec/pxe":"0.77.0-testnet-ignition.28","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.28","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.28","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.28","@aztec/archiver":"0.77.0-testnet-ignition.28","@aztec/aztec.js":"0.77.0-testnet-ignition.28","@aztec/blob-lib":"0.77.0-testnet-ignition.28","@aztec/ethereum":"0.77.0-testnet-ignition.28","@aztec/kv-store":"0.77.0-testnet-ignition.28","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.28","@aztec/blob-sink":"0.77.0-testnet-ignition.28","@aztec/constants":"0.77.0-testnet-ignition.28","@aztec/simulator":"0.77.0-testnet-ignition.28","@aztec/aztec-node":"0.77.0-testnet-ignition.28","@aztec/foundation":"0.77.0-testnet-ignition.28","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.28","@aztec/epoch-cache":"0.77.0-testnet-ignition.28","@aztec/merkle-tree":"0.77.0-testnet-ignition.28","@aztec/prover-node":"0.77.0-testnet-ignition.28","@aztec/world-state":"0.77.0-testnet-ignition.28","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.28","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.28","@aztec/sequencer-client":"0.77.0-testnet-ignition.28","@aztec/telemetry-client":"0.77.0-testnet-ignition.28","@aztec/validator-client":"0.77.0-testnet-ignition.28","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.28","@aztec/protocol-contracts":"0.77.0-testnet-ignition.28","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.28"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.28_1741121549460_0.2682134754018113","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.29":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.29","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.29","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ba46a543724ebd8fd9d566c0b11eaf85d74a34ba","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.29.tgz","fileCount":162,"integrity":"sha512-duChgsz5ztaEvL+LXgmM46z4dfmZhWZwmWNxXmUc2UelEqeMlmQp+OZZYsFimOlCzAOe2/Kn2hyI8V8t38iwlw==","signatures":[{"sig":"MEQCIFU2AAHsYv7l0PFWBEeC9Qpdow5Xs1n3/2TzSWYUw6lzAiBkAt8uIl2tgrx60H/nwXHFjNv+tSjRbHwL6woslH38vg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"7ff9d02f5139697ecc2d6f24b63cf0a3a792e11d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.29","@aztec/p2p":"0.77.0-testnet-ignition.29","@aztec/pxe":"0.77.0-testnet-ignition.29","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.29","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.29","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.29","@aztec/archiver":"0.77.0-testnet-ignition.29","@aztec/aztec.js":"0.77.0-testnet-ignition.29","@aztec/blob-lib":"0.77.0-testnet-ignition.29","@aztec/ethereum":"0.77.0-testnet-ignition.29","@aztec/kv-store":"0.77.0-testnet-ignition.29","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.29","@aztec/blob-sink":"0.77.0-testnet-ignition.29","@aztec/constants":"0.77.0-testnet-ignition.29","@aztec/simulator":"0.77.0-testnet-ignition.29","@aztec/aztec-node":"0.77.0-testnet-ignition.29","@aztec/foundation":"0.77.0-testnet-ignition.29","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.29","@aztec/epoch-cache":"0.77.0-testnet-ignition.29","@aztec/merkle-tree":"0.77.0-testnet-ignition.29","@aztec/prover-node":"0.77.0-testnet-ignition.29","@aztec/world-state":"0.77.0-testnet-ignition.29","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.29","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.29","@aztec/sequencer-client":"0.77.0-testnet-ignition.29","@aztec/telemetry-client":"0.77.0-testnet-ignition.29","@aztec/validator-client":"0.77.0-testnet-ignition.29","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.29","@aztec/protocol-contracts":"0.77.0-testnet-ignition.29","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.29"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.29_1741122506480_0.6541277849842746","host":"s3://npm-registry-packages-npm-production"}},"0.77.0-testnet-ignition.30":{"name":"@aztec/end-to-end","version":"0.77.0-testnet-ignition.30","_id":"@aztec/end-to-end@0.77.0-testnet-ignition.30","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c810352c5687c029a89bf674033b4b36100c06c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0-testnet-ignition.30.tgz","fileCount":162,"integrity":"sha512-Q/8g7pV6yqMmfEl5JnXu6z9pAn+i70r9JVJJBV7eVcEKorX9ROZkUDdJaE8AishiRs9fQSckRhaQtzsnxfs5/g==","signatures":[{"sig":"MEUCIQC05T9mGM68H3BnhABuv8ETkUxSMLWm8zTce9QFREdOkAIgckGSyxkVl21dW+1VJmYWI/5v6UCEu/dJ1i2F2RoDxXg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534735},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d77fed0758cf1e3510aeefe7089835845fad42f8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0-testnet-ignition.30","@aztec/p2p":"0.77.0-testnet-ignition.30","@aztec/pxe":"0.77.0-testnet-ignition.30","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0-testnet-ignition.30","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0-testnet-ignition.30","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0-testnet-ignition.30","@aztec/archiver":"0.77.0-testnet-ignition.30","@aztec/aztec.js":"0.77.0-testnet-ignition.30","@aztec/blob-lib":"0.77.0-testnet-ignition.30","@aztec/ethereum":"0.77.0-testnet-ignition.30","@aztec/kv-store":"0.77.0-testnet-ignition.30","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0-testnet-ignition.30","@aztec/blob-sink":"0.77.0-testnet-ignition.30","@aztec/constants":"0.77.0-testnet-ignition.30","@aztec/simulator":"0.77.0-testnet-ignition.30","@aztec/aztec-node":"0.77.0-testnet-ignition.30","@aztec/foundation":"0.77.0-testnet-ignition.30","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0-testnet-ignition.30","@aztec/epoch-cache":"0.77.0-testnet-ignition.30","@aztec/merkle-tree":"0.77.0-testnet-ignition.30","@aztec/prover-node":"0.77.0-testnet-ignition.30","@aztec/world-state":"0.77.0-testnet-ignition.30","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0-testnet-ignition.30","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0-testnet-ignition.30","@aztec/sequencer-client":"0.77.0-testnet-ignition.30","@aztec/telemetry-client":"0.77.0-testnet-ignition.30","@aztec/validator-client":"0.77.0-testnet-ignition.30","@aztec/noir-contracts.js":"0.77.0-testnet-ignition.30","@aztec/protocol-contracts":"0.77.0-testnet-ignition.30","@aztec/noir-protocol-circuits-types":"0.77.0-testnet-ignition.30"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0-testnet-ignition.30_1741123847896_0.24088249476883639","host":"s3://npm-registry-packages-npm-production"}},"0.77.0":{"name":"@aztec/end-to-end","version":"0.77.0","_id":"@aztec/end-to-end@0.77.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"857b021680017916352f4b8e84ce65db88b8c5cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.0.tgz","fileCount":162,"integrity":"sha512-S2anPZee5379mdIT+BQlkmj2mYD5bZut04axLoz1KgpvdgRnyFjZ1mjxhcNPlMzwwE2mhx7FbWLW8BvxifpyDw==","signatures":[{"sig":"MEUCIQD+ah/SbyqZ6X5WDMkLQBwgan+0ZoMgCnumVtXss/PuPAIgbycAjqfHEK858apmL98PyxH6gUPy4Z7Bypr1Kf6yzss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534115},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"f20446ce1ca589c22782d5f6df01d46ca7f4ed6a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.0","@aztec/p2p":"0.77.0","@aztec/pxe":"0.77.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.0","@aztec/archiver":"0.77.0","@aztec/aztec.js":"0.77.0","@aztec/blob-lib":"0.77.0","@aztec/ethereum":"0.77.0","@aztec/kv-store":"0.77.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.0","@aztec/blob-sink":"0.77.0","@aztec/constants":"0.77.0","@aztec/simulator":"0.77.0","@aztec/aztec-node":"0.77.0","@aztec/foundation":"0.77.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.0","@aztec/epoch-cache":"0.77.0","@aztec/merkle-tree":"0.77.0","@aztec/prover-node":"0.77.0","@aztec/world-state":"0.77.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.0","@aztec/sequencer-client":"0.77.0","@aztec/telemetry-client":"0.77.0","@aztec/validator-client":"0.77.0","@aztec/noir-contracts.js":"0.77.0","@aztec/protocol-contracts":"0.77.0","@aztec/noir-protocol-circuits-types":"0.77.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.0_1741194733555_0.46461475628850546","host":"s3://npm-registry-packages-npm-production"}},"0.77.1":{"name":"@aztec/end-to-end","version":"0.77.1","_id":"@aztec/end-to-end@0.77.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9d795e148c43fe5e2c105bdb73371d885b82d4bd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.77.1.tgz","fileCount":162,"integrity":"sha512-/LEZ1F2ME2LIJJ718LGd5G/OmFgS3aXj4mzIIS7/iZqXYQPh+lEIzv8MOWp3tUXfpWJ1/FddH8AFBrwWxqvxAw==","signatures":[{"sig":"MEUCIQDvwLMv+YOq+U3tT/dic13fi5F3ttHbXHdJkh4gkNKncAIgEuITq29BxXgakLvIxAI/l+nKAlc48bv7NrsCMHQ90tA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534007},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"ab9e99b2712c96cf272d1236c8675c041196c5c8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.77.1","@aztec/p2p":"0.77.1","@aztec/pxe":"0.77.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.77.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.77.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.77.1","@aztec/archiver":"0.77.1","@aztec/aztec.js":"0.77.1","@aztec/blob-lib":"0.77.1","@aztec/ethereum":"0.77.1","@aztec/kv-store":"0.77.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.77.1","@aztec/blob-sink":"0.77.1","@aztec/constants":"0.77.1","@aztec/simulator":"0.77.1","@aztec/aztec-node":"0.77.1","@aztec/foundation":"0.77.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.77.1","@aztec/epoch-cache":"0.77.1","@aztec/merkle-tree":"0.77.1","@aztec/prover-node":"0.77.1","@aztec/world-state":"0.77.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.77.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.77.1","@aztec/sequencer-client":"0.77.1","@aztec/telemetry-client":"0.77.1","@aztec/validator-client":"0.77.1","@aztec/noir-contracts.js":"0.77.1","@aztec/protocol-contracts":"0.77.1","@aztec/noir-protocol-circuits-types":"0.77.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.77.1_1741211949616_0.9700078167046489","host":"s3://npm-registry-packages-npm-production"}},"0.78.0":{"name":"@aztec/end-to-end","version":"0.78.0","_id":"@aztec/end-to-end@0.78.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a6871bd89e0e7758d71d02bec3e0431cb7584e81","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.78.0.tgz","fileCount":162,"integrity":"sha512-VbVyDXUD/2XSpZ17aaGC/SAEdTU7PYBaa+jl4V1VQDgP8G4rMI4WGY/FsZSMbCLOFZaCeBnEIrYt4yD8rXrFew==","signatures":[{"sig":"MEYCIQDSciSwwLZjTfWLtLhirE2slkrEjanh7ENZil+TkQZMFAIhAK3K8x7lZmVDXQe7Zenjz8G0ZVO6ofOLMBY+R3lpDo05","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534138},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"1407f6f42a8286b0b6202e8445cbe988780780a2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.78.0","@aztec/p2p":"0.78.0","@aztec/pxe":"0.78.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.78.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.78.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.78.0","@aztec/archiver":"0.78.0","@aztec/aztec.js":"0.78.0","@aztec/blob-lib":"0.78.0","@aztec/ethereum":"0.78.0","@aztec/kv-store":"0.78.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.78.0","@aztec/blob-sink":"0.78.0","@aztec/constants":"0.78.0","@aztec/simulator":"0.78.0","@aztec/aztec-node":"0.78.0","@aztec/foundation":"0.78.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.78.0","@aztec/epoch-cache":"0.78.0","@aztec/merkle-tree":"0.78.0","@aztec/prover-node":"0.78.0","@aztec/world-state":"0.78.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.78.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.78.0","@aztec/sequencer-client":"0.78.0","@aztec/telemetry-client":"0.78.0","@aztec/validator-client":"0.78.0","@aztec/noir-contracts.js":"0.78.0","@aztec/protocol-contracts":"0.78.0","@aztec/noir-protocol-circuits-types":"0.78.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.78.0_1741350675627_0.13172053761064006","host":"s3://npm-registry-packages-npm-production"}},"0.78.1":{"name":"@aztec/end-to-end","version":"0.78.1","_id":"@aztec/end-to-end@0.78.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e91684959963c695fe970fb34b26e6998a5fca57","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.78.1.tgz","fileCount":162,"integrity":"sha512-FofXH3IOJdwyaeFyoSKYGOGfwo1fN+TqFTrAvY2JSJ3kxnnkNBOhrXvOqm5mnI6kp7NXhltvQ3FqWBP7nhnBVQ==","signatures":[{"sig":"MEQCICIB4mLiC345Q5FEywOM40KTfKq67ulgCPXjN/BAugDkAiAZYUfWDsdzrcbo+S8aexegcLLzSM9DiEYXueRMLXhqGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534138},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"94ddf80625747d2b3acf9b4d3d1c424ced5a24bd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.78.1","@aztec/p2p":"0.78.1","@aztec/pxe":"0.78.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.78.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.78.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.78.1","@aztec/archiver":"0.78.1","@aztec/aztec.js":"0.78.1","@aztec/blob-lib":"0.78.1","@aztec/ethereum":"0.78.1","@aztec/kv-store":"0.78.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.78.1","@aztec/blob-sink":"0.78.1","@aztec/constants":"0.78.1","@aztec/simulator":"0.78.1","@aztec/aztec-node":"0.78.1","@aztec/foundation":"0.78.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.78.1","@aztec/epoch-cache":"0.78.1","@aztec/merkle-tree":"0.78.1","@aztec/prover-node":"0.78.1","@aztec/world-state":"0.78.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.78.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.78.1","@aztec/sequencer-client":"0.78.1","@aztec/telemetry-client":"0.78.1","@aztec/validator-client":"0.78.1","@aztec/noir-contracts.js":"0.78.1","@aztec/protocol-contracts":"0.78.1","@aztec/noir-protocol-circuits-types":"0.78.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.78.1_1741361864652_0.0352847256148483","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-test.0":{"name":"@aztec/end-to-end","version":"0.0.0-test.0","_id":"@aztec/end-to-end@0.0.0-test.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ccd0b980a4c384b6e1da1208e603c4397e29b4b8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.0-test.0.tgz","fileCount":162,"integrity":"sha512-0IQ2uhEJPJaUar5HwvPsHQ33G1cfhmhjndmBOTEtIPWJSY4A8oXKJyPdMifgGLkncUyLgJA+cg52Gf26T+f/8w==","signatures":[{"sig":"MEYCIQCGLa57FqOihK/zZhWCMX4KfuwzhvecTS0jeE8hogSAQAIhALEM19nkgdzHJIpGaeU6lks4VG8L+enBgknLft5MeSC6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534324},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"e68fc6ef750686a0bf27c0e4e1f1d5c548b10048","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.0.0-test.0","@aztec/p2p":"0.0.0-test.0","@aztec/pxe":"0.0.0-test.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.0-test.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.0-test.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.0-test.0","@aztec/archiver":"0.0.0-test.0","@aztec/aztec.js":"0.0.0-test.0","@aztec/blob-lib":"0.0.0-test.0","@aztec/ethereum":"0.0.0-test.0","@aztec/kv-store":"0.0.0-test.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.0-test.0","@aztec/blob-sink":"0.0.0-test.0","@aztec/constants":"0.0.0-test.0","@aztec/simulator":"0.0.0-test.0","@aztec/aztec-node":"0.0.0-test.0","@aztec/foundation":"0.0.0-test.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.0-test.0","@aztec/epoch-cache":"0.0.0-test.0","@aztec/merkle-tree":"0.0.0-test.0","@aztec/prover-node":"0.0.0-test.0","@aztec/world-state":"0.0.0-test.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.0.0-test.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.0.0-test.0","@aztec/sequencer-client":"0.0.0-test.0","@aztec/telemetry-client":"0.0.0-test.0","@aztec/validator-client":"0.0.0-test.0","@aztec/noir-contracts.js":"0.0.0-test.0","@aztec/protocol-contracts":"0.0.0-test.0","@aztec/noir-protocol-circuits-types":"0.0.0-test.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.0-test.0_1741369440367_0.9954950804578162","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-test.1":{"name":"@aztec/end-to-end","version":"0.0.0-test.1","_id":"@aztec/end-to-end@0.0.0-test.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"765b331fad2143d68d4447ec7357d6b12d90df6f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.0-test.1.tgz","fileCount":162,"integrity":"sha512-KrocUSgzmALyR6P4olES5lnQb6HDhqYBUOAgcSypKCghVyBn4qsfD3jN8+8ssuBWBNGHfU7cOtVQBJFEXkQyug==","signatures":[{"sig":"MEUCIB4c2NjuvhEtt8I5GD577rT3zVKt1Db17fbXvryYmjTDAiEA4RmVNxCKuaF7CK79FvEeK7qAkxqYDcnitCUjMprgAM8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534324},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"3e7d0d4dfaf9492561d5881499858f62fbe630df","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.22.8","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.0.0-test.1","@aztec/p2p":"0.0.0-test.1","@aztec/pxe":"0.0.0-test.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.0-test.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.0-test.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.0-test.1","@aztec/archiver":"0.0.0-test.1","@aztec/aztec.js":"0.0.0-test.1","@aztec/blob-lib":"0.0.0-test.1","@aztec/ethereum":"0.0.0-test.1","@aztec/kv-store":"0.0.0-test.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.0-test.1","@aztec/blob-sink":"0.0.0-test.1","@aztec/constants":"0.0.0-test.1","@aztec/simulator":"0.0.0-test.1","@aztec/aztec-node":"0.0.0-test.1","@aztec/foundation":"0.0.0-test.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.0-test.1","@aztec/epoch-cache":"0.0.0-test.1","@aztec/merkle-tree":"0.0.0-test.1","@aztec/prover-node":"0.0.0-test.1","@aztec/world-state":"0.0.0-test.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.0.0-test.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.0.0-test.1","@aztec/sequencer-client":"0.0.0-test.1","@aztec/telemetry-client":"0.0.0-test.1","@aztec/validator-client":"0.0.0-test.1","@aztec/noir-contracts.js":"0.0.0-test.1","@aztec/protocol-contracts":"0.0.0-test.1","@aztec/noir-protocol-circuits-types":"0.0.0-test.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.0-test.1_1741370403450_0.998741624129601","host":"s3://npm-registry-packages-npm-production"}},"0.79.0":{"name":"@aztec/end-to-end","version":"0.79.0","_id":"@aztec/end-to-end@0.79.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9e0425b314ee585dee439ca6ff182621760203db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.79.0.tgz","fileCount":162,"integrity":"sha512-XIaViPIXuMc6m3GNM2kUipspAem618qHrflVLeLIv74vnHuyIYyHWN0xBm4KgbjTXTYup84wq9DiNos2B9FJEQ==","signatures":[{"sig":"MEUCICARDbuEEh3QjGqiHTTULLjqbQ+CNCd/EMWx2lu2oNMqAiEAvdEd4ayrIgzB/eL0OcFycIaRhLZs0+vMnX/7CjU2VKo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36534587},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"cb5d35ff23e8ea2bd3eace193b8f36ffa9d10c44","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.2.4","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.79.0","@aztec/p2p":"0.79.0","@aztec/pxe":"0.79.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.79.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.79.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.79.0","@aztec/archiver":"0.79.0","@aztec/aztec.js":"0.79.0","@aztec/blob-lib":"0.79.0","@aztec/ethereum":"0.79.0","@aztec/kv-store":"0.79.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.79.0","@aztec/blob-sink":"0.79.0","@aztec/constants":"0.79.0","@aztec/simulator":"0.79.0","@aztec/aztec-node":"0.79.0","@aztec/foundation":"0.79.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.79.0","@aztec/epoch-cache":"0.79.0","@aztec/merkle-tree":"0.79.0","@aztec/prover-node":"0.79.0","@aztec/world-state":"0.79.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.79.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.79.0","@aztec/sequencer-client":"0.79.0","@aztec/telemetry-client":"0.79.0","@aztec/validator-client":"0.79.0","@aztec/noir-contracts.js":"0.79.0","@aztec/protocol-contracts":"0.79.0","@aztec/noir-protocol-circuits-types":"0.79.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.79.0_1741711469494_0.8505229204711138","host":"s3://npm-registry-packages-npm-production"}},"0.80.0":{"name":"@aztec/end-to-end","version":"0.80.0","_id":"@aztec/end-to-end@0.80.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"07024b3ac7bb455c18dd23adbcdf479a068ab5c7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.80.0.tgz","fileCount":162,"integrity":"sha512-RLABwaS/GQaQ6OFEp0VXY6RcYu/7n4f++V+gVFRGyIOSkSRVXFvSQsj1bvmr4miUdCVwk+xKL8V9agp3Bdd8Og==","signatures":[{"sig":"MEYCIQD6yBRdYmRRC1XHDIBJ6nnbpL4uBObqvElLMavD/G0H9AIhAL6YZA+sXctcZCWjQtOs1mE5siTnnwAXTy3ldj5gIKmq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36539624},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d12a5b8c2b99bc2161c07b5936e865ce6daf2d6d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.80.0","@aztec/p2p":"0.80.0","@aztec/pxe":"0.80.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.80.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.80.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.80.0","@aztec/archiver":"0.80.0","@aztec/aztec.js":"0.80.0","@aztec/blob-lib":"0.80.0","@aztec/ethereum":"0.80.0","@aztec/kv-store":"0.80.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.80.0","@aztec/blob-sink":"0.80.0","@aztec/constants":"0.80.0","@aztec/simulator":"0.80.0","@aztec/aztec-node":"0.80.0","@aztec/foundation":"0.80.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.80.0","@aztec/epoch-cache":"0.80.0","@aztec/merkle-tree":"0.80.0","@aztec/prover-node":"0.80.0","@aztec/world-state":"0.80.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.80.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.80.0","@aztec/sequencer-client":"0.80.0","@aztec/telemetry-client":"0.80.0","@aztec/validator-client":"0.80.0","@aztec/noir-contracts.js":"0.80.0","@aztec/protocol-contracts":"0.80.0","@aztec/noir-protocol-circuits-types":"0.80.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.80.0_1741797742672_0.5700630043319914","host":"s3://npm-registry-packages-npm-production"}},"0.81.0":{"name":"@aztec/end-to-end","version":"0.81.0","_id":"@aztec/end-to-end@0.81.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d416ff6394beb42a27d8e34bdb81c712057e7965","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.81.0.tgz","fileCount":162,"integrity":"sha512-CzHUdi4Xx9vscw3TBP8IhG10THopiGJy7ZfEgmscwPJ3qA7ci179QXKhNJDQqFvUnZj7ARXiwQE5LbAtmJaCtA==","signatures":[{"sig":"MEUCIGedzaOyh9/fLRPR0i25uHgB9XkhHHXOaa+u1XtVzs0JAiEAoGxiQFnMiYcBoXUBwNRI8Atf+zSLWU/crY4RmLSp4m8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36540039},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c8211cbb6409e8caf9bf82659cb53af1d7918052","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.81.0","@aztec/p2p":"0.81.0","@aztec/pxe":"0.81.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.81.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.81.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.81.0","@aztec/archiver":"0.81.0","@aztec/aztec.js":"0.81.0","@aztec/blob-lib":"0.81.0","@aztec/ethereum":"0.81.0","@aztec/kv-store":"0.81.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.81.0","@aztec/blob-sink":"0.81.0","@aztec/constants":"0.81.0","@aztec/simulator":"0.81.0","@aztec/aztec-node":"0.81.0","@aztec/foundation":"0.81.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.81.0","@aztec/epoch-cache":"0.81.0","@aztec/merkle-tree":"0.81.0","@aztec/prover-node":"0.81.0","@aztec/world-state":"0.81.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.81.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.81.0","@aztec/sequencer-client":"0.81.0","@aztec/telemetry-client":"0.81.0","@aztec/validator-client":"0.81.0","@aztec/noir-contracts.js":"0.81.0","@aztec/protocol-contracts":"0.81.0","@aztec/noir-protocol-circuits-types":"0.81.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.81.0_1742001124612_0.3553343563895561","host":"s3://npm-registry-packages-npm-production"}},"0.82.0":{"name":"@aztec/end-to-end","version":"0.82.0","_id":"@aztec/end-to-end@0.82.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"431ab5033f69e7ebdf388917ac353d017aa2cf8c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.0.tgz","fileCount":166,"integrity":"sha512-h0NhUPhZ1xUTFoN9yCwIYvZzT1VH+I0BOzH5UEMeaI+1v0uR2HImlYI51B2EJaGNRqAbRsA0FAmY9hS6zmb+zw==","signatures":[{"sig":"MEQCICbUHwYkOGT6uJ/5xffvsRshuyG/87stCLI/ahzC8WwUAiAGJxLu3UiFcUYzqz+pJi8PYxfvB4X568J1J0pMaSuCHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36549033},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"28ccafdb43fafda968c226f1006c0b603a6607ff","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.0","@aztec/p2p":"0.82.0","@aztec/pxe":"0.82.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.0","@aztec/archiver":"0.82.0","@aztec/aztec.js":"0.82.0","@aztec/blob-lib":"0.82.0","@aztec/ethereum":"0.82.0","@aztec/kv-store":"0.82.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.0","@aztec/blob-sink":"0.82.0","@aztec/constants":"0.82.0","@aztec/simulator":"0.82.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.0","@aztec/foundation":"0.82.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.0","@aztec/epoch-cache":"0.82.0","@aztec/merkle-tree":"0.82.0","@aztec/prover-node":"0.82.0","@aztec/world-state":"0.82.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.0","@aztec/noir-noirc_abi":"0.82.0","@aztec/sequencer-client":"0.82.0","@aztec/telemetry-client":"0.82.0","@aztec/validator-client":"0.82.0","@aztec/noir-contracts.js":"0.82.0","@aztec/protocol-contracts":"0.82.0","@aztec/noir-protocol-circuits-types":"0.82.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.0_1742578785760_0.8625770024444439","host":"s3://npm-registry-packages-npm-production"}},"0.82.1":{"name":"@aztec/end-to-end","version":"0.82.1","_id":"@aztec/end-to-end@0.82.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"67263c58c7b9d58419c7b09403c1719edc8abc20","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.1.tgz","fileCount":166,"integrity":"sha512-3vGIgNGYsFXIB37vYN3yX59W5qeHpzzXiaZYtQFerkYe4A/grXjV4hipcEhrfAumSnAU3hqjobIvkpxxcIZOhA==","signatures":[{"sig":"MEYCIQCmKi9/OxQTSXuQvsbLizZgqidOpuwS2o91FkmqJvH2qwIhALMUgXHEvtin/ZUsicfbd5TDQnlo0jK44onSn3ZfK2Iz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556437},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"5b8038319b313ab822e292469b71db5cf2a54131","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.1","@aztec/p2p":"0.82.1","@aztec/pxe":"0.82.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.1","@aztec/archiver":"0.82.1","@aztec/aztec.js":"0.82.1","@aztec/blob-lib":"0.82.1","@aztec/ethereum":"0.82.1","@aztec/kv-store":"0.82.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.1","@aztec/blob-sink":"0.82.1","@aztec/constants":"0.82.1","@aztec/simulator":"0.82.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.1","@aztec/foundation":"0.82.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.1","@aztec/epoch-cache":"0.82.1","@aztec/merkle-tree":"0.82.1","@aztec/prover-node":"0.82.1","@aztec/world-state":"0.82.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.1","@aztec/noir-noirc_abi":"0.82.1","@aztec/sequencer-client":"0.82.1","@aztec/telemetry-client":"0.82.1","@aztec/validator-client":"0.82.1","@aztec/noir-contracts.js":"0.82.1","@aztec/protocol-contracts":"0.82.1","@aztec/noir-protocol-circuits-types":"0.82.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.1_1742811345496_0.2898003159117568","host":"s3://npm-registry-packages-npm-production"}},"0.82.1-alpha-testnet.1":{"name":"@aztec/end-to-end","version":"0.82.1-alpha-testnet.1","_id":"@aztec/end-to-end@0.82.1-alpha-testnet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"09da51b21945c72b7c108b7f7a5863dd7ea9b63c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.1-alpha-testnet.1.tgz","fileCount":166,"integrity":"sha512-MmqVsYbV2gxvsAR8BDlJL7uEwQYRI/e0uQotZ58toDb0nvKQ4UCJonypy5oyqD/RaRWMsYFamqJUbkt060Ln9A==","signatures":[{"sig":"MEQCIAtPTn7tWe7F7dROcrQDuVyGLD3p8QLjzg1fWTSXiiuAAiA4ofe3FNijMQIWR+bW5XYO6wHNekKCsj12gbW0orOnmA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"5b8038319b313ab822e292469b71db5cf2a54131","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.1-alpha-testnet.1","@aztec/p2p":"0.82.1-alpha-testnet.1","@aztec/pxe":"0.82.1-alpha-testnet.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.1-alpha-testnet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.1-alpha-testnet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.1-alpha-testnet.1","@aztec/archiver":"0.82.1-alpha-testnet.1","@aztec/aztec.js":"0.82.1-alpha-testnet.1","@aztec/blob-lib":"0.82.1-alpha-testnet.1","@aztec/ethereum":"0.82.1-alpha-testnet.1","@aztec/kv-store":"0.82.1-alpha-testnet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.1-alpha-testnet.1","@aztec/blob-sink":"0.82.1-alpha-testnet.1","@aztec/constants":"0.82.1-alpha-testnet.1","@aztec/simulator":"0.82.1-alpha-testnet.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.1-alpha-testnet.1","@aztec/foundation":"0.82.1-alpha-testnet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.1-alpha-testnet.1","@aztec/epoch-cache":"0.82.1-alpha-testnet.1","@aztec/merkle-tree":"0.82.1-alpha-testnet.1","@aztec/prover-node":"0.82.1-alpha-testnet.1","@aztec/world-state":"0.82.1-alpha-testnet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.1-alpha-testnet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.1-alpha-testnet.1","@aztec/noir-noirc_abi":"0.82.1-alpha-testnet.1","@aztec/sequencer-client":"0.82.1-alpha-testnet.1","@aztec/telemetry-client":"0.82.1-alpha-testnet.1","@aztec/validator-client":"0.82.1-alpha-testnet.1","@aztec/noir-contracts.js":"0.82.1-alpha-testnet.1","@aztec/protocol-contracts":"0.82.1-alpha-testnet.1","@aztec/noir-protocol-circuits-types":"0.82.1-alpha-testnet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.1-alpha-testnet.1_1742812700099_0.34489055567707316","host":"s3://npm-registry-packages-npm-production"}},"0.82.2":{"name":"@aztec/end-to-end","version":"0.82.2","_id":"@aztec/end-to-end@0.82.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"953b7915b46ab272e80f8da8ff6418764c07a2b9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2.tgz","fileCount":166,"integrity":"sha512-+M9SZBxoW8UH3MkvagvvHqLvQcgQ217VlnCtteNAVTEo57vlUPBzKYpOphrwnErIYPKBq035sfp9RFCeS44Eaw==","signatures":[{"sig":"MEUCIFPIXdRjONK3W9FxDxb4KoE8mmMw46Rr6AlN1DFdWJdvAiEAw/TiJd37N4SOJSLMryKylhlxMFhlht7NUtxX3i17hts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556437},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"834ab656371f1f6b11a085decc66ffec764d46b0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2","@aztec/p2p":"0.82.2","@aztec/pxe":"0.82.2","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2","@aztec/archiver":"0.82.2","@aztec/aztec.js":"0.82.2","@aztec/blob-lib":"0.82.2","@aztec/ethereum":"0.82.2","@aztec/kv-store":"0.82.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2","@aztec/blob-sink":"0.82.2","@aztec/constants":"0.82.2","@aztec/simulator":"0.82.2","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2","@aztec/foundation":"0.82.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2","@aztec/epoch-cache":"0.82.2","@aztec/merkle-tree":"0.82.2","@aztec/prover-node":"0.82.2","@aztec/world-state":"0.82.2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2","@aztec/noir-noirc_abi":"0.82.2","@aztec/sequencer-client":"0.82.2","@aztec/telemetry-client":"0.82.2","@aztec/validator-client":"0.82.2","@aztec/noir-contracts.js":"0.82.2","@aztec/protocol-contracts":"0.82.2","@aztec/noir-protocol-circuits-types":"0.82.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2_1742822478399_0.20851894620118694","host":"s3://npm-registry-packages-npm-production"}},"0.82.2-alpha-testnet.1":{"name":"@aztec/end-to-end","version":"0.82.2-alpha-testnet.1","_id":"@aztec/end-to-end@0.82.2-alpha-testnet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7ab8c47098af153480b9115519f1a24bf24a0dfa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2-alpha-testnet.1.tgz","fileCount":166,"integrity":"sha512-OuNyEei6xw17dLIZeuKxn7KHOskqaAWrTQ2zgJrT+SqcFxD5IIuivi3quvAufNq9Y++liEFX6B4w79iN8Fnvxw==","signatures":[{"sig":"MEUCIQCb7v5DbdNBoRL6hdB/V1xSccloRQdaPbr0jzbH+sNPsgIgCajdD+7X2nmbW5KbA0VgMDKM09dDYrh60d6fC7PnqJg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d836b8d4e5f4dd527d050e37b81f1423fb5b2cef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2-alpha-testnet.1","@aztec/p2p":"0.82.2-alpha-testnet.1","@aztec/pxe":"0.82.2-alpha-testnet.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2-alpha-testnet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2-alpha-testnet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2-alpha-testnet.1","@aztec/archiver":"0.82.2-alpha-testnet.1","@aztec/aztec.js":"0.82.2-alpha-testnet.1","@aztec/blob-lib":"0.82.2-alpha-testnet.1","@aztec/ethereum":"0.82.2-alpha-testnet.1","@aztec/kv-store":"0.82.2-alpha-testnet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2-alpha-testnet.1","@aztec/blob-sink":"0.82.2-alpha-testnet.1","@aztec/constants":"0.82.2-alpha-testnet.1","@aztec/simulator":"0.82.2-alpha-testnet.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2-alpha-testnet.1","@aztec/foundation":"0.82.2-alpha-testnet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2-alpha-testnet.1","@aztec/epoch-cache":"0.82.2-alpha-testnet.1","@aztec/merkle-tree":"0.82.2-alpha-testnet.1","@aztec/prover-node":"0.82.2-alpha-testnet.1","@aztec/world-state":"0.82.2-alpha-testnet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2-alpha-testnet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2-alpha-testnet.1","@aztec/noir-noirc_abi":"0.82.2-alpha-testnet.1","@aztec/sequencer-client":"0.82.2-alpha-testnet.1","@aztec/telemetry-client":"0.82.2-alpha-testnet.1","@aztec/validator-client":"0.82.2-alpha-testnet.1","@aztec/noir-contracts.js":"0.82.2-alpha-testnet.1","@aztec/protocol-contracts":"0.82.2-alpha-testnet.1","@aztec/noir-protocol-circuits-types":"0.82.2-alpha-testnet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2-alpha-testnet.1_1742826637135_0.22668865566445717","host":"s3://npm-registry-packages-npm-production"}},"0.82.2-alpha-testnet.2":{"name":"@aztec/end-to-end","version":"0.82.2-alpha-testnet.2","_id":"@aztec/end-to-end@0.82.2-alpha-testnet.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"16738dddf5a67a090b8797f19ab394b71defcb6f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2-alpha-testnet.2.tgz","fileCount":166,"integrity":"sha512-l3FspELG6OEXbLZw6vktLOQFHJN6NrITb4DGe5jCfjouJsiicZ6r9P7CGQLR2esNQIiWNBuebRuY0eKIYYJMKQ==","signatures":[{"sig":"MEUCIDpWaki+TFoNHhkRpM1Nnn+BNtfDKx3ibxJIdOU598YUAiEA6BL+aOkZQYriZ4GXnkVIuHyLwPlvLLVoq0RLswDc+5Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b265fac9ce2ce65b7ed22bbce417cd2adf728036","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2-alpha-testnet.2","@aztec/p2p":"0.82.2-alpha-testnet.2","@aztec/pxe":"0.82.2-alpha-testnet.2","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2-alpha-testnet.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2-alpha-testnet.2","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2-alpha-testnet.2","@aztec/archiver":"0.82.2-alpha-testnet.2","@aztec/aztec.js":"0.82.2-alpha-testnet.2","@aztec/blob-lib":"0.82.2-alpha-testnet.2","@aztec/ethereum":"0.82.2-alpha-testnet.2","@aztec/kv-store":"0.82.2-alpha-testnet.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2-alpha-testnet.2","@aztec/blob-sink":"0.82.2-alpha-testnet.2","@aztec/constants":"0.82.2-alpha-testnet.2","@aztec/simulator":"0.82.2-alpha-testnet.2","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2-alpha-testnet.2","@aztec/foundation":"0.82.2-alpha-testnet.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2-alpha-testnet.2","@aztec/epoch-cache":"0.82.2-alpha-testnet.2","@aztec/merkle-tree":"0.82.2-alpha-testnet.2","@aztec/prover-node":"0.82.2-alpha-testnet.2","@aztec/world-state":"0.82.2-alpha-testnet.2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2-alpha-testnet.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2-alpha-testnet.2","@aztec/noir-noirc_abi":"0.82.2-alpha-testnet.2","@aztec/sequencer-client":"0.82.2-alpha-testnet.2","@aztec/telemetry-client":"0.82.2-alpha-testnet.2","@aztec/validator-client":"0.82.2-alpha-testnet.2","@aztec/noir-contracts.js":"0.82.2-alpha-testnet.2","@aztec/protocol-contracts":"0.82.2-alpha-testnet.2","@aztec/noir-protocol-circuits-types":"0.82.2-alpha-testnet.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2-alpha-testnet.2_1742904904485_0.9770597876977452","host":"s3://npm-registry-packages-npm-production"}},"0.82.2-alpha-testnet.3":{"name":"@aztec/end-to-end","version":"0.82.2-alpha-testnet.3","_id":"@aztec/end-to-end@0.82.2-alpha-testnet.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"afbeb51049888fce7f77bd458dc535ede025d1dc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2-alpha-testnet.3.tgz","fileCount":166,"integrity":"sha512-G0p+a0H2+ORRBGec999Yo49ki/9oUtwxOvEyAeBEpM3muxTjisBR7Ql9Qe6iGdYaz7NYxU9QysN4iyTXEJB6Xw==","signatures":[{"sig":"MEQCIHp22MrOvp+3aVXpAxyLVmbNxdSsHrmQdF2E5e2ZI9/9AiArbjpkUv8sEcY5WZ7+jXJMEKwLsuK9p4rWQEv+zOsssQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a856021867c4523bc169abd29193796d82827d0b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2-alpha-testnet.3","@aztec/p2p":"0.82.2-alpha-testnet.3","@aztec/pxe":"0.82.2-alpha-testnet.3","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2-alpha-testnet.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2-alpha-testnet.3","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2-alpha-testnet.3","@aztec/archiver":"0.82.2-alpha-testnet.3","@aztec/aztec.js":"0.82.2-alpha-testnet.3","@aztec/blob-lib":"0.82.2-alpha-testnet.3","@aztec/ethereum":"0.82.2-alpha-testnet.3","@aztec/kv-store":"0.82.2-alpha-testnet.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2-alpha-testnet.3","@aztec/blob-sink":"0.82.2-alpha-testnet.3","@aztec/constants":"0.82.2-alpha-testnet.3","@aztec/simulator":"0.82.2-alpha-testnet.3","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2-alpha-testnet.3","@aztec/foundation":"0.82.2-alpha-testnet.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2-alpha-testnet.3","@aztec/epoch-cache":"0.82.2-alpha-testnet.3","@aztec/merkle-tree":"0.82.2-alpha-testnet.3","@aztec/prover-node":"0.82.2-alpha-testnet.3","@aztec/world-state":"0.82.2-alpha-testnet.3","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2-alpha-testnet.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2-alpha-testnet.3","@aztec/noir-noirc_abi":"0.82.2-alpha-testnet.3","@aztec/sequencer-client":"0.82.2-alpha-testnet.3","@aztec/telemetry-client":"0.82.2-alpha-testnet.3","@aztec/validator-client":"0.82.2-alpha-testnet.3","@aztec/noir-contracts.js":"0.82.2-alpha-testnet.3","@aztec/protocol-contracts":"0.82.2-alpha-testnet.3","@aztec/noir-protocol-circuits-types":"0.82.2-alpha-testnet.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2-alpha-testnet.3_1742924291133_0.4038835032724277","host":"s3://npm-registry-packages-npm-production"}},"0.82.2-alpha-testnet.4":{"name":"@aztec/end-to-end","version":"0.82.2-alpha-testnet.4","_id":"@aztec/end-to-end@0.82.2-alpha-testnet.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ebd480611938bd741cc053c63f8396541b70f594","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2-alpha-testnet.4.tgz","fileCount":166,"integrity":"sha512-iZc1ij4hK4yIaXlgUmqm6XaVCIK5bB2jmyc3yRj/kGcTgewktjiNdhx0dXAPsI9Gt/gP2isgBiW5h0qaFS+PFw==","signatures":[{"sig":"MEUCIAunfJMPtk88UebqL5JTe3Gq4HaipBtB0Bx6Jwk0LvQoAiEA89XxTgggKpN63a1c0ddzcFBlLWtPG48jGf2lvqGviEU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"851c40f2488dcfdbe9bbacf1b3b10c1355868d4b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2-alpha-testnet.4","@aztec/p2p":"0.82.2-alpha-testnet.4","@aztec/pxe":"0.82.2-alpha-testnet.4","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2-alpha-testnet.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2-alpha-testnet.4","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2-alpha-testnet.4","@aztec/archiver":"0.82.2-alpha-testnet.4","@aztec/aztec.js":"0.82.2-alpha-testnet.4","@aztec/blob-lib":"0.82.2-alpha-testnet.4","@aztec/ethereum":"0.82.2-alpha-testnet.4","@aztec/kv-store":"0.82.2-alpha-testnet.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2-alpha-testnet.4","@aztec/blob-sink":"0.82.2-alpha-testnet.4","@aztec/constants":"0.82.2-alpha-testnet.4","@aztec/simulator":"0.82.2-alpha-testnet.4","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2-alpha-testnet.4","@aztec/foundation":"0.82.2-alpha-testnet.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2-alpha-testnet.4","@aztec/epoch-cache":"0.82.2-alpha-testnet.4","@aztec/merkle-tree":"0.82.2-alpha-testnet.4","@aztec/prover-node":"0.82.2-alpha-testnet.4","@aztec/world-state":"0.82.2-alpha-testnet.4","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2-alpha-testnet.4","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2-alpha-testnet.4","@aztec/noir-noirc_abi":"0.82.2-alpha-testnet.4","@aztec/sequencer-client":"0.82.2-alpha-testnet.4","@aztec/telemetry-client":"0.82.2-alpha-testnet.4","@aztec/validator-client":"0.82.2-alpha-testnet.4","@aztec/noir-contracts.js":"0.82.2-alpha-testnet.4","@aztec/protocol-contracts":"0.82.2-alpha-testnet.4","@aztec/noir-protocol-circuits-types":"0.82.2-alpha-testnet.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2-alpha-testnet.4_1743072446651_0.9057445011281309","host":"s3://npm-registry-packages-npm-production"}},"0.82.3":{"name":"@aztec/end-to-end","version":"0.82.3","_id":"@aztec/end-to-end@0.82.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"28a4bc98b1d3d8c748322a7e446a572e924edcef","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.3.tgz","fileCount":174,"integrity":"sha512-xB2O+DPmDFHgTWfVEAymJZMOaBU72KzaCp/DifIw5I2x+KW1XCYsvoDcxy/IYATnTLmUKbywlpVri4QLgZQHzQ==","signatures":[{"sig":"MEUCIDyvL/fPTKJjA0YAbnmsBqsYdQxe7+/iLa5tReomlsF/AiEA4sqcUAC1ZMTcCIUNA45FAqmZG40c07NdoYkWeUMV/s4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36604614},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b64d25ddff690418347c13471d285102ded2f8a7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.3","@aztec/p2p":"0.82.3","@aztec/pxe":"0.82.3","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.3","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.3","@aztec/archiver":"0.82.3","@aztec/aztec.js":"0.82.3","@aztec/blob-lib":"0.82.3","@aztec/ethereum":"0.82.3","@aztec/kv-store":"0.82.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.3","@aztec/blob-sink":"0.82.3","@aztec/constants":"0.82.3","@aztec/simulator":"0.82.3","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.3","@aztec/foundation":"0.82.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.3","@aztec/epoch-cache":"0.82.3","@aztec/merkle-tree":"0.82.3","@aztec/prover-node":"0.82.3","@aztec/world-state":"0.82.3","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.3","@aztec/noir-noirc_abi":"0.82.3","@aztec/sequencer-client":"0.82.3","@aztec/telemetry-client":"0.82.3","@aztec/validator-client":"0.82.3","@aztec/noir-contracts.js":"0.82.3","@aztec/protocol-contracts":"0.82.3","@aztec/noir-protocol-circuits-types":"0.82.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.3_1743114176981_0.8047404838858041","host":"s3://npm-registry-packages-npm-production"}},"0.82.2-alpha-testnet.5":{"name":"@aztec/end-to-end","version":"0.82.2-alpha-testnet.5","_id":"@aztec/end-to-end@0.82.2-alpha-testnet.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2a9dd653946c9fd214bba4ae43eb8319a65c974f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.2-alpha-testnet.5.tgz","fileCount":166,"integrity":"sha512-sDU8Oi6Trudlt7r/Q0DJDtDa1vVxa+r5yvCkc4tOpp7fxmuVTQHcqj/MF5fnDDNYvVAxm591iaAZx6MGT+7KSg==","signatures":[{"sig":"MEUCIBHgep4lALBNlnqy0p9EwtnvfcqTtbmLW0XI8XcfaO52AiEA/1wxKE8V0PEEWJ/+NMIC0Kq3qKxh9UFU1Fy6lLfCgNI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"6572276f19e3a034e13bda3149833e1b26f452ce","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.2-alpha-testnet.5","@aztec/p2p":"0.82.2-alpha-testnet.5","@aztec/pxe":"0.82.2-alpha-testnet.5","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.2-alpha-testnet.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.2-alpha-testnet.5","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.2-alpha-testnet.5","@aztec/archiver":"0.82.2-alpha-testnet.5","@aztec/aztec.js":"0.82.2-alpha-testnet.5","@aztec/blob-lib":"0.82.2-alpha-testnet.5","@aztec/ethereum":"0.82.2-alpha-testnet.5","@aztec/kv-store":"0.82.2-alpha-testnet.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.2-alpha-testnet.5","@aztec/blob-sink":"0.82.2-alpha-testnet.5","@aztec/constants":"0.82.2-alpha-testnet.5","@aztec/simulator":"0.82.2-alpha-testnet.5","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.2-alpha-testnet.5","@aztec/foundation":"0.82.2-alpha-testnet.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.2-alpha-testnet.5","@aztec/epoch-cache":"0.82.2-alpha-testnet.5","@aztec/merkle-tree":"0.82.2-alpha-testnet.5","@aztec/prover-node":"0.82.2-alpha-testnet.5","@aztec/world-state":"0.82.2-alpha-testnet.5","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.2-alpha-testnet.5","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.2-alpha-testnet.5","@aztec/noir-noirc_abi":"0.82.2-alpha-testnet.5","@aztec/sequencer-client":"0.82.2-alpha-testnet.5","@aztec/telemetry-client":"0.82.2-alpha-testnet.5","@aztec/validator-client":"0.82.2-alpha-testnet.5","@aztec/noir-contracts.js":"0.82.2-alpha-testnet.5","@aztec/protocol-contracts":"0.82.2-alpha-testnet.5","@aztec/noir-protocol-circuits-types":"0.82.2-alpha-testnet.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.2-alpha-testnet.5_1743151565357_0.22592607917706276","host":"s3://npm-registry-packages-npm-production"}},"0.82.3-nightly.20250330":{"name":"@aztec/end-to-end","version":"0.82.3-nightly.20250330","_id":"@aztec/end-to-end@0.82.3-nightly.20250330","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1bfd0d2d090e967134f89fea7353b645abc31508","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.3-nightly.20250330.tgz","fileCount":174,"integrity":"sha512-jeC2zPDrdaZ6WxHLSqELzIDrqN0a8GDODK21Q8FUh1tjEtG8NdZC98oPU+bsUZ9IUSnMAoyv4eU3KLmRY+Whew==","signatures":[{"sig":"MEUCIQD57r5BHST9KYlBS/820/mqWUekukDKMA3WYwRN/JwmeQIgAVybiibenCkyE8PJ1K/ikxdwigB7oZwKomoEB/aWDMg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36605350},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"0951fb62e71149ee7de58c6ac13df5a8824d8369","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.3-nightly.20250330","@aztec/p2p":"0.82.3-nightly.20250330","@aztec/pxe":"0.82.3-nightly.20250330","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.3-nightly.20250330","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.3-nightly.20250330","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.3-nightly.20250330","@aztec/archiver":"0.82.3-nightly.20250330","@aztec/aztec.js":"0.82.3-nightly.20250330","@aztec/blob-lib":"0.82.3-nightly.20250330","@aztec/ethereum":"0.82.3-nightly.20250330","@aztec/kv-store":"0.82.3-nightly.20250330","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.3-nightly.20250330","@aztec/blob-sink":"0.82.3-nightly.20250330","@aztec/constants":"0.82.3-nightly.20250330","@aztec/simulator":"0.82.3-nightly.20250330","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.3-nightly.20250330","@aztec/foundation":"0.82.3-nightly.20250330","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.3-nightly.20250330","@aztec/epoch-cache":"0.82.3-nightly.20250330","@aztec/merkle-tree":"0.82.3-nightly.20250330","@aztec/prover-node":"0.82.3-nightly.20250330","@aztec/world-state":"0.82.3-nightly.20250330","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.3-nightly.20250330","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.3-nightly.20250330","@aztec/noir-noirc_abi":"0.82.3-nightly.20250330","@aztec/sequencer-client":"0.82.3-nightly.20250330","@aztec/telemetry-client":"0.82.3-nightly.20250330","@aztec/validator-client":"0.82.3-nightly.20250330","@aztec/noir-contracts.js":"0.82.3-nightly.20250330","@aztec/protocol-contracts":"0.82.3-nightly.20250330","@aztec/noir-protocol-circuits-types":"0.82.3-nightly.20250330"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.3-nightly.20250330_1743302733015_0.19161607099838074","host":"s3://npm-registry-packages-npm-production"}},"0.82.3-nightly.20250403":{"name":"@aztec/end-to-end","version":"0.82.3-nightly.20250403","_id":"@aztec/end-to-end@0.82.3-nightly.20250403","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b432dfc564aa3093e9bdd09072a5685c6b5ab795","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.82.3-nightly.20250403.tgz","fileCount":178,"integrity":"sha512-yt/CAiq8xoz7t9MEC5OU361cZPhuIfkMP/PAcIe0GhVD7qrOgJy7NbVgFKSYCNK0y6jQ6RindtPrs+sOIwZhVA==","signatures":[{"sig":"MEQCIB1PgRTSU54rsOCoSd7h7rReVX8DeqUjTh+aqK/TLiSlAiB4wjj7nQKAryDdZ2zoHVIHZdexsOR2oOErgR3C2ISgYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615175},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d1362978a1352cb9eee6d73a0a81a8bc704d4227","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.82.3-nightly.20250403","@aztec/p2p":"0.82.3-nightly.20250403","@aztec/pxe":"0.82.3-nightly.20250403","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.82.3-nightly.20250403","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.82.3-nightly.20250403","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.82.3-nightly.20250403","@aztec/archiver":"0.82.3-nightly.20250403","@aztec/aztec.js":"0.82.3-nightly.20250403","@aztec/blob-lib":"0.82.3-nightly.20250403","@aztec/ethereum":"0.82.3-nightly.20250403","@aztec/kv-store":"0.82.3-nightly.20250403","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.82.3-nightly.20250403","@aztec/blob-sink":"0.82.3-nightly.20250403","@aztec/constants":"0.82.3-nightly.20250403","@aztec/simulator":"0.82.3-nightly.20250403","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.82.3-nightly.20250403","@aztec/foundation":"0.82.3-nightly.20250403","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.82.3-nightly.20250403","@aztec/epoch-cache":"0.82.3-nightly.20250403","@aztec/merkle-tree":"0.82.3-nightly.20250403","@aztec/prover-node":"0.82.3-nightly.20250403","@aztec/world-state":"0.82.3-nightly.20250403","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.82.3-nightly.20250403","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.82.3-nightly.20250403","@aztec/noir-noirc_abi":"0.82.3-nightly.20250403","@aztec/sequencer-client":"0.82.3-nightly.20250403","@aztec/telemetry-client":"0.82.3-nightly.20250403","@aztec/validator-client":"0.82.3-nightly.20250403","@aztec/noir-contracts.js":"0.82.3-nightly.20250403","@aztec/protocol-contracts":"0.82.3-nightly.20250403","@aztec/noir-protocol-circuits-types":"0.82.3-nightly.20250403"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.82.3-nightly.20250403_1743648529761_0.21130852026018165","host":"s3://npm-registry-packages-npm-production"}},"0.83.0":{"name":"@aztec/end-to-end","version":"0.83.0","_id":"@aztec/end-to-end@0.83.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6d2f27ca3000bfc2ae73fe9bc1ac52917dee9e84","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.83.0.tgz","fileCount":178,"integrity":"sha512-m9FLtNTHlnETte1tfxaV2IkRiVKyaF+t0XUgaQCFUOCH4g2oZx5UafqJ52Ewp5xrocFzM0vIuZ+Doc1O8vh7dQ==","signatures":[{"sig":"MEYCIQCea8nbOv9RKUU3NGHfULgc9UxE+xLC1rYwpRc5tFfumAIhAJhKiQ7GDv3xPN7wk0NVCDy0DB+9oT24JBDEUmDeAikC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615634},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"9d13ba84fb3e0fe0260236b9d0f3eb6341047274","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.83.0","@aztec/p2p":"0.83.0","@aztec/pxe":"0.83.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.83.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.83.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.83.0","@aztec/archiver":"0.83.0","@aztec/aztec.js":"0.83.0","@aztec/blob-lib":"0.83.0","@aztec/ethereum":"0.83.0","@aztec/kv-store":"0.83.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.83.0","@aztec/blob-sink":"0.83.0","@aztec/constants":"0.83.0","@aztec/simulator":"0.83.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.83.0","@aztec/foundation":"0.83.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.83.0","@aztec/epoch-cache":"0.83.0","@aztec/merkle-tree":"0.83.0","@aztec/prover-node":"0.83.0","@aztec/world-state":"0.83.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.83.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.83.0","@aztec/noir-noirc_abi":"0.83.0","@aztec/sequencer-client":"0.83.0","@aztec/telemetry-client":"0.83.0","@aztec/validator-client":"0.83.0","@aztec/noir-contracts.js":"0.83.0","@aztec/protocol-contracts":"0.83.0","@aztec/noir-protocol-circuits-types":"0.83.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.83.0_1743682783875_0.18057734993417962","host":"s3://npm-registry-packages-npm-production"}},"0.83.1":{"name":"@aztec/end-to-end","version":"0.83.1","_id":"@aztec/end-to-end@0.83.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3372662ed848bb03b400e5d7b38c022f3f426f73","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.83.1.tgz","fileCount":178,"integrity":"sha512-1mJFECQAnpMnjBz7ZzDWfhgwNQ4r50mIsRoCWzEU22u+/U+OX8PzNONUe2N2cYC7tiVFdqeXeAHzyA/2rHKqdw==","signatures":[{"sig":"MEUCIEIglRct9IiukIdIJzoJ2KfsmvBxlL6C0aaJh/zMwMfEAiEAk9Pb6JOXc/xwd22oxgdp74O1pzrbLzujF/ByZfF8brQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615634},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b600df7135d248a1553d3da712efb26eee739f87","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.83.1","@aztec/p2p":"0.83.1","@aztec/pxe":"0.83.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.83.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.83.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.83.1","@aztec/archiver":"0.83.1","@aztec/aztec.js":"0.83.1","@aztec/blob-lib":"0.83.1","@aztec/ethereum":"0.83.1","@aztec/kv-store":"0.83.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.83.1","@aztec/blob-sink":"0.83.1","@aztec/constants":"0.83.1","@aztec/simulator":"0.83.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.83.1","@aztec/foundation":"0.83.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.83.1","@aztec/epoch-cache":"0.83.1","@aztec/merkle-tree":"0.83.1","@aztec/prover-node":"0.83.1","@aztec/world-state":"0.83.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.83.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.83.1","@aztec/noir-noirc_abi":"0.83.1","@aztec/sequencer-client":"0.83.1","@aztec/telemetry-client":"0.83.1","@aztec/validator-client":"0.83.1","@aztec/noir-contracts.js":"0.83.1","@aztec/protocol-contracts":"0.83.1","@aztec/noir-protocol-circuits-types":"0.83.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.83.1_1743687618882_0.01581060555024516","host":"s3://npm-registry-packages-npm-production"}},"0.83.1-alpha-testnet.0":{"name":"@aztec/end-to-end","version":"0.83.1-alpha-testnet.0","_id":"@aztec/end-to-end@0.83.1-alpha-testnet.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"80e2b15101ec5a236c1b8a1183e547597fd81aae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.83.1-alpha-testnet.0.tgz","fileCount":178,"integrity":"sha512-DakDESLQmRuLQDOoI6orN0vhP5Bcutxw53bCsYCxtnuJZgMmOeIwhRZ7Z2uqKBGXTn4rcbIKokPOqpqoYmBo+A==","signatures":[{"sig":"MEUCIDpOVOTUuxURw4ZvCgPqGeXYZD3XGWLOvGtGAk5Ln+vYAiEAsyQ66WJz73qXEA6yLBEmi6aDgRyx1JTzcEp3JXMjlMA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b600df7135d248a1553d3da712efb26eee739f87","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.83.1-alpha-testnet.0","@aztec/p2p":"0.83.1-alpha-testnet.0","@aztec/pxe":"0.83.1-alpha-testnet.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.83.1-alpha-testnet.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.83.1-alpha-testnet.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.83.1-alpha-testnet.0","@aztec/archiver":"0.83.1-alpha-testnet.0","@aztec/aztec.js":"0.83.1-alpha-testnet.0","@aztec/blob-lib":"0.83.1-alpha-testnet.0","@aztec/ethereum":"0.83.1-alpha-testnet.0","@aztec/kv-store":"0.83.1-alpha-testnet.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.83.1-alpha-testnet.0","@aztec/blob-sink":"0.83.1-alpha-testnet.0","@aztec/constants":"0.83.1-alpha-testnet.0","@aztec/simulator":"0.83.1-alpha-testnet.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.83.1-alpha-testnet.0","@aztec/foundation":"0.83.1-alpha-testnet.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.83.1-alpha-testnet.0","@aztec/epoch-cache":"0.83.1-alpha-testnet.0","@aztec/merkle-tree":"0.83.1-alpha-testnet.0","@aztec/prover-node":"0.83.1-alpha-testnet.0","@aztec/world-state":"0.83.1-alpha-testnet.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.83.1-alpha-testnet.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.83.1-alpha-testnet.0","@aztec/noir-noirc_abi":"0.83.1-alpha-testnet.0","@aztec/sequencer-client":"0.83.1-alpha-testnet.0","@aztec/telemetry-client":"0.83.1-alpha-testnet.0","@aztec/validator-client":"0.83.1-alpha-testnet.0","@aztec/noir-contracts.js":"0.83.1-alpha-testnet.0","@aztec/protocol-contracts":"0.83.1-alpha-testnet.0","@aztec/noir-protocol-circuits-types":"0.83.1-alpha-testnet.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.83.1-alpha-testnet.0_1743689224545_0.3920852662710159","host":"s3://npm-registry-packages-npm-production"}},"0.83.1-nightly.20250404":{"name":"@aztec/end-to-end","version":"0.83.1-nightly.20250404","_id":"@aztec/end-to-end@0.83.1-nightly.20250404","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2e278747900760f98a99d88c342753f6afeb606c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.83.1-nightly.20250404.tgz","fileCount":178,"integrity":"sha512-EtEgDT5Ueue5yl//2cf4djEZHVmmcfcaB8nMRrQIc1jYU9dgEBBG0IxpJ2EXvRxFCkpTtWrBJbR2y6oJg4CjxQ==","signatures":[{"sig":"MEQCIBI/Q8z4yYeW0pe1n8tguiVphIGNxtJX8HbPQNh3pBZMAiB971blTYHhOg6dF8DzL1Ywf53rHpqiIJcfMfYcfiIwOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616178},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"133bcf6315da989121a8b27d51c46d9798f39fd3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.83.1-nightly.20250404","@aztec/p2p":"0.83.1-nightly.20250404","@aztec/pxe":"0.83.1-nightly.20250404","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.83.1-nightly.20250404","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.83.1-nightly.20250404","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.83.1-nightly.20250404","@aztec/archiver":"0.83.1-nightly.20250404","@aztec/aztec.js":"0.83.1-nightly.20250404","@aztec/blob-lib":"0.83.1-nightly.20250404","@aztec/ethereum":"0.83.1-nightly.20250404","@aztec/kv-store":"0.83.1-nightly.20250404","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.83.1-nightly.20250404","@aztec/blob-sink":"0.83.1-nightly.20250404","@aztec/constants":"0.83.1-nightly.20250404","@aztec/simulator":"0.83.1-nightly.20250404","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.83.1-nightly.20250404","@aztec/foundation":"0.83.1-nightly.20250404","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.83.1-nightly.20250404","@aztec/epoch-cache":"0.83.1-nightly.20250404","@aztec/merkle-tree":"0.83.1-nightly.20250404","@aztec/prover-node":"0.83.1-nightly.20250404","@aztec/world-state":"0.83.1-nightly.20250404","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.83.1-nightly.20250404","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.83.1-nightly.20250404","@aztec/noir-noirc_abi":"0.83.1-nightly.20250404","@aztec/sequencer-client":"0.83.1-nightly.20250404","@aztec/telemetry-client":"0.83.1-nightly.20250404","@aztec/validator-client":"0.83.1-nightly.20250404","@aztec/noir-contracts.js":"0.83.1-nightly.20250404","@aztec/protocol-contracts":"0.83.1-nightly.20250404","@aztec/noir-protocol-circuits-types":"0.83.1-nightly.20250404"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.83.1-nightly.20250404_1743734602455_0.471326739146666","host":"s3://npm-registry-packages-npm-production"}},"0.84.0":{"name":"@aztec/end-to-end","version":"0.84.0","_id":"@aztec/end-to-end@0.84.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a422e1096d58c55b7ed5677cc3accda9d906717b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0.tgz","fileCount":178,"integrity":"sha512-rlXmZUAmUGVuuqpIhAAf+RQOdweSG5zbeUqF+uLv9oEzRYYhSHWpCsEcdf6uAwgbpAzUaYhMLjmbGu3a7KCneA==","signatures":[{"sig":"MEUCIQDdTAbzvarycFEfrPpWrSuUBoWEwxkU+G+kPMJx0uo4VgIgNbzJ6J2ytTg6yZHpr3nLF7ptS6/TxzKpdUdygIrg3YA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615634},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"9165027a0e9e945f157e3c3edb3f14c6ea5b1c60","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0","@aztec/p2p":"0.84.0","@aztec/pxe":"0.84.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0","@aztec/archiver":"0.84.0","@aztec/aztec.js":"0.84.0","@aztec/blob-lib":"0.84.0","@aztec/ethereum":"0.84.0","@aztec/kv-store":"0.84.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0","@aztec/blob-sink":"0.84.0","@aztec/constants":"0.84.0","@aztec/simulator":"0.84.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0","@aztec/foundation":"0.84.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0","@aztec/epoch-cache":"0.84.0","@aztec/merkle-tree":"0.84.0","@aztec/prover-node":"0.84.0","@aztec/world-state":"0.84.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0","@aztec/noir-noirc_abi":"0.84.0","@aztec/sequencer-client":"0.84.0","@aztec/telemetry-client":"0.84.0","@aztec/validator-client":"0.84.0","@aztec/noir-contracts.js":"0.84.0","@aztec/protocol-contracts":"0.84.0","@aztec/noir-protocol-circuits-types":"0.84.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0_1743759622278_0.9916735914509782","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-alpha-testnet.0":{"name":"@aztec/end-to-end","version":"0.84.0-alpha-testnet.0","_id":"@aztec/end-to-end@0.84.0-alpha-testnet.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aa2641ec808161c852b8128189c3b8e8f94107fe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-alpha-testnet.0.tgz","fileCount":178,"integrity":"sha512-uvQbvOJKnW+LQlg0kRXzRm0ow4W0pG3mUBvTNaxuJYrgDOKvrQZ5nj0d4xr1lPz3m50CW0HU3Wex5uqnKgTlLg==","signatures":[{"sig":"MEUCIHPnK0Z3x9xxZEvOr1c+nnk9T2a3Q+qfLYLtkFLxGhUNAiEA8m5W3PN9GWKtS+3cE+6r+NQkBlASYANNTfA3NbEn/qI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"9165027a0e9e945f157e3c3edb3f14c6ea5b1c60","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-alpha-testnet.0","@aztec/p2p":"0.84.0-alpha-testnet.0","@aztec/pxe":"0.84.0-alpha-testnet.0","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-alpha-testnet.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-alpha-testnet.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-alpha-testnet.0","@aztec/archiver":"0.84.0-alpha-testnet.0","@aztec/aztec.js":"0.84.0-alpha-testnet.0","@aztec/blob-lib":"0.84.0-alpha-testnet.0","@aztec/ethereum":"0.84.0-alpha-testnet.0","@aztec/kv-store":"0.84.0-alpha-testnet.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-alpha-testnet.0","@aztec/blob-sink":"0.84.0-alpha-testnet.0","@aztec/constants":"0.84.0-alpha-testnet.0","@aztec/simulator":"0.84.0-alpha-testnet.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-alpha-testnet.0","@aztec/foundation":"0.84.0-alpha-testnet.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-alpha-testnet.0","@aztec/epoch-cache":"0.84.0-alpha-testnet.0","@aztec/merkle-tree":"0.84.0-alpha-testnet.0","@aztec/prover-node":"0.84.0-alpha-testnet.0","@aztec/world-state":"0.84.0-alpha-testnet.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-alpha-testnet.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-alpha-testnet.0","@aztec/noir-noirc_abi":"0.84.0-alpha-testnet.0","@aztec/sequencer-client":"0.84.0-alpha-testnet.0","@aztec/telemetry-client":"0.84.0-alpha-testnet.0","@aztec/validator-client":"0.84.0-alpha-testnet.0","@aztec/noir-contracts.js":"0.84.0-alpha-testnet.0","@aztec/protocol-contracts":"0.84.0-alpha-testnet.0","@aztec/noir-protocol-circuits-types":"0.84.0-alpha-testnet.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-alpha-testnet.0_1743763600358_0.7977309689213825","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-alpha-testnet.1":{"name":"@aztec/end-to-end","version":"0.84.0-alpha-testnet.1","_id":"@aztec/end-to-end@0.84.0-alpha-testnet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ae90afef04102584762807e1d1256d9c0abda7a3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-alpha-testnet.1.tgz","fileCount":178,"integrity":"sha512-B6Qh6+L+f4AaTVvC9vZ4UxiYt5d0DeLGrwd5ca50pFSZdq/nFa9j7wHm17YjhPPg9i9ZFbI69CxnYRhPDXRTMA==","signatures":[{"sig":"MEQCIDF88efoMfdXjGis+g1v+HnLvI9VVBONgR5jZetXcJSFAiAgyf/VB6TBsD1Ze7850bauWH1i1EduOGRtFCXypiyElw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d3be50206b8f5454e8276bf5c87ba1beb2b9b93a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-alpha-testnet.1","@aztec/p2p":"0.84.0-alpha-testnet.1","@aztec/pxe":"0.84.0-alpha-testnet.1","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-alpha-testnet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-alpha-testnet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-alpha-testnet.1","@aztec/archiver":"0.84.0-alpha-testnet.1","@aztec/aztec.js":"0.84.0-alpha-testnet.1","@aztec/blob-lib":"0.84.0-alpha-testnet.1","@aztec/ethereum":"0.84.0-alpha-testnet.1","@aztec/kv-store":"0.84.0-alpha-testnet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-alpha-testnet.1","@aztec/blob-sink":"0.84.0-alpha-testnet.1","@aztec/constants":"0.84.0-alpha-testnet.1","@aztec/simulator":"0.84.0-alpha-testnet.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-alpha-testnet.1","@aztec/foundation":"0.84.0-alpha-testnet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-alpha-testnet.1","@aztec/epoch-cache":"0.84.0-alpha-testnet.1","@aztec/merkle-tree":"0.84.0-alpha-testnet.1","@aztec/prover-node":"0.84.0-alpha-testnet.1","@aztec/world-state":"0.84.0-alpha-testnet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-alpha-testnet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-alpha-testnet.1","@aztec/noir-noirc_abi":"0.84.0-alpha-testnet.1","@aztec/sequencer-client":"0.84.0-alpha-testnet.1","@aztec/telemetry-client":"0.84.0-alpha-testnet.1","@aztec/validator-client":"0.84.0-alpha-testnet.1","@aztec/noir-contracts.js":"0.84.0-alpha-testnet.1","@aztec/protocol-contracts":"0.84.0-alpha-testnet.1","@aztec/noir-protocol-circuits-types":"0.84.0-alpha-testnet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-alpha-testnet.1_1743781571205_0.812031159026114","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250405":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250405","_id":"@aztec/end-to-end@0.84.0-nightly.20250405","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"418cf81d1024f688156679fe8d37616b461a4233","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250405.tgz","fileCount":178,"integrity":"sha512-dEW5T1qEYMXxCwIeMzVVODaWJ45Jcr3d9lG3OblGeUYrLVu0iiRBRB5c5gumaKwQegkKzPmYNgEj+PHvlwlNLQ==","signatures":[{"sig":"MEUCIFJbDD3eGd0ifJ2FeZx27Gv9iWsZ4U4KcO/YN0rPoEVGAiEA6drZ0vAwMPxCue4qRU4RaKAbFY4X0bWrNS/a8/55jgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616765},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"cbf5d3fcab2c0933a0baa884565893b1da7affba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250405","@aztec/p2p":"0.84.0-nightly.20250405","@aztec/pxe":"0.84.0-nightly.20250405","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250405","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250405","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250405","@aztec/archiver":"0.84.0-nightly.20250405","@aztec/aztec.js":"0.84.0-nightly.20250405","@aztec/blob-lib":"0.84.0-nightly.20250405","@aztec/ethereum":"0.84.0-nightly.20250405","@aztec/kv-store":"0.84.0-nightly.20250405","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250405","@aztec/blob-sink":"0.84.0-nightly.20250405","@aztec/constants":"0.84.0-nightly.20250405","@aztec/simulator":"0.84.0-nightly.20250405","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250405","@aztec/foundation":"0.84.0-nightly.20250405","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250405","@aztec/epoch-cache":"0.84.0-nightly.20250405","@aztec/merkle-tree":"0.84.0-nightly.20250405","@aztec/prover-node":"0.84.0-nightly.20250405","@aztec/world-state":"0.84.0-nightly.20250405","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250405","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250405","@aztec/noir-noirc_abi":"0.84.0-nightly.20250405","@aztec/sequencer-client":"0.84.0-nightly.20250405","@aztec/telemetry-client":"0.84.0-nightly.20250405","@aztec/validator-client":"0.84.0-nightly.20250405","@aztec/noir-contracts.js":"0.84.0-nightly.20250405","@aztec/protocol-contracts":"0.84.0-nightly.20250405","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250405"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250405_1743820947408_0.9605077953186152","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250406":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250406","_id":"@aztec/end-to-end@0.84.0-nightly.20250406","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1f3f596d0141c1e9692d2617f2baa7a726aa8de6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250406.tgz","fileCount":178,"integrity":"sha512-KoQ2sOsk/D9l4xBVQekxsDTeUl5b1wFqJXRsZxnV7XRr8aCRUk/AhoV5/y0q5/ZDjpBN/8LYmbQ3MIL9tiXv6Q==","signatures":[{"sig":"MEUCIQDIrewOb4inkzXBHeN662prirCAsVeV2ysj6O97pWdHFwIgdY8bPYJunh1gbIFwc5tKhGK1xnc15YccmvU0dn6qXa0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616765},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"0e38c2665d8dd8f6714b8835bf658ee52f39f0f2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250406","@aztec/p2p":"0.84.0-nightly.20250406","@aztec/pxe":"0.84.0-nightly.20250406","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250406","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250406","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250406","@aztec/archiver":"0.84.0-nightly.20250406","@aztec/aztec.js":"0.84.0-nightly.20250406","@aztec/blob-lib":"0.84.0-nightly.20250406","@aztec/ethereum":"0.84.0-nightly.20250406","@aztec/kv-store":"0.84.0-nightly.20250406","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250406","@aztec/blob-sink":"0.84.0-nightly.20250406","@aztec/constants":"0.84.0-nightly.20250406","@aztec/simulator":"0.84.0-nightly.20250406","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250406","@aztec/foundation":"0.84.0-nightly.20250406","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250406","@aztec/epoch-cache":"0.84.0-nightly.20250406","@aztec/merkle-tree":"0.84.0-nightly.20250406","@aztec/prover-node":"0.84.0-nightly.20250406","@aztec/world-state":"0.84.0-nightly.20250406","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250406","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250406","@aztec/noir-noirc_abi":"0.84.0-nightly.20250406","@aztec/sequencer-client":"0.84.0-nightly.20250406","@aztec/telemetry-client":"0.84.0-nightly.20250406","@aztec/validator-client":"0.84.0-nightly.20250406","@aztec/noir-contracts.js":"0.84.0-nightly.20250406","@aztec/protocol-contracts":"0.84.0-nightly.20250406","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250406"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250406_1743907468171_0.02239535529652481","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250407":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250407","_id":"@aztec/end-to-end@0.84.0-nightly.20250407","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a5963cdfaf109ddf92019f10d6b131d5c8addd19","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250407.tgz","fileCount":178,"integrity":"sha512-0a/halPG/QkatyWJu84uJsgFh2H1KhVag7Zd2QQyer8pvhm3h7RgvZbBGBEkIscvLP+IYfpuJ+/EWpB3oY+/fA==","signatures":[{"sig":"MEUCIQD2SzZVINj4I6XQu6b7hOIWcH/oCvGKNYrEzpDgUQrkzwIgdDEmcSyyv9SXmPve+A/qY0OYPsO0d1Nd3muRBnMVT34=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616765},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c199f2c4ebd3e1045ebab317e1e5f76a0d9a2627","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250407","@aztec/p2p":"0.84.0-nightly.20250407","@aztec/pxe":"0.84.0-nightly.20250407","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250407","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250407","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250407","@aztec/archiver":"0.84.0-nightly.20250407","@aztec/aztec.js":"0.84.0-nightly.20250407","@aztec/blob-lib":"0.84.0-nightly.20250407","@aztec/ethereum":"0.84.0-nightly.20250407","@aztec/kv-store":"0.84.0-nightly.20250407","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250407","@aztec/blob-sink":"0.84.0-nightly.20250407","@aztec/constants":"0.84.0-nightly.20250407","@aztec/simulator":"0.84.0-nightly.20250407","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250407","@aztec/foundation":"0.84.0-nightly.20250407","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250407","@aztec/epoch-cache":"0.84.0-nightly.20250407","@aztec/merkle-tree":"0.84.0-nightly.20250407","@aztec/prover-node":"0.84.0-nightly.20250407","@aztec/world-state":"0.84.0-nightly.20250407","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250407","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250407","@aztec/noir-noirc_abi":"0.84.0-nightly.20250407","@aztec/sequencer-client":"0.84.0-nightly.20250407","@aztec/telemetry-client":"0.84.0-nightly.20250407","@aztec/validator-client":"0.84.0-nightly.20250407","@aztec/noir-contracts.js":"0.84.0-nightly.20250407","@aztec/protocol-contracts":"0.84.0-nightly.20250407","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250407"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250407_1743993908916_0.6707380734268675","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-alpha-testnet.2":{"name":"@aztec/end-to-end","version":"0.84.0-alpha-testnet.2","_id":"@aztec/end-to-end@0.84.0-alpha-testnet.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6ce5bbde70afd3a95d74e2a7e01236197a0fa4b5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-alpha-testnet.2.tgz","fileCount":178,"integrity":"sha512-7V0UMQv0UYIaUr8RVl4Kht5jTvCaWG86KSEpi9xkNICalomoUaEHKSaL0xokUo71krizRMkGXWcCbIo+DiQ2RA==","signatures":[{"sig":"MEYCIQDcsgjkrqikTjuhnlj1WSMth5SAHVIAnCEdu5vBrrZ0YwIhAPAC/C+lO7JX7g3UIdgN+OZSKYWcKiXWfeuZyg8vzuFt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"7466f8999265066ecfd50480b8978de377f30c8d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-alpha-testnet.2","@aztec/p2p":"0.84.0-alpha-testnet.2","@aztec/pxe":"0.84.0-alpha-testnet.2","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-alpha-testnet.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-alpha-testnet.2","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-alpha-testnet.2","@aztec/archiver":"0.84.0-alpha-testnet.2","@aztec/aztec.js":"0.84.0-alpha-testnet.2","@aztec/blob-lib":"0.84.0-alpha-testnet.2","@aztec/ethereum":"0.84.0-alpha-testnet.2","@aztec/kv-store":"0.84.0-alpha-testnet.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-alpha-testnet.2","@aztec/blob-sink":"0.84.0-alpha-testnet.2","@aztec/constants":"0.84.0-alpha-testnet.2","@aztec/simulator":"0.84.0-alpha-testnet.2","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-alpha-testnet.2","@aztec/foundation":"0.84.0-alpha-testnet.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-alpha-testnet.2","@aztec/epoch-cache":"0.84.0-alpha-testnet.2","@aztec/merkle-tree":"0.84.0-alpha-testnet.2","@aztec/prover-node":"0.84.0-alpha-testnet.2","@aztec/world-state":"0.84.0-alpha-testnet.2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-alpha-testnet.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-alpha-testnet.2","@aztec/noir-noirc_abi":"0.84.0-alpha-testnet.2","@aztec/sequencer-client":"0.84.0-alpha-testnet.2","@aztec/telemetry-client":"0.84.0-alpha-testnet.2","@aztec/validator-client":"0.84.0-alpha-testnet.2","@aztec/noir-contracts.js":"0.84.0-alpha-testnet.2","@aztec/protocol-contracts":"0.84.0-alpha-testnet.2","@aztec/noir-protocol-circuits-types":"0.84.0-alpha-testnet.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-alpha-testnet.2_1744047471706_0.7825530566544734","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250408":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250408","_id":"@aztec/end-to-end@0.84.0-nightly.20250408","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2446fdad5152c7215554fa1267d014480bcad15f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250408.tgz","fileCount":178,"integrity":"sha512-/NwUkN7p+KQCYb9u0E3eNc7pEHv065Yv6pp/6jAXwALa3Xp88O+qs3fBms97ElLqpMyu2yJyxQofCubqpqKVWQ==","signatures":[{"sig":"MEUCIF6zo9pHmPUblRqhGLhz8K/44p/jMXN8PhKDIQLT+iP1AiEAo1gdw7Q+dmipqwnkw5cVe3Sqgp+lQgKbqOpcWcmGKW4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36617179},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"ec4fd7454e964965f6ff6529a244b2bffb2cd8e4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250408","@aztec/p2p":"0.84.0-nightly.20250408","@aztec/pxe":"0.84.0-nightly.20250408","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250408","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250408","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250408","@aztec/archiver":"0.84.0-nightly.20250408","@aztec/aztec.js":"0.84.0-nightly.20250408","@aztec/blob-lib":"0.84.0-nightly.20250408","@aztec/ethereum":"0.84.0-nightly.20250408","@aztec/kv-store":"0.84.0-nightly.20250408","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250408","@aztec/blob-sink":"0.84.0-nightly.20250408","@aztec/constants":"0.84.0-nightly.20250408","@aztec/simulator":"0.84.0-nightly.20250408","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250408","@aztec/foundation":"0.84.0-nightly.20250408","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250408","@aztec/epoch-cache":"0.84.0-nightly.20250408","@aztec/merkle-tree":"0.84.0-nightly.20250408","@aztec/prover-node":"0.84.0-nightly.20250408","@aztec/world-state":"0.84.0-nightly.20250408","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250408","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250408","@aztec/noir-noirc_abi":"0.84.0-nightly.20250408","@aztec/sequencer-client":"0.84.0-nightly.20250408","@aztec/telemetry-client":"0.84.0-nightly.20250408","@aztec/validator-client":"0.84.0-nightly.20250408","@aztec/noir-contracts.js":"0.84.0-nightly.20250408","@aztec/protocol-contracts":"0.84.0-nightly.20250408","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250408"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250408_1744137758066_0.9119190568382718","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250409":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250409","_id":"@aztec/end-to-end@0.84.0-nightly.20250409","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"11dc53207ffebb02a9d96d2d735a27ce6df1d9da","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250409.tgz","fileCount":178,"integrity":"sha512-76ou9IBfJh5ypGIxBNTXRb2yiUCGQpjIkcE9q1g1B1cgqzL05TqnlibCqebz+iK30sLhVN2ptUuEc5zz4H3LJA==","signatures":[{"sig":"MEUCIQClpzblnJXcjT+iKlMbwzybqO/MN92plTLEYfmKtL7bAgIgaLxxSWL5MOBOuFq4LpFff61O6vj6uF906rEewYY/t3o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620491},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a27fda019057795ac7103033b9f196d6ada6e0fa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250409","@aztec/p2p":"0.84.0-nightly.20250409","@aztec/pxe":"0.84.0-nightly.20250409","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250409","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250409","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250409","@aztec/archiver":"0.84.0-nightly.20250409","@aztec/aztec.js":"0.84.0-nightly.20250409","@aztec/blob-lib":"0.84.0-nightly.20250409","@aztec/ethereum":"0.84.0-nightly.20250409","@aztec/kv-store":"0.84.0-nightly.20250409","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250409","@aztec/blob-sink":"0.84.0-nightly.20250409","@aztec/constants":"0.84.0-nightly.20250409","@aztec/simulator":"0.84.0-nightly.20250409","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250409","@aztec/foundation":"0.84.0-nightly.20250409","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250409","@aztec/epoch-cache":"0.84.0-nightly.20250409","@aztec/merkle-tree":"0.84.0-nightly.20250409","@aztec/prover-node":"0.84.0-nightly.20250409","@aztec/world-state":"0.84.0-nightly.20250409","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250409","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250409","@aztec/noir-noirc_abi":"0.84.0-nightly.20250409","@aztec/sequencer-client":"0.84.0-nightly.20250409","@aztec/telemetry-client":"0.84.0-nightly.20250409","@aztec/validator-client":"0.84.0-nightly.20250409","@aztec/noir-contracts.js":"0.84.0-nightly.20250409","@aztec/protocol-contracts":"0.84.0-nightly.20250409","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250409"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250409_1744167370010_0.14948368753363783","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250410":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250410","_id":"@aztec/end-to-end@0.84.0-nightly.20250410","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"38544234c2f1da1e79cae2e20e9978683a0679bf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250410.tgz","fileCount":178,"integrity":"sha512-/A1DUUE1N5doodssifezoJGCTnYM5MM9dl6QIPC0bP/uPB8Fmlsc3o2aIEBNUht2jK9MpxD4A+PXYuVzX8UPeQ==","signatures":[{"sig":"MEQCIHz4PzMiUk9TIlTCxgRXJDCY7sYZVr7794Fd8AwvTlkFAiBgSksw9FJVADAc2HEWEgkkeizKuLV+B3NO4gIgym8FMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620457},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"772259aa081e102ff0b4b57f68019c275afbb93b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250410","@aztec/p2p":"0.84.0-nightly.20250410","@aztec/pxe":"0.84.0-nightly.20250410","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250410","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250410","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250410","@aztec/archiver":"0.84.0-nightly.20250410","@aztec/aztec.js":"0.84.0-nightly.20250410","@aztec/blob-lib":"0.84.0-nightly.20250410","@aztec/ethereum":"0.84.0-nightly.20250410","@aztec/kv-store":"0.84.0-nightly.20250410","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250410","@aztec/blob-sink":"0.84.0-nightly.20250410","@aztec/constants":"0.84.0-nightly.20250410","@aztec/simulator":"0.84.0-nightly.20250410","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250410","@aztec/foundation":"0.84.0-nightly.20250410","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250410","@aztec/epoch-cache":"0.84.0-nightly.20250410","@aztec/merkle-tree":"0.84.0-nightly.20250410","@aztec/prover-node":"0.84.0-nightly.20250410","@aztec/world-state":"0.84.0-nightly.20250410","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250410","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250410","@aztec/noir-noirc_abi":"0.84.0-nightly.20250410","@aztec/sequencer-client":"0.84.0-nightly.20250410","@aztec/telemetry-client":"0.84.0-nightly.20250410","@aztec/validator-client":"0.84.0-nightly.20250410","@aztec/noir-contracts.js":"0.84.0-nightly.20250410","@aztec/protocol-contracts":"0.84.0-nightly.20250410","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250410"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250410_1744253112240_0.1751655428876684","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-alpha-testnet.3":{"name":"@aztec/end-to-end","version":"0.84.0-alpha-testnet.3","_id":"@aztec/end-to-end@0.84.0-alpha-testnet.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1e1135d718b84a6696af8423ac78608a9faa0c0a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-alpha-testnet.3.tgz","fileCount":178,"integrity":"sha512-T6RjqDlHMAkbjTXz5YC4LCtEF10t6eqrX3FClNNE0KY8SQUGLCpgbH7e8+DL4tFiuAPzXAXLovF2j1hUNPr+Jw==","signatures":[{"sig":"MEYCIQD5Vi85osL2ulyaksXZHjB6slLvStGKPdCdYb5uMFm+5AIhAPuXhdxiiPUk7HeW8G4Sd7MOuILo2JeDj0pPY1TdSvD1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36616146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"95aa71b85f27380333ffe49d2da85df22a0abaf5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.14.2","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","levelup":"^5.1.1","memdown":"^6.1.1","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-alpha-testnet.3","@aztec/p2p":"0.84.0-alpha-testnet.3","@aztec/pxe":"0.84.0-alpha-testnet.3","@types/koa":"^2.13.9","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-alpha-testnet.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-alpha-testnet.3","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@types/levelup":"^5.1.2","@types/memdown":"^3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-alpha-testnet.3","@aztec/archiver":"0.84.0-alpha-testnet.3","@aztec/aztec.js":"0.84.0-alpha-testnet.3","@aztec/blob-lib":"0.84.0-alpha-testnet.3","@aztec/ethereum":"0.84.0-alpha-testnet.3","@aztec/kv-store":"0.84.0-alpha-testnet.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-alpha-testnet.3","@aztec/blob-sink":"0.84.0-alpha-testnet.3","@aztec/constants":"0.84.0-alpha-testnet.3","@aztec/simulator":"0.84.0-alpha-testnet.3","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-alpha-testnet.3","@aztec/foundation":"0.84.0-alpha-testnet.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.0","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-alpha-testnet.3","@aztec/epoch-cache":"0.84.0-alpha-testnet.3","@aztec/merkle-tree":"0.84.0-alpha-testnet.3","@aztec/prover-node":"0.84.0-alpha-testnet.3","@aztec/world-state":"0.84.0-alpha-testnet.3","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-alpha-testnet.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-alpha-testnet.3","@aztec/noir-noirc_abi":"0.84.0-alpha-testnet.3","@aztec/sequencer-client":"0.84.0-alpha-testnet.3","@aztec/telemetry-client":"0.84.0-alpha-testnet.3","@aztec/validator-client":"0.84.0-alpha-testnet.3","@aztec/noir-contracts.js":"0.84.0-alpha-testnet.3","@aztec/protocol-contracts":"0.84.0-alpha-testnet.3","@aztec/noir-protocol-circuits-types":"0.84.0-alpha-testnet.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-alpha-testnet.3_1744290330242_0.6702068233454548","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250412":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250412","_id":"@aztec/end-to-end@0.84.0-nightly.20250412","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"307d830cb4173d3161d35561dde2f7dcad38db13","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250412.tgz","fileCount":178,"integrity":"sha512-Mbt68/p94HV0HI3q28WW563bpSF5BwzwfIQD/gLhB18cTM/f/wH3VEIhcAEhp0VoWvVx5a35yQ8m1rTstEid4g==","signatures":[{"sig":"MEYCIQDwYabJdq9R1m5FtN81P0aYo29BFy7Mg9L0PS39IwaSTwIhAJW8iafA7dOmHa25b8FoOjfbDFOV+0yGr7cX85TB1p5M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620402},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b855fcd2e3f7cd8eeac984de2b167dbc34254173","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250412","@aztec/p2p":"0.84.0-nightly.20250412","@aztec/pxe":"0.84.0-nightly.20250412","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250412","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250412","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250412","@aztec/archiver":"0.84.0-nightly.20250412","@aztec/aztec.js":"0.84.0-nightly.20250412","@aztec/blob-lib":"0.84.0-nightly.20250412","@aztec/ethereum":"0.84.0-nightly.20250412","@aztec/kv-store":"0.84.0-nightly.20250412","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250412","@aztec/blob-sink":"0.84.0-nightly.20250412","@aztec/constants":"0.84.0-nightly.20250412","@aztec/simulator":"0.84.0-nightly.20250412","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250412","@aztec/foundation":"0.84.0-nightly.20250412","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250412","@aztec/epoch-cache":"0.84.0-nightly.20250412","@aztec/merkle-tree":"0.84.0-nightly.20250412","@aztec/prover-node":"0.84.0-nightly.20250412","@aztec/world-state":"0.84.0-nightly.20250412","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250412","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250412","@aztec/noir-noirc_abi":"0.84.0-nightly.20250412","@aztec/sequencer-client":"0.84.0-nightly.20250412","@aztec/telemetry-client":"0.84.0-nightly.20250412","@aztec/validator-client":"0.84.0-nightly.20250412","@aztec/noir-contracts.js":"0.84.0-nightly.20250412","@aztec/protocol-contracts":"0.84.0-nightly.20250412","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250412"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250412_1744426019800_0.1718026498622054","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250413":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250413","_id":"@aztec/end-to-end@0.84.0-nightly.20250413","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"42a9ce688f9c181dd674f34db575c2fef2dda39d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250413.tgz","fileCount":178,"integrity":"sha512-atiwfos5quz/dIH9ZG9PZVQPUQcVVhWZtY32ltUMhlEb0TPx08o2bYxe1xQT+2Tf1ThWI9gdA4cUH7RWZhW2bg==","signatures":[{"sig":"MEUCIQC74ii+TVcfy2ioi07wWrabC2PfDwh1+bL2ah/in41D8AIgB/tygIpK3o8ryWColCBZU/TsYqbmQai89KGeDx/xH3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620402},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b855fcd2e3f7cd8eeac984de2b167dbc34254173","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250413","@aztec/p2p":"0.84.0-nightly.20250413","@aztec/pxe":"0.84.0-nightly.20250413","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250413","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250413","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250413","@aztec/archiver":"0.84.0-nightly.20250413","@aztec/aztec.js":"0.84.0-nightly.20250413","@aztec/blob-lib":"0.84.0-nightly.20250413","@aztec/ethereum":"0.84.0-nightly.20250413","@aztec/kv-store":"0.84.0-nightly.20250413","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250413","@aztec/blob-sink":"0.84.0-nightly.20250413","@aztec/constants":"0.84.0-nightly.20250413","@aztec/simulator":"0.84.0-nightly.20250413","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250413","@aztec/foundation":"0.84.0-nightly.20250413","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250413","@aztec/epoch-cache":"0.84.0-nightly.20250413","@aztec/merkle-tree":"0.84.0-nightly.20250413","@aztec/prover-node":"0.84.0-nightly.20250413","@aztec/world-state":"0.84.0-nightly.20250413","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250413","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250413","@aztec/noir-noirc_abi":"0.84.0-nightly.20250413","@aztec/sequencer-client":"0.84.0-nightly.20250413","@aztec/telemetry-client":"0.84.0-nightly.20250413","@aztec/validator-client":"0.84.0-nightly.20250413","@aztec/noir-contracts.js":"0.84.0-nightly.20250413","@aztec/protocol-contracts":"0.84.0-nightly.20250413","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250413"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250413_1744514147437_0.1671572279111837","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250414":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250414","_id":"@aztec/end-to-end@0.84.0-nightly.20250414","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65f4134c55879cd868903b625ee62b0c7e3ec167","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250414.tgz","fileCount":178,"integrity":"sha512-zpr46CvxkhHiJL7T5DsqQVqYrSgWQnH60XDG60rIKhfje4MR6d9h47hW4/rrbUGnhvEzQNFUnm+NXBWFBJshYA==","signatures":[{"sig":"MEUCIQC6Xpzo5eGyMYCmA+YxYYBNHHFYlmzYccRS5dp4tIc1HAIgOIefvPHc3/ZQ2PJ/gKHx0EYQmGOAUF60nweuanEXDSk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620402},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b855fcd2e3f7cd8eeac984de2b167dbc34254173","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250414","@aztec/p2p":"0.84.0-nightly.20250414","@aztec/pxe":"0.84.0-nightly.20250414","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250414","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250414","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250414","@aztec/archiver":"0.84.0-nightly.20250414","@aztec/aztec.js":"0.84.0-nightly.20250414","@aztec/blob-lib":"0.84.0-nightly.20250414","@aztec/ethereum":"0.84.0-nightly.20250414","@aztec/kv-store":"0.84.0-nightly.20250414","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250414","@aztec/blob-sink":"0.84.0-nightly.20250414","@aztec/constants":"0.84.0-nightly.20250414","@aztec/simulator":"0.84.0-nightly.20250414","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250414","@aztec/foundation":"0.84.0-nightly.20250414","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250414","@aztec/epoch-cache":"0.84.0-nightly.20250414","@aztec/merkle-tree":"0.84.0-nightly.20250414","@aztec/prover-node":"0.84.0-nightly.20250414","@aztec/world-state":"0.84.0-nightly.20250414","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250414","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250414","@aztec/noir-noirc_abi":"0.84.0-nightly.20250414","@aztec/sequencer-client":"0.84.0-nightly.20250414","@aztec/telemetry-client":"0.84.0-nightly.20250414","@aztec/validator-client":"0.84.0-nightly.20250414","@aztec/noir-contracts.js":"0.84.0-nightly.20250414","@aztec/protocol-contracts":"0.84.0-nightly.20250414","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250414"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250414_1744598808369_0.40399790414149517","host":"s3://npm-registry-packages-npm-production"}},"0.84.0-nightly.20250415":{"name":"@aztec/end-to-end","version":"0.84.0-nightly.20250415","_id":"@aztec/end-to-end@0.84.0-nightly.20250415","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1be09b65db3bc520fc6801cc1c7b354c147e8c53","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.84.0-nightly.20250415.tgz","fileCount":178,"integrity":"sha512-92A0qy3gWNpk6ZJeNsfJQWT3J2gVN0sjBZ86rSP3pOMJFy/wunrEZ1Cvq3KmDvsggvxiQnkfQG//B2uRSG62kw==","signatures":[{"sig":"MEUCIQCo/pnKMfxVy6PhXwWp7FFiVjKVQtR8TY34cdTn6VeF2QIgN8TJ8+fSRxC6Af3O6SvPQnwsDiWYo4M8S1IIFrKsy2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36620229},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"93b8bb53f2f1f3694fcee70287f75aafe25b9305","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.84.0-nightly.20250415","@aztec/p2p":"0.84.0-nightly.20250415","@aztec/pxe":"0.84.0-nightly.20250415","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.84.0-nightly.20250415","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.84.0-nightly.20250415","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.84.0-nightly.20250415","@aztec/archiver":"0.84.0-nightly.20250415","@aztec/aztec.js":"0.84.0-nightly.20250415","@aztec/blob-lib":"0.84.0-nightly.20250415","@aztec/ethereum":"0.84.0-nightly.20250415","@aztec/kv-store":"0.84.0-nightly.20250415","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.84.0-nightly.20250415","@aztec/blob-sink":"0.84.0-nightly.20250415","@aztec/constants":"0.84.0-nightly.20250415","@aztec/simulator":"0.84.0-nightly.20250415","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.84.0-nightly.20250415","@aztec/foundation":"0.84.0-nightly.20250415","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.84.0-nightly.20250415","@aztec/epoch-cache":"0.84.0-nightly.20250415","@aztec/merkle-tree":"0.84.0-nightly.20250415","@aztec/prover-node":"0.84.0-nightly.20250415","@aztec/world-state":"0.84.0-nightly.20250415","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.84.0-nightly.20250415","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.84.0-nightly.20250415","@aztec/noir-noirc_abi":"0.84.0-nightly.20250415","@aztec/sequencer-client":"0.84.0-nightly.20250415","@aztec/telemetry-client":"0.84.0-nightly.20250415","@aztec/validator-client":"0.84.0-nightly.20250415","@aztec/noir-contracts.js":"0.84.0-nightly.20250415","@aztec/protocol-contracts":"0.84.0-nightly.20250415","@aztec/noir-protocol-circuits-types":"0.84.0-nightly.20250415"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.84.0-nightly.20250415_1744685141961_0.7400280515404853","host":"s3://npm-registry-packages-npm-production"}},"0.85.0":{"name":"@aztec/end-to-end","version":"0.85.0","_id":"@aztec/end-to-end@0.85.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a03172e4e37fd82b67f1ebdb20ca4e14677f7651","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0.tgz","fileCount":178,"integrity":"sha512-Yr5SaHNku9PsldgdXxbyX5dQYWaO3TZBhP7Yk9aENOdJ0GF1qeqINOyVsr524FaXV62MMNUKIDw+KaIFcuI4mw==","signatures":[{"sig":"MEQCIEy1VY4yAnLtwiaEnETN+p5kpFS5iDvXRPEs0zhxWv0bAiB0uYUfVSgvjT0sHcOSFTRYVLnLmrFHh8iVMtAPsrCcvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36630927},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c9e76545790f085043a83fa4903f956c8f096d60","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0","@aztec/cli":"0.85.0","@aztec/p2p":"0.85.0","@aztec/pxe":"0.85.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0","@aztec/archiver":"0.85.0","@aztec/aztec.js":"0.85.0","@aztec/blob-lib":"0.85.0","@aztec/ethereum":"0.85.0","@aztec/kv-store":"0.85.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0","@aztec/blob-sink":"0.85.0","@aztec/constants":"0.85.0","@aztec/simulator":"0.85.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.85.0","@aztec/foundation":"0.85.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0","@aztec/epoch-cache":"0.85.0","@aztec/merkle-tree":"0.85.0","@aztec/prover-node":"0.85.0","@aztec/world-state":"0.85.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0","@aztec/noir-noirc_abi":"0.85.0","@aztec/sequencer-client":"0.85.0","@aztec/telemetry-client":"0.85.0","@aztec/validator-client":"0.85.0","@aztec/noir-contracts.js":"0.85.0","@aztec/protocol-contracts":"0.85.0","@aztec/noir-protocol-circuits-types":"0.85.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0_1744729680368_0.840819788556401","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.0":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.0","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4dd6789736d9f31e2a6acb3bb9b02d131456d14c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.0.tgz","fileCount":178,"integrity":"sha512-l982YvC5ZbQWFMQNXF21Xp1jVMJ8/Yhqy0iEZ6kWKyFyPVkzFkDkI2HVEAB1OsZostXyteA5IThxmg4EgZBoVg==","signatures":[{"sig":"MEUCIQCjp06bMkf+9Qi6E7+7SzXB6OxdvSoEBVxS/kUbdLC4KwIgU4IxpvPn4Oe3Z+4iHX0dsuucOiciLYqlWatNk8/AOKo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36631455},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c9e76545790f085043a83fa4903f956c8f096d60","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.0","@aztec/cli":"0.85.0-alpha-testnet.0","@aztec/p2p":"0.85.0-alpha-testnet.0","@aztec/pxe":"0.85.0-alpha-testnet.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.0","@aztec/archiver":"0.85.0-alpha-testnet.0","@aztec/aztec.js":"0.85.0-alpha-testnet.0","@aztec/blob-lib":"0.85.0-alpha-testnet.0","@aztec/ethereum":"0.85.0-alpha-testnet.0","@aztec/kv-store":"0.85.0-alpha-testnet.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.0","@aztec/blob-sink":"0.85.0-alpha-testnet.0","@aztec/constants":"0.85.0-alpha-testnet.0","@aztec/simulator":"0.85.0-alpha-testnet.0","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.85.0-alpha-testnet.0","@aztec/foundation":"0.85.0-alpha-testnet.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.0","@aztec/epoch-cache":"0.85.0-alpha-testnet.0","@aztec/merkle-tree":"0.85.0-alpha-testnet.0","@aztec/prover-node":"0.85.0-alpha-testnet.0","@aztec/world-state":"0.85.0-alpha-testnet.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.0","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.0","@aztec/sequencer-client":"0.85.0-alpha-testnet.0","@aztec/telemetry-client":"0.85.0-alpha-testnet.0","@aztec/validator-client":"0.85.0-alpha-testnet.0","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.0","@aztec/protocol-contracts":"0.85.0-alpha-testnet.0","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.0_1744744410257_0.7268583367976731","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.1":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.1","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"08eb60314248da2dd7c50d11977f6fb2d22df2f7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.1.tgz","fileCount":178,"integrity":"sha512-bZiBJ/ebWTJY5gJvSiFr0qtqCQTTZNyZg6h+BaxzujcZi3gOJxkCMUmvxwgi/+UrKbcD5JW8wzmjzXa6a79X9A==","signatures":[{"sig":"MEYCIQDyVXSzoOSmXCUU1oIPSYVX9/i7FRMlrI0FNHTiAvp79wIhAOwk0CIsbYgzUOMwhqxTo2Ly64vpS0JZCfNucdhuYqh0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36631455},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"6a49db377fd67f2b5da004a345fd03ecf5fd9459","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.1","@aztec/cli":"0.85.0-alpha-testnet.1","@aztec/p2p":"0.85.0-alpha-testnet.1","@aztec/pxe":"0.85.0-alpha-testnet.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.1","@aztec/archiver":"0.85.0-alpha-testnet.1","@aztec/aztec.js":"0.85.0-alpha-testnet.1","@aztec/blob-lib":"0.85.0-alpha-testnet.1","@aztec/ethereum":"0.85.0-alpha-testnet.1","@aztec/kv-store":"0.85.0-alpha-testnet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.1","@aztec/blob-sink":"0.85.0-alpha-testnet.1","@aztec/constants":"0.85.0-alpha-testnet.1","@aztec/simulator":"0.85.0-alpha-testnet.1","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.85.0-alpha-testnet.1","@aztec/foundation":"0.85.0-alpha-testnet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.1","@aztec/epoch-cache":"0.85.0-alpha-testnet.1","@aztec/merkle-tree":"0.85.0-alpha-testnet.1","@aztec/prover-node":"0.85.0-alpha-testnet.1","@aztec/world-state":"0.85.0-alpha-testnet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.1","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.1","@aztec/sequencer-client":"0.85.0-alpha-testnet.1","@aztec/telemetry-client":"0.85.0-alpha-testnet.1","@aztec/validator-client":"0.85.0-alpha-testnet.1","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.1","@aztec/protocol-contracts":"0.85.0-alpha-testnet.1","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.1_1744810342765_0.6585000176394262","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.2":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.2","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"218f45265f656104ee29b7ec112c394317a64fe2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.2.tgz","fileCount":178,"integrity":"sha512-+D+yAKf0k7L+WpiL2gZQTZoFtT7+yqxE3Cua1tzPGb4Cg9uDOFHyZaV1wz7lv2jjNv5Blq5I+kjiKrj/i39cWg==","signatures":[{"sig":"MEUCIQD+3fhYCe9qwhkNPtyazSBsrGKymzbreTax2jeEKyBY/gIgZ/ez/ukfe/dKtEOSrW/XJi1bzIbuEU5h3Ppy+khbMgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36631455},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"05999f57016f37978512ea36a11a01f7b8bcf1c1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.2","@aztec/cli":"0.85.0-alpha-testnet.2","@aztec/p2p":"0.85.0-alpha-testnet.2","@aztec/pxe":"0.85.0-alpha-testnet.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.2","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.2","@aztec/archiver":"0.85.0-alpha-testnet.2","@aztec/aztec.js":"0.85.0-alpha-testnet.2","@aztec/blob-lib":"0.85.0-alpha-testnet.2","@aztec/ethereum":"0.85.0-alpha-testnet.2","@aztec/kv-store":"0.85.0-alpha-testnet.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.2","@aztec/blob-sink":"0.85.0-alpha-testnet.2","@aztec/constants":"0.85.0-alpha-testnet.2","@aztec/simulator":"0.85.0-alpha-testnet.2","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.85.0-alpha-testnet.2","@aztec/foundation":"0.85.0-alpha-testnet.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.2","@aztec/epoch-cache":"0.85.0-alpha-testnet.2","@aztec/merkle-tree":"0.85.0-alpha-testnet.2","@aztec/prover-node":"0.85.0-alpha-testnet.2","@aztec/world-state":"0.85.0-alpha-testnet.2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.2","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.2","@aztec/sequencer-client":"0.85.0-alpha-testnet.2","@aztec/telemetry-client":"0.85.0-alpha-testnet.2","@aztec/validator-client":"0.85.0-alpha-testnet.2","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.2","@aztec/protocol-contracts":"0.85.0-alpha-testnet.2","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.2_1744819945393_0.9078629105847054","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250417":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250417","_id":"@aztec/end-to-end@0.85.0-nightly.20250417","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d8b9f6b706772396b92167680797f837091fe2e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250417.tgz","fileCount":178,"integrity":"sha512-TgByhrucDDodRkbK6AStRg4voG6LCx0olft+LkO4Qo9YupRAee+XHqneArlOBRdqg8aadwEDXO0IsaCZSn/2Ng==","signatures":[{"sig":"MEYCIQDF/QXhpyqAagLICxjYd9DyDZnhLXpEluaIYYDtcJ3d2wIhAN5Jm714LLS7zh0fF6aIEctzpK636lQeSPqu2+yM2AwH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36629706},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"da1e6986d7f59b49739a42aba07718b75f39e6cb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250417","@aztec/cli":"0.85.0-nightly.20250417","@aztec/p2p":"0.85.0-nightly.20250417","@aztec/pxe":"0.85.0-nightly.20250417","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250417","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250417","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250417","@aztec/archiver":"0.85.0-nightly.20250417","@aztec/aztec.js":"0.85.0-nightly.20250417","@aztec/blob-lib":"0.85.0-nightly.20250417","@aztec/ethereum":"0.85.0-nightly.20250417","@aztec/kv-store":"0.85.0-nightly.20250417","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250417","@aztec/blob-sink":"0.85.0-nightly.20250417","@aztec/constants":"0.85.0-nightly.20250417","@aztec/simulator":"0.85.0-nightly.20250417","@msgpack/msgpack":"^3.0.0-beta2","@aztec/aztec-node":"0.85.0-nightly.20250417","@aztec/foundation":"0.85.0-nightly.20250417","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250417","@aztec/epoch-cache":"0.85.0-nightly.20250417","@aztec/merkle-tree":"0.85.0-nightly.20250417","@aztec/prover-node":"0.85.0-nightly.20250417","@aztec/world-state":"0.85.0-nightly.20250417","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250417","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250417","@aztec/noir-noirc_abi":"0.85.0-nightly.20250417","@aztec/sequencer-client":"0.85.0-nightly.20250417","@aztec/telemetry-client":"0.85.0-nightly.20250417","@aztec/validator-client":"0.85.0-nightly.20250417","@aztec/noir-contracts.js":"0.85.0-nightly.20250417","@aztec/protocol-contracts":"0.85.0-nightly.20250417","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250417"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250417_1744857929596_0.35040531034774625","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250418":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250418","_id":"@aztec/end-to-end@0.85.0-nightly.20250418","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"065ad3dd999861d400485542db85714a717875f5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250418.tgz","fileCount":178,"integrity":"sha512-tTzEvq8ZKnY3vd+u76GybaA7Nd5UkjFmfK350yytC/GtZxUse5YytuyFn/KhASaCpYjbcPrXrO98VDFMYg+uhw==","signatures":[{"sig":"MEUCIDTUgn4Mhb27x3DYPKubzRryt4oAhSwcMNEpfk5+yda7AiEAlZghZanl82JsH7fvmLFNzgRr+glgPaLCCNDAJrwJMO4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628961},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"017b00c0af3b1dc24edba931f7a3954e0c1df962","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250418","@aztec/cli":"0.85.0-nightly.20250418","@aztec/p2p":"0.85.0-nightly.20250418","@aztec/pxe":"0.85.0-nightly.20250418","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250418","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250418","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250418","@aztec/archiver":"0.85.0-nightly.20250418","@aztec/aztec.js":"0.85.0-nightly.20250418","@aztec/blob-lib":"0.85.0-nightly.20250418","@aztec/ethereum":"0.85.0-nightly.20250418","@aztec/kv-store":"0.85.0-nightly.20250418","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250418","@aztec/blob-sink":"0.85.0-nightly.20250418","@aztec/constants":"0.85.0-nightly.20250418","@aztec/simulator":"0.85.0-nightly.20250418","@aztec/aztec-node":"0.85.0-nightly.20250418","@aztec/foundation":"0.85.0-nightly.20250418","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250418","@aztec/epoch-cache":"0.85.0-nightly.20250418","@aztec/merkle-tree":"0.85.0-nightly.20250418","@aztec/prover-node":"0.85.0-nightly.20250418","@aztec/world-state":"0.85.0-nightly.20250418","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250418","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250418","@aztec/noir-noirc_abi":"0.85.0-nightly.20250418","@aztec/sequencer-client":"0.85.0-nightly.20250418","@aztec/telemetry-client":"0.85.0-nightly.20250418","@aztec/validator-client":"0.85.0-nightly.20250418","@aztec/noir-contracts.js":"0.85.0-nightly.20250418","@aztec/protocol-contracts":"0.85.0-nightly.20250418","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250418"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250418_1744944451681_0.6251782086573998","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250420":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250420","_id":"@aztec/end-to-end@0.85.0-nightly.20250420","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ee0815b4e90d90af03fd7de04b06f3fc3e3beb23","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250420.tgz","fileCount":178,"integrity":"sha512-L1wZtCeUNTV33rR8U33H6xTHpfhEJ1RoMb7EyOct4dre60YB7cS4nQts9gnSuCQ4mE/jrPweI9MOtItZG7s0Cw==","signatures":[{"sig":"MEQCICHy1vpZn7K1Rpg4bQRZ9R028wZgJzdtiIZ7fklyLqepAiAfgp2fOFEYSGP8DNYbvX89O8mwi0MOD/l7djBzVXKXCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36629387},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"062d8dbc0596985734b36161e5175b37f8dadd8d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250420","@aztec/cli":"0.85.0-nightly.20250420","@aztec/p2p":"0.85.0-nightly.20250420","@aztec/pxe":"0.85.0-nightly.20250420","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250420","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250420","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250420","@aztec/archiver":"0.85.0-nightly.20250420","@aztec/aztec.js":"0.85.0-nightly.20250420","@aztec/blob-lib":"0.85.0-nightly.20250420","@aztec/ethereum":"0.85.0-nightly.20250420","@aztec/kv-store":"0.85.0-nightly.20250420","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250420","@aztec/blob-sink":"0.85.0-nightly.20250420","@aztec/constants":"0.85.0-nightly.20250420","@aztec/simulator":"0.85.0-nightly.20250420","@aztec/aztec-node":"0.85.0-nightly.20250420","@aztec/foundation":"0.85.0-nightly.20250420","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250420","@aztec/epoch-cache":"0.85.0-nightly.20250420","@aztec/merkle-tree":"0.85.0-nightly.20250420","@aztec/prover-node":"0.85.0-nightly.20250420","@aztec/world-state":"0.85.0-nightly.20250420","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250420","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250420","@aztec/noir-noirc_abi":"0.85.0-nightly.20250420","@aztec/sequencer-client":"0.85.0-nightly.20250420","@aztec/telemetry-client":"0.85.0-nightly.20250420","@aztec/validator-client":"0.85.0-nightly.20250420","@aztec/noir-contracts.js":"0.85.0-nightly.20250420","@aztec/protocol-contracts":"0.85.0-nightly.20250420","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250420"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250420_1745117755676_0.6557814220800466","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250421":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250421","_id":"@aztec/end-to-end@0.85.0-nightly.20250421","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c2c5c46d8ffb80b10638ef95ea9c0c234a5a88cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250421.tgz","fileCount":178,"integrity":"sha512-EW7+t/596l0J3G5ZkESDNQ11U6oW36iWDUI0OIIJIzaKHSd5m8PzpQZx2Wav5UsIOGQiut+B0MvGHJ8eYry9NA==","signatures":[{"sig":"MEQCICO+rLeA0O+TSeekontcFUMqWpM2UabVNRsh+YkeiNPpAiB04WSVeyZVrl9CnGlHNfuhLln3trUa5ins1zHY/Jh6BA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36629387},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"50f5bf07e6981a86b08b0b14b94940105fe15971","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250421","@aztec/cli":"0.85.0-nightly.20250421","@aztec/p2p":"0.85.0-nightly.20250421","@aztec/pxe":"0.85.0-nightly.20250421","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250421","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250421","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250421","@aztec/archiver":"0.85.0-nightly.20250421","@aztec/aztec.js":"0.85.0-nightly.20250421","@aztec/blob-lib":"0.85.0-nightly.20250421","@aztec/ethereum":"0.85.0-nightly.20250421","@aztec/kv-store":"0.85.0-nightly.20250421","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250421","@aztec/blob-sink":"0.85.0-nightly.20250421","@aztec/constants":"0.85.0-nightly.20250421","@aztec/simulator":"0.85.0-nightly.20250421","@aztec/aztec-node":"0.85.0-nightly.20250421","@aztec/foundation":"0.85.0-nightly.20250421","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250421","@aztec/epoch-cache":"0.85.0-nightly.20250421","@aztec/merkle-tree":"0.85.0-nightly.20250421","@aztec/prover-node":"0.85.0-nightly.20250421","@aztec/world-state":"0.85.0-nightly.20250421","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250421","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250421","@aztec/noir-noirc_abi":"0.85.0-nightly.20250421","@aztec/sequencer-client":"0.85.0-nightly.20250421","@aztec/telemetry-client":"0.85.0-nightly.20250421","@aztec/validator-client":"0.85.0-nightly.20250421","@aztec/noir-contracts.js":"0.85.0-nightly.20250421","@aztec/protocol-contracts":"0.85.0-nightly.20250421","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250421"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250421_1745203830924_0.5878390430051319","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250422":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250422","_id":"@aztec/end-to-end@0.85.0-nightly.20250422","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c36cf5af0e45d733b2ecaf1fd44d70abca195ae5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250422.tgz","fileCount":178,"integrity":"sha512-waBw99Xy4XVuTd4ycqI4Zfilc9ItVn83zAzXydjlH1w5jpD1NvVi76MEJ8R01060aDhzLilYjTagjJfv3Xkb7Q==","signatures":[{"sig":"MEUCID4dB348L8kXiTigTgRT0KnfDJzu+6f6Rq9L+3bEW2yAAiEAlJwgJHuJ7+ucWnzZeQ2Bf25+7Mw+tI3uqwsyndW9g4o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36629387},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"3976e8e325d4b11f0003dc04e2abef09f619a417","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250422","@aztec/cli":"0.85.0-nightly.20250422","@aztec/p2p":"0.85.0-nightly.20250422","@aztec/pxe":"0.85.0-nightly.20250422","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250422","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250422","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250422","@aztec/archiver":"0.85.0-nightly.20250422","@aztec/aztec.js":"0.85.0-nightly.20250422","@aztec/blob-lib":"0.85.0-nightly.20250422","@aztec/ethereum":"0.85.0-nightly.20250422","@aztec/kv-store":"0.85.0-nightly.20250422","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250422","@aztec/blob-sink":"0.85.0-nightly.20250422","@aztec/constants":"0.85.0-nightly.20250422","@aztec/simulator":"0.85.0-nightly.20250422","@aztec/aztec-node":"0.85.0-nightly.20250422","@aztec/foundation":"0.85.0-nightly.20250422","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250422","@aztec/epoch-cache":"0.85.0-nightly.20250422","@aztec/merkle-tree":"0.85.0-nightly.20250422","@aztec/prover-node":"0.85.0-nightly.20250422","@aztec/world-state":"0.85.0-nightly.20250422","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250422","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250422","@aztec/noir-noirc_abi":"0.85.0-nightly.20250422","@aztec/sequencer-client":"0.85.0-nightly.20250422","@aztec/telemetry-client":"0.85.0-nightly.20250422","@aztec/validator-client":"0.85.0-nightly.20250422","@aztec/noir-contracts.js":"0.85.0-nightly.20250422","@aztec/protocol-contracts":"0.85.0-nightly.20250422","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250422"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250422_1745290712427_0.9096022005108519","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250423":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250423","_id":"@aztec/end-to-end@0.85.0-nightly.20250423","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"286dabe4c0a7a6a5f422f57b127a7d24027dc16a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250423.tgz","fileCount":178,"integrity":"sha512-wekynX3KqfD17vQ3MgKZ2lu+tRwqoCzS67AiPDP5PjqgTbjwN6gC2s6pmiju2M17r3Fi/cxnJB/FNKU0EvaW4A==","signatures":[{"sig":"MEUCIHFeLOjmG0ZmMrvDzLWR4ZbM2d2FgJpcLZzl9GzjDFCfAiEAnLuzCTGakhEDWq8mnX0XNAw3Av38aZ3n82FnPUqyvfQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628965},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"30a5ea04be3159d0003a44d539a5e3c5ddf6fd5c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250423","@aztec/cli":"0.85.0-nightly.20250423","@aztec/p2p":"0.85.0-nightly.20250423","@aztec/pxe":"0.85.0-nightly.20250423","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250423","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250423","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250423","@aztec/archiver":"0.85.0-nightly.20250423","@aztec/aztec.js":"0.85.0-nightly.20250423","@aztec/blob-lib":"0.85.0-nightly.20250423","@aztec/ethereum":"0.85.0-nightly.20250423","@aztec/kv-store":"0.85.0-nightly.20250423","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250423","@aztec/blob-sink":"0.85.0-nightly.20250423","@aztec/constants":"0.85.0-nightly.20250423","@aztec/simulator":"0.85.0-nightly.20250423","@aztec/aztec-node":"0.85.0-nightly.20250423","@aztec/foundation":"0.85.0-nightly.20250423","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250423","@aztec/epoch-cache":"0.85.0-nightly.20250423","@aztec/merkle-tree":"0.85.0-nightly.20250423","@aztec/prover-node":"0.85.0-nightly.20250423","@aztec/world-state":"0.85.0-nightly.20250423","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250423","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250423","@aztec/noir-noirc_abi":"0.85.0-nightly.20250423","@aztec/sequencer-client":"0.85.0-nightly.20250423","@aztec/telemetry-client":"0.85.0-nightly.20250423","@aztec/validator-client":"0.85.0-nightly.20250423","@aztec/noir-contracts.js":"0.85.0-nightly.20250423","@aztec/protocol-contracts":"0.85.0-nightly.20250423","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250423"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250423_1745376440078_0.1699897233103138","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-nightly.20250424":{"name":"@aztec/end-to-end","version":"0.85.0-nightly.20250424","_id":"@aztec/end-to-end@0.85.0-nightly.20250424","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8595c9744b26ce81b7d671aaf778a594e0cb655e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-nightly.20250424.tgz","fileCount":178,"integrity":"sha512-c/cClz/PmKEGp1CYrjWWELi6Jw83Iz/wi44r0rmIjS90AmSj01bbZp4L3nCKN3If9RShseb7C5stsuSUxBzUdg==","signatures":[{"sig":"MEUCIHsgn8hlhBuL2RSfMNUuBb58T+eQwxiuqZ8C897oycZFAiEA1Nbz+00XZLxAjiUqySm0iMbFVUXpSizij0Z3VfYLCmQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36624804},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"0f31e1da06e677b3438910f7caf322d975229674","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-nightly.20250424","@aztec/cli":"0.85.0-nightly.20250424","@aztec/p2p":"0.85.0-nightly.20250424","@aztec/pxe":"0.85.0-nightly.20250424","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-nightly.20250424","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-nightly.20250424","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-nightly.20250424","@aztec/archiver":"0.85.0-nightly.20250424","@aztec/aztec.js":"0.85.0-nightly.20250424","@aztec/blob-lib":"0.85.0-nightly.20250424","@aztec/ethereum":"0.85.0-nightly.20250424","@aztec/kv-store":"0.85.0-nightly.20250424","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-nightly.20250424","@aztec/blob-sink":"0.85.0-nightly.20250424","@aztec/constants":"0.85.0-nightly.20250424","@aztec/simulator":"0.85.0-nightly.20250424","@aztec/aztec-node":"0.85.0-nightly.20250424","@aztec/foundation":"0.85.0-nightly.20250424","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-nightly.20250424","@aztec/epoch-cache":"0.85.0-nightly.20250424","@aztec/merkle-tree":"0.85.0-nightly.20250424","@aztec/prover-node":"0.85.0-nightly.20250424","@aztec/world-state":"0.85.0-nightly.20250424","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-nightly.20250424","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-nightly.20250424","@aztec/noir-noirc_abi":"0.85.0-nightly.20250424","@aztec/sequencer-client":"0.85.0-nightly.20250424","@aztec/telemetry-client":"0.85.0-nightly.20250424","@aztec/validator-client":"0.85.0-nightly.20250424","@aztec/noir-contracts.js":"0.85.0-nightly.20250424","@aztec/protocol-contracts":"0.85.0-nightly.20250424","@aztec/noir-protocol-circuits-types":"0.85.0-nightly.20250424"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-nightly.20250424_1745462941168_0.29235830572541155","host":"s3://npm-registry-packages-npm-production"}},"0.86.0":{"name":"@aztec/end-to-end","version":"0.86.0","_id":"@aztec/end-to-end@0.86.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"32a589cda2006397327aff71897d0ab4ef1096a6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0.tgz","fileCount":178,"integrity":"sha512-eISmExjQd8ijERo1fkfiC5BVtWd1tsQLXevET7Tt+xFY2gmpb34qIN9Uai2zrOdiJlCaF0DBH6k3Qb0Ju3GKzw==","signatures":[{"sig":"MEUCIDWsnj2U3SoZfk8ao7X5fdh+FQBnO7LSZQ9hc6tlvkpIAiEAxxoU6Zvd6Dh4vNOIVnC6aZUGwQ7P4AmZRKX2SPWvcFU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36624275},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"2d8e0b55ed3eab9dbb1fbe4f97a2a5cdf9b51dcb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0","@aztec/cli":"0.86.0","@aztec/p2p":"0.86.0","@aztec/pxe":"0.86.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0","@aztec/archiver":"0.86.0","@aztec/aztec.js":"0.86.0","@aztec/blob-lib":"0.86.0","@aztec/ethereum":"0.86.0","@aztec/kv-store":"0.86.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0","@aztec/blob-sink":"0.86.0","@aztec/constants":"0.86.0","@aztec/simulator":"0.86.0","@aztec/aztec-node":"0.86.0","@aztec/foundation":"0.86.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0","@aztec/epoch-cache":"0.86.0","@aztec/merkle-tree":"0.86.0","@aztec/prover-node":"0.86.0","@aztec/world-state":"0.86.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0","@aztec/noir-noirc_abi":"0.86.0","@aztec/sequencer-client":"0.86.0","@aztec/telemetry-client":"0.86.0","@aztec/validator-client":"0.86.0","@aztec/noir-contracts.js":"0.86.0","@aztec/protocol-contracts":"0.86.0","@aztec/noir-protocol-circuits-types":"0.86.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0_1745508056023_0.6254328688542374","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250425":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250425","_id":"@aztec/end-to-end@0.86.0-nightly.20250425","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d8272a337214dd016a32c73a86b56e50063fa92c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250425.tgz","fileCount":178,"integrity":"sha512-koVTpEbkEe7zvZUTSQQkA/aJORLY6Lws3koaFYp3qONjhpVuV7tRfO/H0DsBmL7DjRIZyin0NAQmprJ4je3HpQ==","signatures":[{"sig":"MEUCIQC20eB6ZjXliju0tSQlDepcR/PxVlvsdDlFq7JFlWPg3wIgUWTazXdhlvq9ux4fzOEr9hZSOE/BgDXdxWoZQm8C+KY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36626355},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"2942bf900e3f052137a2e4ee7443eff3abd3dd7b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250425","@aztec/cli":"0.86.0-nightly.20250425","@aztec/p2p":"0.86.0-nightly.20250425","@aztec/pxe":"0.86.0-nightly.20250425","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250425","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250425","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250425","@aztec/archiver":"0.86.0-nightly.20250425","@aztec/aztec.js":"0.86.0-nightly.20250425","@aztec/blob-lib":"0.86.0-nightly.20250425","@aztec/ethereum":"0.86.0-nightly.20250425","@aztec/kv-store":"0.86.0-nightly.20250425","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250425","@aztec/blob-sink":"0.86.0-nightly.20250425","@aztec/constants":"0.86.0-nightly.20250425","@aztec/simulator":"0.86.0-nightly.20250425","@aztec/aztec-node":"0.86.0-nightly.20250425","@aztec/foundation":"0.86.0-nightly.20250425","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250425","@aztec/epoch-cache":"0.86.0-nightly.20250425","@aztec/merkle-tree":"0.86.0-nightly.20250425","@aztec/prover-node":"0.86.0-nightly.20250425","@aztec/world-state":"0.86.0-nightly.20250425","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250425","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250425","@aztec/noir-noirc_abi":"0.86.0-nightly.20250425","@aztec/sequencer-client":"0.86.0-nightly.20250425","@aztec/telemetry-client":"0.86.0-nightly.20250425","@aztec/validator-client":"0.86.0-nightly.20250425","@aztec/noir-contracts.js":"0.86.0-nightly.20250425","@aztec/protocol-contracts":"0.86.0-nightly.20250425","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250425"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250425_1745549273714_0.6174292042122564","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250426":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250426","_id":"@aztec/end-to-end@0.86.0-nightly.20250426","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"554a9beb553f21a1449603549debbb1478f8bc29","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250426.tgz","fileCount":178,"integrity":"sha512-B1E9HRLM4Gu51VkfQGW1uSVu9kD7bT2kyydYZ3GYohia4YOE+xyTISp6fTvADVV4SQxQYpCMJ7pfMho8qRpXOg==","signatures":[{"sig":"MEYCIQDHiw6Ye+Y2BXSHNj9N04irFT65y0UNCS+UDUu/XiAcXAIhAKBtDRYDbUsZFtqx/k0X6fC2825NxkcwuqZiKmMm1igE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36626783},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"4c9da5b8b495cb6c60916fd4a8a7625776d07d2d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250426","@aztec/cli":"0.86.0-nightly.20250426","@aztec/p2p":"0.86.0-nightly.20250426","@aztec/pxe":"0.86.0-nightly.20250426","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250426","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250426","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250426","@aztec/archiver":"0.86.0-nightly.20250426","@aztec/aztec.js":"0.86.0-nightly.20250426","@aztec/blob-lib":"0.86.0-nightly.20250426","@aztec/ethereum":"0.86.0-nightly.20250426","@aztec/kv-store":"0.86.0-nightly.20250426","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250426","@aztec/blob-sink":"0.86.0-nightly.20250426","@aztec/constants":"0.86.0-nightly.20250426","@aztec/simulator":"0.86.0-nightly.20250426","@aztec/aztec-node":"0.86.0-nightly.20250426","@aztec/foundation":"0.86.0-nightly.20250426","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250426","@aztec/epoch-cache":"0.86.0-nightly.20250426","@aztec/merkle-tree":"0.86.0-nightly.20250426","@aztec/prover-node":"0.86.0-nightly.20250426","@aztec/world-state":"0.86.0-nightly.20250426","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250426","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250426","@aztec/noir-noirc_abi":"0.86.0-nightly.20250426","@aztec/sequencer-client":"0.86.0-nightly.20250426","@aztec/telemetry-client":"0.86.0-nightly.20250426","@aztec/validator-client":"0.86.0-nightly.20250426","@aztec/noir-contracts.js":"0.86.0-nightly.20250426","@aztec/protocol-contracts":"0.86.0-nightly.20250426","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250426"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250426_1745635571774_0.22278361923339518","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250427":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250427","_id":"@aztec/end-to-end@0.86.0-nightly.20250427","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2518cf1f436f29817006633f01bc43c58967b843","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250427.tgz","fileCount":178,"integrity":"sha512-KQ0AdmTNHaE8oyLHBoeFRTt1cMiJuVYScGeg855gW+WVcXRLNTrcEYMKUYMm4pseSKJFwiP9aDFDlFt7cFtukw==","signatures":[{"sig":"MEUCIDDz1VLEZbdcBdmjzBhlir+t8cMEyhP+C3EB/AvnCTOiAiEAs14J2oR/fM8ZCI5EqZIb8o5qxYoRAAAoE+uPETpgquQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36626783},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"4c9da5b8b495cb6c60916fd4a8a7625776d07d2d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250427","@aztec/cli":"0.86.0-nightly.20250427","@aztec/p2p":"0.86.0-nightly.20250427","@aztec/pxe":"0.86.0-nightly.20250427","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250427","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250427","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250427","@aztec/archiver":"0.86.0-nightly.20250427","@aztec/aztec.js":"0.86.0-nightly.20250427","@aztec/blob-lib":"0.86.0-nightly.20250427","@aztec/ethereum":"0.86.0-nightly.20250427","@aztec/kv-store":"0.86.0-nightly.20250427","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250427","@aztec/blob-sink":"0.86.0-nightly.20250427","@aztec/constants":"0.86.0-nightly.20250427","@aztec/simulator":"0.86.0-nightly.20250427","@aztec/aztec-node":"0.86.0-nightly.20250427","@aztec/foundation":"0.86.0-nightly.20250427","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250427","@aztec/epoch-cache":"0.86.0-nightly.20250427","@aztec/merkle-tree":"0.86.0-nightly.20250427","@aztec/prover-node":"0.86.0-nightly.20250427","@aztec/world-state":"0.86.0-nightly.20250427","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250427","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250427","@aztec/noir-noirc_abi":"0.86.0-nightly.20250427","@aztec/sequencer-client":"0.86.0-nightly.20250427","@aztec/telemetry-client":"0.86.0-nightly.20250427","@aztec/validator-client":"0.86.0-nightly.20250427","@aztec/noir-contracts.js":"0.86.0-nightly.20250427","@aztec/protocol-contracts":"0.86.0-nightly.20250427","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250427"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250427_1745722008916_0.33623641707701557","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250428":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250428","_id":"@aztec/end-to-end@0.86.0-nightly.20250428","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65a245a6c6d8e9a156bb468d1eac3dead8ad64fa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250428.tgz","fileCount":178,"integrity":"sha512-p1xMW7USngrZMugrlEHcr6yGazTNA5eNajf89Chy5Bdb1XrcJZPvz8EBz2eZTNlMwdFRNcU3oBQcZCcDCdtYrg==","signatures":[{"sig":"MEYCIQDkeCvfragukYkecCaE54Kh4p5/nlb/ue44SnmzFOsIcAIhAJy7Ik7QYoxZamuG5ABBdLWCZak6blYVN+snTiCCdfzb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632727},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a1f94c3a1c244834601e3048953cad9047c69835","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250428","@aztec/cli":"0.86.0-nightly.20250428","@aztec/p2p":"0.86.0-nightly.20250428","@aztec/pxe":"0.86.0-nightly.20250428","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250428","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250428","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250428","@aztec/archiver":"0.86.0-nightly.20250428","@aztec/aztec.js":"0.86.0-nightly.20250428","@aztec/blob-lib":"0.86.0-nightly.20250428","@aztec/ethereum":"0.86.0-nightly.20250428","@aztec/kv-store":"0.86.0-nightly.20250428","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250428","@aztec/blob-sink":"0.86.0-nightly.20250428","@aztec/constants":"0.86.0-nightly.20250428","@aztec/simulator":"0.86.0-nightly.20250428","@aztec/aztec-node":"0.86.0-nightly.20250428","@aztec/foundation":"0.86.0-nightly.20250428","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250428","@aztec/epoch-cache":"0.86.0-nightly.20250428","@aztec/merkle-tree":"0.86.0-nightly.20250428","@aztec/prover-node":"0.86.0-nightly.20250428","@aztec/world-state":"0.86.0-nightly.20250428","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250428","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250428","@aztec/noir-noirc_abi":"0.86.0-nightly.20250428","@aztec/sequencer-client":"0.86.0-nightly.20250428","@aztec/telemetry-client":"0.86.0-nightly.20250428","@aztec/validator-client":"0.86.0-nightly.20250428","@aztec/noir-contracts.js":"0.86.0-nightly.20250428","@aztec/protocol-contracts":"0.86.0-nightly.20250428","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250428"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250428_1745808462174_0.35469865713627957","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.3":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.3","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b89b08cad4fb47b6c82295f85035c27d13a4cad8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.3.tgz","fileCount":178,"integrity":"sha512-IqXo00BZ3AWDbnAxjSP4rkjxkXmH/WQq6GmCOByeO/gobGN6evwhWGp+mx/ZSJIFx+34kEGQFaa5DNkrLmcw+g==","signatures":[{"sig":"MEUCIQC5BVRyVigDguqq9DtFa9DH9LRp8lJKz0ddHe2d8CwV6QIgKzkpTOQCBjLqrmh+98lnCycRaSjBUvrRVD7P7lL2sM8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"4dc4e4640546c74252c401688f8de6154fcb0a90","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.3","@aztec/cli":"0.85.0-alpha-testnet.3","@aztec/p2p":"0.85.0-alpha-testnet.3","@aztec/pxe":"0.85.0-alpha-testnet.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.3","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.3","@aztec/archiver":"0.85.0-alpha-testnet.3","@aztec/aztec.js":"0.85.0-alpha-testnet.3","@aztec/blob-lib":"0.85.0-alpha-testnet.3","@aztec/ethereum":"0.85.0-alpha-testnet.3","@aztec/kv-store":"0.85.0-alpha-testnet.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.3","@aztec/blob-sink":"0.85.0-alpha-testnet.3","@aztec/constants":"0.85.0-alpha-testnet.3","@aztec/simulator":"0.85.0-alpha-testnet.3","@aztec/aztec-node":"0.85.0-alpha-testnet.3","@aztec/foundation":"0.85.0-alpha-testnet.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.3","@aztec/epoch-cache":"0.85.0-alpha-testnet.3","@aztec/merkle-tree":"0.85.0-alpha-testnet.3","@aztec/prover-node":"0.85.0-alpha-testnet.3","@aztec/world-state":"0.85.0-alpha-testnet.3","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.3","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.3","@aztec/sequencer-client":"0.85.0-alpha-testnet.3","@aztec/telemetry-client":"0.85.0-alpha-testnet.3","@aztec/validator-client":"0.85.0-alpha-testnet.3","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.3","@aztec/protocol-contracts":"0.85.0-alpha-testnet.3","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.3_1745854330979_0.656338692168694","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250429":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250429","_id":"@aztec/end-to-end@0.86.0-nightly.20250429","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"85829356c7e67661213a7ecef606660aca73efb1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250429.tgz","fileCount":178,"integrity":"sha512-eI5o21qT+kJYeb5zV2/QqETq9zFIbV8f+htofmcSycQIVpaTUEIhfowIARj4i4jMuhcfMUDnmsgni0zWkr5aAQ==","signatures":[{"sig":"MEUCIQCBFz6XyKElX1ngtL2AUWPXjSEjn3Omn9wKO8H5ghUU9gIgM9jcUs3+HW11oPh+gqyxqwwlXklMRd4CE3V/25aYKAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632836},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"9dfc8fcf26dbfb4aabc9f0e08ff5788a1169f28c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250429","@aztec/cli":"0.86.0-nightly.20250429","@aztec/p2p":"0.86.0-nightly.20250429","@aztec/pxe":"0.86.0-nightly.20250429","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250429","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250429","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250429","@aztec/archiver":"0.86.0-nightly.20250429","@aztec/aztec.js":"0.86.0-nightly.20250429","@aztec/blob-lib":"0.86.0-nightly.20250429","@aztec/ethereum":"0.86.0-nightly.20250429","@aztec/kv-store":"0.86.0-nightly.20250429","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250429","@aztec/blob-sink":"0.86.0-nightly.20250429","@aztec/constants":"0.86.0-nightly.20250429","@aztec/simulator":"0.86.0-nightly.20250429","@aztec/aztec-node":"0.86.0-nightly.20250429","@aztec/foundation":"0.86.0-nightly.20250429","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250429","@aztec/epoch-cache":"0.86.0-nightly.20250429","@aztec/merkle-tree":"0.86.0-nightly.20250429","@aztec/prover-node":"0.86.0-nightly.20250429","@aztec/world-state":"0.86.0-nightly.20250429","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250429","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250429","@aztec/noir-noirc_abi":"0.86.0-nightly.20250429","@aztec/sequencer-client":"0.86.0-nightly.20250429","@aztec/telemetry-client":"0.86.0-nightly.20250429","@aztec/validator-client":"0.86.0-nightly.20250429","@aztec/noir-contracts.js":"0.86.0-nightly.20250429","@aztec/protocol-contracts":"0.86.0-nightly.20250429","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250429","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250429"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250429_1745894963550_0.3680739326011149","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.4":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.4","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"04712a8aac1f33bfbaba598c6f950553e334e906","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.4.tgz","fileCount":178,"integrity":"sha512-1kzyJ4QJnw7aq/S6SgUjOEX4dxhTQcuz8SxuEu3qZT1VA+dySNmFyTEuswfJ/an3jJajtlBUswzoguVignVxKg==","signatures":[{"sig":"MEUCIQCpwm7MslDBSm89GlzXq55IFnDrwRh71ihqvI2O88lxSAIgVSE6sFlqG+B+W+hfgigGs3XisYxw/GHw70G57DDg48Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"583b8659cc00f46a0f60bfc3c30472d38f10858f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.4","@aztec/cli":"0.85.0-alpha-testnet.4","@aztec/p2p":"0.85.0-alpha-testnet.4","@aztec/pxe":"0.85.0-alpha-testnet.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.4","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.4","@aztec/archiver":"0.85.0-alpha-testnet.4","@aztec/aztec.js":"0.85.0-alpha-testnet.4","@aztec/blob-lib":"0.85.0-alpha-testnet.4","@aztec/ethereum":"0.85.0-alpha-testnet.4","@aztec/kv-store":"0.85.0-alpha-testnet.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.4","@aztec/blob-sink":"0.85.0-alpha-testnet.4","@aztec/constants":"0.85.0-alpha-testnet.4","@aztec/simulator":"0.85.0-alpha-testnet.4","@aztec/aztec-node":"0.85.0-alpha-testnet.4","@aztec/foundation":"0.85.0-alpha-testnet.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.4","@aztec/epoch-cache":"0.85.0-alpha-testnet.4","@aztec/merkle-tree":"0.85.0-alpha-testnet.4","@aztec/prover-node":"0.85.0-alpha-testnet.4","@aztec/world-state":"0.85.0-alpha-testnet.4","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.4","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.4","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.4","@aztec/sequencer-client":"0.85.0-alpha-testnet.4","@aztec/telemetry-client":"0.85.0-alpha-testnet.4","@aztec/validator-client":"0.85.0-alpha-testnet.4","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.4","@aztec/protocol-contracts":"0.85.0-alpha-testnet.4","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.4_1745917084992_0.7068308611358101","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250430":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250430","_id":"@aztec/end-to-end@0.86.0-nightly.20250430","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a38fa3e8d88873c0c61680ecaaf6d0865c24211e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250430.tgz","fileCount":178,"integrity":"sha512-FNYagWILyYGbGpswvErYGqJX1PoYswGLLYijm1ax6YEZo4pxiRpx+Zs1YRLPuIpbdA+g43o71iIQu/UKZ7a7fw==","signatures":[{"sig":"MEUCIQDVu48PVUz6qmYNz59S6C7kdX/ZPdJ/7p4+N/LmhtOSdQIgDq65rarDASnvo7k3kTeh5oQEkLTusabEB7pQR9nYwwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634700},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"2a9dd4487986ae16f03238144c5d4c9a3412bc08","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250430","@aztec/cli":"0.86.0-nightly.20250430","@aztec/p2p":"0.86.0-nightly.20250430","@aztec/pxe":"0.86.0-nightly.20250430","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250430","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250430","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250430","@aztec/archiver":"0.86.0-nightly.20250430","@aztec/aztec.js":"0.86.0-nightly.20250430","@aztec/blob-lib":"0.86.0-nightly.20250430","@aztec/ethereum":"0.86.0-nightly.20250430","@aztec/kv-store":"0.86.0-nightly.20250430","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250430","@aztec/blob-sink":"0.86.0-nightly.20250430","@aztec/constants":"0.86.0-nightly.20250430","@aztec/simulator":"0.86.0-nightly.20250430","@aztec/aztec-node":"0.86.0-nightly.20250430","@aztec/foundation":"0.86.0-nightly.20250430","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250430","@aztec/epoch-cache":"0.86.0-nightly.20250430","@aztec/merkle-tree":"0.86.0-nightly.20250430","@aztec/prover-node":"0.86.0-nightly.20250430","@aztec/world-state":"0.86.0-nightly.20250430","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250430","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250430","@aztec/noir-noirc_abi":"0.86.0-nightly.20250430","@aztec/sequencer-client":"0.86.0-nightly.20250430","@aztec/telemetry-client":"0.86.0-nightly.20250430","@aztec/validator-client":"0.86.0-nightly.20250430","@aztec/noir-contracts.js":"0.86.0-nightly.20250430","@aztec/protocol-contracts":"0.86.0-nightly.20250430","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250430","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250430"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250430_1745981313093_0.6966955116227829","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.5":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.5","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6cac24f498d76ad6c670b08a51753f18e9eda0cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.5.tgz","fileCount":178,"integrity":"sha512-/3EGzFksUZM9086Zl4PpoIIzb96WCotKzVgHOoM1L4lOp3cAL3mwU7gFTQhz7vLQ4pIOmLdC1plJXn2Jrnez5Q==","signatures":[{"sig":"MEUCIG4MUVtCQ28Ny9Xbs7eOZnAiC+AcHeHkww1hhYiUavqRAiEA5oFvViY/CDbVgz2HQUDSJiHQjC8UTFLh9kAkWOae6eU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"dd9d8ac3ef9ab9d0f2508bacb6a854eb68bf192b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.5","@aztec/cli":"0.85.0-alpha-testnet.5","@aztec/p2p":"0.85.0-alpha-testnet.5","@aztec/pxe":"0.85.0-alpha-testnet.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.5","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.5","@aztec/archiver":"0.85.0-alpha-testnet.5","@aztec/aztec.js":"0.85.0-alpha-testnet.5","@aztec/blob-lib":"0.85.0-alpha-testnet.5","@aztec/ethereum":"0.85.0-alpha-testnet.5","@aztec/kv-store":"0.85.0-alpha-testnet.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.5","@aztec/blob-sink":"0.85.0-alpha-testnet.5","@aztec/constants":"0.85.0-alpha-testnet.5","@aztec/simulator":"0.85.0-alpha-testnet.5","@aztec/aztec-node":"0.85.0-alpha-testnet.5","@aztec/foundation":"0.85.0-alpha-testnet.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.5","@aztec/epoch-cache":"0.85.0-alpha-testnet.5","@aztec/merkle-tree":"0.85.0-alpha-testnet.5","@aztec/prover-node":"0.85.0-alpha-testnet.5","@aztec/world-state":"0.85.0-alpha-testnet.5","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.5","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.5","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.5","@aztec/sequencer-client":"0.85.0-alpha-testnet.5","@aztec/telemetry-client":"0.85.0-alpha-testnet.5","@aztec/validator-client":"0.85.0-alpha-testnet.5","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.5","@aztec/protocol-contracts":"0.85.0-alpha-testnet.5","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.5_1746039276705_0.7210317990533119","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250501":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250501","_id":"@aztec/end-to-end@0.86.0-nightly.20250501","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ae8a4b7bc54070e0a78e01d68c876674c86c8cdf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250501.tgz","fileCount":182,"integrity":"sha512-RMkCJ9/jhKwrRWXlUj4dXuw8vGp3WJwEh18qBckJwSPmSj7wW3uwVvPa41yiApV4oRvWrY6VXtT8oKA0arRJyQ==","signatures":[{"sig":"MEUCIQDuNpSfA4rm93TQ0iDghDCa2Ply8LZp3+7z0Q/wP1cHdAIgcRHdLRdQY9fsdlf3rPmaiIEtZGaeWFLYN2+ddme0pXk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642443},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c1cbbadfca7e48cc892c818da16a62fd596fcc5a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250501","@aztec/cli":"0.86.0-nightly.20250501","@aztec/p2p":"0.86.0-nightly.20250501","@aztec/pxe":"0.86.0-nightly.20250501","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250501","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250501","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250501","@aztec/archiver":"0.86.0-nightly.20250501","@aztec/aztec.js":"0.86.0-nightly.20250501","@aztec/blob-lib":"0.86.0-nightly.20250501","@aztec/ethereum":"0.86.0-nightly.20250501","@aztec/kv-store":"0.86.0-nightly.20250501","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250501","@aztec/blob-sink":"0.86.0-nightly.20250501","@aztec/constants":"0.86.0-nightly.20250501","@aztec/simulator":"0.86.0-nightly.20250501","@aztec/aztec-node":"0.86.0-nightly.20250501","@aztec/foundation":"0.86.0-nightly.20250501","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250501","@aztec/epoch-cache":"0.86.0-nightly.20250501","@aztec/merkle-tree":"0.86.0-nightly.20250501","@aztec/prover-node":"0.86.0-nightly.20250501","@aztec/world-state":"0.86.0-nightly.20250501","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250501","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250501","@aztec/noir-noirc_abi":"0.86.0-nightly.20250501","@aztec/sequencer-client":"0.86.0-nightly.20250501","@aztec/telemetry-client":"0.86.0-nightly.20250501","@aztec/validator-client":"0.86.0-nightly.20250501","@aztec/noir-contracts.js":"0.86.0-nightly.20250501","@aztec/protocol-contracts":"0.86.0-nightly.20250501","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250501","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250501"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250501_1746067881866_0.36614310468308764","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250502":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250502","_id":"@aztec/end-to-end@0.86.0-nightly.20250502","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"84f14bd5808382bc05ae647351fbd2c56e7e1859","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250502.tgz","fileCount":182,"integrity":"sha512-KGqU2xK7st9odnmHmzF4M6eDQuQkaxlYYNWNyx80sUacnFhIcqJGSeiVq0NgVWJsWfMHLDY8DcKz9sy1cSDqhw==","signatures":[{"sig":"MEUCIHKb6R69HPnAYTugNcOOtTHPxa11TQ7Tlx+PdenTK2sUAiEA94SxwHJ3v8tG9b8XcZ/0h7tIIHiYoLJ27LUt+qLoMX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642443},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"d19dfd1c16f64748fdddb6b85602755e1e02aaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250502","@aztec/cli":"0.86.0-nightly.20250502","@aztec/p2p":"0.86.0-nightly.20250502","@aztec/pxe":"0.86.0-nightly.20250502","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250502","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250502","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250502","@aztec/archiver":"0.86.0-nightly.20250502","@aztec/aztec.js":"0.86.0-nightly.20250502","@aztec/blob-lib":"0.86.0-nightly.20250502","@aztec/ethereum":"0.86.0-nightly.20250502","@aztec/kv-store":"0.86.0-nightly.20250502","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250502","@aztec/blob-sink":"0.86.0-nightly.20250502","@aztec/constants":"0.86.0-nightly.20250502","@aztec/simulator":"0.86.0-nightly.20250502","@aztec/aztec-node":"0.86.0-nightly.20250502","@aztec/foundation":"0.86.0-nightly.20250502","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250502","@aztec/epoch-cache":"0.86.0-nightly.20250502","@aztec/merkle-tree":"0.86.0-nightly.20250502","@aztec/prover-node":"0.86.0-nightly.20250502","@aztec/world-state":"0.86.0-nightly.20250502","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250502","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250502","@aztec/noir-noirc_abi":"0.86.0-nightly.20250502","@aztec/sequencer-client":"0.86.0-nightly.20250502","@aztec/telemetry-client":"0.86.0-nightly.20250502","@aztec/validator-client":"0.86.0-nightly.20250502","@aztec/noir-contracts.js":"0.86.0-nightly.20250502","@aztec/protocol-contracts":"0.86.0-nightly.20250502","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250502","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250502"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250502_1746154082066_0.8038220528085025","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250503":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250503","_id":"@aztec/end-to-end@0.86.0-nightly.20250503","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b302aa624c3f2372ddb87da674b8603141baaad4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250503.tgz","fileCount":182,"integrity":"sha512-NIfgGkyY6Sj+UVNOUSsX9sTV8DQeRF1nGXt5z538qVEJY9j6RGEFKz0pbcjOP8KA7yP72KMhNQLsvr/4DtZmcA==","signatures":[{"sig":"MEUCIQDx3n88k7XmitDiPFDJPGmxDCcMoIYVfwvTMKcjPftnxQIgfNsYPo+wN8dZTmRAkmv6IgS+fKIf1pGpDRik4cV2k1E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642443},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"7b26feb0ff14931540d81feaade10e6cca90ffd8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250503","@aztec/cli":"0.86.0-nightly.20250503","@aztec/p2p":"0.86.0-nightly.20250503","@aztec/pxe":"0.86.0-nightly.20250503","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250503","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250503","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250503","@aztec/archiver":"0.86.0-nightly.20250503","@aztec/aztec.js":"0.86.0-nightly.20250503","@aztec/blob-lib":"0.86.0-nightly.20250503","@aztec/ethereum":"0.86.0-nightly.20250503","@aztec/kv-store":"0.86.0-nightly.20250503","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250503","@aztec/blob-sink":"0.86.0-nightly.20250503","@aztec/constants":"0.86.0-nightly.20250503","@aztec/simulator":"0.86.0-nightly.20250503","@aztec/aztec-node":"0.86.0-nightly.20250503","@aztec/foundation":"0.86.0-nightly.20250503","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250503","@aztec/epoch-cache":"0.86.0-nightly.20250503","@aztec/merkle-tree":"0.86.0-nightly.20250503","@aztec/prover-node":"0.86.0-nightly.20250503","@aztec/world-state":"0.86.0-nightly.20250503","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250503","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250503","@aztec/noir-noirc_abi":"0.86.0-nightly.20250503","@aztec/sequencer-client":"0.86.0-nightly.20250503","@aztec/telemetry-client":"0.86.0-nightly.20250503","@aztec/validator-client":"0.86.0-nightly.20250503","@aztec/noir-contracts.js":"0.86.0-nightly.20250503","@aztec/protocol-contracts":"0.86.0-nightly.20250503","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250503","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250503"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250503_1746240481277_0.2658399259102675","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.7":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.7","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"87dcc915a588f1989434a41e62280a73c27b2302","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.7.tgz","fileCount":178,"integrity":"sha512-0K+10oQcewV7/kOrKtTOnC65MriwoOhhXLf6TtoPs2JF6+h9TOhSj2dTotFP1c5O0n06VXwQpS0l8Eb1OUtUHw==","signatures":[{"sig":"MEYCIQDbkkEK/fARcs/0mI6NlouIS/7+wFqN8xlgkJn9Hv84zwIhAJqgjDBv9djy9EsRcBPI26qdueGxgha3tfbW1Gqm3XFd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a0109baf1c6fa403cb36550eb88fc1f1275fab39","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.7","@aztec/cli":"0.85.0-alpha-testnet.7","@aztec/p2p":"0.85.0-alpha-testnet.7","@aztec/pxe":"0.85.0-alpha-testnet.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.7","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.7","@aztec/archiver":"0.85.0-alpha-testnet.7","@aztec/aztec.js":"0.85.0-alpha-testnet.7","@aztec/blob-lib":"0.85.0-alpha-testnet.7","@aztec/ethereum":"0.85.0-alpha-testnet.7","@aztec/kv-store":"0.85.0-alpha-testnet.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.7","@aztec/blob-sink":"0.85.0-alpha-testnet.7","@aztec/constants":"0.85.0-alpha-testnet.7","@aztec/simulator":"0.85.0-alpha-testnet.7","@aztec/aztec-node":"0.85.0-alpha-testnet.7","@aztec/foundation":"0.85.0-alpha-testnet.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.7","@aztec/epoch-cache":"0.85.0-alpha-testnet.7","@aztec/merkle-tree":"0.85.0-alpha-testnet.7","@aztec/prover-node":"0.85.0-alpha-testnet.7","@aztec/world-state":"0.85.0-alpha-testnet.7","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.7","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.7","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.7","@aztec/sequencer-client":"0.85.0-alpha-testnet.7","@aztec/telemetry-client":"0.85.0-alpha-testnet.7","@aztec/validator-client":"0.85.0-alpha-testnet.7","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.7","@aztec/protocol-contracts":"0.85.0-alpha-testnet.7","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.7_1746303275759_0.23377336049193276","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250504":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250504","_id":"@aztec/end-to-end@0.86.0-nightly.20250504","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"72e9ffe91fc69f70018b5a2959c7363661e98138","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250504.tgz","fileCount":182,"integrity":"sha512-q6555qe+b+HzzHdK9sUgZgfk56NAtruookkrALQyjzyz6JmGoeDr7c32T7Rd0bmhIzqgSMNT6RQemO3/CyzT2w==","signatures":[{"sig":"MEYCIQDnl2I2Kr/TZ7wwU39ebQhCcJNK7UeBVDTCleMlHYx+lgIhALnXnVSKvQcvBGkfTEJMkTd9VGOdG9XnTaqV2xQ6Ec87","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642443},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"139d3ee944b7303f77de42600bbae24eac13dfb3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250504","@aztec/cli":"0.86.0-nightly.20250504","@aztec/p2p":"0.86.0-nightly.20250504","@aztec/pxe":"0.86.0-nightly.20250504","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250504","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250504","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250504","@aztec/archiver":"0.86.0-nightly.20250504","@aztec/aztec.js":"0.86.0-nightly.20250504","@aztec/blob-lib":"0.86.0-nightly.20250504","@aztec/ethereum":"0.86.0-nightly.20250504","@aztec/kv-store":"0.86.0-nightly.20250504","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250504","@aztec/blob-sink":"0.86.0-nightly.20250504","@aztec/constants":"0.86.0-nightly.20250504","@aztec/simulator":"0.86.0-nightly.20250504","@aztec/aztec-node":"0.86.0-nightly.20250504","@aztec/foundation":"0.86.0-nightly.20250504","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250504","@aztec/epoch-cache":"0.86.0-nightly.20250504","@aztec/merkle-tree":"0.86.0-nightly.20250504","@aztec/prover-node":"0.86.0-nightly.20250504","@aztec/world-state":"0.86.0-nightly.20250504","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250504","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250504","@aztec/noir-noirc_abi":"0.86.0-nightly.20250504","@aztec/sequencer-client":"0.86.0-nightly.20250504","@aztec/telemetry-client":"0.86.0-nightly.20250504","@aztec/validator-client":"0.86.0-nightly.20250504","@aztec/noir-contracts.js":"0.86.0-nightly.20250504","@aztec/protocol-contracts":"0.86.0-nightly.20250504","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250504","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250504"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250504_1746326915806_0.6722343987783419","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250505":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250505","_id":"@aztec/end-to-end@0.86.0-nightly.20250505","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a4f3cfaf188f572c69074145690bdf9051b136b8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250505.tgz","fileCount":182,"integrity":"sha512-aZhPbwU4ptXaYH335KZeyr8C4t9nlgUvuSSvJPO6nPu46mdSROrArFymGCIwjxfgO9ZPZrHGy7fjqJlmg0CqxA==","signatures":[{"sig":"MEUCIQCDoNuAYiy491oC1LgF2YKLO3Ybn49BhzRu2V/Gqu36lgIgGEP1Mz5J0HwsXOv5j5/zqnj+ovPt0W9u1di/kBvXdzo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642443},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"2bad509b28836ba581bb65d04177310814a31bdc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250505","@aztec/cli":"0.86.0-nightly.20250505","@aztec/p2p":"0.86.0-nightly.20250505","@aztec/pxe":"0.86.0-nightly.20250505","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250505","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250505","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250505","@aztec/archiver":"0.86.0-nightly.20250505","@aztec/aztec.js":"0.86.0-nightly.20250505","@aztec/blob-lib":"0.86.0-nightly.20250505","@aztec/ethereum":"0.86.0-nightly.20250505","@aztec/kv-store":"0.86.0-nightly.20250505","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250505","@aztec/blob-sink":"0.86.0-nightly.20250505","@aztec/constants":"0.86.0-nightly.20250505","@aztec/simulator":"0.86.0-nightly.20250505","@aztec/aztec-node":"0.86.0-nightly.20250505","@aztec/foundation":"0.86.0-nightly.20250505","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250505","@aztec/epoch-cache":"0.86.0-nightly.20250505","@aztec/merkle-tree":"0.86.0-nightly.20250505","@aztec/prover-node":"0.86.0-nightly.20250505","@aztec/world-state":"0.86.0-nightly.20250505","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250505","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250505","@aztec/noir-noirc_abi":"0.86.0-nightly.20250505","@aztec/sequencer-client":"0.86.0-nightly.20250505","@aztec/telemetry-client":"0.86.0-nightly.20250505","@aztec/validator-client":"0.86.0-nightly.20250505","@aztec/noir-contracts.js":"0.86.0-nightly.20250505","@aztec/protocol-contracts":"0.86.0-nightly.20250505","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250505","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250505"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250505_1746413282487_0.7483317540732466","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250506":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250506","_id":"@aztec/end-to-end@0.86.0-nightly.20250506","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aac9d5cea6d00512517f7cd57c8d80f7c8eca564","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250506.tgz","fileCount":182,"integrity":"sha512-94wsZwLxZUlwLOIDVQbSNLi2/n9AgzSxnZJ9Zw8kNY5G1vHCNB2e20laczlNvNRz0VGo56duBRvE/9C51N6hGQ==","signatures":[{"sig":"MEQCIFLu6YXnJBJrqFXH1V28npQ4KkyV0IQGGfSMr0Q6lbaBAiA8LSP9DMivKs6ntGo695dwI7CUnzcU+5frFMEWokbP3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642453},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a0d48a5b515813b9d11d85fad0ef15760b4a028a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250506","@aztec/cli":"0.86.0-nightly.20250506","@aztec/p2p":"0.86.0-nightly.20250506","@aztec/pxe":"0.86.0-nightly.20250506","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250506","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250506","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250506","@aztec/archiver":"0.86.0-nightly.20250506","@aztec/aztec.js":"0.86.0-nightly.20250506","@aztec/blob-lib":"0.86.0-nightly.20250506","@aztec/ethereum":"0.86.0-nightly.20250506","@aztec/kv-store":"0.86.0-nightly.20250506","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250506","@aztec/blob-sink":"0.86.0-nightly.20250506","@aztec/constants":"0.86.0-nightly.20250506","@aztec/simulator":"0.86.0-nightly.20250506","@aztec/aztec-node":"0.86.0-nightly.20250506","@aztec/foundation":"0.86.0-nightly.20250506","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250506","@aztec/epoch-cache":"0.86.0-nightly.20250506","@aztec/merkle-tree":"0.86.0-nightly.20250506","@aztec/prover-node":"0.86.0-nightly.20250506","@aztec/world-state":"0.86.0-nightly.20250506","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250506","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250506","@aztec/noir-noirc_abi":"0.86.0-nightly.20250506","@aztec/sequencer-client":"0.86.0-nightly.20250506","@aztec/telemetry-client":"0.86.0-nightly.20250506","@aztec/validator-client":"0.86.0-nightly.20250506","@aztec/noir-contracts.js":"0.86.0-nightly.20250506","@aztec/protocol-contracts":"0.86.0-nightly.20250506","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250506","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250506"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250506_1746499714218_0.466252192497969","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.8":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.8","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aa4f1fc3de8953c2eb53847bc14d396c1f86a12e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.8.tgz","fileCount":178,"integrity":"sha512-fX7R80f1GDUnfRKS+7794841LpTpdAsga9Yo3lF/eRvzH6My7dvmeW2AvVLVeCzC5AKIlOYS+8YwqTAr2a3TfQ==","signatures":[{"sig":"MEYCIQCMy6oaPFOhUqnE2AHKnPFpJxmSMBszoL8xN7u1ju69uwIhALqfDsirsCeKaKqjNDpDZFhvPS7PUOSww04zfHvRab6Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"60beb63bbed6a1149fad349c326a2c9b6fd31595","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.8","@aztec/cli":"0.85.0-alpha-testnet.8","@aztec/p2p":"0.85.0-alpha-testnet.8","@aztec/pxe":"0.85.0-alpha-testnet.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.8","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.8","@aztec/archiver":"0.85.0-alpha-testnet.8","@aztec/aztec.js":"0.85.0-alpha-testnet.8","@aztec/blob-lib":"0.85.0-alpha-testnet.8","@aztec/ethereum":"0.85.0-alpha-testnet.8","@aztec/kv-store":"0.85.0-alpha-testnet.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.8","@aztec/blob-sink":"0.85.0-alpha-testnet.8","@aztec/constants":"0.85.0-alpha-testnet.8","@aztec/simulator":"0.85.0-alpha-testnet.8","@aztec/aztec-node":"0.85.0-alpha-testnet.8","@aztec/foundation":"0.85.0-alpha-testnet.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.8","@aztec/epoch-cache":"0.85.0-alpha-testnet.8","@aztec/merkle-tree":"0.85.0-alpha-testnet.8","@aztec/prover-node":"0.85.0-alpha-testnet.8","@aztec/world-state":"0.85.0-alpha-testnet.8","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.8","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.8","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.8","@aztec/sequencer-client":"0.85.0-alpha-testnet.8","@aztec/telemetry-client":"0.85.0-alpha-testnet.8","@aztec/validator-client":"0.85.0-alpha-testnet.8","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.8","@aztec/protocol-contracts":"0.85.0-alpha-testnet.8","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.8_1746529197239_0.15058095639007862","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.9":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.9","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2f66d0be753f97c479cc35de2ea6920b0898f0a2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.9.tgz","fileCount":178,"integrity":"sha512-R+tD6mAYWYUXqod0Ll1SOjabFlMk1K7gwm0Af9aHFWyzWr5sEOnCSzD2torSkWAV9JBILgT+HQfkgFusIzFWvw==","signatures":[{"sig":"MEQCICMzJgSjveCwX/xnygLrj/CedQC0UXk6fDWzxOGjNn9/AiAnqBa1xYjvQ9bp8loqp9P3KE+eMIpYNx9QALf2eUXj8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632156},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a8ef0e9dfd12f04dc15939980b4b56fd8835b0d1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.9","@aztec/cli":"0.85.0-alpha-testnet.9","@aztec/p2p":"0.85.0-alpha-testnet.9","@aztec/pxe":"0.85.0-alpha-testnet.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.9","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.9","@aztec/archiver":"0.85.0-alpha-testnet.9","@aztec/aztec.js":"0.85.0-alpha-testnet.9","@aztec/blob-lib":"0.85.0-alpha-testnet.9","@aztec/ethereum":"0.85.0-alpha-testnet.9","@aztec/kv-store":"0.85.0-alpha-testnet.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.9","@aztec/blob-sink":"0.85.0-alpha-testnet.9","@aztec/constants":"0.85.0-alpha-testnet.9","@aztec/simulator":"0.85.0-alpha-testnet.9","@aztec/aztec-node":"0.85.0-alpha-testnet.9","@aztec/foundation":"0.85.0-alpha-testnet.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.9","@aztec/epoch-cache":"0.85.0-alpha-testnet.9","@aztec/merkle-tree":"0.85.0-alpha-testnet.9","@aztec/prover-node":"0.85.0-alpha-testnet.9","@aztec/world-state":"0.85.0-alpha-testnet.9","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.9","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.9","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.9","@aztec/sequencer-client":"0.85.0-alpha-testnet.9","@aztec/telemetry-client":"0.85.0-alpha-testnet.9","@aztec/validator-client":"0.85.0-alpha-testnet.9","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.9","@aztec/protocol-contracts":"0.85.0-alpha-testnet.9","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.9_1746531823666_0.9412792314188596","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250507":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250507","_id":"@aztec/end-to-end@0.86.0-nightly.20250507","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8861855a2fd8b6dc189a75cfa770e96933c1df3c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250507.tgz","fileCount":182,"integrity":"sha512-xv669wSI0zF3ROzSCeUBLus8gNbo05p2wUrG/ad8qgiVApSEZEuK3vdiG6jrI4LhHOct0FY+bd7CP+zTQ5Wkag==","signatures":[{"sig":"MEUCIQChZYgRjxxh6SXchQ2jsNlUfT7swdExyn5Kj/r5ZL0SxQIgUaHoJnVqIdOptfEvaTywfuMEQLzvjsD3n/JyJLi6uLk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642453},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"1ff4447bfbe6833b06243117955deccc01ec2955","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250507","@aztec/cli":"0.86.0-nightly.20250507","@aztec/p2p":"0.86.0-nightly.20250507","@aztec/pxe":"0.86.0-nightly.20250507","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250507","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250507","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250507","@aztec/archiver":"0.86.0-nightly.20250507","@aztec/aztec.js":"0.86.0-nightly.20250507","@aztec/blob-lib":"0.86.0-nightly.20250507","@aztec/ethereum":"0.86.0-nightly.20250507","@aztec/kv-store":"0.86.0-nightly.20250507","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250507","@aztec/blob-sink":"0.86.0-nightly.20250507","@aztec/constants":"0.86.0-nightly.20250507","@aztec/simulator":"0.86.0-nightly.20250507","@aztec/aztec-node":"0.86.0-nightly.20250507","@aztec/foundation":"0.86.0-nightly.20250507","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250507","@aztec/epoch-cache":"0.86.0-nightly.20250507","@aztec/merkle-tree":"0.86.0-nightly.20250507","@aztec/prover-node":"0.86.0-nightly.20250507","@aztec/world-state":"0.86.0-nightly.20250507","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250507","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250507","@aztec/noir-noirc_abi":"0.86.0-nightly.20250507","@aztec/sequencer-client":"0.86.0-nightly.20250507","@aztec/telemetry-client":"0.86.0-nightly.20250507","@aztec/validator-client":"0.86.0-nightly.20250507","@aztec/noir-contracts.js":"0.86.0-nightly.20250507","@aztec/protocol-contracts":"0.86.0-nightly.20250507","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250507","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250507"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250507_1746586222181_0.049331632200886766","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-starknet.1":{"name":"@aztec/end-to-end","version":"0.86.0-starknet.1","_id":"@aztec/end-to-end@0.86.0-starknet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c01e6c0217881e75c5a57727c29d4a5b122f66ba","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-starknet.1.tgz","fileCount":182,"integrity":"sha512-jyoow8TOp42abWCdCU4XOxD0VVoFT3Ljq5RMXmjh7uy0aBdzNFDY/4jrwVCXDjntc1TYP2+hBR6TS1sacsDqYw==","signatures":[{"sig":"MEQCICfMa4xzb39UPeLI+sfqG4aFckb7RFf/JNnXKDor8d+zAiBpadbbtfzNDybf+/BeHLNUdig5hX7KJXiIxVrIgr/vVA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642245},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"dbd3663468324860b9d4408b70d8003af6be41e3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-starknet.1","@aztec/cli":"0.86.0-starknet.1","@aztec/p2p":"0.86.0-starknet.1","@aztec/pxe":"0.86.0-starknet.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-starknet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-starknet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-starknet.1","@aztec/archiver":"0.86.0-starknet.1","@aztec/aztec.js":"0.86.0-starknet.1","@aztec/blob-lib":"0.86.0-starknet.1","@aztec/ethereum":"0.86.0-starknet.1","@aztec/kv-store":"0.86.0-starknet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-starknet.1","@aztec/blob-sink":"0.86.0-starknet.1","@aztec/constants":"0.86.0-starknet.1","@aztec/simulator":"0.86.0-starknet.1","@aztec/aztec-node":"0.86.0-starknet.1","@aztec/foundation":"0.86.0-starknet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-starknet.1","@aztec/epoch-cache":"0.86.0-starknet.1","@aztec/merkle-tree":"0.86.0-starknet.1","@aztec/prover-node":"0.86.0-starknet.1","@aztec/world-state":"0.86.0-starknet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-starknet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-starknet.1","@aztec/noir-noirc_abi":"0.86.0-starknet.1","@aztec/sequencer-client":"0.86.0-starknet.1","@aztec/telemetry-client":"0.86.0-starknet.1","@aztec/validator-client":"0.86.0-starknet.1","@aztec/noir-contracts.js":"0.86.0-starknet.1","@aztec/protocol-contracts":"0.86.0-starknet.1","@aztec/noir-test-contracts.js":"0.86.0-starknet.1","@aztec/noir-protocol-circuits-types":"0.86.0-starknet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-starknet.1_1746665935697_0.792527591532799","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250508":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250508","_id":"@aztec/end-to-end@0.86.0-nightly.20250508","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9317ba50f8980f6b4a953d17e0a05cdcb5d6caf8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250508.tgz","fileCount":182,"integrity":"sha512-LmdgfBnlRa7PSDhtynIik8yI69FUNrznXr048tRyOmhDtbND6/u+xQVUUgXuSAmp+1TvyTdRSZuPuei8twhl0w==","signatures":[{"sig":"MEUCIBf3WparGrdUlu4QR/Rem3grOECHUbICw8C18ilHcb9sAiEAzN5J3+6vuzZhgaIQLohm+C2hKatVsv3zjYJRW1/CxPY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642449},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"c855d048fe250d55b220e6d26822ee16d62e228c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250508","@aztec/cli":"0.86.0-nightly.20250508","@aztec/p2p":"0.86.0-nightly.20250508","@aztec/pxe":"0.86.0-nightly.20250508","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250508","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250508","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250508","@aztec/archiver":"0.86.0-nightly.20250508","@aztec/aztec.js":"0.86.0-nightly.20250508","@aztec/blob-lib":"0.86.0-nightly.20250508","@aztec/ethereum":"0.86.0-nightly.20250508","@aztec/kv-store":"0.86.0-nightly.20250508","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250508","@aztec/blob-sink":"0.86.0-nightly.20250508","@aztec/constants":"0.86.0-nightly.20250508","@aztec/simulator":"0.86.0-nightly.20250508","@aztec/aztec-node":"0.86.0-nightly.20250508","@aztec/foundation":"0.86.0-nightly.20250508","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250508","@aztec/epoch-cache":"0.86.0-nightly.20250508","@aztec/merkle-tree":"0.86.0-nightly.20250508","@aztec/prover-node":"0.86.0-nightly.20250508","@aztec/world-state":"0.86.0-nightly.20250508","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250508","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250508","@aztec/noir-noirc_abi":"0.86.0-nightly.20250508","@aztec/sequencer-client":"0.86.0-nightly.20250508","@aztec/telemetry-client":"0.86.0-nightly.20250508","@aztec/validator-client":"0.86.0-nightly.20250508","@aztec/noir-contracts.js":"0.86.0-nightly.20250508","@aztec/protocol-contracts":"0.86.0-nightly.20250508","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250508","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250508"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250508_1746672619130_0.29206791470983084","host":"s3://npm-registry-packages-npm-production"}},"0.85.0-alpha-testnet.11":{"name":"@aztec/end-to-end","version":"0.85.0-alpha-testnet.11","_id":"@aztec/end-to-end@0.85.0-alpha-testnet.11","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"75119205975d2e563c0ad573b0abc4e5b305f22e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.85.0-alpha-testnet.11.tgz","fileCount":178,"integrity":"sha512-bCiZNIJHftjEt/DDm57qnQzU5CFJ81iqPYhhpUYBeR73E31OOwYEqF/v8WTujbQLpFs9I/sr1SKlKbXhivf4yw==","signatures":[{"sig":"MEUCIE8zHRhj1lnr64/z6c5VQ5tUmTlhQLt8SLQGZaQNyCj7AiEAq4Toxdnf4Inkrpux2B7T9sneeM3SMQADBvMRrXrXxx4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36632372},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"809701642289de3e6cc54f74afbc049771ee3395","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","formatting:fix":"run -T eslint --fix ./src && run -T prettier -w ./src","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.85.0-alpha-testnet.11","@aztec/cli":"0.85.0-alpha-testnet.11","@aztec/p2p":"0.85.0-alpha-testnet.11","@aztec/pxe":"0.85.0-alpha-testnet.11","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.85.0-alpha-testnet.11","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.85.0-alpha-testnet.11","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.85.0-alpha-testnet.11","@aztec/archiver":"0.85.0-alpha-testnet.11","@aztec/aztec.js":"0.85.0-alpha-testnet.11","@aztec/blob-lib":"0.85.0-alpha-testnet.11","@aztec/ethereum":"0.85.0-alpha-testnet.11","@aztec/kv-store":"0.85.0-alpha-testnet.11","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.85.0-alpha-testnet.11","@aztec/blob-sink":"0.85.0-alpha-testnet.11","@aztec/constants":"0.85.0-alpha-testnet.11","@aztec/simulator":"0.85.0-alpha-testnet.11","@aztec/aztec-node":"0.85.0-alpha-testnet.11","@aztec/foundation":"0.85.0-alpha-testnet.11","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.85.0-alpha-testnet.11","@aztec/epoch-cache":"0.85.0-alpha-testnet.11","@aztec/merkle-tree":"0.85.0-alpha-testnet.11","@aztec/prover-node":"0.85.0-alpha-testnet.11","@aztec/world-state":"0.85.0-alpha-testnet.11","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.85.0-alpha-testnet.11","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.85.0-alpha-testnet.11","@aztec/noir-noirc_abi":"0.85.0-alpha-testnet.11","@aztec/sequencer-client":"0.85.0-alpha-testnet.11","@aztec/telemetry-client":"0.85.0-alpha-testnet.11","@aztec/validator-client":"0.85.0-alpha-testnet.11","@aztec/noir-contracts.js":"0.85.0-alpha-testnet.11","@aztec/protocol-contracts":"0.85.0-alpha-testnet.11","@aztec/noir-protocol-circuits-types":"0.85.0-alpha-testnet.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.85.0-alpha-testnet.11_1746727882664_0.3749570104958222","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250509":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250509","_id":"@aztec/end-to-end@0.86.0-nightly.20250509","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f0df9966f6d05ea1bc282516143de1203900c00a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250509.tgz","fileCount":182,"integrity":"sha512-m0IkeDxB/cI2YYWScFLSxIixZ+4ZRJXsiIcFgRNBxJ9vhdvtklPZuENLXjpoE3C4l93HlUltFNB9yLZBwcjYrg==","signatures":[{"sig":"MEUCIQChKfoDF3jgGJIWLWXxGc9YOudBzjUBT/CLLJSi5WMuZAIgZ3huNfRSafcH6kNewIee84NWZGK9ybls/mxiBXDjnos=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642525},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a6de3d0385c1dd1b1dd6c5f0b98430ab8ff85ad5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250509","@aztec/cli":"0.86.0-nightly.20250509","@aztec/p2p":"0.86.0-nightly.20250509","@aztec/pxe":"0.86.0-nightly.20250509","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250509","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250509","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250509","@aztec/archiver":"0.86.0-nightly.20250509","@aztec/aztec.js":"0.86.0-nightly.20250509","@aztec/blob-lib":"0.86.0-nightly.20250509","@aztec/ethereum":"0.86.0-nightly.20250509","@aztec/kv-store":"0.86.0-nightly.20250509","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250509","@aztec/blob-sink":"0.86.0-nightly.20250509","@aztec/constants":"0.86.0-nightly.20250509","@aztec/simulator":"0.86.0-nightly.20250509","@aztec/aztec-node":"0.86.0-nightly.20250509","@aztec/foundation":"0.86.0-nightly.20250509","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250509","@aztec/epoch-cache":"0.86.0-nightly.20250509","@aztec/merkle-tree":"0.86.0-nightly.20250509","@aztec/prover-node":"0.86.0-nightly.20250509","@aztec/world-state":"0.86.0-nightly.20250509","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250509","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250509","@aztec/noir-noirc_abi":"0.86.0-nightly.20250509","@aztec/sequencer-client":"0.86.0-nightly.20250509","@aztec/telemetry-client":"0.86.0-nightly.20250509","@aztec/validator-client":"0.86.0-nightly.20250509","@aztec/noir-contracts.js":"0.86.0-nightly.20250509","@aztec/protocol-contracts":"0.86.0-nightly.20250509","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250509","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250509"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250509_1746758911609_0.26789048607322163","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250510":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250510","_id":"@aztec/end-to-end@0.86.0-nightly.20250510","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1978a8b63cc0296a3423dfc1bc1aa3824433bb13","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250510.tgz","fileCount":182,"integrity":"sha512-zg6/PiTENDN1ji2oZE1e1FEea4dmQ2sjujdHECAeSfF8vQDFx6teNWplGRZCpqkm1i5b6EPcIjzH9Yd/lAHheQ==","signatures":[{"sig":"MEQCICiKGFrKdVeDmrMAI2YJRehq402ae3bCnophx/2HupmgAiAzr84CAm/CeZoslUL+Y+U77+YwNMoK3NW13BDeXyCGFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643573},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b67afe429d431c7516b95f9c6d1b6e358907ef33","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250510","@aztec/cli":"0.86.0-nightly.20250510","@aztec/p2p":"0.86.0-nightly.20250510","@aztec/pxe":"0.86.0-nightly.20250510","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250510","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250510","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250510","@aztec/archiver":"0.86.0-nightly.20250510","@aztec/aztec.js":"0.86.0-nightly.20250510","@aztec/blob-lib":"0.86.0-nightly.20250510","@aztec/ethereum":"0.86.0-nightly.20250510","@aztec/kv-store":"0.86.0-nightly.20250510","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250510","@aztec/blob-sink":"0.86.0-nightly.20250510","@aztec/constants":"0.86.0-nightly.20250510","@aztec/simulator":"0.86.0-nightly.20250510","@aztec/aztec-node":"0.86.0-nightly.20250510","@aztec/foundation":"0.86.0-nightly.20250510","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250510","@aztec/epoch-cache":"0.86.0-nightly.20250510","@aztec/merkle-tree":"0.86.0-nightly.20250510","@aztec/prover-node":"0.86.0-nightly.20250510","@aztec/world-state":"0.86.0-nightly.20250510","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250510","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250510","@aztec/noir-noirc_abi":"0.86.0-nightly.20250510","@aztec/sequencer-client":"0.86.0-nightly.20250510","@aztec/telemetry-client":"0.86.0-nightly.20250510","@aztec/validator-client":"0.86.0-nightly.20250510","@aztec/noir-contracts.js":"0.86.0-nightly.20250510","@aztec/protocol-contracts":"0.86.0-nightly.20250510","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250510","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250510"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250510_1746845170442_0.04503766798250952","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250511":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250511","_id":"@aztec/end-to-end@0.86.0-nightly.20250511","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8aa16385aac57654370030dcab8470a626070d8a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250511.tgz","fileCount":182,"integrity":"sha512-l9nR7ByIG/+PlpKw7MVwkfepacPFeoikvJrF9PXzi32wDYooS7bQIE87YnZu1mcCay4ohEsB1H5NmkXEqKFkyg==","signatures":[{"sig":"MEYCIQDn8pRLv4bij4WVNq1wUuIi48l0T04LzlOlxOApfHs8nAIhALYhZZUyd6DTh4laUt6Dl6iC1H+ZlzFjfV3qoQ7fb2+Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643573},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b67afe429d431c7516b95f9c6d1b6e358907ef33","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250511","@aztec/cli":"0.86.0-nightly.20250511","@aztec/p2p":"0.86.0-nightly.20250511","@aztec/pxe":"0.86.0-nightly.20250511","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250511","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250511","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250511","@aztec/archiver":"0.86.0-nightly.20250511","@aztec/aztec.js":"0.86.0-nightly.20250511","@aztec/blob-lib":"0.86.0-nightly.20250511","@aztec/ethereum":"0.86.0-nightly.20250511","@aztec/kv-store":"0.86.0-nightly.20250511","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250511","@aztec/blob-sink":"0.86.0-nightly.20250511","@aztec/constants":"0.86.0-nightly.20250511","@aztec/simulator":"0.86.0-nightly.20250511","@aztec/aztec-node":"0.86.0-nightly.20250511","@aztec/foundation":"0.86.0-nightly.20250511","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250511","@aztec/epoch-cache":"0.86.0-nightly.20250511","@aztec/merkle-tree":"0.86.0-nightly.20250511","@aztec/prover-node":"0.86.0-nightly.20250511","@aztec/world-state":"0.86.0-nightly.20250511","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250511","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250511","@aztec/noir-noirc_abi":"0.86.0-nightly.20250511","@aztec/sequencer-client":"0.86.0-nightly.20250511","@aztec/telemetry-client":"0.86.0-nightly.20250511","@aztec/validator-client":"0.86.0-nightly.20250511","@aztec/noir-contracts.js":"0.86.0-nightly.20250511","@aztec/protocol-contracts":"0.86.0-nightly.20250511","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250511","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250511"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250511_1746931633042_0.6011193735985187","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250512":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250512","_id":"@aztec/end-to-end@0.86.0-nightly.20250512","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"53bbc4896006ef1c2bf403472be23a1906f8bd03","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250512.tgz","fileCount":182,"integrity":"sha512-wAukLqsiqN8aQ0721r0sODwOjv6G2jev0u+csWIMHwwBqr8H4stDUAywupayQoG68COosv2jYUrpPgKzGA0LTQ==","signatures":[{"sig":"MEQCIEYXNCjZWCkyPmPa3q1T+EZUWqz/onycstSYNKhvnsSzAiAPbPXtP39Wq2Nt/7wOrloq9lQa+iXH2S+yVmJmkH5O3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643573},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"b67afe429d431c7516b95f9c6d1b6e358907ef33","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250512","@aztec/cli":"0.86.0-nightly.20250512","@aztec/p2p":"0.86.0-nightly.20250512","@aztec/pxe":"0.86.0-nightly.20250512","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250512","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250512","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250512","@aztec/archiver":"0.86.0-nightly.20250512","@aztec/aztec.js":"0.86.0-nightly.20250512","@aztec/blob-lib":"0.86.0-nightly.20250512","@aztec/ethereum":"0.86.0-nightly.20250512","@aztec/kv-store":"0.86.0-nightly.20250512","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250512","@aztec/blob-sink":"0.86.0-nightly.20250512","@aztec/constants":"0.86.0-nightly.20250512","@aztec/simulator":"0.86.0-nightly.20250512","@aztec/aztec-node":"0.86.0-nightly.20250512","@aztec/foundation":"0.86.0-nightly.20250512","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250512","@aztec/epoch-cache":"0.86.0-nightly.20250512","@aztec/merkle-tree":"0.86.0-nightly.20250512","@aztec/prover-node":"0.86.0-nightly.20250512","@aztec/world-state":"0.86.0-nightly.20250512","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250512","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250512","@aztec/noir-noirc_abi":"0.86.0-nightly.20250512","@aztec/sequencer-client":"0.86.0-nightly.20250512","@aztec/telemetry-client":"0.86.0-nightly.20250512","@aztec/validator-client":"0.86.0-nightly.20250512","@aztec/noir-contracts.js":"0.86.0-nightly.20250512","@aztec/protocol-contracts":"0.86.0-nightly.20250512","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250512","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250512"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250512_1747018070181_0.7154974852396592","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250513":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250513","_id":"@aztec/end-to-end@0.86.0-nightly.20250513","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ab417de5ec2ee3ee392e16b431f51f355efea502","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250513.tgz","fileCount":182,"integrity":"sha512-wicPJFslIaF7otSQ5s5N711ekIkUf2pty5uvS2O0x4lGkqwMxxEc5R4YFO0qr6t/PM/EUmr4GMaygL3Xis8Upg==","signatures":[{"sig":"MEQCIGJWtqj2FpsEzvqFUyzYbM9LLOPF9j+DPaGjbpzUjfiuAiBKgsUH7DnTa6mU7sdKcsW2aXM1jqwL4NkbKf+M6hOzBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644211},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"39f837c2cebc3739036dab6290c0017d1bd9f538","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250513","@aztec/cli":"0.86.0-nightly.20250513","@aztec/p2p":"0.86.0-nightly.20250513","@aztec/pxe":"0.86.0-nightly.20250513","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250513","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250513","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250513","@aztec/archiver":"0.86.0-nightly.20250513","@aztec/aztec.js":"0.86.0-nightly.20250513","@aztec/blob-lib":"0.86.0-nightly.20250513","@aztec/ethereum":"0.86.0-nightly.20250513","@aztec/kv-store":"0.86.0-nightly.20250513","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250513","@aztec/blob-sink":"0.86.0-nightly.20250513","@aztec/constants":"0.86.0-nightly.20250513","@aztec/simulator":"0.86.0-nightly.20250513","@aztec/aztec-node":"0.86.0-nightly.20250513","@aztec/foundation":"0.86.0-nightly.20250513","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250513","@aztec/epoch-cache":"0.86.0-nightly.20250513","@aztec/merkle-tree":"0.86.0-nightly.20250513","@aztec/prover-node":"0.86.0-nightly.20250513","@aztec/world-state":"0.86.0-nightly.20250513","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250513","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250513","@aztec/noir-noirc_abi":"0.86.0-nightly.20250513","@aztec/sequencer-client":"0.86.0-nightly.20250513","@aztec/telemetry-client":"0.86.0-nightly.20250513","@aztec/validator-client":"0.86.0-nightly.20250513","@aztec/noir-contracts.js":"0.86.0-nightly.20250513","@aztec/protocol-contracts":"0.86.0-nightly.20250513","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250513","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250513"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250513_1747104477510_0.9160659087608249","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250514":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250514","_id":"@aztec/end-to-end@0.86.0-nightly.20250514","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"33ae2ef2240d675834d743d4c4ceec20f206ddfc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250514.tgz","fileCount":182,"integrity":"sha512-rMytbmOGfFI21Yd35/7VikQuUgQdz0C/08o7eMzdeOjaI5p8RQF4MXwuFPOw3jujCD/IFK/1j9k0sL2AdrnXow==","signatures":[{"sig":"MEUCIGQSPkn2WsdOpp5JbJx3MUwrsezKz0+Za7+m1ApVFSKkAiEAn2lRJgnSvntz0jxmcIfoX+KY/em/RM2ZkAKA8moRQsA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645218},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"bc8000dde397fc316a85c3d45dceec6867d2004d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250514","@aztec/cli":"0.86.0-nightly.20250514","@aztec/p2p":"0.86.0-nightly.20250514","@aztec/pxe":"0.86.0-nightly.20250514","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250514","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250514","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250514","@aztec/archiver":"0.86.0-nightly.20250514","@aztec/aztec.js":"0.86.0-nightly.20250514","@aztec/blob-lib":"0.86.0-nightly.20250514","@aztec/ethereum":"0.86.0-nightly.20250514","@aztec/kv-store":"0.86.0-nightly.20250514","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250514","@aztec/blob-sink":"0.86.0-nightly.20250514","@aztec/constants":"0.86.0-nightly.20250514","@aztec/simulator":"0.86.0-nightly.20250514","@aztec/aztec-node":"0.86.0-nightly.20250514","@aztec/foundation":"0.86.0-nightly.20250514","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250514","@aztec/epoch-cache":"0.86.0-nightly.20250514","@aztec/merkle-tree":"0.86.0-nightly.20250514","@aztec/prover-node":"0.86.0-nightly.20250514","@aztec/world-state":"0.86.0-nightly.20250514","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250514","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250514","@aztec/noir-noirc_abi":"0.86.0-nightly.20250514","@aztec/sequencer-client":"0.86.0-nightly.20250514","@aztec/telemetry-client":"0.86.0-nightly.20250514","@aztec/validator-client":"0.86.0-nightly.20250514","@aztec/noir-contracts.js":"0.86.0-nightly.20250514","@aztec/protocol-contracts":"0.86.0-nightly.20250514","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250514","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250514"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250514_1747190978160_0.5372478812876671","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250515":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250515","_id":"@aztec/end-to-end@0.86.0-nightly.20250515","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b9be0ea50d2d7e3e15f52850f94f2480e80073db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250515.tgz","fileCount":182,"integrity":"sha512-tiV/U2CaWI1nXJ1KZgLZIYnwubFua4dqCRpZbl68N1TqogcEAKrubeQ7b0khqtTzAZuaOUx8o3Ojx5JkY+PkZA==","signatures":[{"sig":"MEUCICnEbrNFrzcM1Go9RNvhaK2tVrla3FohPySZ/NCMebG9AiEAh0rcVSMGjCiaY46EuwfaUiG7S5ZSr6mx6NH5ZcRQh0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645294},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a0a29dc37566ef91411a5d5349a7a1cf4d692c4e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250515","@aztec/cli":"0.86.0-nightly.20250515","@aztec/p2p":"0.86.0-nightly.20250515","@aztec/pxe":"0.86.0-nightly.20250515","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250515","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250515","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250515","@aztec/archiver":"0.86.0-nightly.20250515","@aztec/aztec.js":"0.86.0-nightly.20250515","@aztec/blob-lib":"0.86.0-nightly.20250515","@aztec/ethereum":"0.86.0-nightly.20250515","@aztec/kv-store":"0.86.0-nightly.20250515","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250515","@aztec/blob-sink":"0.86.0-nightly.20250515","@aztec/constants":"0.86.0-nightly.20250515","@aztec/simulator":"0.86.0-nightly.20250515","@aztec/aztec-node":"0.86.0-nightly.20250515","@aztec/foundation":"0.86.0-nightly.20250515","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250515","@aztec/epoch-cache":"0.86.0-nightly.20250515","@aztec/merkle-tree":"0.86.0-nightly.20250515","@aztec/prover-node":"0.86.0-nightly.20250515","@aztec/world-state":"0.86.0-nightly.20250515","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250515","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250515","@aztec/noir-noirc_abi":"0.86.0-nightly.20250515","@aztec/sequencer-client":"0.86.0-nightly.20250515","@aztec/telemetry-client":"0.86.0-nightly.20250515","@aztec/validator-client":"0.86.0-nightly.20250515","@aztec/noir-contracts.js":"0.86.0-nightly.20250515","@aztec/protocol-contracts":"0.86.0-nightly.20250515","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250515","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250515"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250515_1747277359352_0.9425106084911619","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250517":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250517","_id":"@aztec/end-to-end@0.86.0-nightly.20250517","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e9fd104fb87db2757b22a2ce4ff1e193a59e0a32","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250517.tgz","fileCount":182,"integrity":"sha512-JU1OD6/KiXrFhDzxNsd1mJKmIcsVqxANsqf/OiHy/z7LfSLyylVRA/qmlwtw5Tz+rECa8qfg1SOXvu2n1QUvLQ==","signatures":[{"sig":"MEYCIQC6fbk4bndT0zt77keZE90xfQUnTcNEpRP1k1zW0ZtL3gIhAMRgES3v+ZWUdj6aTU5pd4nx4gIl9TGU4o2N2qzmfi6Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644882},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"a9231250c14296815cd67c45ba1dc6da11cde2db","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250517","@aztec/cli":"0.86.0-nightly.20250517","@aztec/p2p":"0.86.0-nightly.20250517","@aztec/pxe":"0.86.0-nightly.20250517","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250517","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250517","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250517","@aztec/archiver":"0.86.0-nightly.20250517","@aztec/aztec.js":"0.86.0-nightly.20250517","@aztec/blob-lib":"0.86.0-nightly.20250517","@aztec/ethereum":"0.86.0-nightly.20250517","@aztec/kv-store":"0.86.0-nightly.20250517","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250517","@aztec/blob-sink":"0.86.0-nightly.20250517","@aztec/constants":"0.86.0-nightly.20250517","@aztec/simulator":"0.86.0-nightly.20250517","@aztec/aztec-node":"0.86.0-nightly.20250517","@aztec/foundation":"0.86.0-nightly.20250517","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250517","@aztec/epoch-cache":"0.86.0-nightly.20250517","@aztec/merkle-tree":"0.86.0-nightly.20250517","@aztec/prover-node":"0.86.0-nightly.20250517","@aztec/world-state":"0.86.0-nightly.20250517","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250517","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250517","@aztec/noir-noirc_abi":"0.86.0-nightly.20250517","@aztec/sequencer-client":"0.86.0-nightly.20250517","@aztec/telemetry-client":"0.86.0-nightly.20250517","@aztec/validator-client":"0.86.0-nightly.20250517","@aztec/noir-contracts.js":"0.86.0-nightly.20250517","@aztec/protocol-contracts":"0.86.0-nightly.20250517","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250517","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250517"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250517_1747450938333_0.7924296148277039","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250518":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250518","_id":"@aztec/end-to-end@0.86.0-nightly.20250518","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e438ced7f13692e597ecdd3a4c8dad0adabac8f9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250518.tgz","fileCount":182,"integrity":"sha512-MXbPPSj9tZqAJEg0v/yt3aVXyN3ajTRNyOFSdWmv+xZrYhM027OZu791SHs8c3WbVqDmIUDwFviD6FvKXDjOsw==","signatures":[{"sig":"MEUCICPgsCJrAkMenkdenDeOaEfZP7tmm70Z7uddYhKY/ljJAiEAlw8T+d0wZPPJRUQ7Oc5LZIaz0zace2o3xOwXacT2MhI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644882},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"1cce66dbcb750cd697252829fe6b810d362c523e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250518","@aztec/cli":"0.86.0-nightly.20250518","@aztec/p2p":"0.86.0-nightly.20250518","@aztec/pxe":"0.86.0-nightly.20250518","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250518","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250518","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250518","@aztec/archiver":"0.86.0-nightly.20250518","@aztec/aztec.js":"0.86.0-nightly.20250518","@aztec/blob-lib":"0.86.0-nightly.20250518","@aztec/ethereum":"0.86.0-nightly.20250518","@aztec/kv-store":"0.86.0-nightly.20250518","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250518","@aztec/blob-sink":"0.86.0-nightly.20250518","@aztec/constants":"0.86.0-nightly.20250518","@aztec/simulator":"0.86.0-nightly.20250518","@aztec/aztec-node":"0.86.0-nightly.20250518","@aztec/foundation":"0.86.0-nightly.20250518","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250518","@aztec/epoch-cache":"0.86.0-nightly.20250518","@aztec/merkle-tree":"0.86.0-nightly.20250518","@aztec/prover-node":"0.86.0-nightly.20250518","@aztec/world-state":"0.86.0-nightly.20250518","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250518","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250518","@aztec/noir-noirc_abi":"0.86.0-nightly.20250518","@aztec/sequencer-client":"0.86.0-nightly.20250518","@aztec/telemetry-client":"0.86.0-nightly.20250518","@aztec/validator-client":"0.86.0-nightly.20250518","@aztec/noir-contracts.js":"0.86.0-nightly.20250518","@aztec/protocol-contracts":"0.86.0-nightly.20250518","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250518","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250518"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250518_1747537347716_0.42654174304137693","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250519":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250519","_id":"@aztec/end-to-end@0.86.0-nightly.20250519","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3e5c65f70a39fe1ebdca8120ad27a77d4649222e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250519.tgz","fileCount":182,"integrity":"sha512-gXUhzaBe40LYwygLIQr0nEUvqTafLzAYY30o0mDzykx+SE2Sujb+EBkjCdT6QvtKBiJX4CS6yf/QvC9eZ40nGA==","signatures":[{"sig":"MEUCIQDVPlmF1RShaYFSDOzCBEdlPj00zwXA0OuJc9Sp2g4A7AIgWD7MXxvAAN1fdR98X5Qb1mMbOjQfMttZ4gJCx335u50=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644882},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=18"},"exports":"./dest/index.js","gitHead":"1cce66dbcb750cd697252829fe6b810d362c523e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"9.2.0","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"18.19.1","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250519","@aztec/cli":"0.86.0-nightly.20250519","@aztec/p2p":"0.86.0-nightly.20250519","@aztec/pxe":"0.86.0-nightly.20250519","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.0.4","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^18.7.23","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250519","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250519","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250519","@aztec/archiver":"0.86.0-nightly.20250519","@aztec/aztec.js":"0.86.0-nightly.20250519","@aztec/blob-lib":"0.86.0-nightly.20250519","@aztec/ethereum":"0.86.0-nightly.20250519","@aztec/kv-store":"0.86.0-nightly.20250519","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250519","@aztec/blob-sink":"0.86.0-nightly.20250519","@aztec/constants":"0.86.0-nightly.20250519","@aztec/simulator":"0.86.0-nightly.20250519","@aztec/aztec-node":"0.86.0-nightly.20250519","@aztec/foundation":"0.86.0-nightly.20250519","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250519","@aztec/epoch-cache":"0.86.0-nightly.20250519","@aztec/merkle-tree":"0.86.0-nightly.20250519","@aztec/prover-node":"0.86.0-nightly.20250519","@aztec/world-state":"0.86.0-nightly.20250519","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250519","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250519","@aztec/noir-noirc_abi":"0.86.0-nightly.20250519","@aztec/sequencer-client":"0.86.0-nightly.20250519","@aztec/telemetry-client":"0.86.0-nightly.20250519","@aztec/validator-client":"0.86.0-nightly.20250519","@aztec/noir-contracts.js":"0.86.0-nightly.20250519","@aztec/protocol-contracts":"0.86.0-nightly.20250519","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250519","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250519"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.0.4","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250519_1747623790438_0.8493564759149312","host":"s3://npm-registry-packages-npm-production"}},"0.86.0-nightly.20250520":{"name":"@aztec/end-to-end","version":"0.86.0-nightly.20250520","_id":"@aztec/end-to-end@0.86.0-nightly.20250520","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b16cc6047cc919955974ca8c8ee7f50b64622e2d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.86.0-nightly.20250520.tgz","fileCount":182,"integrity":"sha512-RQzpu0GszCvcbFMwUAtA/UOxpHfnV+ArMKHFwQTUcqhv3tk+BiogcQE1vIu/U6cnX+4hG2df8FMoHKMNOBcwqw==","signatures":[{"sig":"MEQCIDAHr7uEfjGQP+igq++yHWQX7MvwHv6DsnKRxdj9T38WAiA6iOpTr267+7AyUZWrahqA+EwnnvrPjLF5eHA0F0FPig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636263},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"16bbb1b632089eeb4051ba9b490ece4e4b6958f7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.86.0-nightly.20250520","@aztec/cli":"0.86.0-nightly.20250520","@aztec/p2p":"0.86.0-nightly.20250520","@aztec/pxe":"0.86.0-nightly.20250520","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.86.0-nightly.20250520","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.86.0-nightly.20250520","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.86.0-nightly.20250520","@aztec/archiver":"0.86.0-nightly.20250520","@aztec/aztec.js":"0.86.0-nightly.20250520","@aztec/blob-lib":"0.86.0-nightly.20250520","@aztec/ethereum":"0.86.0-nightly.20250520","@aztec/kv-store":"0.86.0-nightly.20250520","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.86.0-nightly.20250520","@aztec/blob-sink":"0.86.0-nightly.20250520","@aztec/constants":"0.86.0-nightly.20250520","@aztec/simulator":"0.86.0-nightly.20250520","@aztec/aztec-node":"0.86.0-nightly.20250520","@aztec/foundation":"0.86.0-nightly.20250520","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.86.0-nightly.20250520","@aztec/epoch-cache":"0.86.0-nightly.20250520","@aztec/merkle-tree":"0.86.0-nightly.20250520","@aztec/prover-node":"0.86.0-nightly.20250520","@aztec/world-state":"0.86.0-nightly.20250520","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.86.0-nightly.20250520","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.86.0-nightly.20250520","@aztec/noir-noirc_abi":"0.86.0-nightly.20250520","@aztec/sequencer-client":"0.86.0-nightly.20250520","@aztec/telemetry-client":"0.86.0-nightly.20250520","@aztec/validator-client":"0.86.0-nightly.20250520","@aztec/noir-contracts.js":"0.86.0-nightly.20250520","@aztec/protocol-contracts":"0.86.0-nightly.20250520","@aztec/noir-test-contracts.js":"0.86.0-nightly.20250520","@aztec/noir-protocol-circuits-types":"0.86.0-nightly.20250520"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.86.0-nightly.20250520_1747710096234_0.5988348958841763","host":"s3://npm-registry-packages-npm-production"}},"0.87.0":{"name":"@aztec/end-to-end","version":"0.87.0","_id":"@aztec/end-to-end@0.87.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8c725465e0cd164586a1ce897822a2eb75726b43","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.0.tgz","fileCount":182,"integrity":"sha512-RwTwMreO7s7CX09ObLn+o8n/qZDcsi2i+NzxPsmnky3XlmoOKL6LMJ7Ce1IA2pTN5D5ZefF9Mgj3ToCw6di45A==","signatures":[{"sig":"MEYCIQDGXn7r7gyDVkFZ/7bjagM28I2szDJIJg12efjqBCabvAIhAIy3ESbc3IslVECVvQm7fJW4tlyD3gsWOhKsWkh/8bPG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635685},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9081b0ed38c43c120afb7c80f8f6cd418ca5ad70","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.0","@aztec/cli":"0.87.0","@aztec/p2p":"0.87.0","@aztec/pxe":"0.87.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.0","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.0","@aztec/archiver":"0.87.0","@aztec/aztec.js":"0.87.0","@aztec/blob-lib":"0.87.0","@aztec/ethereum":"0.87.0","@aztec/kv-store":"0.87.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.0","@aztec/blob-sink":"0.87.0","@aztec/constants":"0.87.0","@aztec/simulator":"0.87.0","@aztec/aztec-node":"0.87.0","@aztec/foundation":"0.87.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.0","@aztec/epoch-cache":"0.87.0","@aztec/merkle-tree":"0.87.0","@aztec/prover-node":"0.87.0","@aztec/world-state":"0.87.0","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.0","@aztec/noir-noirc_abi":"0.87.0","@aztec/sequencer-client":"0.87.0","@aztec/telemetry-client":"0.87.0","@aztec/validator-client":"0.87.0","@aztec/noir-contracts.js":"0.87.0","@aztec/protocol-contracts":"0.87.0","@aztec/noir-test-contracts.js":"0.87.0","@aztec/noir-protocol-circuits-types":"0.87.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.0_1747771265674_0.6602070569447207","host":"s3://npm-registry-packages-npm-production"}},"0.87.0-nightly.20250521":{"name":"@aztec/end-to-end","version":"0.87.0-nightly.20250521","_id":"@aztec/end-to-end@0.87.0-nightly.20250521","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c12f757e767808225fd7aaebb533e4454e51cf3c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.0-nightly.20250521.tgz","fileCount":182,"integrity":"sha512-0MXTF9XG2QXB565IQE0SRsIuBVHZrxabAQKbZmdg815+qD7m/+JYTJL8Jo8rfEL3d6vGOObWLD3ZqDnWDoitaQ==","signatures":[{"sig":"MEYCIQCmet8JkLiGirX1SBlwKeajhH8miRqIPEKV7bsspvjpTAIhALsGX8heYsOPbS87C0Z0XR1BoZHl91Ity9WjIJyBS17M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636263},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2839baad2d99e9eecccda929acce499e52226b66","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.0-nightly.20250521","@aztec/cli":"0.87.0-nightly.20250521","@aztec/p2p":"0.87.0-nightly.20250521","@aztec/pxe":"0.87.0-nightly.20250521","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.0-nightly.20250521","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.0-nightly.20250521","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.0-nightly.20250521","@aztec/archiver":"0.87.0-nightly.20250521","@aztec/aztec.js":"0.87.0-nightly.20250521","@aztec/blob-lib":"0.87.0-nightly.20250521","@aztec/ethereum":"0.87.0-nightly.20250521","@aztec/kv-store":"0.87.0-nightly.20250521","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.0-nightly.20250521","@aztec/blob-sink":"0.87.0-nightly.20250521","@aztec/constants":"0.87.0-nightly.20250521","@aztec/simulator":"0.87.0-nightly.20250521","@aztec/aztec-node":"0.87.0-nightly.20250521","@aztec/foundation":"0.87.0-nightly.20250521","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.0-nightly.20250521","@aztec/epoch-cache":"0.87.0-nightly.20250521","@aztec/merkle-tree":"0.87.0-nightly.20250521","@aztec/prover-node":"0.87.0-nightly.20250521","@aztec/world-state":"0.87.0-nightly.20250521","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.0-nightly.20250521","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.0-nightly.20250521","@aztec/noir-noirc_abi":"0.87.0-nightly.20250521","@aztec/sequencer-client":"0.87.0-nightly.20250521","@aztec/telemetry-client":"0.87.0-nightly.20250521","@aztec/validator-client":"0.87.0-nightly.20250521","@aztec/noir-contracts.js":"0.87.0-nightly.20250521","@aztec/protocol-contracts":"0.87.0-nightly.20250521","@aztec/noir-test-contracts.js":"0.87.0-nightly.20250521","@aztec/noir-protocol-circuits-types":"0.87.0-nightly.20250521"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.0-nightly.20250521_1747796691695_0.5911141184742723","host":"s3://npm-registry-packages-npm-production"}},"0.87.1":{"name":"@aztec/end-to-end","version":"0.87.1","_id":"@aztec/end-to-end@0.87.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c3e0f9d82f18a251c1ca65b4dd06b32e2c4f177a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.1.tgz","fileCount":182,"integrity":"sha512-KhThL9ZT2HS2kLG/OF8doANteB52uxcUZXnnvVQVefOscx4HIIu/EAhOLXsx5lkNOrw4pbtEDBPd3qv99d8VZg==","signatures":[{"sig":"MEQCIAi8lYMapSKLrkDyV4c8HNJ5VKPsrxkEkflAw6UERnZTAiAaeviKWLNE19McgiBL8reFqRv2N9ScUcs9fpu7hCN7jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635685},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e0237361d0011be52eb56ab4a11e507dcc4c1ecf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.1","@aztec/cli":"0.87.1","@aztec/p2p":"0.87.1","@aztec/pxe":"0.87.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.1","@aztec/archiver":"0.87.1","@aztec/aztec.js":"0.87.1","@aztec/blob-lib":"0.87.1","@aztec/ethereum":"0.87.1","@aztec/kv-store":"0.87.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.1","@aztec/blob-sink":"0.87.1","@aztec/constants":"0.87.1","@aztec/simulator":"0.87.1","@aztec/aztec-node":"0.87.1","@aztec/foundation":"0.87.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.1","@aztec/epoch-cache":"0.87.1","@aztec/merkle-tree":"0.87.1","@aztec/prover-node":"0.87.1","@aztec/world-state":"0.87.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.1","@aztec/noir-noirc_abi":"0.87.1","@aztec/sequencer-client":"0.87.1","@aztec/telemetry-client":"0.87.1","@aztec/validator-client":"0.87.1","@aztec/noir-contracts.js":"0.87.1","@aztec/protocol-contracts":"0.87.1","@aztec/noir-test-contracts.js":"0.87.1","@aztec/noir-protocol-circuits-types":"0.87.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.1_1747823806156_0.44039016330832137","host":"s3://npm-registry-packages-npm-production"}},"0.87.2":{"name":"@aztec/end-to-end","version":"0.87.2","_id":"@aztec/end-to-end@0.87.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9fff279594cbf28192fca8bac624a40f4e4776c9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2.tgz","fileCount":182,"integrity":"sha512-Xe+yhsRUjtIuhN7myuqBYeFOT/QzPq235D0iySfv9jjMyFeh9aE6q/xCIeCjVH5q4Sqo8gnRFY0NPQrwJPnQcw==","signatures":[{"sig":"MEUCIQC8JdWNrQkia/i5ogs5+x7iNBAXuLCO4CQf6DB4Y9qmagIgTZpgkyfnfhK7PTSMwI774k/r5GxWn7ykE2F9+OMcHbs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635685},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3e8678348ccd51052fb976cc0f39478b0ea21c19","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2","@aztec/cli":"0.87.2","@aztec/p2p":"0.87.2","@aztec/pxe":"0.87.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2","@aztec/archiver":"0.87.2","@aztec/aztec.js":"0.87.2","@aztec/blob-lib":"0.87.2","@aztec/ethereum":"0.87.2","@aztec/kv-store":"0.87.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2","@aztec/blob-sink":"0.87.2","@aztec/constants":"0.87.2","@aztec/simulator":"0.87.2","@aztec/aztec-node":"0.87.2","@aztec/foundation":"0.87.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2","@aztec/epoch-cache":"0.87.2","@aztec/merkle-tree":"0.87.2","@aztec/prover-node":"0.87.2","@aztec/world-state":"0.87.2","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2","@aztec/noir-noirc_abi":"0.87.2","@aztec/sequencer-client":"0.87.2","@aztec/telemetry-client":"0.87.2","@aztec/validator-client":"0.87.2","@aztec/noir-contracts.js":"0.87.2","@aztec/protocol-contracts":"0.87.2","@aztec/noir-test-contracts.js":"0.87.2","@aztec/noir-protocol-circuits-types":"0.87.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2_1747831804569_0.9925060655652702","host":"s3://npm-registry-packages-npm-production"}},"0.87.2-nightly.20250523":{"name":"@aztec/end-to-end","version":"0.87.2-nightly.20250523","_id":"@aztec/end-to-end@0.87.2-nightly.20250523","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ea9741b9716acb4f433e560de1fdbd8b08154937","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2-nightly.20250523.tgz","fileCount":182,"integrity":"sha512-kKfsvgdxV79xFXtgefJ1t38KShrTRbRKXoqWQbxQUd5TnuGZpPIKtwdUQkfLt5RfkMIE7g2MKltzrp1ysiPkww==","signatures":[{"sig":"MEUCIQCZ4AQaLV/IYPcr+qGVVn7HgbODRjptMVT7dpIvVWBbhQIgMGPZlQ8hoqZPD/W27Rduo6eZXUi7ix79Y7K3EEvrzJ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636203},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1b6b0dd20cee8cee8bed62ed9d846a93e2f0d9a3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2-nightly.20250523","@aztec/cli":"0.87.2-nightly.20250523","@aztec/p2p":"0.87.2-nightly.20250523","@aztec/pxe":"0.87.2-nightly.20250523","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2-nightly.20250523","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2-nightly.20250523","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2-nightly.20250523","@aztec/archiver":"0.87.2-nightly.20250523","@aztec/aztec.js":"0.87.2-nightly.20250523","@aztec/blob-lib":"0.87.2-nightly.20250523","@aztec/ethereum":"0.87.2-nightly.20250523","@aztec/kv-store":"0.87.2-nightly.20250523","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2-nightly.20250523","@aztec/blob-sink":"0.87.2-nightly.20250523","@aztec/constants":"0.87.2-nightly.20250523","@aztec/simulator":"0.87.2-nightly.20250523","@aztec/aztec-node":"0.87.2-nightly.20250523","@aztec/foundation":"0.87.2-nightly.20250523","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2-nightly.20250523","@aztec/epoch-cache":"0.87.2-nightly.20250523","@aztec/merkle-tree":"0.87.2-nightly.20250523","@aztec/prover-node":"0.87.2-nightly.20250523","@aztec/world-state":"0.87.2-nightly.20250523","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2-nightly.20250523","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2-nightly.20250523","@aztec/noir-noirc_abi":"0.87.2-nightly.20250523","@aztec/sequencer-client":"0.87.2-nightly.20250523","@aztec/telemetry-client":"0.87.2-nightly.20250523","@aztec/validator-client":"0.87.2-nightly.20250523","@aztec/noir-contracts.js":"0.87.2-nightly.20250523","@aztec/protocol-contracts":"0.87.2-nightly.20250523","@aztec/noir-test-contracts.js":"0.87.2-nightly.20250523","@aztec/noir-protocol-circuits-types":"0.87.2-nightly.20250523"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2-nightly.20250523_1747969198825_0.2735564022491779","host":"s3://npm-registry-packages-npm-production"}},"0.87.2-nightly.20250524":{"name":"@aztec/end-to-end","version":"0.87.2-nightly.20250524","_id":"@aztec/end-to-end@0.87.2-nightly.20250524","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8212bd12963740f1d81557d23f1eea62d09b1bb5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2-nightly.20250524.tgz","fileCount":182,"integrity":"sha512-ZC/10PeS/v57X6C/ivYHur39sIRptSqIUuIbIcHVKx5vG6lEgC87RyiTIVWxRMX7E/E8ISDq97Ja2Iwsb0jK5A==","signatures":[{"sig":"MEUCIGy+Iw3qqZjIzfuROkLL0dN2Aui57z6r1u2M/wgqUDEdAiEAlEpEtgR10MnvQK07Dy5hcPeqqJByFI1v++ULbQK3Z5g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636653},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"04a4f841a22c5d2352054325b888c27368cf6c4e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2-nightly.20250524","@aztec/cli":"0.87.2-nightly.20250524","@aztec/p2p":"0.87.2-nightly.20250524","@aztec/pxe":"0.87.2-nightly.20250524","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2-nightly.20250524","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2-nightly.20250524","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.2-nightly.20250524","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2-nightly.20250524","@aztec/archiver":"0.87.2-nightly.20250524","@aztec/aztec.js":"0.87.2-nightly.20250524","@aztec/blob-lib":"0.87.2-nightly.20250524","@aztec/ethereum":"0.87.2-nightly.20250524","@aztec/kv-store":"0.87.2-nightly.20250524","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2-nightly.20250524","@aztec/blob-sink":"0.87.2-nightly.20250524","@aztec/constants":"0.87.2-nightly.20250524","@aztec/simulator":"0.87.2-nightly.20250524","@aztec/aztec-node":"0.87.2-nightly.20250524","@aztec/foundation":"0.87.2-nightly.20250524","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2-nightly.20250524","@aztec/epoch-cache":"0.87.2-nightly.20250524","@aztec/merkle-tree":"0.87.2-nightly.20250524","@aztec/prover-node":"0.87.2-nightly.20250524","@aztec/world-state":"0.87.2-nightly.20250524","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2-nightly.20250524","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2-nightly.20250524","@aztec/noir-noirc_abi":"0.87.2-nightly.20250524","@aztec/sequencer-client":"0.87.2-nightly.20250524","@aztec/telemetry-client":"0.87.2-nightly.20250524","@aztec/validator-client":"0.87.2-nightly.20250524","@aztec/noir-contracts.js":"0.87.2-nightly.20250524","@aztec/protocol-contracts":"0.87.2-nightly.20250524","@aztec/noir-test-contracts.js":"0.87.2-nightly.20250524","@aztec/noir-protocol-circuits-types":"0.87.2-nightly.20250524"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2-nightly.20250524_1748055455374_0.06209213432584071","host":"s3://npm-registry-packages-npm-production"}},"0.87.2-nightly.20250525":{"name":"@aztec/end-to-end","version":"0.87.2-nightly.20250525","_id":"@aztec/end-to-end@0.87.2-nightly.20250525","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"50f2b9fa1f8548a20f29c56a695633121088c3e2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2-nightly.20250525.tgz","fileCount":182,"integrity":"sha512-RZIXGw/GWNPBZ7Y7EWmfvZLwi/RlGm1D5KEuqE4h4N87g2WqtrhujCpHOfFFyz712cN4AI1T73HmYzzhhcIwsg==","signatures":[{"sig":"MEYCIQDRqobsFBSyPlQscJPdKBwZbDndbkpK9j6tushRhYiGxAIhAM9Lx4M1rA9KTD6nvBT6ZCipWNq2T6Vnur/7T72Y/0HZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636653},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"829b919289cc8461cf7a24a3e5fe0861c61d0322","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2-nightly.20250525","@aztec/cli":"0.87.2-nightly.20250525","@aztec/p2p":"0.87.2-nightly.20250525","@aztec/pxe":"0.87.2-nightly.20250525","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2-nightly.20250525","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2-nightly.20250525","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.2-nightly.20250525","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2-nightly.20250525","@aztec/archiver":"0.87.2-nightly.20250525","@aztec/aztec.js":"0.87.2-nightly.20250525","@aztec/blob-lib":"0.87.2-nightly.20250525","@aztec/ethereum":"0.87.2-nightly.20250525","@aztec/kv-store":"0.87.2-nightly.20250525","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2-nightly.20250525","@aztec/blob-sink":"0.87.2-nightly.20250525","@aztec/constants":"0.87.2-nightly.20250525","@aztec/simulator":"0.87.2-nightly.20250525","@aztec/aztec-node":"0.87.2-nightly.20250525","@aztec/foundation":"0.87.2-nightly.20250525","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2-nightly.20250525","@aztec/epoch-cache":"0.87.2-nightly.20250525","@aztec/merkle-tree":"0.87.2-nightly.20250525","@aztec/prover-node":"0.87.2-nightly.20250525","@aztec/world-state":"0.87.2-nightly.20250525","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2-nightly.20250525","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2-nightly.20250525","@aztec/noir-noirc_abi":"0.87.2-nightly.20250525","@aztec/sequencer-client":"0.87.2-nightly.20250525","@aztec/telemetry-client":"0.87.2-nightly.20250525","@aztec/validator-client":"0.87.2-nightly.20250525","@aztec/noir-contracts.js":"0.87.2-nightly.20250525","@aztec/protocol-contracts":"0.87.2-nightly.20250525","@aztec/noir-test-contracts.js":"0.87.2-nightly.20250525","@aztec/noir-protocol-circuits-types":"0.87.2-nightly.20250525"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2-nightly.20250525_1748142174080_0.08888833072449787","host":"s3://npm-registry-packages-npm-production"}},"0.87.2-nightly.20250526":{"name":"@aztec/end-to-end","version":"0.87.2-nightly.20250526","_id":"@aztec/end-to-end@0.87.2-nightly.20250526","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aff3a6c02a9065be7381782f46d63687265edeaf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2-nightly.20250526.tgz","fileCount":182,"integrity":"sha512-vIcPrKUkVMYuH7mY6EeuyzJ7V+1SmuzSjIqAy4YfASF0JnetHyGIvXb7kK/3+/PWQ7wzO3eUN5yZVMmKMjk64g==","signatures":[{"sig":"MEQCIAIDN0ZEb1dwdPXwct6GEcwjJIIKMxU1HrXzTrEdnkk0AiB7TxSlz+gXJIuz4mChrwCZc0tzSjy9moI5bO1YGTGCtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636653},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"829b919289cc8461cf7a24a3e5fe0861c61d0322","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2-nightly.20250526","@aztec/cli":"0.87.2-nightly.20250526","@aztec/p2p":"0.87.2-nightly.20250526","@aztec/pxe":"0.87.2-nightly.20250526","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2-nightly.20250526","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2-nightly.20250526","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.2-nightly.20250526","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2-nightly.20250526","@aztec/archiver":"0.87.2-nightly.20250526","@aztec/aztec.js":"0.87.2-nightly.20250526","@aztec/blob-lib":"0.87.2-nightly.20250526","@aztec/ethereum":"0.87.2-nightly.20250526","@aztec/kv-store":"0.87.2-nightly.20250526","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2-nightly.20250526","@aztec/blob-sink":"0.87.2-nightly.20250526","@aztec/constants":"0.87.2-nightly.20250526","@aztec/simulator":"0.87.2-nightly.20250526","@aztec/aztec-node":"0.87.2-nightly.20250526","@aztec/foundation":"0.87.2-nightly.20250526","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2-nightly.20250526","@aztec/epoch-cache":"0.87.2-nightly.20250526","@aztec/merkle-tree":"0.87.2-nightly.20250526","@aztec/prover-node":"0.87.2-nightly.20250526","@aztec/world-state":"0.87.2-nightly.20250526","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2-nightly.20250526","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2-nightly.20250526","@aztec/noir-noirc_abi":"0.87.2-nightly.20250526","@aztec/sequencer-client":"0.87.2-nightly.20250526","@aztec/telemetry-client":"0.87.2-nightly.20250526","@aztec/validator-client":"0.87.2-nightly.20250526","@aztec/noir-contracts.js":"0.87.2-nightly.20250526","@aztec/protocol-contracts":"0.87.2-nightly.20250526","@aztec/noir-test-contracts.js":"0.87.2-nightly.20250526","@aztec/noir-protocol-circuits-types":"0.87.2-nightly.20250526"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2-nightly.20250526_1748227849628_0.5971412030709564","host":"s3://npm-registry-packages-npm-production"}},"0.87.2-nightly.20250527":{"name":"@aztec/end-to-end","version":"0.87.2-nightly.20250527","_id":"@aztec/end-to-end@0.87.2-nightly.20250527","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4d2d2dbb797f046207f8c973176d033002328cc2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.2-nightly.20250527.tgz","fileCount":182,"integrity":"sha512-H+y6CsPdnFXK3Uqj9jupkLPtRJmOBu1f71L7tJA+qe15ZnQ7u/XRCCatRW58OD9G7xVKdNYc45AKAkUDZsQu1w==","signatures":[{"sig":"MEQCIHQ+iBjXCGKVbZfKtvII3Kufg3rsBBfnoS51W8Se6iPrAiAIsxRvfCfTOaKoiqnhDj5ujTZIe2Jh4YCKnV9OXAv5AQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636653},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"15fbb297f8d26aedbe8b40b696195bf1bd113136","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.2-nightly.20250527","@aztec/cli":"0.87.2-nightly.20250527","@aztec/p2p":"0.87.2-nightly.20250527","@aztec/pxe":"0.87.2-nightly.20250527","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.2-nightly.20250527","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.2-nightly.20250527","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.2-nightly.20250527","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.2-nightly.20250527","@aztec/archiver":"0.87.2-nightly.20250527","@aztec/aztec.js":"0.87.2-nightly.20250527","@aztec/blob-lib":"0.87.2-nightly.20250527","@aztec/ethereum":"0.87.2-nightly.20250527","@aztec/kv-store":"0.87.2-nightly.20250527","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.2-nightly.20250527","@aztec/blob-sink":"0.87.2-nightly.20250527","@aztec/constants":"0.87.2-nightly.20250527","@aztec/simulator":"0.87.2-nightly.20250527","@aztec/aztec-node":"0.87.2-nightly.20250527","@aztec/foundation":"0.87.2-nightly.20250527","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.2-nightly.20250527","@aztec/epoch-cache":"0.87.2-nightly.20250527","@aztec/merkle-tree":"0.87.2-nightly.20250527","@aztec/prover-node":"0.87.2-nightly.20250527","@aztec/world-state":"0.87.2-nightly.20250527","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.2-nightly.20250527","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.2-nightly.20250527","@aztec/noir-noirc_abi":"0.87.2-nightly.20250527","@aztec/sequencer-client":"0.87.2-nightly.20250527","@aztec/telemetry-client":"0.87.2-nightly.20250527","@aztec/validator-client":"0.87.2-nightly.20250527","@aztec/noir-contracts.js":"0.87.2-nightly.20250527","@aztec/protocol-contracts":"0.87.2-nightly.20250527","@aztec/noir-test-contracts.js":"0.87.2-nightly.20250527","@aztec/noir-protocol-circuits-types":"0.87.2-nightly.20250527"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.2-nightly.20250527_1748314698229_0.774115691110496","host":"s3://npm-registry-packages-npm-production"}},"0.87.3-nightly.20250528":{"name":"@aztec/end-to-end","version":"0.87.3-nightly.20250528","_id":"@aztec/end-to-end@0.87.3-nightly.20250528","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c5768be65538370a4abda4468635485c18f62ced","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.3-nightly.20250528.tgz","fileCount":182,"integrity":"sha512-5pADq2Ryo+FUu4w0ISrVHMTSiDxGCYKYUoeu44zfr0xgzZbqutNKCt+SRuMbDv4INhi2uxdn4fXZMZRTP7nvIA==","signatures":[{"sig":"MEQCIC++9WMC2I2+cWf/R+fhuTQMSv/VF70yJcPI0hIhHY7dAiBxgrFOSV/BDd6+ueOCmkDG5BbFSbiALFKM1V7YLVo66A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646982},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e8582b21dde365dda59357b5295dc4796ed0be00","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.3-nightly.20250528","@aztec/cli":"0.87.3-nightly.20250528","@aztec/p2p":"0.87.3-nightly.20250528","@aztec/pxe":"0.87.3-nightly.20250528","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.3-nightly.20250528","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.3-nightly.20250528","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.3-nightly.20250528","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.3-nightly.20250528","@aztec/archiver":"0.87.3-nightly.20250528","@aztec/aztec.js":"0.87.3-nightly.20250528","@aztec/blob-lib":"0.87.3-nightly.20250528","@aztec/ethereum":"0.87.3-nightly.20250528","@aztec/kv-store":"0.87.3-nightly.20250528","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.3-nightly.20250528","@aztec/blob-sink":"0.87.3-nightly.20250528","@aztec/constants":"0.87.3-nightly.20250528","@aztec/simulator":"0.87.3-nightly.20250528","@aztec/aztec-node":"0.87.3-nightly.20250528","@aztec/foundation":"0.87.3-nightly.20250528","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.3-nightly.20250528","@aztec/epoch-cache":"0.87.3-nightly.20250528","@aztec/merkle-tree":"0.87.3-nightly.20250528","@aztec/prover-node":"0.87.3-nightly.20250528","@aztec/world-state":"0.87.3-nightly.20250528","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.3-nightly.20250528","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.3-nightly.20250528","@aztec/noir-noirc_abi":"0.87.3-nightly.20250528","@aztec/sequencer-client":"0.87.3-nightly.20250528","@aztec/telemetry-client":"0.87.3-nightly.20250528","@aztec/validator-client":"0.87.3-nightly.20250528","@aztec/noir-contracts.js":"0.87.3-nightly.20250528","@aztec/protocol-contracts":"0.87.3-nightly.20250528","@aztec/noir-test-contracts.js":"0.87.3-nightly.20250528","@aztec/noir-protocol-circuits-types":"0.87.3-nightly.20250528"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.3-nightly.20250528_1748401038775_0.7513857299366922","host":"s3://npm-registry-packages-npm-production"}},"0.87.3":{"name":"@aztec/end-to-end","version":"0.87.3","_id":"@aztec/end-to-end@0.87.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f562b0706a3c8b797e2611e9251273e71ef18139","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.3.tgz","fileCount":182,"integrity":"sha512-hwLQhurQgGe0COWJfwymm4WHnZXLIXHgcLbQM/YM655LKOs1MYuyDDfijS8ElBZwSR4fiVctV68uLTDwDuAaeA==","signatures":[{"sig":"MEUCIQDgOB1fWcKxcPml0nJrrBvaG32/2h0PRd8XVqdK31dgsQIgW0rvBNxkNTokWKXFzwqHfJmNhaV8qtcsDbDgeiWvtck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8cea842f4289d4da3b5d6553ecb57a8f6fce21c1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.3","@aztec/cli":"0.87.3","@aztec/p2p":"0.87.3","@aztec/pxe":"0.87.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.3","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.3","@aztec/archiver":"0.87.3","@aztec/aztec.js":"0.87.3","@aztec/blob-lib":"0.87.3","@aztec/ethereum":"0.87.3","@aztec/kv-store":"0.87.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.3","@aztec/blob-sink":"0.87.3","@aztec/constants":"0.87.3","@aztec/simulator":"0.87.3","@aztec/aztec-node":"0.87.3","@aztec/foundation":"0.87.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.3","@aztec/epoch-cache":"0.87.3","@aztec/merkle-tree":"0.87.3","@aztec/prover-node":"0.87.3","@aztec/world-state":"0.87.3","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.3","@aztec/noir-noirc_abi":"0.87.3","@aztec/sequencer-client":"0.87.3","@aztec/telemetry-client":"0.87.3","@aztec/validator-client":"0.87.3","@aztec/noir-contracts.js":"0.87.3","@aztec/protocol-contracts":"0.87.3","@aztec/noir-test-contracts.js":"0.87.3","@aztec/noir-protocol-circuits-types":"0.87.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.3_1748445331278_0.4317916981352652","host":"s3://npm-registry-packages-npm-production"}},"0.87.3-nightly.20250529":{"name":"@aztec/end-to-end","version":"0.87.3-nightly.20250529","_id":"@aztec/end-to-end@0.87.3-nightly.20250529","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c3be5c1f10ec15b5eebf466c5c3e738feae92c57","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.3-nightly.20250529.tgz","fileCount":182,"integrity":"sha512-9WavcJCkTSB1TF4hETT9BA79BOlLJP66ZMZWsoHnjOtkUVE1DSMcgkYYGB5X3UI4//As7DCRl5qFNKwUejDYcQ==","signatures":[{"sig":"MEUCIB+DO2BW0UV8OrlJ1eBlAxnZnl+47Qv2giD0BrSMPDUpAiEAooKaosy4gIa2g/Wsd3xHXpdQss9IHdiQQD7xfSNUyR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646982},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"303f6a6d77df9eac4a4e9992d7a69a7519fde747","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.3-nightly.20250529","@aztec/cli":"0.87.3-nightly.20250529","@aztec/p2p":"0.87.3-nightly.20250529","@aztec/pxe":"0.87.3-nightly.20250529","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.3-nightly.20250529","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.3-nightly.20250529","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"0.87.3-nightly.20250529","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.3-nightly.20250529","@aztec/archiver":"0.87.3-nightly.20250529","@aztec/aztec.js":"0.87.3-nightly.20250529","@aztec/blob-lib":"0.87.3-nightly.20250529","@aztec/ethereum":"0.87.3-nightly.20250529","@aztec/kv-store":"0.87.3-nightly.20250529","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.3-nightly.20250529","@aztec/blob-sink":"0.87.3-nightly.20250529","@aztec/constants":"0.87.3-nightly.20250529","@aztec/simulator":"0.87.3-nightly.20250529","@aztec/aztec-node":"0.87.3-nightly.20250529","@aztec/foundation":"0.87.3-nightly.20250529","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.3-nightly.20250529","@aztec/epoch-cache":"0.87.3-nightly.20250529","@aztec/merkle-tree":"0.87.3-nightly.20250529","@aztec/prover-node":"0.87.3-nightly.20250529","@aztec/world-state":"0.87.3-nightly.20250529","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.3-nightly.20250529","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.3-nightly.20250529","@aztec/noir-noirc_abi":"0.87.3-nightly.20250529","@aztec/sequencer-client":"0.87.3-nightly.20250529","@aztec/telemetry-client":"0.87.3-nightly.20250529","@aztec/validator-client":"0.87.3-nightly.20250529","@aztec/noir-contracts.js":"0.87.3-nightly.20250529","@aztec/protocol-contracts":"0.87.3-nightly.20250529","@aztec/noir-test-contracts.js":"0.87.3-nightly.20250529","@aztec/noir-protocol-circuits-types":"0.87.3-nightly.20250529"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.3-nightly.20250529_1748487437452_0.1005109841013605","host":"s3://npm-registry-packages-npm-production"}},"0.87.4":{"name":"@aztec/end-to-end","version":"0.87.4","_id":"@aztec/end-to-end@0.87.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"231ccb139bddcdc0d7fea71b9c287e51e07b4d6d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.4.tgz","fileCount":182,"integrity":"sha512-w50dvVhG3/XHKHcT2Xguak7bwIZRpzFOpnz2rwiQTF2fXkgdgE/y4bERWZQLD+KibM4/VqamOuzdE61ZXM82Ow==","signatures":[{"sig":"MEYCIQCQIsvq+RHVOtbRAxF1oiUviQQUXg0tBflQ3XIDzeobMgIhAJ9YOzrnxfRdUsvECfhL7P4dRvVbkNLACUmm6HVC1isb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8077f63794cf123b8f14e0fe23d2553dfa48e2b9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.4","@aztec/cli":"0.87.4","@aztec/p2p":"0.87.4","@aztec/pxe":"0.87.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.4","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.4","@aztec/archiver":"0.87.4","@aztec/aztec.js":"0.87.4","@aztec/blob-lib":"0.87.4","@aztec/ethereum":"0.87.4","@aztec/kv-store":"0.87.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.4","@aztec/blob-sink":"0.87.4","@aztec/constants":"0.87.4","@aztec/simulator":"0.87.4","@aztec/aztec-node":"0.87.4","@aztec/foundation":"0.87.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.4","@aztec/epoch-cache":"0.87.4","@aztec/merkle-tree":"0.87.4","@aztec/prover-node":"0.87.4","@aztec/world-state":"0.87.4","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.4","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.4","@aztec/noir-noirc_abi":"0.87.4","@aztec/sequencer-client":"0.87.4","@aztec/telemetry-client":"0.87.4","@aztec/validator-client":"0.87.4","@aztec/noir-contracts.js":"0.87.4","@aztec/protocol-contracts":"0.87.4","@aztec/noir-test-contracts.js":"0.87.4","@aztec/noir-protocol-circuits-types":"0.87.4"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.4_1748497747242_0.938222086674922","host":"s3://npm-registry-packages-npm-production"}},"0.87.4-starknet.1":{"name":"@aztec/end-to-end","version":"0.87.4-starknet.1","_id":"@aztec/end-to-end@0.87.4-starknet.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"72e676c809f265d490e5a09403f2e2822ef1b38e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.4-starknet.1.tgz","fileCount":182,"integrity":"sha512-wkVZmhLM2h9QsYHU2oxTbT4fmnnRn8CqHaYLCMNcoNXPLNpjrFPefTL7PP0eWbpGRnK8+Yie7+udXAexsBJyJw==","signatures":[{"sig":"MEUCIDdLRaKdPn6J//KasoqPASpnZxPOIQxtx9BndQWgO0/iAiEAmciK0a1/z28+INZIb7cFLmElsWAXG7As/e4rt6V2srw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646323},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a9a46d3c5461414acb3a48621a82cd64780e6c7e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.4-starknet.1","@aztec/cli":"0.87.4-starknet.1","@aztec/p2p":"0.87.4-starknet.1","@aztec/pxe":"0.87.4-starknet.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.4-starknet.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.4-starknet.1","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.4-starknet.1","@aztec/archiver":"0.87.4-starknet.1","@aztec/aztec.js":"0.87.4-starknet.1","@aztec/blob-lib":"0.87.4-starknet.1","@aztec/ethereum":"0.87.4-starknet.1","@aztec/kv-store":"0.87.4-starknet.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.4-starknet.1","@aztec/blob-sink":"0.87.4-starknet.1","@aztec/constants":"0.87.4-starknet.1","@aztec/simulator":"0.87.4-starknet.1","@aztec/aztec-node":"0.87.4-starknet.1","@aztec/foundation":"0.87.4-starknet.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.4-starknet.1","@aztec/epoch-cache":"0.87.4-starknet.1","@aztec/merkle-tree":"0.87.4-starknet.1","@aztec/prover-node":"0.87.4-starknet.1","@aztec/world-state":"0.87.4-starknet.1","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.4-starknet.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.4-starknet.1","@aztec/noir-noirc_abi":"0.87.4-starknet.1","@aztec/sequencer-client":"0.87.4-starknet.1","@aztec/telemetry-client":"0.87.4-starknet.1","@aztec/validator-client":"0.87.4-starknet.1","@aztec/noir-contracts.js":"0.87.4-starknet.1","@aztec/protocol-contracts":"0.87.4-starknet.1","@aztec/noir-test-contracts.js":"0.87.4-starknet.1","@aztec/noir-protocol-circuits-types":"0.87.4-starknet.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.4-starknet.1_1748535320912_0.3569031307835635","host":"s3://npm-registry-packages-npm-production"}},"0.87.5":{"name":"@aztec/end-to-end","version":"0.87.5","_id":"@aztec/end-to-end@0.87.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c97108db214438ecfb526436a3d4e613994f6023","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.5.tgz","fileCount":182,"integrity":"sha512-F6GDcQ3yZru0Q0yAcerSYroBjfbS1nRgXtQOAusjf3weF5Mb/WlkohJc8odZASE9Gfo+baLDnT/uh2ke4O7btg==","signatures":[{"sig":"MEQCIFTKv/ZrjPI4ET/1210uAZnvACSxZVw95Hx2KBWo6UWMAiBTMEiCl/bJEZ3n/zbjBVpPzpq4bk8TyQ+sOFoPtJ19Yw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635685},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3e8678348ccd51052fb976cc0f39478b0ea21c19","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.5","@aztec/cli":"0.87.5","@aztec/p2p":"0.87.5","@aztec/pxe":"0.87.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.5","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.5","@aztec/archiver":"0.87.5","@aztec/aztec.js":"0.87.5","@aztec/blob-lib":"0.87.5","@aztec/ethereum":"0.87.5","@aztec/kv-store":"0.87.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.5","@aztec/blob-sink":"0.87.5","@aztec/constants":"0.87.5","@aztec/simulator":"0.87.5","@aztec/aztec-node":"0.87.5","@aztec/foundation":"0.87.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.5","@aztec/epoch-cache":"0.87.5","@aztec/merkle-tree":"0.87.5","@aztec/prover-node":"0.87.5","@aztec/world-state":"0.87.5","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.5","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.5","@aztec/noir-noirc_abi":"0.87.5","@aztec/sequencer-client":"0.87.5","@aztec/telemetry-client":"0.87.5","@aztec/validator-client":"0.87.5","@aztec/noir-contracts.js":"0.87.5","@aztec/protocol-contracts":"0.87.5","@aztec/noir-test-contracts.js":"0.87.5","@aztec/noir-protocol-circuits-types":"0.87.5"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.5_1748562591104_0.30435819235732486","host":"s3://npm-registry-packages-npm-production"}},"0.87.6":{"name":"@aztec/end-to-end","version":"0.87.6","_id":"@aztec/end-to-end@0.87.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b542d56f9b0d1376a35dea0fdad3a5c80821aae8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.6.tgz","fileCount":182,"integrity":"sha512-C4UNvTAGrF7+TO1NFzvNfAm0/LSgiD+b+GulUMwN2VbjBxKf/ibP6YSpRN6plc1yCOgZtSbCG4sbjfzGBX8IXw==","signatures":[{"sig":"MEUCIQCItrVyGeWjFGlV8RorJmDM+bN1q9F3aiQl1erSto11gQIgGFt8sLc6HXrK6X8xgSCdxk2gK6Mu/tv+ZdwKU6PdKiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647670},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"93bd0bf87de02db2dae067841f2a398bb710cfa1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.6","@aztec/cli":"0.87.6","@aztec/p2p":"0.87.6","@aztec/pxe":"0.87.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.6","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.6","@aztec/archiver":"0.87.6","@aztec/aztec.js":"0.87.6","@aztec/blob-lib":"0.87.6","@aztec/ethereum":"0.87.6","@aztec/kv-store":"0.87.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.6","@aztec/blob-sink":"0.87.6","@aztec/constants":"0.87.6","@aztec/simulator":"0.87.6","@aztec/aztec-node":"0.87.6","@aztec/foundation":"0.87.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.6","@aztec/epoch-cache":"0.87.6","@aztec/merkle-tree":"0.87.6","@aztec/prover-node":"0.87.6","@aztec/world-state":"0.87.6","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.6","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.6","@aztec/noir-noirc_abi":"0.87.6","@aztec/sequencer-client":"0.87.6","@aztec/telemetry-client":"0.87.6","@aztec/validator-client":"0.87.6","@aztec/noir-contracts.js":"0.87.6","@aztec/protocol-contracts":"0.87.6","@aztec/noir-test-contracts.js":"0.87.6","@aztec/noir-protocol-circuits-types":"0.87.6"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.6_1748880010632_0.55140458774552","host":"s3://npm-registry-packages-npm-production"}},"0.87.7":{"name":"@aztec/end-to-end","version":"0.87.7","_id":"@aztec/end-to-end@0.87.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4493ebd6787255a1efe8ecdf54ba9153cb695782","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.7.tgz","fileCount":182,"integrity":"sha512-lLvxTENd79xGGx8UUXfcjDujs9RpzUIiU7XzMdk2lyAg4Gpvryi51h8nxU2pLIein/5F+yiZOOxz76aAOTGHlw==","signatures":[{"sig":"MEQCIGbt+k6r6/81Pnsw6ZXxHeKM9RHxdNmY08FuTh+sU3jNAiBL0jH6TWLtk+d+4CJdixpGK4rT2cQc+TIBKYZf8kamSA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647670},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"42910d57e2cd31daecb732a172cacf4d6c79d162","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.7","@aztec/cli":"0.87.7","@aztec/p2p":"0.87.7","@aztec/pxe":"0.87.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.7","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.7","@aztec/archiver":"0.87.7","@aztec/aztec.js":"0.87.7","@aztec/blob-lib":"0.87.7","@aztec/ethereum":"0.87.7","@aztec/kv-store":"0.87.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.7","@aztec/blob-sink":"0.87.7","@aztec/constants":"0.87.7","@aztec/simulator":"0.87.7","@aztec/aztec-node":"0.87.7","@aztec/foundation":"0.87.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.7","@aztec/epoch-cache":"0.87.7","@aztec/merkle-tree":"0.87.7","@aztec/prover-node":"0.87.7","@aztec/world-state":"0.87.7","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.7","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.7","@aztec/noir-noirc_abi":"0.87.7","@aztec/sequencer-client":"0.87.7","@aztec/telemetry-client":"0.87.7","@aztec/validator-client":"0.87.7","@aztec/noir-contracts.js":"0.87.7","@aztec/protocol-contracts":"0.87.7","@aztec/noir-test-contracts.js":"0.87.7","@aztec/noir-protocol-circuits-types":"0.87.7"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.7_1748906420297_0.4053206851405444","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250604":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250604","_id":"@aztec/end-to-end@1.0.0-nightly.20250604","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"920b7181de411b11aa86a035fb3f738b4cfc23b0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250604.tgz","fileCount":182,"integrity":"sha512-yzhaXFW0acXQ4i0MCxravj/CRqkm+nAJuaXzvfb5EMpV+2c8VMCuJYQzMkyArv25ZUhIykTG3LgGAyd74Q31zQ==","signatures":[{"sig":"MEQCIDFz7nd/LTZaq4eNSc0Nia7g8COOjrMQWT+StZ+Y53IDAiATe6vs7k9RBNE00jlncxzOrt6kiwvZFawEVWdAgz2Yxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36649142},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d04e170e799e9bb8e30688c5e848ab96a51ebb2b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250604","@aztec/cli":"1.0.0-nightly.20250604","@aztec/p2p":"1.0.0-nightly.20250604","@aztec/pxe":"1.0.0-nightly.20250604","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250604","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250604","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250604","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250604","@aztec/archiver":"1.0.0-nightly.20250604","@aztec/aztec.js":"1.0.0-nightly.20250604","@aztec/blob-lib":"1.0.0-nightly.20250604","@aztec/ethereum":"1.0.0-nightly.20250604","@aztec/kv-store":"1.0.0-nightly.20250604","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250604","@aztec/blob-sink":"1.0.0-nightly.20250604","@aztec/constants":"1.0.0-nightly.20250604","@aztec/simulator":"1.0.0-nightly.20250604","@aztec/aztec-node":"1.0.0-nightly.20250604","@aztec/foundation":"1.0.0-nightly.20250604","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250604","@aztec/epoch-cache":"1.0.0-nightly.20250604","@aztec/merkle-tree":"1.0.0-nightly.20250604","@aztec/prover-node":"1.0.0-nightly.20250604","@aztec/world-state":"1.0.0-nightly.20250604","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250604","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250604","@aztec/noir-noirc_abi":"1.0.0-nightly.20250604","@aztec/sequencer-client":"1.0.0-nightly.20250604","@aztec/telemetry-client":"1.0.0-nightly.20250604","@aztec/validator-client":"1.0.0-nightly.20250604","@aztec/noir-contracts.js":"1.0.0-nightly.20250604","@aztec/protocol-contracts":"1.0.0-nightly.20250604","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250604","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250604"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250604_1749005838875_0.8607398807999231","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250605":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250605","_id":"@aztec/end-to-end@1.0.0-nightly.20250605","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"01288810becb12c4ad09a2c476022e6252882620","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250605.tgz","fileCount":182,"integrity":"sha512-do4RNXJEcnqmo1ehqASY710aqbjhlUuLokKXVwM4PwmmVseuoBCvPDGHeUEWFIrYsiX/qUEsvSmy3+1l7q4rCg==","signatures":[{"sig":"MEQCIBmIUOIYHrU1qSfyLyHHk3CEglePZXGhZ5WbIPiSnA5pAiBy1eCMN00Sf9cJinoNzOl3hEYsmjHyv1+E3Ks3ru2duQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36649142},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a58dccd02540c0f9dc9eb996d93bef912514a314","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250605","@aztec/cli":"1.0.0-nightly.20250605","@aztec/p2p":"1.0.0-nightly.20250605","@aztec/pxe":"1.0.0-nightly.20250605","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250605","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250605","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250605","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250605","@aztec/archiver":"1.0.0-nightly.20250605","@aztec/aztec.js":"1.0.0-nightly.20250605","@aztec/blob-lib":"1.0.0-nightly.20250605","@aztec/ethereum":"1.0.0-nightly.20250605","@aztec/kv-store":"1.0.0-nightly.20250605","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250605","@aztec/blob-sink":"1.0.0-nightly.20250605","@aztec/constants":"1.0.0-nightly.20250605","@aztec/simulator":"1.0.0-nightly.20250605","@aztec/aztec-node":"1.0.0-nightly.20250605","@aztec/foundation":"1.0.0-nightly.20250605","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250605","@aztec/epoch-cache":"1.0.0-nightly.20250605","@aztec/merkle-tree":"1.0.0-nightly.20250605","@aztec/prover-node":"1.0.0-nightly.20250605","@aztec/world-state":"1.0.0-nightly.20250605","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250605","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250605","@aztec/noir-noirc_abi":"1.0.0-nightly.20250605","@aztec/sequencer-client":"1.0.0-nightly.20250605","@aztec/telemetry-client":"1.0.0-nightly.20250605","@aztec/validator-client":"1.0.0-nightly.20250605","@aztec/noir-contracts.js":"1.0.0-nightly.20250605","@aztec/protocol-contracts":"1.0.0-nightly.20250605","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250605","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250605"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250605_1749092184215_0.15409966844989498","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250606":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250606","_id":"@aztec/end-to-end@1.0.0-nightly.20250606","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ee22ef107844c57e886fec4b27a720a5efb8a33c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250606.tgz","fileCount":182,"integrity":"sha512-A7p2hlg4/GH48m/nyWrky6aCBiFpdp2bGuhikEFx8TgvL1ek5+qIzqzMvbzqLYz9MiJOgcq49oW7nMZ7yZeGgQ==","signatures":[{"sig":"MEUCIHyk0cbYMOK8S5Fgk6yGq1fp4iStogLj0iVg1Dj+dFQjAiEAiqGIoZCDoexegUhXIEehuC1wt7X9T7MHii1r4ksqjXE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36650571},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"03994b1074bd42eb5451a5555e0e5c74e4f1af62","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250606","@aztec/cli":"1.0.0-nightly.20250606","@aztec/p2p":"1.0.0-nightly.20250606","@aztec/pxe":"1.0.0-nightly.20250606","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250606","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250606","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250606","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250606","@aztec/archiver":"1.0.0-nightly.20250606","@aztec/aztec.js":"1.0.0-nightly.20250606","@aztec/blob-lib":"1.0.0-nightly.20250606","@aztec/ethereum":"1.0.0-nightly.20250606","@aztec/kv-store":"1.0.0-nightly.20250606","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250606","@aztec/blob-sink":"1.0.0-nightly.20250606","@aztec/constants":"1.0.0-nightly.20250606","@aztec/simulator":"1.0.0-nightly.20250606","@aztec/aztec-node":"1.0.0-nightly.20250606","@aztec/foundation":"1.0.0-nightly.20250606","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250606","@aztec/epoch-cache":"1.0.0-nightly.20250606","@aztec/merkle-tree":"1.0.0-nightly.20250606","@aztec/prover-node":"1.0.0-nightly.20250606","@aztec/world-state":"1.0.0-nightly.20250606","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250606","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250606","@aztec/noir-noirc_abi":"1.0.0-nightly.20250606","@aztec/sequencer-client":"1.0.0-nightly.20250606","@aztec/telemetry-client":"1.0.0-nightly.20250606","@aztec/validator-client":"1.0.0-nightly.20250606","@aztec/noir-contracts.js":"1.0.0-nightly.20250606","@aztec/protocol-contracts":"1.0.0-nightly.20250606","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250606","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250606"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250606_1749178382298_0.12455860210764635","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250607":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250607","_id":"@aztec/end-to-end@1.0.0-nightly.20250607","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"753c3b9e061d120d60f3f46cd3f99c12897f92b7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250607.tgz","fileCount":182,"integrity":"sha512-DIKu3TmlG1DJtXg3NAAwqRMqqXyyCTRFOvhPmkZkqPstHy3HwZ5q8lvyjo2z2HFKwGZ5lR113MgZCI+/jJSzJg==","signatures":[{"sig":"MEUCIGOQm+91Tgdr4V9+MUsNKdbtJKcWVEQ5mUezl+x3n1XjAiEArtg9bj8Urtmd5GPeaACLhOYs9AIq6+pFqZuZ8igBLmk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646856},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"752c6f2b42cab876b8df778db64ecd79e5222cf5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250607","@aztec/cli":"1.0.0-nightly.20250607","@aztec/p2p":"1.0.0-nightly.20250607","@aztec/pxe":"1.0.0-nightly.20250607","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250607","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250607","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250607","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250607","@aztec/archiver":"1.0.0-nightly.20250607","@aztec/aztec.js":"1.0.0-nightly.20250607","@aztec/blob-lib":"1.0.0-nightly.20250607","@aztec/ethereum":"1.0.0-nightly.20250607","@aztec/kv-store":"1.0.0-nightly.20250607","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250607","@aztec/blob-sink":"1.0.0-nightly.20250607","@aztec/constants":"1.0.0-nightly.20250607","@aztec/simulator":"1.0.0-nightly.20250607","@aztec/aztec-node":"1.0.0-nightly.20250607","@aztec/foundation":"1.0.0-nightly.20250607","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250607","@aztec/epoch-cache":"1.0.0-nightly.20250607","@aztec/merkle-tree":"1.0.0-nightly.20250607","@aztec/prover-node":"1.0.0-nightly.20250607","@aztec/world-state":"1.0.0-nightly.20250607","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250607","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250607","@aztec/noir-noirc_abi":"1.0.0-nightly.20250607","@aztec/sequencer-client":"1.0.0-nightly.20250607","@aztec/telemetry-client":"1.0.0-nightly.20250607","@aztec/validator-client":"1.0.0-nightly.20250607","@aztec/noir-contracts.js":"1.0.0-nightly.20250607","@aztec/protocol-contracts":"1.0.0-nightly.20250607","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250607","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250607"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250607_1749264964492_0.04393501262261701","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250608":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250608","_id":"@aztec/end-to-end@1.0.0-nightly.20250608","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aa9bc6b436d8a524cc9aa5c74f0bb49effdd77cc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250608.tgz","fileCount":182,"integrity":"sha512-largCVGFVTbD0OvpLtmgYFymXWz0WmLPmIj/DyRQzsmYZTpI7gCVr1lDJWGkmQFgqz1k2SIty1mHrczLVIXt0w==","signatures":[{"sig":"MEUCIQCkGfis7dm0aaBrY3Iuh4xxeMNzZ3P5rrhW9H53HT7eywIgGPcEgSOicmc9Fp0y4lCOQ8GchOk6Nx6nALXtKNGaoIs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646856},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"752c6f2b42cab876b8df778db64ecd79e5222cf5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250608","@aztec/cli":"1.0.0-nightly.20250608","@aztec/p2p":"1.0.0-nightly.20250608","@aztec/pxe":"1.0.0-nightly.20250608","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250608","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250608","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250608","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250608","@aztec/archiver":"1.0.0-nightly.20250608","@aztec/aztec.js":"1.0.0-nightly.20250608","@aztec/blob-lib":"1.0.0-nightly.20250608","@aztec/ethereum":"1.0.0-nightly.20250608","@aztec/kv-store":"1.0.0-nightly.20250608","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250608","@aztec/blob-sink":"1.0.0-nightly.20250608","@aztec/constants":"1.0.0-nightly.20250608","@aztec/simulator":"1.0.0-nightly.20250608","@aztec/aztec-node":"1.0.0-nightly.20250608","@aztec/foundation":"1.0.0-nightly.20250608","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250608","@aztec/epoch-cache":"1.0.0-nightly.20250608","@aztec/merkle-tree":"1.0.0-nightly.20250608","@aztec/prover-node":"1.0.0-nightly.20250608","@aztec/world-state":"1.0.0-nightly.20250608","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250608","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250608","@aztec/noir-noirc_abi":"1.0.0-nightly.20250608","@aztec/sequencer-client":"1.0.0-nightly.20250608","@aztec/telemetry-client":"1.0.0-nightly.20250608","@aztec/validator-client":"1.0.0-nightly.20250608","@aztec/noir-contracts.js":"1.0.0-nightly.20250608","@aztec/protocol-contracts":"1.0.0-nightly.20250608","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250608","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250608"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250608_1749351105424_0.1824650370421772","host":"s3://npm-registry-packages-npm-production"}},"0.87.8":{"name":"@aztec/end-to-end","version":"0.87.8","_id":"@aztec/end-to-end@0.87.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"edcdf7e07a5ef51cc80c0eaa5aab602280b10879","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.8.tgz","fileCount":182,"integrity":"sha512-rWlh/Olnyavc2vglB1ctatutopeMuypKnwVMe9cwA3cIAyQxim5TKJa/KPGqq4B7Uk1ELDxsb/0dZyGK1628RQ==","signatures":[{"sig":"MEQCIFn41Je34QoAWlv6vno/BKCg4q3Eoig8s0f4Oz2JxC8QAiAImJoQ2f2l41Z+XEweRRS5y+dZId0SndQbNsCF9cBwAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647851},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5f78d61bb53ab2c2ccd59528d4439a88b2325b96","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.8","@aztec/cli":"0.87.8","@aztec/p2p":"0.87.8","@aztec/pxe":"0.87.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.8","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.8","@aztec/archiver":"0.87.8","@aztec/aztec.js":"0.87.8","@aztec/blob-lib":"0.87.8","@aztec/ethereum":"0.87.8","@aztec/kv-store":"0.87.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.8","@aztec/blob-sink":"0.87.8","@aztec/constants":"0.87.8","@aztec/simulator":"0.87.8","@aztec/aztec-node":"0.87.8","@aztec/foundation":"0.87.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.8","@aztec/epoch-cache":"0.87.8","@aztec/merkle-tree":"0.87.8","@aztec/prover-node":"0.87.8","@aztec/world-state":"0.87.8","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.8","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.8","@aztec/noir-noirc_abi":"0.87.8","@aztec/sequencer-client":"0.87.8","@aztec/telemetry-client":"0.87.8","@aztec/validator-client":"0.87.8","@aztec/noir-contracts.js":"0.87.8","@aztec/protocol-contracts":"0.87.8","@aztec/noir-test-contracts.js":"0.87.8","@aztec/noir-protocol-circuits-types":"0.87.8"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.8_1749469729278_0.3149613842067309","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250610":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250610","_id":"@aztec/end-to-end@1.0.0-nightly.20250610","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9197924c5d1f8b4589aeb1c9ae345ca0e91a960c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250610.tgz","fileCount":182,"integrity":"sha512-gHnCJc5QPYsC3kPXJf+TNAXCphhRH6h1mNgm13RCT7LCRlZ/YyVkMaNzM6FUAfGYZh2jXFTTxaUakUMFhkYsUw==","signatures":[{"sig":"MEUCIA2UiVk42zURR8a+Zgee5YIAeJqWvDUdOqKShqbj6BDvAiEA66/9PcdEbZYFeVh/XYqxBVZKvdd+L76IDkfE/dIwAc0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36556128},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a92ed8048a5482e3f111a2942546aec54c902edf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250610","@aztec/cli":"1.0.0-nightly.20250610","@aztec/p2p":"1.0.0-nightly.20250610","@aztec/pxe":"1.0.0-nightly.20250610","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250610","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250610","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250610","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250610","@aztec/archiver":"1.0.0-nightly.20250610","@aztec/aztec.js":"1.0.0-nightly.20250610","@aztec/blob-lib":"1.0.0-nightly.20250610","@aztec/ethereum":"1.0.0-nightly.20250610","@aztec/kv-store":"1.0.0-nightly.20250610","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250610","@aztec/blob-sink":"1.0.0-nightly.20250610","@aztec/constants":"1.0.0-nightly.20250610","@aztec/simulator":"1.0.0-nightly.20250610","@aztec/aztec-node":"1.0.0-nightly.20250610","@aztec/foundation":"1.0.0-nightly.20250610","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250610","@aztec/epoch-cache":"1.0.0-nightly.20250610","@aztec/merkle-tree":"1.0.0-nightly.20250610","@aztec/prover-node":"1.0.0-nightly.20250610","@aztec/world-state":"1.0.0-nightly.20250610","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250610","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250610","@aztec/noir-noirc_abi":"1.0.0-nightly.20250610","@aztec/sequencer-client":"1.0.0-nightly.20250610","@aztec/telemetry-client":"1.0.0-nightly.20250610","@aztec/validator-client":"1.0.0-nightly.20250610","@aztec/noir-contracts.js":"1.0.0-nightly.20250610","@aztec/protocol-contracts":"1.0.0-nightly.20250610","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250610","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250610"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250610_1749524557415_0.8654742505307915","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250611":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250611","_id":"@aztec/end-to-end@1.0.0-nightly.20250611","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5be56005df4c439c515805b08c569a9fccca7286","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250611.tgz","fileCount":182,"integrity":"sha512-WlKje+R2UdizvBU3Ms1abWtF2BcGglocjV20KPs3MHMJ/C45ZcMZUCsys+duGuhrlJlU5oXyT40EnsTDDBf4lw==","signatures":[{"sig":"MEQCIHE9DRbUn3FJD+uYrZKRz30JWVELbAkFc3MSru4OrFCuAiA963su1U/1Ku1R3S3Om++FKrD8dNHUBJkuGHh9XsPJgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36569981},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dd8277bc6c015d3410ac1884ace6fba583681565","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250611","@aztec/cli":"1.0.0-nightly.20250611","@aztec/p2p":"1.0.0-nightly.20250611","@aztec/pxe":"1.0.0-nightly.20250611","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250611","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250611","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250611","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250611","@aztec/archiver":"1.0.0-nightly.20250611","@aztec/aztec.js":"1.0.0-nightly.20250611","@aztec/blob-lib":"1.0.0-nightly.20250611","@aztec/ethereum":"1.0.0-nightly.20250611","@aztec/kv-store":"1.0.0-nightly.20250611","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250611","@aztec/blob-sink":"1.0.0-nightly.20250611","@aztec/constants":"1.0.0-nightly.20250611","@aztec/simulator":"1.0.0-nightly.20250611","@aztec/aztec-node":"1.0.0-nightly.20250611","@aztec/foundation":"1.0.0-nightly.20250611","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250611","@aztec/epoch-cache":"1.0.0-nightly.20250611","@aztec/merkle-tree":"1.0.0-nightly.20250611","@aztec/prover-node":"1.0.0-nightly.20250611","@aztec/world-state":"1.0.0-nightly.20250611","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250611","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250611","@aztec/noir-noirc_abi":"1.0.0-nightly.20250611","@aztec/sequencer-client":"1.0.0-nightly.20250611","@aztec/telemetry-client":"1.0.0-nightly.20250611","@aztec/validator-client":"1.0.0-nightly.20250611","@aztec/noir-contracts.js":"1.0.0-nightly.20250611","@aztec/protocol-contracts":"1.0.0-nightly.20250611","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250611","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250611"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250611_1749610850458_0.6348781320939698","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250612":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250612","_id":"@aztec/end-to-end@1.0.0-nightly.20250612","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c637b56f31f539074357b3a288bf89759452f001","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250612.tgz","fileCount":182,"integrity":"sha512-YSJhCAsRY1/OE3ylsTr1yxveWMrPSsxyIGB3B40Ys4oowXx5vuq9xlBWkz6LdBHgVKVj8jIfCOnAWlITF5JDYw==","signatures":[{"sig":"MEYCIQC8lhbwtaP4ymJATc8TYeML+rhEsu4PqEF+JDM4vdzPAQIhAPXe+j/jcf9fXhpcodg52uwwfsXo12gKjAQNCEeD705T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36570379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"15c121440ebf929fded7bd0c31960fb154a3fa7a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250612","@aztec/cli":"1.0.0-nightly.20250612","@aztec/p2p":"1.0.0-nightly.20250612","@aztec/pxe":"1.0.0-nightly.20250612","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250612","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250612","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250612","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250612","@aztec/archiver":"1.0.0-nightly.20250612","@aztec/aztec.js":"1.0.0-nightly.20250612","@aztec/blob-lib":"1.0.0-nightly.20250612","@aztec/ethereum":"1.0.0-nightly.20250612","@aztec/kv-store":"1.0.0-nightly.20250612","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250612","@aztec/blob-sink":"1.0.0-nightly.20250612","@aztec/constants":"1.0.0-nightly.20250612","@aztec/simulator":"1.0.0-nightly.20250612","@aztec/aztec-node":"1.0.0-nightly.20250612","@aztec/foundation":"1.0.0-nightly.20250612","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250612","@aztec/epoch-cache":"1.0.0-nightly.20250612","@aztec/merkle-tree":"1.0.0-nightly.20250612","@aztec/prover-node":"1.0.0-nightly.20250612","@aztec/world-state":"1.0.0-nightly.20250612","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250612","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250612","@aztec/noir-noirc_abi":"1.0.0-nightly.20250612","@aztec/sequencer-client":"1.0.0-nightly.20250612","@aztec/telemetry-client":"1.0.0-nightly.20250612","@aztec/validator-client":"1.0.0-nightly.20250612","@aztec/noir-contracts.js":"1.0.0-nightly.20250612","@aztec/protocol-contracts":"1.0.0-nightly.20250612","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250612","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250612"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250612_1749697279048_0.29154643396183055","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250613":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250613","_id":"@aztec/end-to-end@1.0.0-nightly.20250613","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6c26f373105e567fc237ceffc92cf9205676e03","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250613.tgz","fileCount":182,"integrity":"sha512-llU0D3O/V08XLpXyPudoJ7jAnM82g5TXxyi1/JOs3UibC7wMdBH6cJt1MZkN2JAU5KSxd3FlZQVYGh5b7AtbUw==","signatures":[{"sig":"MEUCIB//BmttZcaMdGivsYjcAXDox0dxs83AeMPugAbF/rgmAiEA5SRvWCV6angbxP7fTHwK0dxJqzfomPU09oo0KApkmJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36570379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a45107e7f95b675cb2768b6bcb06483b511141f4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250613","@aztec/cli":"1.0.0-nightly.20250613","@aztec/p2p":"1.0.0-nightly.20250613","@aztec/pxe":"1.0.0-nightly.20250613","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250613","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250613","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250613","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250613","@aztec/archiver":"1.0.0-nightly.20250613","@aztec/aztec.js":"1.0.0-nightly.20250613","@aztec/blob-lib":"1.0.0-nightly.20250613","@aztec/ethereum":"1.0.0-nightly.20250613","@aztec/kv-store":"1.0.0-nightly.20250613","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250613","@aztec/blob-sink":"1.0.0-nightly.20250613","@aztec/constants":"1.0.0-nightly.20250613","@aztec/simulator":"1.0.0-nightly.20250613","@aztec/aztec-node":"1.0.0-nightly.20250613","@aztec/foundation":"1.0.0-nightly.20250613","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250613","@aztec/epoch-cache":"1.0.0-nightly.20250613","@aztec/merkle-tree":"1.0.0-nightly.20250613","@aztec/prover-node":"1.0.0-nightly.20250613","@aztec/world-state":"1.0.0-nightly.20250613","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250613","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250613","@aztec/noir-noirc_abi":"1.0.0-nightly.20250613","@aztec/sequencer-client":"1.0.0-nightly.20250613","@aztec/telemetry-client":"1.0.0-nightly.20250613","@aztec/validator-client":"1.0.0-nightly.20250613","@aztec/noir-contracts.js":"1.0.0-nightly.20250613","@aztec/protocol-contracts":"1.0.0-nightly.20250613","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250613","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250613"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250613_1749783786465_0.7238935670607025","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250614":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250614","_id":"@aztec/end-to-end@1.0.0-nightly.20250614","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"449f76edacbd4402893c3ad9f597af52bfcff6ae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250614.tgz","fileCount":182,"integrity":"sha512-6u8aQMIpseGsi/xV3Ac46UNYcS7NBYsoblYK/s6em204hCVSoRq7PU8I3YprgF8wvb0atYzj79pkExtvLYc9SA==","signatures":[{"sig":"MEQCIB0CLnqKkbi3tuC1HyniZQtU3TSxhEBGOPHYh3/x20H0AiB6SdarvkUHPrl9tADw3ScbWOmrLOtBNVCMbCk2Oyigig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36579404},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fa159c5d52a45358479f951a547fed37f141a6ed","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250614","@aztec/cli":"1.0.0-nightly.20250614","@aztec/p2p":"1.0.0-nightly.20250614","@aztec/pxe":"1.0.0-nightly.20250614","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250614","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250614","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250614","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250614","@aztec/archiver":"1.0.0-nightly.20250614","@aztec/aztec.js":"1.0.0-nightly.20250614","@aztec/blob-lib":"1.0.0-nightly.20250614","@aztec/ethereum":"1.0.0-nightly.20250614","@aztec/kv-store":"1.0.0-nightly.20250614","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250614","@aztec/blob-sink":"1.0.0-nightly.20250614","@aztec/constants":"1.0.0-nightly.20250614","@aztec/simulator":"1.0.0-nightly.20250614","@aztec/aztec-node":"1.0.0-nightly.20250614","@aztec/foundation":"1.0.0-nightly.20250614","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250614","@aztec/epoch-cache":"1.0.0-nightly.20250614","@aztec/merkle-tree":"1.0.0-nightly.20250614","@aztec/prover-node":"1.0.0-nightly.20250614","@aztec/world-state":"1.0.0-nightly.20250614","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250614","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250614","@aztec/noir-noirc_abi":"1.0.0-nightly.20250614","@aztec/sequencer-client":"1.0.0-nightly.20250614","@aztec/telemetry-client":"1.0.0-nightly.20250614","@aztec/validator-client":"1.0.0-nightly.20250614","@aztec/noir-contracts.js":"1.0.0-nightly.20250614","@aztec/protocol-contracts":"1.0.0-nightly.20250614","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250614","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250614"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250614_1749869925741_0.430729516269279","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250615":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250615","_id":"@aztec/end-to-end@1.0.0-nightly.20250615","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ca6e9e759b43263e5e4f022513e3b41ca90891b5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250615.tgz","fileCount":182,"integrity":"sha512-Zt2Dr93KGxofe0ClFoZfLffhBtUskOf3wTqP9M766XbGkd2WxOjG77A42MvhIizwdWrQMlTH6D3KVF5eyloVzw==","signatures":[{"sig":"MEUCIHz+iI4aaS6THGbHN08d15Hfy55Q90sIv94NQLr+oE8jAiEA30HVTogb1PkUy1VfsOtYRApbjMrOEx+R2Ao703qRd7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36579404},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b80949775e5c27908a6055ad24592f7d98bdc45a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250615","@aztec/cli":"1.0.0-nightly.20250615","@aztec/p2p":"1.0.0-nightly.20250615","@aztec/pxe":"1.0.0-nightly.20250615","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250615","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250615","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250615","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250615","@aztec/archiver":"1.0.0-nightly.20250615","@aztec/aztec.js":"1.0.0-nightly.20250615","@aztec/blob-lib":"1.0.0-nightly.20250615","@aztec/ethereum":"1.0.0-nightly.20250615","@aztec/kv-store":"1.0.0-nightly.20250615","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250615","@aztec/blob-sink":"1.0.0-nightly.20250615","@aztec/constants":"1.0.0-nightly.20250615","@aztec/simulator":"1.0.0-nightly.20250615","@aztec/aztec-node":"1.0.0-nightly.20250615","@aztec/foundation":"1.0.0-nightly.20250615","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250615","@aztec/epoch-cache":"1.0.0-nightly.20250615","@aztec/merkle-tree":"1.0.0-nightly.20250615","@aztec/prover-node":"1.0.0-nightly.20250615","@aztec/world-state":"1.0.0-nightly.20250615","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250615","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250615","@aztec/noir-noirc_abi":"1.0.0-nightly.20250615","@aztec/sequencer-client":"1.0.0-nightly.20250615","@aztec/telemetry-client":"1.0.0-nightly.20250615","@aztec/validator-client":"1.0.0-nightly.20250615","@aztec/noir-contracts.js":"1.0.0-nightly.20250615","@aztec/protocol-contracts":"1.0.0-nightly.20250615","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250615","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250615"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250615_1749956771185_0.6576098520130218","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250616":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250616","_id":"@aztec/end-to-end@1.0.0-nightly.20250616","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d9285b37864ca97fd1c8e8b240f54a0ba7ab453","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250616.tgz","fileCount":182,"integrity":"sha512-rD0n1yMvyXXi/PRGbBA8IcbigH2TzhU3QyzBFs6MRmkzvoINnicmVL4MkThpOXWN99EFoV8Xmp/AIGJygEMxoA==","signatures":[{"sig":"MEUCIHf7LGLYsM9k5y9nsug06L++WM1gz3sLP60LgDvQLUvHAiEA+eGjSn2K+ZU9DmV5Udjq0E9gWAFob1n18MLZ8l08IWM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36579404},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b80949775e5c27908a6055ad24592f7d98bdc45a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250616","@aztec/cli":"1.0.0-nightly.20250616","@aztec/p2p":"1.0.0-nightly.20250616","@aztec/pxe":"1.0.0-nightly.20250616","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250616","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250616","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250616","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250616","@aztec/archiver":"1.0.0-nightly.20250616","@aztec/aztec.js":"1.0.0-nightly.20250616","@aztec/blob-lib":"1.0.0-nightly.20250616","@aztec/ethereum":"1.0.0-nightly.20250616","@aztec/kv-store":"1.0.0-nightly.20250616","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250616","@aztec/blob-sink":"1.0.0-nightly.20250616","@aztec/constants":"1.0.0-nightly.20250616","@aztec/simulator":"1.0.0-nightly.20250616","@aztec/aztec-node":"1.0.0-nightly.20250616","@aztec/foundation":"1.0.0-nightly.20250616","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250616","@aztec/epoch-cache":"1.0.0-nightly.20250616","@aztec/merkle-tree":"1.0.0-nightly.20250616","@aztec/prover-node":"1.0.0-nightly.20250616","@aztec/world-state":"1.0.0-nightly.20250616","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250616","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250616","@aztec/noir-noirc_abi":"1.0.0-nightly.20250616","@aztec/sequencer-client":"1.0.0-nightly.20250616","@aztec/telemetry-client":"1.0.0-nightly.20250616","@aztec/validator-client":"1.0.0-nightly.20250616","@aztec/noir-contracts.js":"1.0.0-nightly.20250616","@aztec/protocol-contracts":"1.0.0-nightly.20250616","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250616","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250616"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250616_1750042707899_0.7723907493527986","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250617":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250617","_id":"@aztec/end-to-end@1.0.0-nightly.20250617","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"973158ddc5483ee9b910ed1b265cd59277f99dff","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250617.tgz","fileCount":182,"integrity":"sha512-f+jLFJwz3O1NgPsaZ03wGr41T9Emhb528WYXU3Th7996S2iB1RaYmUIHe+eNVMIUEIxqiTrb6LeD6ZbDCfNUuA==","signatures":[{"sig":"MEQCICbk2vCMAYeu3JQifXLqZB06Aow8vsNw4kyG+oqhQ7DVAiA2u4Aab5JqfPg+IvmW0hP2zocpLCU1QejA1uGclX/Byg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36582499},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b70544b6d50e3ecb6598361f1990bd51745c7b55","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250617","@aztec/cli":"1.0.0-nightly.20250617","@aztec/p2p":"1.0.0-nightly.20250617","@aztec/pxe":"1.0.0-nightly.20250617","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250617","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250617","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250617","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250617","@aztec/archiver":"1.0.0-nightly.20250617","@aztec/aztec.js":"1.0.0-nightly.20250617","@aztec/blob-lib":"1.0.0-nightly.20250617","@aztec/ethereum":"1.0.0-nightly.20250617","@aztec/kv-store":"1.0.0-nightly.20250617","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250617","@aztec/blob-sink":"1.0.0-nightly.20250617","@aztec/constants":"1.0.0-nightly.20250617","@aztec/simulator":"1.0.0-nightly.20250617","@aztec/aztec-node":"1.0.0-nightly.20250617","@aztec/foundation":"1.0.0-nightly.20250617","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250617","@aztec/epoch-cache":"1.0.0-nightly.20250617","@aztec/merkle-tree":"1.0.0-nightly.20250617","@aztec/prover-node":"1.0.0-nightly.20250617","@aztec/world-state":"1.0.0-nightly.20250617","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250617","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250617","@aztec/noir-noirc_abi":"1.0.0-nightly.20250617","@aztec/sequencer-client":"1.0.0-nightly.20250617","@aztec/telemetry-client":"1.0.0-nightly.20250617","@aztec/validator-client":"1.0.0-nightly.20250617","@aztec/noir-contracts.js":"1.0.0-nightly.20250617","@aztec/protocol-contracts":"1.0.0-nightly.20250617","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250617","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250617_1750129266693_0.3877820816346551","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250618":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250618","_id":"@aztec/end-to-end@1.0.0-nightly.20250618","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4d72d8c0754238ee97d9d035c9987bae466ae2d6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250618.tgz","fileCount":182,"integrity":"sha512-VFOq9qMrmRcigMiXLLuTgLIKxmPYDMv9JiRRRF1V6RpmZACPmkePYG8l/QZobf+Jm5zzy4pdEhEo2JfUTNSqwQ==","signatures":[{"sig":"MEQCICeh/2e85hEOImx/ddCeTHY4v9gr3padeOrr/ikht//wAiA7kbB+PjQF/2CYdHVQebnMNzLMXewcbzLHbSH41E9uSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36584860},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250618","@aztec/cli":"1.0.0-nightly.20250618","@aztec/p2p":"1.0.0-nightly.20250618","@aztec/pxe":"1.0.0-nightly.20250618","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250618","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250618","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","@aztec/slasher":"1.0.0-nightly.20250618","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250618","@aztec/archiver":"1.0.0-nightly.20250618","@aztec/aztec.js":"1.0.0-nightly.20250618","@aztec/blob-lib":"1.0.0-nightly.20250618","@aztec/ethereum":"1.0.0-nightly.20250618","@aztec/kv-store":"1.0.0-nightly.20250618","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250618","@aztec/blob-sink":"1.0.0-nightly.20250618","@aztec/constants":"1.0.0-nightly.20250618","@aztec/simulator":"1.0.0-nightly.20250618","@aztec/aztec-node":"1.0.0-nightly.20250618","@aztec/foundation":"1.0.0-nightly.20250618","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250618","@aztec/epoch-cache":"1.0.0-nightly.20250618","@aztec/merkle-tree":"1.0.0-nightly.20250618","@aztec/prover-node":"1.0.0-nightly.20250618","@aztec/world-state":"1.0.0-nightly.20250618","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"1.0.0-nightly.20250618","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250618","@aztec/noir-noirc_abi":"1.0.0-nightly.20250618","@aztec/sequencer-client":"1.0.0-nightly.20250618","@aztec/telemetry-client":"1.0.0-nightly.20250618","@aztec/validator-client":"1.0.0-nightly.20250618","@aztec/noir-contracts.js":"1.0.0-nightly.20250618","@aztec/protocol-contracts":"1.0.0-nightly.20250618","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250618","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250618"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250618_1750215628943_0.28824484401602635","host":"s3://npm-registry-packages-npm-production"}},"0.87.9":{"name":"@aztec/end-to-end","version":"0.87.9","_id":"@aztec/end-to-end@0.87.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4fc498d11ffde449b6917b486d8378fb8cac23ba","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.87.9.tgz","fileCount":182,"integrity":"sha512-Bf/oPwfnXK092QHvhXPJ5vwXvSMGMI9EczcrT7EK9XWYQOhZHt+SA6V6wZS06OC7cVlMAIM9Mdan6XlrHm2GXw==","signatures":[{"sig":"MEUCIDI/j2+SfvRyljtKYPMvOz0ntwJwxJ9QPsPHjeEDb0rwAiEArBbBvrc1u4x+7kSipSmgcIDlxm5i6OaiH4cHxaP+pY8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36649540},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7027d267afdccb31f05904e0b18ef0262b9eda1b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.15.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^29.5.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"0.87.9","@aztec/cli":"0.87.9","@aztec/p2p":"0.87.9","@aztec/pxe":"0.87.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^29.5.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.87.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.87.9","@jest/globals":"^29.5.0","@noble/curves":"^1.0.0","jest-extended":"^4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"0.87.9","@aztec/archiver":"0.87.9","@aztec/aztec.js":"0.87.9","@aztec/blob-lib":"0.87.9","@aztec/ethereum":"0.87.9","@aztec/kv-store":"0.87.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.87.9","@aztec/blob-sink":"0.87.9","@aztec/constants":"0.87.9","@aztec/simulator":"0.87.9","@aztec/aztec-node":"0.87.9","@aztec/foundation":"0.87.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.87.9","@aztec/epoch-cache":"0.87.9","@aztec/merkle-tree":"0.87.9","@aztec/prover-node":"0.87.9","@aztec/world-state":"0.87.9","jest-mock-extended":"^3.0.5","@aztec/l1-artifacts":"0.87.9","@types/lodash.every":"^4.6.7","@aztec/prover-client":"0.87.9","@aztec/noir-noirc_abi":"0.87.9","@aztec/sequencer-client":"0.87.9","@aztec/telemetry-client":"0.87.9","@aztec/validator-client":"0.87.9","@aztec/noir-contracts.js":"0.87.9","@aztec/protocol-contracts":"0.87.9","@aztec/noir-test-contracts.js":"0.87.9","@aztec/noir-protocol-circuits-types":"0.87.9"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^29.5.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^29.5.0","concurrently":"^7.6.0","@jest/globals":"^29.5.0","jest-extended":"^4.0.2","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.87.9_1750264167245_0.717732799147341","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250619":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250619","_id":"@aztec/end-to-end@1.0.0-nightly.20250619","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a3a48531a210c61e8cc75a61eb3a52cb7c887fc2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250619.tgz","fileCount":182,"integrity":"sha512-+7uLvgH/eeWtUFmXOooO+d2p005k3p69TjzpIOuHuRDP85kHt4d24/IaHZkCm5LhnP9UsK5WtxZN0a1PDYCSZg==","signatures":[{"sig":"MEQCIBnzPTW0l+kMk05/82/WxW0iiUq2KNWbR5vTxUtUxLK5AiB/YKI0NsZ2SM7Slx2oSy8QW856y9j7nuT8dqgwjmWcAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586041},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cbd66b52b44f3aad75bf6e52a67987ed206598aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250619","@aztec/cli":"1.0.0-nightly.20250619","@aztec/p2p":"1.0.0-nightly.20250619","@aztec/pxe":"1.0.0-nightly.20250619","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250619","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250619","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250619","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250619","@aztec/archiver":"1.0.0-nightly.20250619","@aztec/aztec.js":"1.0.0-nightly.20250619","@aztec/blob-lib":"1.0.0-nightly.20250619","@aztec/ethereum":"1.0.0-nightly.20250619","@aztec/kv-store":"1.0.0-nightly.20250619","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250619","@aztec/blob-sink":"1.0.0-nightly.20250619","@aztec/constants":"1.0.0-nightly.20250619","@aztec/simulator":"1.0.0-nightly.20250619","@aztec/aztec-node":"1.0.0-nightly.20250619","@aztec/foundation":"1.0.0-nightly.20250619","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250619","@aztec/epoch-cache":"1.0.0-nightly.20250619","@aztec/merkle-tree":"1.0.0-nightly.20250619","@aztec/prover-node":"1.0.0-nightly.20250619","@aztec/world-state":"1.0.0-nightly.20250619","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250619","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250619","@aztec/noir-noirc_abi":"1.0.0-nightly.20250619","@aztec/sequencer-client":"1.0.0-nightly.20250619","@aztec/telemetry-client":"1.0.0-nightly.20250619","@aztec/validator-client":"1.0.0-nightly.20250619","@aztec/noir-contracts.js":"1.0.0-nightly.20250619","@aztec/protocol-contracts":"1.0.0-nightly.20250619","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250619","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250619"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250619_1750301999298_0.374250403660654","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250620":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250620","_id":"@aztec/end-to-end@1.0.0-nightly.20250620","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"196cd76ec1f4efedb190c924ffb70957747b3fe9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250620.tgz","fileCount":182,"integrity":"sha512-TuHp9OeItDd0yWfVudyhYIeM0e4EX/WidbrF5vKkdOz/eGxImdxNXg2ITGRanBvscZ7hoVSBub0N0etXkqmXIA==","signatures":[{"sig":"MEUCIQC0bLWoRwbJg9o4mf4n6r9b7+pQKD5DAspMU0MKCSO5HwIgVSuBKrdv4yz+jUH4t/QMy2352Vm1OD23qLfTuN77pW8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586041},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"92d685c3a802eb31897b6f13d28b9ee428c73744","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250620","@aztec/cli":"1.0.0-nightly.20250620","@aztec/p2p":"1.0.0-nightly.20250620","@aztec/pxe":"1.0.0-nightly.20250620","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250620","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250620","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250620","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250620","@aztec/archiver":"1.0.0-nightly.20250620","@aztec/aztec.js":"1.0.0-nightly.20250620","@aztec/blob-lib":"1.0.0-nightly.20250620","@aztec/ethereum":"1.0.0-nightly.20250620","@aztec/kv-store":"1.0.0-nightly.20250620","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250620","@aztec/blob-sink":"1.0.0-nightly.20250620","@aztec/constants":"1.0.0-nightly.20250620","@aztec/simulator":"1.0.0-nightly.20250620","@aztec/aztec-node":"1.0.0-nightly.20250620","@aztec/foundation":"1.0.0-nightly.20250620","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250620","@aztec/epoch-cache":"1.0.0-nightly.20250620","@aztec/merkle-tree":"1.0.0-nightly.20250620","@aztec/prover-node":"1.0.0-nightly.20250620","@aztec/world-state":"1.0.0-nightly.20250620","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250620","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250620","@aztec/noir-noirc_abi":"1.0.0-nightly.20250620","@aztec/sequencer-client":"1.0.0-nightly.20250620","@aztec/telemetry-client":"1.0.0-nightly.20250620","@aztec/validator-client":"1.0.0-nightly.20250620","@aztec/noir-contracts.js":"1.0.0-nightly.20250620","@aztec/protocol-contracts":"1.0.0-nightly.20250620","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250620","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250620"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250620_1750388343825_0.03170485632670861","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250621":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250621","_id":"@aztec/end-to-end@1.0.0-nightly.20250621","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f3a8af029c1b9bf35aedaba42f6cfcb94d025210","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250621.tgz","fileCount":182,"integrity":"sha512-ITnHiN4RqRDO3zTO2yLiZ8GCeyhKqY3+9VnKdvY/TvRxMqzDNZ/VoPsmG2cSxdWpEJ0zAsMToybXfB6q30WQZQ==","signatures":[{"sig":"MEUCIFFb3SY3bTZycq/t4HATjG4SA3MUJiX/1/9nTcx5BPPwAiEAoeOkt/RJ8L0b5vCan+3ME48GEIPmbq3EaeeFtEQtA6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586041},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5c56d41aea0a97d800fc842dbcab1ca0d285e360","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250621","@aztec/cli":"1.0.0-nightly.20250621","@aztec/p2p":"1.0.0-nightly.20250621","@aztec/pxe":"1.0.0-nightly.20250621","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250621","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250621","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250621","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250621","@aztec/archiver":"1.0.0-nightly.20250621","@aztec/aztec.js":"1.0.0-nightly.20250621","@aztec/blob-lib":"1.0.0-nightly.20250621","@aztec/ethereum":"1.0.0-nightly.20250621","@aztec/kv-store":"1.0.0-nightly.20250621","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250621","@aztec/blob-sink":"1.0.0-nightly.20250621","@aztec/constants":"1.0.0-nightly.20250621","@aztec/simulator":"1.0.0-nightly.20250621","@aztec/aztec-node":"1.0.0-nightly.20250621","@aztec/foundation":"1.0.0-nightly.20250621","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250621","@aztec/epoch-cache":"1.0.0-nightly.20250621","@aztec/merkle-tree":"1.0.0-nightly.20250621","@aztec/prover-node":"1.0.0-nightly.20250621","@aztec/world-state":"1.0.0-nightly.20250621","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250621","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250621","@aztec/noir-noirc_abi":"1.0.0-nightly.20250621","@aztec/sequencer-client":"1.0.0-nightly.20250621","@aztec/telemetry-client":"1.0.0-nightly.20250621","@aztec/validator-client":"1.0.0-nightly.20250621","@aztec/noir-contracts.js":"1.0.0-nightly.20250621","@aztec/protocol-contracts":"1.0.0-nightly.20250621","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250621","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250621"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250621_1750474487359_0.04024146120058614","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250622":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250622","_id":"@aztec/end-to-end@1.0.0-nightly.20250622","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5b996eb7da1535e0b72bd3e883d5f3fd99f4b64b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250622.tgz","fileCount":182,"integrity":"sha512-pa8df/0lUng6/jU1F17Y4iGtozcRg1yOn/M8ePpJLOlX7f4+SWGBCKvXVACh5ZtGx40HJTuGGCwTsmYm1Zyb5A==","signatures":[{"sig":"MEQCIGXVUYqLwe7J4xlZoyOUKlwxGiAWZQhfGT7Ty+ODb0rFAiA6Ga66G+AANkdh1LQSEzihoZ757gkBQ5NVBrcxtVCKQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586041},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fe25e8151d865a744220512c782713e46482165a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250622","@aztec/cli":"1.0.0-nightly.20250622","@aztec/p2p":"1.0.0-nightly.20250622","@aztec/pxe":"1.0.0-nightly.20250622","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250622","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250622","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250622","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250622","@aztec/archiver":"1.0.0-nightly.20250622","@aztec/aztec.js":"1.0.0-nightly.20250622","@aztec/blob-lib":"1.0.0-nightly.20250622","@aztec/ethereum":"1.0.0-nightly.20250622","@aztec/kv-store":"1.0.0-nightly.20250622","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250622","@aztec/blob-sink":"1.0.0-nightly.20250622","@aztec/constants":"1.0.0-nightly.20250622","@aztec/simulator":"1.0.0-nightly.20250622","@aztec/aztec-node":"1.0.0-nightly.20250622","@aztec/foundation":"1.0.0-nightly.20250622","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250622","@aztec/epoch-cache":"1.0.0-nightly.20250622","@aztec/merkle-tree":"1.0.0-nightly.20250622","@aztec/prover-node":"1.0.0-nightly.20250622","@aztec/world-state":"1.0.0-nightly.20250622","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250622","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250622","@aztec/noir-noirc_abi":"1.0.0-nightly.20250622","@aztec/sequencer-client":"1.0.0-nightly.20250622","@aztec/telemetry-client":"1.0.0-nightly.20250622","@aztec/validator-client":"1.0.0-nightly.20250622","@aztec/noir-contracts.js":"1.0.0-nightly.20250622","@aztec/protocol-contracts":"1.0.0-nightly.20250622","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250622","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250622"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250622_1750561333453_0.9710214032867848","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250623":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250623","_id":"@aztec/end-to-end@1.0.0-nightly.20250623","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eecd807cee1dd2704012143a60eb54ce3fd976b1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250623.tgz","fileCount":182,"integrity":"sha512-QcmJntP9VzNUwIdqOjsmOGIJGuBewmYrmuST1tCMwFmrH0zrqb2KBUJdpvkxAldsamX8RXW/0b9AOCF+qUPNaQ==","signatures":[{"sig":"MEQCIDDy7+rO80wE0b0au1/IPyR/z4f2jTyr3U6x9eZFEaPmAiBb2ve8KxLpDRFgXyAl52h+I+u7gjZ2W0tla+s6E7SFVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586041},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fe25e8151d865a744220512c782713e46482165a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250623","@aztec/cli":"1.0.0-nightly.20250623","@aztec/p2p":"1.0.0-nightly.20250623","@aztec/pxe":"1.0.0-nightly.20250623","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250623","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250623","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250623","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250623","@aztec/archiver":"1.0.0-nightly.20250623","@aztec/aztec.js":"1.0.0-nightly.20250623","@aztec/blob-lib":"1.0.0-nightly.20250623","@aztec/ethereum":"1.0.0-nightly.20250623","@aztec/kv-store":"1.0.0-nightly.20250623","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250623","@aztec/blob-sink":"1.0.0-nightly.20250623","@aztec/constants":"1.0.0-nightly.20250623","@aztec/simulator":"1.0.0-nightly.20250623","@aztec/aztec-node":"1.0.0-nightly.20250623","@aztec/foundation":"1.0.0-nightly.20250623","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250623","@aztec/epoch-cache":"1.0.0-nightly.20250623","@aztec/merkle-tree":"1.0.0-nightly.20250623","@aztec/prover-node":"1.0.0-nightly.20250623","@aztec/world-state":"1.0.0-nightly.20250623","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250623","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250623","@aztec/noir-noirc_abi":"1.0.0-nightly.20250623","@aztec/sequencer-client":"1.0.0-nightly.20250623","@aztec/telemetry-client":"1.0.0-nightly.20250623","@aztec/validator-client":"1.0.0-nightly.20250623","@aztec/noir-contracts.js":"1.0.0-nightly.20250623","@aztec/protocol-contracts":"1.0.0-nightly.20250623","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250623","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250623"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250623_1750647206752_0.39452605110433425","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@aztec/end-to-end","version":"1.0.0","_id":"@aztec/end-to-end@1.0.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c31ed75901e4c37c3cc36cece3a7d881fd83933","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0.tgz","fileCount":182,"integrity":"sha512-AeiOLK/lAFQWvbQTbYLXS0sDXiQUCcf0pjYP308a9r0O2dFJdrcUZBRMDkWqNvSjYhbkCyrtWJuwryDCzaaZIw==","signatures":[{"sig":"MEYCIQCmMW9cE2v5ryLbPDO77viB1YIJuNpz7SmG+kCMldUICwIhAL/o9cTb69ye9GpvEplcLPUo5y6DPOuuBaREk4KfqLe9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36585874},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"79e9bd1698f4bba6deade8f76c676f9bbb12ff74","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0","@aztec/cli":"1.0.0","@aztec/p2p":"1.0.0","@aztec/pxe":"1.0.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0","@aztec/archiver":"1.0.0","@aztec/aztec.js":"1.0.0","@aztec/blob-lib":"1.0.0","@aztec/ethereum":"1.0.0","@aztec/kv-store":"1.0.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0","@aztec/blob-sink":"1.0.0","@aztec/constants":"1.0.0","@aztec/simulator":"1.0.0","@aztec/aztec-node":"1.0.0","@aztec/foundation":"1.0.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0","@aztec/epoch-cache":"1.0.0","@aztec/merkle-tree":"1.0.0","@aztec/prover-node":"1.0.0","@aztec/world-state":"1.0.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0","@aztec/noir-noirc_abi":"1.0.0","@aztec/sequencer-client":"1.0.0","@aztec/telemetry-client":"1.0.0","@aztec/validator-client":"1.0.0","@aztec/noir-contracts.js":"1.0.0","@aztec/protocol-contracts":"1.0.0","@aztec/noir-test-contracts.js":"1.0.0","@aztec/noir-protocol-circuits-types":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0_1750686773675_0.9710195011505647","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.0":{"name":"@aztec/end-to-end","version":"1.0.0-staging.0","_id":"@aztec/end-to-end@1.0.0-staging.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4ff299c209295a5d383e8f5839fa4a77503663f6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.0.tgz","fileCount":182,"integrity":"sha512-uypUecOBgeeSxJpLXHauJk7ZaozP3rwbH3AS4UwJdACHHzySEqI+RZIL6Ijv3VQptdGBOUvvdYhPesnk7DOIIQ==","signatures":[{"sig":"MEUCIQCG6JdIypuDNctiHH0QQ+QzdVsXIUQEQZrrRisG9+SZ8QIgPxUGGXULWdXzjO1Up9SOvEGJnMsXxAdb/Nv5vROkZbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586224},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"db396f13b7ef374a230174bdc4078d9fbb3c788a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.0","@aztec/cli":"1.0.0-staging.0","@aztec/p2p":"1.0.0-staging.0","@aztec/pxe":"1.0.0-staging.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.0","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.0","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.0","@aztec/archiver":"1.0.0-staging.0","@aztec/aztec.js":"1.0.0-staging.0","@aztec/blob-lib":"1.0.0-staging.0","@aztec/ethereum":"1.0.0-staging.0","@aztec/kv-store":"1.0.0-staging.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.0","@aztec/blob-sink":"1.0.0-staging.0","@aztec/constants":"1.0.0-staging.0","@aztec/simulator":"1.0.0-staging.0","@aztec/aztec-node":"1.0.0-staging.0","@aztec/foundation":"1.0.0-staging.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.0","@aztec/epoch-cache":"1.0.0-staging.0","@aztec/merkle-tree":"1.0.0-staging.0","@aztec/prover-node":"1.0.0-staging.0","@aztec/world-state":"1.0.0-staging.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.0","@aztec/noir-noirc_abi":"1.0.0-staging.0","@aztec/sequencer-client":"1.0.0-staging.0","@aztec/telemetry-client":"1.0.0-staging.0","@aztec/validator-client":"1.0.0-staging.0","@aztec/noir-contracts.js":"1.0.0-staging.0","@aztec/protocol-contracts":"1.0.0-staging.0","@aztec/noir-test-contracts.js":"1.0.0-staging.0","@aztec/noir-protocol-circuits-types":"1.0.0-staging.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.0_1750701285242_0.7061434225771446","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250624":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250624","_id":"@aztec/end-to-end@1.0.0-nightly.20250624","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"041f8b725bdce194137a0e989f16bbbe489d9a43","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250624.tgz","fileCount":182,"integrity":"sha512-yF0CF9xY9G0nMlibxxrjIhSAZhqDrTNi4e4EWdB1Gxmk2qDDSjQarJmzmniNyyXN2RcNGUAGtuSAckPoLn21CA==","signatures":[{"sig":"MEUCIQC80+Q4W0kGmSoyloscn+zfHbwRYy52+WEny8gmPtn4LQIgahTz3v83G8ktsnyGjH3Qsz9oefJkXsULbr9D+CF8XUs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586469},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"af094bce13530e078c78de9f3264280e6693d533","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250624","@aztec/cli":"1.0.0-nightly.20250624","@aztec/p2p":"1.0.0-nightly.20250624","@aztec/pxe":"1.0.0-nightly.20250624","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250624","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250624","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250624","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250624","@aztec/archiver":"1.0.0-nightly.20250624","@aztec/aztec.js":"1.0.0-nightly.20250624","@aztec/blob-lib":"1.0.0-nightly.20250624","@aztec/ethereum":"1.0.0-nightly.20250624","@aztec/kv-store":"1.0.0-nightly.20250624","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250624","@aztec/blob-sink":"1.0.0-nightly.20250624","@aztec/constants":"1.0.0-nightly.20250624","@aztec/simulator":"1.0.0-nightly.20250624","@aztec/aztec-node":"1.0.0-nightly.20250624","@aztec/foundation":"1.0.0-nightly.20250624","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250624","@aztec/epoch-cache":"1.0.0-nightly.20250624","@aztec/merkle-tree":"1.0.0-nightly.20250624","@aztec/prover-node":"1.0.0-nightly.20250624","@aztec/world-state":"1.0.0-nightly.20250624","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250624","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250624","@aztec/noir-noirc_abi":"1.0.0-nightly.20250624","@aztec/sequencer-client":"1.0.0-nightly.20250624","@aztec/telemetry-client":"1.0.0-nightly.20250624","@aztec/validator-client":"1.0.0-nightly.20250624","@aztec/noir-contracts.js":"1.0.0-nightly.20250624","@aztec/protocol-contracts":"1.0.0-nightly.20250624","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250624","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250624"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250624_1750733963128_0.12840093228543092","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250625":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250625","_id":"@aztec/end-to-end@1.0.0-nightly.20250625","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b2089588bb346605ef509fc4ed65caa41cb07439","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250625.tgz","fileCount":182,"integrity":"sha512-XOCklp4/zf3KuDeWoT7ZvD4AKMTn3QHRw5nkBzz31ckI2CcpEajP5mWtU0qaGd1nIKQccXaBV2OaiaB4ROPxXA==","signatures":[{"sig":"MEYCIQDifeXLd747Ley7sOW9MAMs5mBKxkV0NftiGGorTj46VAIhAKX4H7XiYQ+1pgPVCO1SxWhBq0KDYHtcAgXLZ5c4MZHI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36586763},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"534f06e45f48274efd53a2204c90cb0b91a53efb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250625","@aztec/cli":"1.0.0-nightly.20250625","@aztec/p2p":"1.0.0-nightly.20250625","@aztec/pxe":"1.0.0-nightly.20250625","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250625","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250625","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250625","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250625","@aztec/archiver":"1.0.0-nightly.20250625","@aztec/aztec.js":"1.0.0-nightly.20250625","@aztec/blob-lib":"1.0.0-nightly.20250625","@aztec/ethereum":"1.0.0-nightly.20250625","@aztec/kv-store":"1.0.0-nightly.20250625","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250625","@aztec/blob-sink":"1.0.0-nightly.20250625","@aztec/constants":"1.0.0-nightly.20250625","@aztec/simulator":"1.0.0-nightly.20250625","@aztec/aztec-node":"1.0.0-nightly.20250625","@aztec/foundation":"1.0.0-nightly.20250625","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250625","@aztec/epoch-cache":"1.0.0-nightly.20250625","@aztec/merkle-tree":"1.0.0-nightly.20250625","@aztec/prover-node":"1.0.0-nightly.20250625","@aztec/world-state":"1.0.0-nightly.20250625","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250625","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250625","@aztec/noir-noirc_abi":"1.0.0-nightly.20250625","@aztec/sequencer-client":"1.0.0-nightly.20250625","@aztec/telemetry-client":"1.0.0-nightly.20250625","@aztec/validator-client":"1.0.0-nightly.20250625","@aztec/noir-contracts.js":"1.0.0-nightly.20250625","@aztec/protocol-contracts":"1.0.0-nightly.20250625","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250625","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250625"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250625_1750820376821_0.23041774999710474","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250626":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250626","_id":"@aztec/end-to-end@1.0.0-nightly.20250626","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e1915bd2d2c48a8d252e82d07786d1aa1de7d000","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250626.tgz","fileCount":182,"integrity":"sha512-nk6ZAKCA2PQncCjMJyyDzYghvmI0Sg3vA9edfs0/T9xHSJxljbCD4LWfQviE7Lfkx9bvgx3YstPux+M2PqxG5g==","signatures":[{"sig":"MEYCIQDAhyu9VsPucfBF6gLQI9iRaR8IcFzoukexA0sqpr2Y+QIhANliRZl3Z1X8ugFNt0hiPEbNz424A6kF7EMU+Kb70O1/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589796},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"92cd160fc2a40d2f7c467287f1abae3af9960805","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250626","@aztec/cli":"1.0.0-nightly.20250626","@aztec/p2p":"1.0.0-nightly.20250626","@aztec/pxe":"1.0.0-nightly.20250626","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250626","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250626","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250626","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250626","@aztec/archiver":"1.0.0-nightly.20250626","@aztec/aztec.js":"1.0.0-nightly.20250626","@aztec/blob-lib":"1.0.0-nightly.20250626","@aztec/ethereum":"1.0.0-nightly.20250626","@aztec/kv-store":"1.0.0-nightly.20250626","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250626","@aztec/blob-sink":"1.0.0-nightly.20250626","@aztec/constants":"1.0.0-nightly.20250626","@aztec/simulator":"1.0.0-nightly.20250626","@aztec/aztec-node":"1.0.0-nightly.20250626","@aztec/foundation":"1.0.0-nightly.20250626","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250626","@aztec/epoch-cache":"1.0.0-nightly.20250626","@aztec/merkle-tree":"1.0.0-nightly.20250626","@aztec/prover-node":"1.0.0-nightly.20250626","@aztec/world-state":"1.0.0-nightly.20250626","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250626","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250626","@aztec/noir-noirc_abi":"1.0.0-nightly.20250626","@aztec/sequencer-client":"1.0.0-nightly.20250626","@aztec/telemetry-client":"1.0.0-nightly.20250626","@aztec/validator-client":"1.0.0-nightly.20250626","@aztec/noir-contracts.js":"1.0.0-nightly.20250626","@aztec/protocol-contracts":"1.0.0-nightly.20250626","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250626","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250626"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250626_1750906782963_0.11046508211492734","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.1":{"name":"@aztec/end-to-end","version":"1.0.0-staging.1","_id":"@aztec/end-to-end@1.0.0-staging.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cbafa6399ef41ca5baaa71c9bac7b4f17243033a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.1.tgz","fileCount":182,"integrity":"sha512-g68LPTR/NPVywvbQ5Z0zRNqVVmPIYUTxlAAw0CdhdPgvEBXk0Iz/ymwKw/3wEvV13gdAqQYrLdVz/Kmb8qxM+g==","signatures":[{"sig":"MEUCIG4dMXa4d6yF6Azc7OFkBauB53bO3EBzN/ITWWNRkGzVAiEA5Zc/GPb3MXhHQa6NMJHLuO0q2R5sGKAskpczNeHFHV4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589551},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1fc5957df9da86dc8fdc6c622544db2499cdbbc1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.1","@aztec/cli":"1.0.0-staging.1","@aztec/p2p":"1.0.0-staging.1","@aztec/pxe":"1.0.0-staging.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.1","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.1","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.1","@aztec/archiver":"1.0.0-staging.1","@aztec/aztec.js":"1.0.0-staging.1","@aztec/blob-lib":"1.0.0-staging.1","@aztec/ethereum":"1.0.0-staging.1","@aztec/kv-store":"1.0.0-staging.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.1","@aztec/blob-sink":"1.0.0-staging.1","@aztec/constants":"1.0.0-staging.1","@aztec/simulator":"1.0.0-staging.1","@aztec/aztec-node":"1.0.0-staging.1","@aztec/foundation":"1.0.0-staging.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.1","@aztec/epoch-cache":"1.0.0-staging.1","@aztec/merkle-tree":"1.0.0-staging.1","@aztec/prover-node":"1.0.0-staging.1","@aztec/world-state":"1.0.0-staging.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.1","@aztec/noir-noirc_abi":"1.0.0-staging.1","@aztec/sequencer-client":"1.0.0-staging.1","@aztec/telemetry-client":"1.0.0-staging.1","@aztec/validator-client":"1.0.0-staging.1","@aztec/noir-contracts.js":"1.0.0-staging.1","@aztec/protocol-contracts":"1.0.0-staging.1","@aztec/noir-test-contracts.js":"1.0.0-staging.1","@aztec/noir-protocol-circuits-types":"1.0.0-staging.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.1_1750947522354_0.9981589610771795","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250627":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250627","_id":"@aztec/end-to-end@1.0.0-nightly.20250627","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"70a1fc8c7efe1b1bc29c9186662c386c39feff62","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250627.tgz","fileCount":182,"integrity":"sha512-LcqqpHhwMfqMtYH+nA92dMnHd6xskA5bqsgdEsdPuiM1LeTCvgTEggexJrnpgYM/3h//jhiqu5tQnqrevFf9wg==","signatures":[{"sig":"MEQCIGY5z4A2BOproZq0rr9U2mrXMiXpM3GJC4itoQGQNsAZAiAxaNfceoFNvMtZGib6v/8rkTFgTYO0T32kC+L3/0myKw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598608},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5154a64456f8ee26126f902542c8b29e33638ff7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250627","@aztec/cli":"1.0.0-nightly.20250627","@aztec/p2p":"1.0.0-nightly.20250627","@aztec/pxe":"1.0.0-nightly.20250627","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250627","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250627","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250627","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250627","@aztec/archiver":"1.0.0-nightly.20250627","@aztec/aztec.js":"1.0.0-nightly.20250627","@aztec/blob-lib":"1.0.0-nightly.20250627","@aztec/ethereum":"1.0.0-nightly.20250627","@aztec/kv-store":"1.0.0-nightly.20250627","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250627","@aztec/blob-sink":"1.0.0-nightly.20250627","@aztec/constants":"1.0.0-nightly.20250627","@aztec/simulator":"1.0.0-nightly.20250627","@aztec/aztec-node":"1.0.0-nightly.20250627","@aztec/foundation":"1.0.0-nightly.20250627","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250627","@aztec/epoch-cache":"1.0.0-nightly.20250627","@aztec/merkle-tree":"1.0.0-nightly.20250627","@aztec/prover-node":"1.0.0-nightly.20250627","@aztec/world-state":"1.0.0-nightly.20250627","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250627","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250627","@aztec/noir-noirc_abi":"1.0.0-nightly.20250627","@aztec/sequencer-client":"1.0.0-nightly.20250627","@aztec/telemetry-client":"1.0.0-nightly.20250627","@aztec/validator-client":"1.0.0-nightly.20250627","@aztec/noir-contracts.js":"1.0.0-nightly.20250627","@aztec/protocol-contracts":"1.0.0-nightly.20250627","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250627","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250627"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250627_1750993200121_0.45993229300723804","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250628":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250628","_id":"@aztec/end-to-end@1.0.0-nightly.20250628","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"686e11bad459a09ead02f374ead7e940860935d8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250628.tgz","fileCount":182,"integrity":"sha512-BmSK2ssncNQxtUqJ5pCefyi5jb0AkG9tB9EKcMtcxRmZ/Ax+cxyaf2nC4L+etUYpPzqUaqJA2Vdr57hCkkQT4Q==","signatures":[{"sig":"MEYCIQCqkN1QdWECm/3ZLQz59Lza8jYsPuxq1lPL0JCXC4blpAIhAOuiILq3+jRjCcADVi1EtzUU+AednSLJ6D1FJxCKjpl8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598606},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"84df7c0af423e1f7710976f0e930637baa27e50b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250628","@aztec/cli":"1.0.0-nightly.20250628","@aztec/p2p":"1.0.0-nightly.20250628","@aztec/pxe":"1.0.0-nightly.20250628","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250628","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250628","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250628","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250628","@aztec/archiver":"1.0.0-nightly.20250628","@aztec/aztec.js":"1.0.0-nightly.20250628","@aztec/blob-lib":"1.0.0-nightly.20250628","@aztec/ethereum":"1.0.0-nightly.20250628","@aztec/kv-store":"1.0.0-nightly.20250628","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250628","@aztec/blob-sink":"1.0.0-nightly.20250628","@aztec/constants":"1.0.0-nightly.20250628","@aztec/simulator":"1.0.0-nightly.20250628","@aztec/aztec-node":"1.0.0-nightly.20250628","@aztec/foundation":"1.0.0-nightly.20250628","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250628","@aztec/epoch-cache":"1.0.0-nightly.20250628","@aztec/merkle-tree":"1.0.0-nightly.20250628","@aztec/prover-node":"1.0.0-nightly.20250628","@aztec/world-state":"1.0.0-nightly.20250628","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250628","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250628","@aztec/noir-noirc_abi":"1.0.0-nightly.20250628","@aztec/sequencer-client":"1.0.0-nightly.20250628","@aztec/telemetry-client":"1.0.0-nightly.20250628","@aztec/validator-client":"1.0.0-nightly.20250628","@aztec/noir-contracts.js":"1.0.0-nightly.20250628","@aztec/protocol-contracts":"1.0.0-nightly.20250628","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250628","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250628"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250628_1751079680120_0.4815695236971309","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250629":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250629","_id":"@aztec/end-to-end@1.0.0-nightly.20250629","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"62140bd464363465462f09ea1db68a464c784e0e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250629.tgz","fileCount":182,"integrity":"sha512-c0CzuWtxToA9aMyRCoJxA6oTkWyTqgeGjd7iOp0wZIkfCmnFdKE88TGun2OCNjpRvW8ndfV3bVeXh7/ecYSDvQ==","signatures":[{"sig":"MEYCIQCvaGrdjJ/UBJn2WNDByx2db095hx9Gn6uowgN9JX3UjwIhANWgjwK3DNkG1JUAWCeVS/LjMjzWgtYPYQBnrTm+nvsV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598606},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"84df7c0af423e1f7710976f0e930637baa27e50b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250629","@aztec/cli":"1.0.0-nightly.20250629","@aztec/p2p":"1.0.0-nightly.20250629","@aztec/pxe":"1.0.0-nightly.20250629","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250629","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250629","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250629","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250629","@aztec/archiver":"1.0.0-nightly.20250629","@aztec/aztec.js":"1.0.0-nightly.20250629","@aztec/blob-lib":"1.0.0-nightly.20250629","@aztec/ethereum":"1.0.0-nightly.20250629","@aztec/kv-store":"1.0.0-nightly.20250629","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250629","@aztec/blob-sink":"1.0.0-nightly.20250629","@aztec/constants":"1.0.0-nightly.20250629","@aztec/simulator":"1.0.0-nightly.20250629","@aztec/aztec-node":"1.0.0-nightly.20250629","@aztec/foundation":"1.0.0-nightly.20250629","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250629","@aztec/epoch-cache":"1.0.0-nightly.20250629","@aztec/merkle-tree":"1.0.0-nightly.20250629","@aztec/prover-node":"1.0.0-nightly.20250629","@aztec/world-state":"1.0.0-nightly.20250629","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250629","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250629","@aztec/noir-noirc_abi":"1.0.0-nightly.20250629","@aztec/sequencer-client":"1.0.0-nightly.20250629","@aztec/telemetry-client":"1.0.0-nightly.20250629","@aztec/validator-client":"1.0.0-nightly.20250629","@aztec/noir-contracts.js":"1.0.0-nightly.20250629","@aztec/protocol-contracts":"1.0.0-nightly.20250629","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250629","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250629"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250629_1751166304999_0.5031046377554127","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250630":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250630","_id":"@aztec/end-to-end@1.0.0-nightly.20250630","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fb10103710eddbb53b2e6811cdc1756d0855bae8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250630.tgz","fileCount":182,"integrity":"sha512-8HZJrTzFQh90KFTvGIR/kwhFRNaL/HG88c2MnJ4rTc8CNrjoUQ/o6y+ZcS0v1nOk5ZiaJsTqGo74GDb8hcsaIw==","signatures":[{"sig":"MEUCIFpq7QpmiuXu6NGLZ32FoasWXZkJIk11UscSXINMODsoAiEA5X0Y7YC3nJMS+JueoqMU2670K+rQ9z04jEp+/VmuKpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"224977b9a78289e51c22e550da7f681e735387de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250630","@aztec/cli":"1.0.0-nightly.20250630","@aztec/p2p":"1.0.0-nightly.20250630","@aztec/pxe":"1.0.0-nightly.20250630","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250630","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250630","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250630","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250630","@aztec/archiver":"1.0.0-nightly.20250630","@aztec/aztec.js":"1.0.0-nightly.20250630","@aztec/blob-lib":"1.0.0-nightly.20250630","@aztec/ethereum":"1.0.0-nightly.20250630","@aztec/kv-store":"1.0.0-nightly.20250630","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250630","@aztec/blob-sink":"1.0.0-nightly.20250630","@aztec/constants":"1.0.0-nightly.20250630","@aztec/simulator":"1.0.0-nightly.20250630","@aztec/aztec-node":"1.0.0-nightly.20250630","@aztec/foundation":"1.0.0-nightly.20250630","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250630","@aztec/epoch-cache":"1.0.0-nightly.20250630","@aztec/merkle-tree":"1.0.0-nightly.20250630","@aztec/prover-node":"1.0.0-nightly.20250630","@aztec/world-state":"1.0.0-nightly.20250630","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250630","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250630","@aztec/noir-noirc_abi":"1.0.0-nightly.20250630","@aztec/sequencer-client":"1.0.0-nightly.20250630","@aztec/telemetry-client":"1.0.0-nightly.20250630","@aztec/validator-client":"1.0.0-nightly.20250630","@aztec/noir-contracts.js":"1.0.0-nightly.20250630","@aztec/protocol-contracts":"1.0.0-nightly.20250630","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250630","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250630"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250630_1751252876059_0.20927255740316908","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250701":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250701","_id":"@aztec/end-to-end@1.0.0-nightly.20250701","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b66ae21a335fffca624059ba0eb4992f289576e7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250701.tgz","fileCount":182,"integrity":"sha512-G487N0yiA6Tml4zkYY9ElDBpnuc5BUTy3ZTb7cC4Kow0mFUja25YnxGknj5ctj+6trFvoZR0oWXX7j3oxVDwSg==","signatures":[{"sig":"MEUCIQDgCQZqnIwVeunEdk2gylrmord1HH1baiXx//a2pH5XSAIgYW3UdQpC3o181RFaBbDQogLG/IcKdzOmEaCf3by7Cqc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7160f0f3240813bcc1849672f8f9c229ca3bc8f5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250701","@aztec/cli":"1.0.0-nightly.20250701","@aztec/p2p":"1.0.0-nightly.20250701","@aztec/pxe":"1.0.0-nightly.20250701","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250701","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250701","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250701","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250701","@aztec/archiver":"1.0.0-nightly.20250701","@aztec/aztec.js":"1.0.0-nightly.20250701","@aztec/blob-lib":"1.0.0-nightly.20250701","@aztec/ethereum":"1.0.0-nightly.20250701","@aztec/kv-store":"1.0.0-nightly.20250701","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250701","@aztec/blob-sink":"1.0.0-nightly.20250701","@aztec/constants":"1.0.0-nightly.20250701","@aztec/simulator":"1.0.0-nightly.20250701","@aztec/aztec-node":"1.0.0-nightly.20250701","@aztec/foundation":"1.0.0-nightly.20250701","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250701","@aztec/epoch-cache":"1.0.0-nightly.20250701","@aztec/merkle-tree":"1.0.0-nightly.20250701","@aztec/prover-node":"1.0.0-nightly.20250701","@aztec/world-state":"1.0.0-nightly.20250701","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250701","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250701","@aztec/noir-noirc_abi":"1.0.0-nightly.20250701","@aztec/sequencer-client":"1.0.0-nightly.20250701","@aztec/telemetry-client":"1.0.0-nightly.20250701","@aztec/validator-client":"1.0.0-nightly.20250701","@aztec/noir-contracts.js":"1.0.0-nightly.20250701","@aztec/protocol-contracts":"1.0.0-nightly.20250701","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250701","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250701"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250701_1751339447952_0.9766762290312068","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.2":{"name":"@aztec/end-to-end","version":"1.0.0-staging.2","_id":"@aztec/end-to-end@1.0.0-staging.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1e8b355e62a8828638ee2c8733e28fa52fe519bd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.2.tgz","fileCount":182,"integrity":"sha512-r4OxrhR3a7BhCSaRsOZW9mItAQs1eT6Ct0hbnLyia4m2cfzDhZzgnhZZyopZ6TI1gwGFZo9XUfFtJYmNlhVeHA==","signatures":[{"sig":"MEYCIQCigTuaw1YRr2/aekVtE+xhy7tBMfzL5vuJYEUrgHJTMwIhANx4k3g0RCpQ3D4MP4ViXf3/nGqQqDt/Xwq96upbpvwW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589549},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ce9f6620c55e10ac816d86a5da82ec10c3354ce0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.2","@aztec/cli":"1.0.0-staging.2","@aztec/p2p":"1.0.0-staging.2","@aztec/pxe":"1.0.0-staging.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.2","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.2","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.2","@aztec/archiver":"1.0.0-staging.2","@aztec/aztec.js":"1.0.0-staging.2","@aztec/blob-lib":"1.0.0-staging.2","@aztec/ethereum":"1.0.0-staging.2","@aztec/kv-store":"1.0.0-staging.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.2","@aztec/blob-sink":"1.0.0-staging.2","@aztec/constants":"1.0.0-staging.2","@aztec/simulator":"1.0.0-staging.2","@aztec/aztec-node":"1.0.0-staging.2","@aztec/foundation":"1.0.0-staging.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.2","@aztec/epoch-cache":"1.0.0-staging.2","@aztec/merkle-tree":"1.0.0-staging.2","@aztec/prover-node":"1.0.0-staging.2","@aztec/world-state":"1.0.0-staging.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.2","@aztec/noir-noirc_abi":"1.0.0-staging.2","@aztec/sequencer-client":"1.0.0-staging.2","@aztec/telemetry-client":"1.0.0-staging.2","@aztec/validator-client":"1.0.0-staging.2","@aztec/noir-contracts.js":"1.0.0-staging.2","@aztec/protocol-contracts":"1.0.0-staging.2","@aztec/noir-test-contracts.js":"1.0.0-staging.2","@aztec/noir-protocol-circuits-types":"1.0.0-staging.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.2_1751355371423_0.8825628329523652","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250702":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250702","_id":"@aztec/end-to-end@1.0.0-nightly.20250702","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a77e7edec02c747db9280cfd233c659605ee3ffa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250702.tgz","fileCount":182,"integrity":"sha512-ovczYSRMmhZO2bZbRwl4F6YB3psZRGtXB/4zTqra2VCeL1tWFccfrL+PmrxY6plbvih7OrI8bBsJzLujnfK4tg==","signatures":[{"sig":"MEUCIDA5BilXA9c6uUN6TqJb7+liQ7xsvDpvHmA5bTAb6B+aAiEA7cGLHgTR4cwqN7K7yqbHeH3sjIZsAXDqR9C6TbHUE3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36598942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ebf1e64b5b5c2868d3db94e8ac2f054aded83c75","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250702","@aztec/cli":"1.0.0-nightly.20250702","@aztec/p2p":"1.0.0-nightly.20250702","@aztec/pxe":"1.0.0-nightly.20250702","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250702","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250702","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250702","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250702","@aztec/archiver":"1.0.0-nightly.20250702","@aztec/aztec.js":"1.0.0-nightly.20250702","@aztec/blob-lib":"1.0.0-nightly.20250702","@aztec/ethereum":"1.0.0-nightly.20250702","@aztec/kv-store":"1.0.0-nightly.20250702","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250702","@aztec/blob-sink":"1.0.0-nightly.20250702","@aztec/constants":"1.0.0-nightly.20250702","@aztec/simulator":"1.0.0-nightly.20250702","@aztec/aztec-node":"1.0.0-nightly.20250702","@aztec/foundation":"1.0.0-nightly.20250702","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250702","@aztec/epoch-cache":"1.0.0-nightly.20250702","@aztec/merkle-tree":"1.0.0-nightly.20250702","@aztec/prover-node":"1.0.0-nightly.20250702","@aztec/world-state":"1.0.0-nightly.20250702","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250702","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250702","@aztec/noir-noirc_abi":"1.0.0-nightly.20250702","@aztec/sequencer-client":"1.0.0-nightly.20250702","@aztec/telemetry-client":"1.0.0-nightly.20250702","@aztec/validator-client":"1.0.0-nightly.20250702","@aztec/noir-contracts.js":"1.0.0-nightly.20250702","@aztec/protocol-contracts":"1.0.0-nightly.20250702","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250702","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250702"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250702_1751425189553_0.02394508265975559","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250703":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250703","_id":"@aztec/end-to-end@1.0.0-nightly.20250703","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0974f84c55ba720f5619b1964caaeb2142a07844","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250703.tgz","fileCount":182,"integrity":"sha512-zxYZh7iQXA5XcIjkzkOI+L2KspexNbECFr6tJkj80VGlVQgc+IMkuOjSMnqnI5ICc1pOFI71pIzRQL1jFAiX+A==","signatures":[{"sig":"MEQCIEaO9YaiX6p3ZCRKaHlibLJqgdk2M/k66EXADBgYR4eLAiACJAfPNen8GgfMExDC1Phe/grUK+WFLHeaUxU26geEzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36603209},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2cd58aaa70eec0f3fbb65635c7ce0f334a6daca8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250703","@aztec/cli":"1.0.0-nightly.20250703","@aztec/p2p":"1.0.0-nightly.20250703","@aztec/pxe":"1.0.0-nightly.20250703","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250703","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250703","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250703","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250703","@aztec/archiver":"1.0.0-nightly.20250703","@aztec/aztec.js":"1.0.0-nightly.20250703","@aztec/blob-lib":"1.0.0-nightly.20250703","@aztec/ethereum":"1.0.0-nightly.20250703","@aztec/kv-store":"1.0.0-nightly.20250703","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250703","@aztec/blob-sink":"1.0.0-nightly.20250703","@aztec/constants":"1.0.0-nightly.20250703","@aztec/simulator":"1.0.0-nightly.20250703","@aztec/aztec-node":"1.0.0-nightly.20250703","@aztec/foundation":"1.0.0-nightly.20250703","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250703","@aztec/epoch-cache":"1.0.0-nightly.20250703","@aztec/merkle-tree":"1.0.0-nightly.20250703","@aztec/prover-node":"1.0.0-nightly.20250703","@aztec/world-state":"1.0.0-nightly.20250703","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250703","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250703","@aztec/noir-noirc_abi":"1.0.0-nightly.20250703","@aztec/sequencer-client":"1.0.0-nightly.20250703","@aztec/telemetry-client":"1.0.0-nightly.20250703","@aztec/validator-client":"1.0.0-nightly.20250703","@aztec/noir-contracts.js":"1.0.0-nightly.20250703","@aztec/protocol-contracts":"1.0.0-nightly.20250703","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250703","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250703"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250703_1751511639929_0.7246795832461101","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250704":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250704","_id":"@aztec/end-to-end@1.0.0-nightly.20250704","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b6bd6de84f16abab129d09d28e566e79b31b3aa4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250704.tgz","fileCount":182,"integrity":"sha512-WDS1wLgxHgnhi4zD7bRt6GL7TBSijNZwfEMzrZYGQ58wsQ76WmT4dpG13vQX8nNgxfHp67SyqAUDizmAYGnO3Q==","signatures":[{"sig":"MEUCIQC3EL3/AEIcyA5vWKe4tuZvpA+jBFkXjjThwx+I76W3oAIgHap9pVAfIXUOTVQgbI7vmT0Y2dQCK/Uub15SVvPVWyI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36603915},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c3c5eae0789d77fa98c709f3f063d934f74caada","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250704","@aztec/cli":"1.0.0-nightly.20250704","@aztec/p2p":"1.0.0-nightly.20250704","@aztec/pxe":"1.0.0-nightly.20250704","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250704","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250704","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250704","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250704","@aztec/archiver":"1.0.0-nightly.20250704","@aztec/aztec.js":"1.0.0-nightly.20250704","@aztec/blob-lib":"1.0.0-nightly.20250704","@aztec/ethereum":"1.0.0-nightly.20250704","@aztec/kv-store":"1.0.0-nightly.20250704","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250704","@aztec/blob-sink":"1.0.0-nightly.20250704","@aztec/constants":"1.0.0-nightly.20250704","@aztec/simulator":"1.0.0-nightly.20250704","@aztec/aztec-node":"1.0.0-nightly.20250704","@aztec/foundation":"1.0.0-nightly.20250704","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250704","@aztec/epoch-cache":"1.0.0-nightly.20250704","@aztec/merkle-tree":"1.0.0-nightly.20250704","@aztec/prover-node":"1.0.0-nightly.20250704","@aztec/world-state":"1.0.0-nightly.20250704","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250704","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250704","@aztec/noir-noirc_abi":"1.0.0-nightly.20250704","@aztec/sequencer-client":"1.0.0-nightly.20250704","@aztec/telemetry-client":"1.0.0-nightly.20250704","@aztec/validator-client":"1.0.0-nightly.20250704","@aztec/noir-contracts.js":"1.0.0-nightly.20250704","@aztec/protocol-contracts":"1.0.0-nightly.20250704","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250704","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250704"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250704_1751597949094_0.7898439973161409","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.3":{"name":"@aztec/end-to-end","version":"1.0.0-staging.3","_id":"@aztec/end-to-end@1.0.0-staging.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9ac319135e9a7d808e63bce938285d8465490c58","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.3.tgz","fileCount":182,"integrity":"sha512-rCMvrbDvhoq9thjTBSeQR4Wb2s/CXZsqFb823ekLpdRNpxI3ct1TVXHJOtjr7ZVqcjcCqMb9MPJxTdmdRW6Z6g==","signatures":[{"sig":"MEQCICWpKoptDwV4DNTyFiABq1jj6H+/B7h7FlXiPiVelrj8AiASQDiKsE7agRSOVcCzqtwRXIHjKS9qebaYAdAhG3hvsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589549},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"347346a03ceec5897b198ad528ce41b837f19dd4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.3","@aztec/cli":"1.0.0-staging.3","@aztec/p2p":"1.0.0-staging.3","@aztec/pxe":"1.0.0-staging.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.3","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.3","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.3","@aztec/archiver":"1.0.0-staging.3","@aztec/aztec.js":"1.0.0-staging.3","@aztec/blob-lib":"1.0.0-staging.3","@aztec/ethereum":"1.0.0-staging.3","@aztec/kv-store":"1.0.0-staging.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.3","@aztec/blob-sink":"1.0.0-staging.3","@aztec/constants":"1.0.0-staging.3","@aztec/simulator":"1.0.0-staging.3","@aztec/aztec-node":"1.0.0-staging.3","@aztec/foundation":"1.0.0-staging.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.3","@aztec/epoch-cache":"1.0.0-staging.3","@aztec/merkle-tree":"1.0.0-staging.3","@aztec/prover-node":"1.0.0-staging.3","@aztec/world-state":"1.0.0-staging.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.3","@aztec/noir-noirc_abi":"1.0.0-staging.3","@aztec/sequencer-client":"1.0.0-staging.3","@aztec/telemetry-client":"1.0.0-staging.3","@aztec/validator-client":"1.0.0-staging.3","@aztec/noir-contracts.js":"1.0.0-staging.3","@aztec/protocol-contracts":"1.0.0-staging.3","@aztec/noir-test-contracts.js":"1.0.0-staging.3","@aztec/noir-protocol-circuits-types":"1.0.0-staging.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.3_1751648819173_0.9559377149111459","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250705":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250705","_id":"@aztec/end-to-end@1.0.0-nightly.20250705","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e4235ef8568efbce78b48c10db4319fb9deb85d2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250705.tgz","fileCount":182,"integrity":"sha512-qcPiosdHoZYz06C3pnDoi4VGFGxkxDcuIIMgsciqAlJPLmfnjs303CoHmDHuHUeiYUSicIJkt4rW8EJDpzh7jQ==","signatures":[{"sig":"MEQCIFsczNzJCMYcsC1TKU/W1clAoS4EhqNp9uwzJrHKJSxlAiBoMoyM78AfqXPFCOrcEUN3vnbu6oRwtMqnU0P0RX5INg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36610108},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bd82c686ae5cc945a871a1817322b891dfe24349","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250705","@aztec/cli":"1.0.0-nightly.20250705","@aztec/p2p":"1.0.0-nightly.20250705","@aztec/pxe":"1.0.0-nightly.20250705","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250705","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250705","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250705","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250705","@aztec/archiver":"1.0.0-nightly.20250705","@aztec/aztec.js":"1.0.0-nightly.20250705","@aztec/blob-lib":"1.0.0-nightly.20250705","@aztec/ethereum":"1.0.0-nightly.20250705","@aztec/kv-store":"1.0.0-nightly.20250705","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250705","@aztec/blob-sink":"1.0.0-nightly.20250705","@aztec/constants":"1.0.0-nightly.20250705","@aztec/simulator":"1.0.0-nightly.20250705","@aztec/aztec-node":"1.0.0-nightly.20250705","@aztec/foundation":"1.0.0-nightly.20250705","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250705","@aztec/epoch-cache":"1.0.0-nightly.20250705","@aztec/merkle-tree":"1.0.0-nightly.20250705","@aztec/prover-node":"1.0.0-nightly.20250705","@aztec/world-state":"1.0.0-nightly.20250705","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250705","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250705","@aztec/noir-noirc_abi":"1.0.0-nightly.20250705","@aztec/sequencer-client":"1.0.0-nightly.20250705","@aztec/telemetry-client":"1.0.0-nightly.20250705","@aztec/validator-client":"1.0.0-nightly.20250705","@aztec/noir-contracts.js":"1.0.0-nightly.20250705","@aztec/protocol-contracts":"1.0.0-nightly.20250705","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250705","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250705"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250705_1751684252398_0.5542222523637794","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250706":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250706","_id":"@aztec/end-to-end@1.0.0-nightly.20250706","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"156da8c20804d80704e1b43e72d65e3971cbfc80","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250706.tgz","fileCount":182,"integrity":"sha512-3SY5T0nNI+P+lPHcfGxQTH0WfFqymubmx/nvWxcaQAoT+V/0g5xDShcZcr0PIG5TU382mD0k7me33rS8UzQ3NA==","signatures":[{"sig":"MEUCIQCmGqpLZ8EukvYWkg2utYG3mE2l//2X9MiYaGWXKkjpmgIgAa0IQPcjMlTM4W/qwcHl2PvAQRQZYYktEH8KnbfA4NE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36610108},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"029ec3b80e6824a53adbbba6878391e28f6cb332","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250706","@aztec/cli":"1.0.0-nightly.20250706","@aztec/p2p":"1.0.0-nightly.20250706","@aztec/pxe":"1.0.0-nightly.20250706","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250706","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250706","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250706","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250706","@aztec/archiver":"1.0.0-nightly.20250706","@aztec/aztec.js":"1.0.0-nightly.20250706","@aztec/blob-lib":"1.0.0-nightly.20250706","@aztec/ethereum":"1.0.0-nightly.20250706","@aztec/kv-store":"1.0.0-nightly.20250706","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250706","@aztec/blob-sink":"1.0.0-nightly.20250706","@aztec/constants":"1.0.0-nightly.20250706","@aztec/simulator":"1.0.0-nightly.20250706","@aztec/aztec-node":"1.0.0-nightly.20250706","@aztec/foundation":"1.0.0-nightly.20250706","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250706","@aztec/epoch-cache":"1.0.0-nightly.20250706","@aztec/merkle-tree":"1.0.0-nightly.20250706","@aztec/prover-node":"1.0.0-nightly.20250706","@aztec/world-state":"1.0.0-nightly.20250706","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250706","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250706","@aztec/noir-noirc_abi":"1.0.0-nightly.20250706","@aztec/sequencer-client":"1.0.0-nightly.20250706","@aztec/telemetry-client":"1.0.0-nightly.20250706","@aztec/validator-client":"1.0.0-nightly.20250706","@aztec/noir-contracts.js":"1.0.0-nightly.20250706","@aztec/protocol-contracts":"1.0.0-nightly.20250706","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250706","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250706"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250706_1751771157303_0.20926991284966978","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250707":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250707","_id":"@aztec/end-to-end@1.0.0-nightly.20250707","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"997853279e9fabe77ef67831d8f4fd390a3374da","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250707.tgz","fileCount":182,"integrity":"sha512-5aiP7f7PjJvvzlxHO3Tr66tfBmzg07J/cHhOVN9ehvJl7MlEsqjFTntiRLjSl9YOJMfngdZqvhQq8RD7c4DjBw==","signatures":[{"sig":"MEUCIF3VnRpmgG1KeR6WXG2t1zPZ0aR9bpjtgAjFDKWRJCmHAiEAqhygYGqXNn/6pbxPqREbPzejya76J1z/ydcc+aK12kQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36610108},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"029ec3b80e6824a53adbbba6878391e28f6cb332","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250707","@aztec/cli":"1.0.0-nightly.20250707","@aztec/p2p":"1.0.0-nightly.20250707","@aztec/pxe":"1.0.0-nightly.20250707","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250707","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250707","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250707","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250707","@aztec/archiver":"1.0.0-nightly.20250707","@aztec/aztec.js":"1.0.0-nightly.20250707","@aztec/blob-lib":"1.0.0-nightly.20250707","@aztec/ethereum":"1.0.0-nightly.20250707","@aztec/kv-store":"1.0.0-nightly.20250707","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250707","@aztec/blob-sink":"1.0.0-nightly.20250707","@aztec/constants":"1.0.0-nightly.20250707","@aztec/simulator":"1.0.0-nightly.20250707","@aztec/aztec-node":"1.0.0-nightly.20250707","@aztec/foundation":"1.0.0-nightly.20250707","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250707","@aztec/epoch-cache":"1.0.0-nightly.20250707","@aztec/merkle-tree":"1.0.0-nightly.20250707","@aztec/prover-node":"1.0.0-nightly.20250707","@aztec/world-state":"1.0.0-nightly.20250707","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250707","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250707","@aztec/noir-noirc_abi":"1.0.0-nightly.20250707","@aztec/sequencer-client":"1.0.0-nightly.20250707","@aztec/telemetry-client":"1.0.0-nightly.20250707","@aztec/validator-client":"1.0.0-nightly.20250707","@aztec/noir-contracts.js":"1.0.0-nightly.20250707","@aztec/protocol-contracts":"1.0.0-nightly.20250707","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250707","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250707"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250707_1751856868556_0.9400212087500412","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250708":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250708","_id":"@aztec/end-to-end@1.0.0-nightly.20250708","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f5bef992c014bacf42d7befb99ba8587a822ac43","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250708.tgz","fileCount":182,"integrity":"sha512-J+Kx7g0SiWLwg8vmh09vC4fssk+SkgvdHEjGemNsSa+tlfaGGggJlfy6gcgasgjt7Du3i2LaNZa+qIWy7WaXzQ==","signatures":[{"sig":"MEUCIASSc7o6bdIMC7tNeMOHhpJnUJ9ZB73Io0nbbeTbB3cPAiEAk/fVl0VFEpJnbHq5mNK2UlvehC2VvJ8QcTIHrsY2emw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36610108},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3c6599a2321241075c39a9ea0805ab757a7c3eb5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250708","@aztec/cli":"1.0.0-nightly.20250708","@aztec/p2p":"1.0.0-nightly.20250708","@aztec/pxe":"1.0.0-nightly.20250708","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250708","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250708","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250708","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250708","@aztec/archiver":"1.0.0-nightly.20250708","@aztec/aztec.js":"1.0.0-nightly.20250708","@aztec/blob-lib":"1.0.0-nightly.20250708","@aztec/ethereum":"1.0.0-nightly.20250708","@aztec/kv-store":"1.0.0-nightly.20250708","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250708","@aztec/blob-sink":"1.0.0-nightly.20250708","@aztec/constants":"1.0.0-nightly.20250708","@aztec/simulator":"1.0.0-nightly.20250708","@aztec/aztec-node":"1.0.0-nightly.20250708","@aztec/foundation":"1.0.0-nightly.20250708","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250708","@aztec/epoch-cache":"1.0.0-nightly.20250708","@aztec/merkle-tree":"1.0.0-nightly.20250708","@aztec/prover-node":"1.0.0-nightly.20250708","@aztec/world-state":"1.0.0-nightly.20250708","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250708","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250708","@aztec/noir-noirc_abi":"1.0.0-nightly.20250708","@aztec/sequencer-client":"1.0.0-nightly.20250708","@aztec/telemetry-client":"1.0.0-nightly.20250708","@aztec/validator-client":"1.0.0-nightly.20250708","@aztec/noir-contracts.js":"1.0.0-nightly.20250708","@aztec/protocol-contracts":"1.0.0-nightly.20250708","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250708","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250708"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250708_1751943510090_0.1295966975194034","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250709":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250709","_id":"@aztec/end-to-end@1.0.0-nightly.20250709","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bf586d16a9aec572d4880787eb041e3dbfe1b5b0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250709.tgz","fileCount":182,"integrity":"sha512-yzzEmJlWmSGnk09JbqU6gA7fKr/PxFQivisgBT1K2jHG2/1O1FO/Gt6m8tA8N0/pTe2fE/SI+csj3P4Gk2fHTA==","signatures":[{"sig":"MEYCIQDwmbCptgjJyN5KjZ2b890WZy1BMhH5CId9dWxXpVftmwIhAMtZA1+wt9t4FHlhU0Cu8XeZ7N6C9TKWp70uFWDvi03p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612064},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"693761818e7bc71a92c1dfb40333ae9a414f30e8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250709","@aztec/cli":"1.0.0-nightly.20250709","@aztec/p2p":"1.0.0-nightly.20250709","@aztec/pxe":"1.0.0-nightly.20250709","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250709","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250709","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250709","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250709","@aztec/archiver":"1.0.0-nightly.20250709","@aztec/aztec.js":"1.0.0-nightly.20250709","@aztec/blob-lib":"1.0.0-nightly.20250709","@aztec/ethereum":"1.0.0-nightly.20250709","@aztec/kv-store":"1.0.0-nightly.20250709","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250709","@aztec/blob-sink":"1.0.0-nightly.20250709","@aztec/constants":"1.0.0-nightly.20250709","@aztec/simulator":"1.0.0-nightly.20250709","@aztec/aztec-node":"1.0.0-nightly.20250709","@aztec/foundation":"1.0.0-nightly.20250709","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250709","@aztec/epoch-cache":"1.0.0-nightly.20250709","@aztec/merkle-tree":"1.0.0-nightly.20250709","@aztec/prover-node":"1.0.0-nightly.20250709","@aztec/world-state":"1.0.0-nightly.20250709","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250709","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250709","@aztec/noir-noirc_abi":"1.0.0-nightly.20250709","@aztec/sequencer-client":"1.0.0-nightly.20250709","@aztec/telemetry-client":"1.0.0-nightly.20250709","@aztec/validator-client":"1.0.0-nightly.20250709","@aztec/noir-contracts.js":"1.0.0-nightly.20250709","@aztec/protocol-contracts":"1.0.0-nightly.20250709","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250709","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250709"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250709_1752030103954_0.05659387268266758","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.4":{"name":"@aztec/end-to-end","version":"1.0.0-staging.4","_id":"@aztec/end-to-end@1.0.0-staging.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2901468488fd9a3035e02cf195b2eb7f653f8a98","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.4.tgz","fileCount":182,"integrity":"sha512-7WY5yfSLZeH0VmbVCb82Ad1hNBxenkrMVlvd8MGwomd9VEVXTJwpH8fmE7B5JEoRim2noOYtCWj09hiY8qc4Dg==","signatures":[{"sig":"MEYCIQCqReSvoSPd33ahslnmjvq1zgG14iHq1124sM2z/lvSUAIhAPIfwqUr9TMLWgSd60UKQuqHHX6bqG1etl8EOKaylJ+h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589549},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5777286332cc5bfbb58732253de7d63174319e8d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.4","@aztec/cli":"1.0.0-staging.4","@aztec/p2p":"1.0.0-staging.4","@aztec/pxe":"1.0.0-staging.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.4","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.4","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.4","@aztec/archiver":"1.0.0-staging.4","@aztec/aztec.js":"1.0.0-staging.4","@aztec/blob-lib":"1.0.0-staging.4","@aztec/ethereum":"1.0.0-staging.4","@aztec/kv-store":"1.0.0-staging.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.4","@aztec/blob-sink":"1.0.0-staging.4","@aztec/constants":"1.0.0-staging.4","@aztec/simulator":"1.0.0-staging.4","@aztec/aztec-node":"1.0.0-staging.4","@aztec/foundation":"1.0.0-staging.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.4","@aztec/epoch-cache":"1.0.0-staging.4","@aztec/merkle-tree":"1.0.0-staging.4","@aztec/prover-node":"1.0.0-staging.4","@aztec/world-state":"1.0.0-staging.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.4","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.4","@aztec/noir-noirc_abi":"1.0.0-staging.4","@aztec/sequencer-client":"1.0.0-staging.4","@aztec/telemetry-client":"1.0.0-staging.4","@aztec/validator-client":"1.0.0-staging.4","@aztec/noir-contracts.js":"1.0.0-staging.4","@aztec/protocol-contracts":"1.0.0-staging.4","@aztec/noir-test-contracts.js":"1.0.0-staging.4","@aztec/noir-protocol-circuits-types":"1.0.0-staging.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.4_1752067554923_0.47531567104748595","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250710":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250710","_id":"@aztec/end-to-end@1.0.0-nightly.20250710","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"973d2747c2560818e4fc69e0dd9b7e29d51e217f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250710.tgz","fileCount":182,"integrity":"sha512-+OUkM/JlbYFbGisZdzqzFPhH6Mgsw8ul+NXn2VwOkUClX1axr332B9TnnzYDQ/NF5DV5oOOTtVEk7cbk8rHIww==","signatures":[{"sig":"MEQCIG2A0D/ufYvH6RkpAebJQkMnWu3nPV/cxyNGYMK9eP2WAiBltevUX9PHzLqOjJnC7TM7Uh0ewHJhRxqlsTSK6UKpow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612145},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c33758f6650e33fc0a2251e1ec2b92667a568927","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","actor":{"name":"charlielye","type":"user","email":"charlie@aztecprotocol.com"},"email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250710","@aztec/cli":"1.0.0-nightly.20250710","@aztec/p2p":"1.0.0-nightly.20250710","@aztec/pxe":"1.0.0-nightly.20250710","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250710","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250710","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250710","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250710","@aztec/archiver":"1.0.0-nightly.20250710","@aztec/aztec.js":"1.0.0-nightly.20250710","@aztec/blob-lib":"1.0.0-nightly.20250710","@aztec/ethereum":"1.0.0-nightly.20250710","@aztec/kv-store":"1.0.0-nightly.20250710","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250710","@aztec/blob-sink":"1.0.0-nightly.20250710","@aztec/constants":"1.0.0-nightly.20250710","@aztec/simulator":"1.0.0-nightly.20250710","@aztec/aztec-node":"1.0.0-nightly.20250710","@aztec/foundation":"1.0.0-nightly.20250710","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250710","@aztec/epoch-cache":"1.0.0-nightly.20250710","@aztec/merkle-tree":"1.0.0-nightly.20250710","@aztec/prover-node":"1.0.0-nightly.20250710","@aztec/world-state":"1.0.0-nightly.20250710","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250710","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250710","@aztec/noir-noirc_abi":"1.0.0-nightly.20250710","@aztec/sequencer-client":"1.0.0-nightly.20250710","@aztec/telemetry-client":"1.0.0-nightly.20250710","@aztec/validator-client":"1.0.0-nightly.20250710","@aztec/noir-contracts.js":"1.0.0-nightly.20250710","@aztec/protocol-contracts":"1.0.0-nightly.20250710","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250710","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250710"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250710_1752116568330_0.47956956061336364","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250711":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250711","_id":"@aztec/end-to-end@1.0.0-nightly.20250711","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cd1162c03c8b4c9a662edc63bfd4fa6ccc998ae0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250711.tgz","fileCount":182,"integrity":"sha512-yjhzIvG12qiD/5TFqD9EFNlcc401XHI+TSL+bGT89jpedVaDthWmOkZ0AiSiGWAKBDKSGmXES5IQkJOPhzsGig==","signatures":[{"sig":"MEQCIH9VkUQ49W+s248KyGZI8FgFWiMKgEiNtakCy5EYd58oAiAizQz+Zq6IbbZaO1T3g47mqU/LCfE9XcwGRLjPZdU08A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612145},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"69c72c036177187374d9ff919d6f06221f4f5254","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250711","@aztec/cli":"1.0.0-nightly.20250711","@aztec/p2p":"1.0.0-nightly.20250711","@aztec/pxe":"1.0.0-nightly.20250711","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250711","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250711","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250711","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250711","@aztec/archiver":"1.0.0-nightly.20250711","@aztec/aztec.js":"1.0.0-nightly.20250711","@aztec/blob-lib":"1.0.0-nightly.20250711","@aztec/ethereum":"1.0.0-nightly.20250711","@aztec/kv-store":"1.0.0-nightly.20250711","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250711","@aztec/blob-sink":"1.0.0-nightly.20250711","@aztec/constants":"1.0.0-nightly.20250711","@aztec/simulator":"1.0.0-nightly.20250711","@aztec/aztec-node":"1.0.0-nightly.20250711","@aztec/foundation":"1.0.0-nightly.20250711","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250711","@aztec/epoch-cache":"1.0.0-nightly.20250711","@aztec/merkle-tree":"1.0.0-nightly.20250711","@aztec/prover-node":"1.0.0-nightly.20250711","@aztec/world-state":"1.0.0-nightly.20250711","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250711","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250711","@aztec/noir-noirc_abi":"1.0.0-nightly.20250711","@aztec/sequencer-client":"1.0.0-nightly.20250711","@aztec/telemetry-client":"1.0.0-nightly.20250711","@aztec/validator-client":"1.0.0-nightly.20250711","@aztec/noir-contracts.js":"1.0.0-nightly.20250711","@aztec/protocol-contracts":"1.0.0-nightly.20250711","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250711","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250711"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250711_1752203160411_0.5714019199516787","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250712":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250712","_id":"@aztec/end-to-end@1.0.0-nightly.20250712","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"097d8ce28e2b62e6db3c365b701f802e8030f90c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250712.tgz","fileCount":182,"integrity":"sha512-UUPCJDtoz3p9wKDFqhex83MJ3vhodytIJUPikWd1LYrLOXTtwMLnu2Np1JUDswJTS8Zja0/2h7Q5M0Ntargzbg==","signatures":[{"sig":"MEQCIG1UnB5DIol7UJT5ncr7FjLfs4Vkls8GmuZ/Vu9T83pDAiAcSZB9FBpUQboNHVuBhK0Xf96mCz6c8T3xy2r78V8BXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612145},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"51b24c88f6a427d552af204a3721c20c1e24252c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250712","@aztec/cli":"1.0.0-nightly.20250712","@aztec/p2p":"1.0.0-nightly.20250712","@aztec/pxe":"1.0.0-nightly.20250712","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250712","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250712","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250712","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250712","@aztec/archiver":"1.0.0-nightly.20250712","@aztec/aztec.js":"1.0.0-nightly.20250712","@aztec/blob-lib":"1.0.0-nightly.20250712","@aztec/ethereum":"1.0.0-nightly.20250712","@aztec/kv-store":"1.0.0-nightly.20250712","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250712","@aztec/blob-sink":"1.0.0-nightly.20250712","@aztec/constants":"1.0.0-nightly.20250712","@aztec/simulator":"1.0.0-nightly.20250712","@aztec/aztec-node":"1.0.0-nightly.20250712","@aztec/foundation":"1.0.0-nightly.20250712","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250712","@aztec/epoch-cache":"1.0.0-nightly.20250712","@aztec/merkle-tree":"1.0.0-nightly.20250712","@aztec/prover-node":"1.0.0-nightly.20250712","@aztec/world-state":"1.0.0-nightly.20250712","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250712","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250712","@aztec/noir-noirc_abi":"1.0.0-nightly.20250712","@aztec/sequencer-client":"1.0.0-nightly.20250712","@aztec/telemetry-client":"1.0.0-nightly.20250712","@aztec/validator-client":"1.0.0-nightly.20250712","@aztec/noir-contracts.js":"1.0.0-nightly.20250712","@aztec/protocol-contracts":"1.0.0-nightly.20250712","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250712","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250712"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250712_1752289604957_0.06531418881297113","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250713":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250713","_id":"@aztec/end-to-end@1.0.0-nightly.20250713","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8172a61c3c4344fa52d04af88885f1d09583ec51","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250713.tgz","fileCount":182,"integrity":"sha512-K6LLvGhvY4JhWPIKk8OqUmuO7zyQ7Wz4XWnxhEo8P5+G4g4wtMZ7c93E3Ruj3PFMYms2GrSpgoy6MIPB7YZEcQ==","signatures":[{"sig":"MEUCICY0gxVBoGGR4CCf3euEVbSSmREiIGh5CeCDxr+D5XcfAiEA65NYQZjxlZ0zvphAsjMQLQbwpK80IgeJ07BYSW+FJg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612145},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"51b24c88f6a427d552af204a3721c20c1e24252c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250713","@aztec/cli":"1.0.0-nightly.20250713","@aztec/p2p":"1.0.0-nightly.20250713","@aztec/pxe":"1.0.0-nightly.20250713","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250713","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250713","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250713","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250713","@aztec/archiver":"1.0.0-nightly.20250713","@aztec/aztec.js":"1.0.0-nightly.20250713","@aztec/blob-lib":"1.0.0-nightly.20250713","@aztec/ethereum":"1.0.0-nightly.20250713","@aztec/kv-store":"1.0.0-nightly.20250713","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250713","@aztec/blob-sink":"1.0.0-nightly.20250713","@aztec/constants":"1.0.0-nightly.20250713","@aztec/simulator":"1.0.0-nightly.20250713","@aztec/aztec-node":"1.0.0-nightly.20250713","@aztec/foundation":"1.0.0-nightly.20250713","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250713","@aztec/epoch-cache":"1.0.0-nightly.20250713","@aztec/merkle-tree":"1.0.0-nightly.20250713","@aztec/prover-node":"1.0.0-nightly.20250713","@aztec/world-state":"1.0.0-nightly.20250713","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250713","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250713","@aztec/noir-noirc_abi":"1.0.0-nightly.20250713","@aztec/sequencer-client":"1.0.0-nightly.20250713","@aztec/telemetry-client":"1.0.0-nightly.20250713","@aztec/validator-client":"1.0.0-nightly.20250713","@aztec/noir-contracts.js":"1.0.0-nightly.20250713","@aztec/protocol-contracts":"1.0.0-nightly.20250713","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250713","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250713"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250713_1752375633878_0.39878847051606225","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250714":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250714","_id":"@aztec/end-to-end@1.0.0-nightly.20250714","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0fb5028d3f7be43f993646dbab7c4e9e91353e40","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250714.tgz","fileCount":182,"integrity":"sha512-+Nv2pKGMDtTWOMfCESx8zFfORu9+EP2bP5lkq/R9sTeTDlZ0bj7c58lahCWlo9cOIs3OVKq9Ek8igzWxELe5XQ==","signatures":[{"sig":"MEUCIF94spVoRM3f4MQMKvWityAHgV7CwhOhH+kvWXXtS1T3AiEAoC/blmIufvr2DJzu3C/aCutAR1xgy7bJuX8dSPVvmgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36612145},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"51b24c88f6a427d552af204a3721c20c1e24252c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250714","@aztec/cli":"1.0.0-nightly.20250714","@aztec/p2p":"1.0.0-nightly.20250714","@aztec/pxe":"1.0.0-nightly.20250714","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250714","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250714","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250714","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250714","@aztec/archiver":"1.0.0-nightly.20250714","@aztec/aztec.js":"1.0.0-nightly.20250714","@aztec/blob-lib":"1.0.0-nightly.20250714","@aztec/ethereum":"1.0.0-nightly.20250714","@aztec/kv-store":"1.0.0-nightly.20250714","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250714","@aztec/blob-sink":"1.0.0-nightly.20250714","@aztec/constants":"1.0.0-nightly.20250714","@aztec/simulator":"1.0.0-nightly.20250714","@aztec/aztec-node":"1.0.0-nightly.20250714","@aztec/foundation":"1.0.0-nightly.20250714","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250714","@aztec/epoch-cache":"1.0.0-nightly.20250714","@aztec/merkle-tree":"1.0.0-nightly.20250714","@aztec/prover-node":"1.0.0-nightly.20250714","@aztec/world-state":"1.0.0-nightly.20250714","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250714","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250714","@aztec/noir-noirc_abi":"1.0.0-nightly.20250714","@aztec/sequencer-client":"1.0.0-nightly.20250714","@aztec/telemetry-client":"1.0.0-nightly.20250714","@aztec/validator-client":"1.0.0-nightly.20250714","@aztec/noir-contracts.js":"1.0.0-nightly.20250714","@aztec/protocol-contracts":"1.0.0-nightly.20250714","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250714","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250714"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250714_1752461916528_0.5229516533089333","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250715":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250715","_id":"@aztec/end-to-end@1.0.0-nightly.20250715","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2fcb60e0261f2b4ffd275e0c4aac9fcef3ec89b6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250715.tgz","fileCount":182,"integrity":"sha512-pk/YUUMQM0QnDz4uSWI0N0ch8jBoAHIGqn91VSQgcc3l+yDE/xaVC56cOW3ImSlOCetuwg6jPL1YLV2owSDBaw==","signatures":[{"sig":"MEYCIQCPiQ4i1u1jLEqAK04tSEESquBtJS2+ZAgSIAk2AFJckAIhAMl977Ey5Gi38AMXH3eFPqQSW6JoSwwyAwFGevfljRIh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613233},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dbf747451aefb1b4fb8c94fe184e8eeb81928033","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250715","@aztec/cli":"1.0.0-nightly.20250715","@aztec/p2p":"1.0.0-nightly.20250715","@aztec/pxe":"1.0.0-nightly.20250715","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250715","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250715","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250715","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250715","@aztec/archiver":"1.0.0-nightly.20250715","@aztec/aztec.js":"1.0.0-nightly.20250715","@aztec/blob-lib":"1.0.0-nightly.20250715","@aztec/ethereum":"1.0.0-nightly.20250715","@aztec/kv-store":"1.0.0-nightly.20250715","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250715","@aztec/blob-sink":"1.0.0-nightly.20250715","@aztec/constants":"1.0.0-nightly.20250715","@aztec/simulator":"1.0.0-nightly.20250715","@aztec/aztec-node":"1.0.0-nightly.20250715","@aztec/foundation":"1.0.0-nightly.20250715","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250715","@aztec/epoch-cache":"1.0.0-nightly.20250715","@aztec/merkle-tree":"1.0.0-nightly.20250715","@aztec/prover-node":"1.0.0-nightly.20250715","@aztec/world-state":"1.0.0-nightly.20250715","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250715","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250715","@aztec/noir-noirc_abi":"1.0.0-nightly.20250715","@aztec/sequencer-client":"1.0.0-nightly.20250715","@aztec/telemetry-client":"1.0.0-nightly.20250715","@aztec/validator-client":"1.0.0-nightly.20250715","@aztec/noir-contracts.js":"1.0.0-nightly.20250715","@aztec/protocol-contracts":"1.0.0-nightly.20250715","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250715","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250715"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250715_1752548814386_0.8195017261759063","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.5":{"name":"@aztec/end-to-end","version":"1.0.0-staging.5","_id":"@aztec/end-to-end@1.0.0-staging.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"06574e54086f624c4dd16b0c10a093ba1406b707","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.5.tgz","fileCount":182,"integrity":"sha512-+vM/mlUirtmJ4vnA3iN0RXaeJxihzABuzaBKeGdYoV6npEQtIOQIDO9kqdcWCJL21TMLJtRDyMay63guOuGUHQ==","signatures":[{"sig":"MEYCIQD3XP808RAFW7eK7R5nzpM23eOdFwinA/JLAimod2x25gIhAJ05xD8hqCeN6FSxfjP+ze/cW4aIG/MWE620m2a05vlo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589742},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ea0d6976e6bfe2985f87882d3efa00f3772f8169","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.5","@aztec/cli":"1.0.0-staging.5","@aztec/p2p":"1.0.0-staging.5","@aztec/pxe":"1.0.0-staging.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.5","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.5","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.5","@aztec/archiver":"1.0.0-staging.5","@aztec/aztec.js":"1.0.0-staging.5","@aztec/blob-lib":"1.0.0-staging.5","@aztec/ethereum":"1.0.0-staging.5","@aztec/kv-store":"1.0.0-staging.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.5","@aztec/blob-sink":"1.0.0-staging.5","@aztec/constants":"1.0.0-staging.5","@aztec/simulator":"1.0.0-staging.5","@aztec/aztec-node":"1.0.0-staging.5","@aztec/foundation":"1.0.0-staging.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.5","@aztec/epoch-cache":"1.0.0-staging.5","@aztec/merkle-tree":"1.0.0-staging.5","@aztec/prover-node":"1.0.0-staging.5","@aztec/world-state":"1.0.0-staging.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.5","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.5","@aztec/noir-noirc_abi":"1.0.0-staging.5","@aztec/sequencer-client":"1.0.0-staging.5","@aztec/telemetry-client":"1.0.0-staging.5","@aztec/validator-client":"1.0.0-staging.5","@aztec/noir-contracts.js":"1.0.0-staging.5","@aztec/protocol-contracts":"1.0.0-staging.5","@aztec/noir-test-contracts.js":"1.0.0-staging.5","@aztec/noir-protocol-circuits-types":"1.0.0-staging.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.5_1752611539075_0.30735024200640093","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250716":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250716","_id":"@aztec/end-to-end@1.0.0-nightly.20250716","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b9e6e6a46a2f0ae9a450b78c1c93b6833c54a72a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250716.tgz","fileCount":182,"integrity":"sha512-FaSqb07b2RtzLHnBTxo9rPMvjOioa902dsXd7yke++fuTf6YZPfvCE7d/F3TpVs5AtY++iR6GgbWzXgebr9Dgg==","signatures":[{"sig":"MEUCIQDK0MFRjOpSm/XCGxPdXiIhbGoOzPoRYKL4Km3qfv7MPAIgBHq/h7DHmnSMNtLT1ObURLvlWUMFq68LzmspzpuJl6s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36614023},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e83939d1781343c49b7fe5efe068315673350d93","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250716","@aztec/cli":"1.0.0-nightly.20250716","@aztec/p2p":"1.0.0-nightly.20250716","@aztec/pxe":"1.0.0-nightly.20250716","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250716","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250716","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250716","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250716","@aztec/archiver":"1.0.0-nightly.20250716","@aztec/aztec.js":"1.0.0-nightly.20250716","@aztec/blob-lib":"1.0.0-nightly.20250716","@aztec/ethereum":"1.0.0-nightly.20250716","@aztec/kv-store":"1.0.0-nightly.20250716","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250716","@aztec/blob-sink":"1.0.0-nightly.20250716","@aztec/constants":"1.0.0-nightly.20250716","@aztec/simulator":"1.0.0-nightly.20250716","@aztec/aztec-node":"1.0.0-nightly.20250716","@aztec/foundation":"1.0.0-nightly.20250716","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250716","@aztec/epoch-cache":"1.0.0-nightly.20250716","@aztec/merkle-tree":"1.0.0-nightly.20250716","@aztec/prover-node":"1.0.0-nightly.20250716","@aztec/world-state":"1.0.0-nightly.20250716","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250716","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250716","@aztec/noir-noirc_abi":"1.0.0-nightly.20250716","@aztec/sequencer-client":"1.0.0-nightly.20250716","@aztec/telemetry-client":"1.0.0-nightly.20250716","@aztec/validator-client":"1.0.0-nightly.20250716","@aztec/noir-contracts.js":"1.0.0-nightly.20250716","@aztec/protocol-contracts":"1.0.0-nightly.20250716","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250716","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250716"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250716_1752635089892_0.3041337245773341","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-staging.6":{"name":"@aztec/end-to-end","version":"1.0.0-staging.6","_id":"@aztec/end-to-end@1.0.0-staging.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b75dc5443e2931cdfa5a09ae711a7a225bf844ff","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-staging.6.tgz","fileCount":182,"integrity":"sha512-i93lXoUt1ADVnMHZz9X6UHUf0l4U9oLG5CxPAlkocYkFJ9afM+imsLPtREiT7SluTdxQr7kIlTnu3gLY1nGk6g==","signatures":[{"sig":"MEUCIQD0nWALaHv3SH/GVvdAj0uOHwbFaEe4+jTSFfF1MQGwNAIgBuEqvLR0FUz8M9TgygyVep2LcAUSvlRlu0EGMmZhGtk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589742},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"63a80b6cf25100daf38ca1005f5e28ead64828fa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-staging.6","@aztec/cli":"1.0.0-staging.6","@aztec/p2p":"1.0.0-staging.6","@aztec/pxe":"1.0.0-staging.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-staging.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-staging.6","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-staging.6","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-staging.6","@aztec/archiver":"1.0.0-staging.6","@aztec/aztec.js":"1.0.0-staging.6","@aztec/blob-lib":"1.0.0-staging.6","@aztec/ethereum":"1.0.0-staging.6","@aztec/kv-store":"1.0.0-staging.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-staging.6","@aztec/blob-sink":"1.0.0-staging.6","@aztec/constants":"1.0.0-staging.6","@aztec/simulator":"1.0.0-staging.6","@aztec/aztec-node":"1.0.0-staging.6","@aztec/foundation":"1.0.0-staging.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-staging.6","@aztec/epoch-cache":"1.0.0-staging.6","@aztec/merkle-tree":"1.0.0-staging.6","@aztec/prover-node":"1.0.0-staging.6","@aztec/world-state":"1.0.0-staging.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-staging.6","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-staging.6","@aztec/noir-noirc_abi":"1.0.0-staging.6","@aztec/sequencer-client":"1.0.0-staging.6","@aztec/telemetry-client":"1.0.0-staging.6","@aztec/validator-client":"1.0.0-staging.6","@aztec/noir-contracts.js":"1.0.0-staging.6","@aztec/protocol-contracts":"1.0.0-staging.6","@aztec/noir-test-contracts.js":"1.0.0-staging.6","@aztec/noir-protocol-circuits-types":"1.0.0-staging.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-staging.6_1752673341971_0.3433339078826667","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250717":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250717","_id":"@aztec/end-to-end@1.0.0-nightly.20250717","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a7b9a5e13c51ecb64f549f8715fa6b24fd0b61f6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250717.tgz","fileCount":182,"integrity":"sha512-+wpdLLxzVRhLPxLSOLN1em3HuxoCxEbjwmC/x6Dm7xEIifGgp7IlZUjCQt6IhaGCD2QF0PGdtwEJzpVhjJN5fg==","signatures":[{"sig":"MEQCIEvcB62GxU9p+D7wfjFDPIxcuuw6TeBN+r6LLCiLyAbsAiAzmWHHTxMX7/tqudSA3RIGEShICEJajyb+zIRg/JAI2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36614023},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0ab34eefd04e21bc4f7a6adb3d2c7a9637642350","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250717","@aztec/cli":"1.0.0-nightly.20250717","@aztec/p2p":"1.0.0-nightly.20250717","@aztec/pxe":"1.0.0-nightly.20250717","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250717","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250717","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250717","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250717","@aztec/archiver":"1.0.0-nightly.20250717","@aztec/aztec.js":"1.0.0-nightly.20250717","@aztec/blob-lib":"1.0.0-nightly.20250717","@aztec/ethereum":"1.0.0-nightly.20250717","@aztec/kv-store":"1.0.0-nightly.20250717","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250717","@aztec/blob-sink":"1.0.0-nightly.20250717","@aztec/constants":"1.0.0-nightly.20250717","@aztec/simulator":"1.0.0-nightly.20250717","@aztec/aztec-node":"1.0.0-nightly.20250717","@aztec/foundation":"1.0.0-nightly.20250717","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250717","@aztec/epoch-cache":"1.0.0-nightly.20250717","@aztec/merkle-tree":"1.0.0-nightly.20250717","@aztec/prover-node":"1.0.0-nightly.20250717","@aztec/world-state":"1.0.0-nightly.20250717","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250717","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250717","@aztec/noir-noirc_abi":"1.0.0-nightly.20250717","@aztec/sequencer-client":"1.0.0-nightly.20250717","@aztec/telemetry-client":"1.0.0-nightly.20250717","@aztec/validator-client":"1.0.0-nightly.20250717","@aztec/noir-contracts.js":"1.0.0-nightly.20250717","@aztec/protocol-contracts":"1.0.0-nightly.20250717","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250717","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250717"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250717_1752721796627_0.7461903235582619","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@aztec/end-to-end","version":"1.1.0","_id":"@aztec/end-to-end@1.1.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3c1149895de5ba0035de02ebe078ea3a83f1d765","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.1.0.tgz","fileCount":182,"integrity":"sha512-BKEIcMZ8skwuIiLoC+u+trdiPgskgRSr3m4RaItUjLb1neEfdoD4D+kKetODnF2lokxYThWEnY38WCmr0kra0g==","signatures":[{"sig":"MEUCIEiY8IJhWves5U2TLTe8XbY6JqY/6ZbmFYCO7vqFPnpZAiEAtqJto/bxHb7HPseCeOm/CQo72XZdq07nlp3kCN+OaAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589392},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"93166602c34c966ddd4afb0935879f8c2d7e7b13","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.1.0","@aztec/cli":"1.1.0","@aztec/p2p":"1.1.0","@aztec/pxe":"1.1.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.1.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.1.0","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.1.0","lodash.compact":"^3.0.1","@aztec/accounts":"1.1.0","@aztec/archiver":"1.1.0","@aztec/aztec.js":"1.1.0","@aztec/blob-lib":"1.1.0","@aztec/ethereum":"1.1.0","@aztec/kv-store":"1.1.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.1.0","@aztec/blob-sink":"1.1.0","@aztec/constants":"1.1.0","@aztec/simulator":"1.1.0","@aztec/aztec-node":"1.1.0","@aztec/foundation":"1.1.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.1.0","@aztec/epoch-cache":"1.1.0","@aztec/merkle-tree":"1.1.0","@aztec/prover-node":"1.1.0","@aztec/world-state":"1.1.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.1.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.1.0","@aztec/noir-noirc_abi":"1.1.0","@aztec/sequencer-client":"1.1.0","@aztec/telemetry-client":"1.1.0","@aztec/validator-client":"1.1.0","@aztec/noir-contracts.js":"1.1.0","@aztec/protocol-contracts":"1.1.0","@aztec/noir-test-contracts.js":"1.1.0","@aztec/noir-protocol-circuits-types":"1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.1.0_1752776037599_0.7037173588073802","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250718":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250718","_id":"@aztec/end-to-end@1.0.0-nightly.20250718","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b30a4fdefc7137e4420865ea01a2509e3a1d676d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250718.tgz","fileCount":182,"integrity":"sha512-4d1d6pXfTnRWKfKOuis0y0TSNSjI2vBfCiEdqZLzOdMXGeVEtBDiR2/KvrOa5KKa2MsxA8vWk/pep89W7yQsgA==","signatures":[{"sig":"MEYCIQClN3V60eXJtyu6Dpsd12sQqZoyR4yf4GQLMX7qUXF/ZAIhAJ5jv6n2LFTvJJFJv1iLRyr8524tWlGSYUscUxNHq4em","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613154},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"22764055ef947eacf9f916022c5c0419b4f35d08","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250718","@aztec/cli":"1.0.0-nightly.20250718","@aztec/p2p":"1.0.0-nightly.20250718","@aztec/pxe":"1.0.0-nightly.20250718","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250718","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250718","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250718","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250718","@aztec/archiver":"1.0.0-nightly.20250718","@aztec/aztec.js":"1.0.0-nightly.20250718","@aztec/blob-lib":"1.0.0-nightly.20250718","@aztec/ethereum":"1.0.0-nightly.20250718","@aztec/kv-store":"1.0.0-nightly.20250718","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250718","@aztec/blob-sink":"1.0.0-nightly.20250718","@aztec/constants":"1.0.0-nightly.20250718","@aztec/simulator":"1.0.0-nightly.20250718","@aztec/aztec-node":"1.0.0-nightly.20250718","@aztec/foundation":"1.0.0-nightly.20250718","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250718","@aztec/epoch-cache":"1.0.0-nightly.20250718","@aztec/merkle-tree":"1.0.0-nightly.20250718","@aztec/prover-node":"1.0.0-nightly.20250718","@aztec/world-state":"1.0.0-nightly.20250718","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250718","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250718","@aztec/noir-noirc_abi":"1.0.0-nightly.20250718","@aztec/sequencer-client":"1.0.0-nightly.20250718","@aztec/telemetry-client":"1.0.0-nightly.20250718","@aztec/validator-client":"1.0.0-nightly.20250718","@aztec/noir-contracts.js":"1.0.0-nightly.20250718","@aztec/protocol-contracts":"1.0.0-nightly.20250718","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250718","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250718"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250718_1752808023242_0.8715247510404296","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250719":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250719","_id":"@aztec/end-to-end@1.0.0-nightly.20250719","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2e274d05634a1a0def2a4b06b0c9b1f4ce5a690c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250719.tgz","fileCount":182,"integrity":"sha512-4mjISRH14oDLsmfSLIg/fH7LbfKqoXvK8lRL6RNyFrqaUFdihtcLPSFKXaeDqevRj4An0l/5OkORZfOpoI3/Mw==","signatures":[{"sig":"MEQCIFMP743VpFKSHdBB+ftZu6zHC1ZbkSAlkMfcjyTl+tyEAiAw9n9qZ6FKs+VfnRIh1Z6YiHWmpKoTbjFUaeIS+mMItg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613292},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"43efd88499ff985b355a94b0625596437d71bc2a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250719","@aztec/cli":"1.0.0-nightly.20250719","@aztec/p2p":"1.0.0-nightly.20250719","@aztec/pxe":"1.0.0-nightly.20250719","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250719","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250719","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250719","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250719","@aztec/archiver":"1.0.0-nightly.20250719","@aztec/aztec.js":"1.0.0-nightly.20250719","@aztec/blob-lib":"1.0.0-nightly.20250719","@aztec/ethereum":"1.0.0-nightly.20250719","@aztec/kv-store":"1.0.0-nightly.20250719","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250719","@aztec/blob-sink":"1.0.0-nightly.20250719","@aztec/constants":"1.0.0-nightly.20250719","@aztec/simulator":"1.0.0-nightly.20250719","@aztec/aztec-node":"1.0.0-nightly.20250719","@aztec/foundation":"1.0.0-nightly.20250719","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250719","@aztec/epoch-cache":"1.0.0-nightly.20250719","@aztec/merkle-tree":"1.0.0-nightly.20250719","@aztec/prover-node":"1.0.0-nightly.20250719","@aztec/world-state":"1.0.0-nightly.20250719","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250719","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250719","@aztec/noir-noirc_abi":"1.0.0-nightly.20250719","@aztec/sequencer-client":"1.0.0-nightly.20250719","@aztec/telemetry-client":"1.0.0-nightly.20250719","@aztec/validator-client":"1.0.0-nightly.20250719","@aztec/noir-contracts.js":"1.0.0-nightly.20250719","@aztec/protocol-contracts":"1.0.0-nightly.20250719","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250719","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250719"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250719_1752894224370_0.6859980093238369","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250720":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250720","_id":"@aztec/end-to-end@1.0.0-nightly.20250720","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a32187fd4d8ec520dcc2247fd94f6df16a16edae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250720.tgz","fileCount":182,"integrity":"sha512-ffG4eHdYBp+kvHGLycBAnsfd0gxVymbLOc6F1keKNrZ4Nh6rE9IJv4bq64zmNZSP3fFchoZNiBLaKyyAHEUJDQ==","signatures":[{"sig":"MEYCIQCvKzofoEISRtBw5x8aHpI6FhW2XiBV1ezZZqVeX2j+wgIhAJZwybDg1PWDHpot1m/90Ls1G4E+brLgeDyHVgcc9y5m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613292},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d234278fb5bf8610fb2789f859c7da5fed8b67aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250720","@aztec/cli":"1.0.0-nightly.20250720","@aztec/p2p":"1.0.0-nightly.20250720","@aztec/pxe":"1.0.0-nightly.20250720","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250720","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250720","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250720","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250720","@aztec/archiver":"1.0.0-nightly.20250720","@aztec/aztec.js":"1.0.0-nightly.20250720","@aztec/blob-lib":"1.0.0-nightly.20250720","@aztec/ethereum":"1.0.0-nightly.20250720","@aztec/kv-store":"1.0.0-nightly.20250720","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250720","@aztec/blob-sink":"1.0.0-nightly.20250720","@aztec/constants":"1.0.0-nightly.20250720","@aztec/simulator":"1.0.0-nightly.20250720","@aztec/aztec-node":"1.0.0-nightly.20250720","@aztec/foundation":"1.0.0-nightly.20250720","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250720","@aztec/epoch-cache":"1.0.0-nightly.20250720","@aztec/merkle-tree":"1.0.0-nightly.20250720","@aztec/prover-node":"1.0.0-nightly.20250720","@aztec/world-state":"1.0.0-nightly.20250720","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250720","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250720","@aztec/noir-noirc_abi":"1.0.0-nightly.20250720","@aztec/sequencer-client":"1.0.0-nightly.20250720","@aztec/telemetry-client":"1.0.0-nightly.20250720","@aztec/validator-client":"1.0.0-nightly.20250720","@aztec/noir-contracts.js":"1.0.0-nightly.20250720","@aztec/protocol-contracts":"1.0.0-nightly.20250720","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250720","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250720"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250720_1752981153300_0.20310521295241135","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250721":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250721","_id":"@aztec/end-to-end@1.0.0-nightly.20250721","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6c400c9ed29bb7ba4e1f51aafb765c8696945c11","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250721.tgz","fileCount":182,"integrity":"sha512-EQVyXNGFkRZULfrYZAO/P9enzVDYv/kzlZoafA+0WQZE2tBnuuCxzRsRsUV309T+Vm6U/3HlAWtB+44dYv5XAw==","signatures":[{"sig":"MEQCIDaKA6FPrmywDIgwy2YkED/51dcVpqgI3thATME0PEj5AiADcv/e469JJUBXfm/TZlt620XLUMR+Bzky9eu9hm15AQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613292},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d234278fb5bf8610fb2789f859c7da5fed8b67aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250721","@aztec/cli":"1.0.0-nightly.20250721","@aztec/p2p":"1.0.0-nightly.20250721","@aztec/pxe":"1.0.0-nightly.20250721","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250721","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250721","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250721","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250721","@aztec/archiver":"1.0.0-nightly.20250721","@aztec/aztec.js":"1.0.0-nightly.20250721","@aztec/blob-lib":"1.0.0-nightly.20250721","@aztec/ethereum":"1.0.0-nightly.20250721","@aztec/kv-store":"1.0.0-nightly.20250721","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250721","@aztec/blob-sink":"1.0.0-nightly.20250721","@aztec/constants":"1.0.0-nightly.20250721","@aztec/simulator":"1.0.0-nightly.20250721","@aztec/aztec-node":"1.0.0-nightly.20250721","@aztec/foundation":"1.0.0-nightly.20250721","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250721","@aztec/epoch-cache":"1.0.0-nightly.20250721","@aztec/merkle-tree":"1.0.0-nightly.20250721","@aztec/prover-node":"1.0.0-nightly.20250721","@aztec/world-state":"1.0.0-nightly.20250721","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250721","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250721","@aztec/noir-noirc_abi":"1.0.0-nightly.20250721","@aztec/sequencer-client":"1.0.0-nightly.20250721","@aztec/telemetry-client":"1.0.0-nightly.20250721","@aztec/validator-client":"1.0.0-nightly.20250721","@aztec/noir-contracts.js":"1.0.0-nightly.20250721","@aztec/protocol-contracts":"1.0.0-nightly.20250721","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250721","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250721"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250721_1753067324435_0.2693823209578423","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"@aztec/end-to-end","version":"1.1.2","_id":"@aztec/end-to-end@1.1.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aced054c1d5a7b53f00be83c8edd77c939612a3f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.1.2.tgz","fileCount":182,"integrity":"sha512-Xiz4KNJPZJTmMZOHj5v7WsBRKz4UgX5DYvo0uIyav9A5UOW29ykhxQfFxDGJqHHGEmbsLS6KZPP4e7UWr9x1cw==","signatures":[{"sig":"MEUCIQC3qckp4HV6PxbMjmlCXDTn5TcuCxhND5I3T4jZ8YjJ2gIgNa66so2Jsho+cCOBd/LQlMg+viTVlTZ+TzzvzI44MiA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589392},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3235e450e781d276bda03719c63366152364111f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.1.2","@aztec/cli":"1.1.2","@aztec/p2p":"1.1.2","@aztec/pxe":"1.1.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.1.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.1.2","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.1.2","lodash.compact":"^3.0.1","@aztec/accounts":"1.1.2","@aztec/archiver":"1.1.2","@aztec/aztec.js":"1.1.2","@aztec/blob-lib":"1.1.2","@aztec/ethereum":"1.1.2","@aztec/kv-store":"1.1.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.1.2","@aztec/blob-sink":"1.1.2","@aztec/constants":"1.1.2","@aztec/simulator":"1.1.2","@aztec/aztec-node":"1.1.2","@aztec/foundation":"1.1.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.1.2","@aztec/epoch-cache":"1.1.2","@aztec/merkle-tree":"1.1.2","@aztec/prover-node":"1.1.2","@aztec/world-state":"1.1.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.1.2","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.1.2","@aztec/noir-noirc_abi":"1.1.2","@aztec/sequencer-client":"1.1.2","@aztec/telemetry-client":"1.1.2","@aztec/validator-client":"1.1.2","@aztec/noir-contracts.js":"1.1.2","@aztec/protocol-contracts":"1.1.2","@aztec/noir-test-contracts.js":"1.1.2","@aztec/noir-protocol-circuits-types":"1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.1.2_1753106548400_0.3708538524535503","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250722":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250722","_id":"@aztec/end-to-end@1.0.0-nightly.20250722","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0472fcd3ac42acb173657742db5731b2a9558b93","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250722.tgz","fileCount":182,"integrity":"sha512-21zhDA4hAMlpbMLAv2WkPp8tH6UC2YDYQAWiGFjGJryB62SGy1SGgRU0jD/ja+p/oi1+SO+q5oPWGIx+g/Spcw==","signatures":[{"sig":"MEYCIQCH1+OkCZXN533+9O0ExblwIJzQ7qHUA9A0X5Li3uwdPwIhAKpNOTwug90ohqeMicbfMbGXZglCekm7We+mLIOiPd5f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613286},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"81f5120cd654f692444320b2f7ad3b3dd03ba12b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250722","@aztec/cli":"1.0.0-nightly.20250722","@aztec/p2p":"1.0.0-nightly.20250722","@aztec/pxe":"1.0.0-nightly.20250722","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250722","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250722","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250722","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250722","@aztec/archiver":"1.0.0-nightly.20250722","@aztec/aztec.js":"1.0.0-nightly.20250722","@aztec/blob-lib":"1.0.0-nightly.20250722","@aztec/ethereum":"1.0.0-nightly.20250722","@aztec/kv-store":"1.0.0-nightly.20250722","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250722","@aztec/blob-sink":"1.0.0-nightly.20250722","@aztec/constants":"1.0.0-nightly.20250722","@aztec/simulator":"1.0.0-nightly.20250722","@aztec/aztec-node":"1.0.0-nightly.20250722","@aztec/foundation":"1.0.0-nightly.20250722","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250722","@aztec/epoch-cache":"1.0.0-nightly.20250722","@aztec/merkle-tree":"1.0.0-nightly.20250722","@aztec/prover-node":"1.0.0-nightly.20250722","@aztec/world-state":"1.0.0-nightly.20250722","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250722","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250722","@aztec/noir-noirc_abi":"1.0.0-nightly.20250722","@aztec/sequencer-client":"1.0.0-nightly.20250722","@aztec/telemetry-client":"1.0.0-nightly.20250722","@aztec/validator-client":"1.0.0-nightly.20250722","@aztec/noir-contracts.js":"1.0.0-nightly.20250722","@aztec/protocol-contracts":"1.0.0-nightly.20250722","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250722","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250722"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250722_1753153843080_0.3769877042884664","host":"s3://npm-registry-packages-npm-production"}},"1.1.3":{"name":"@aztec/end-to-end","version":"1.1.3","_id":"@aztec/end-to-end@1.1.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"082f758033c1d236e13ff530edb2dd57583476b1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.1.3.tgz","fileCount":182,"integrity":"sha512-oyhhyuXbXyIgz0wURQEZXGZ5MC4r2q3l2ijBgO6hO+3Js7uj9dZStiRhWBPi+f5C2AJ67UxKgnFM+JXup7wZbQ==","signatures":[{"sig":"MEUCIQDBQIZU6HoqA4sGtBbOOixvrurqTr84evv4OK1iKpjPCQIgKAdd7GV+n1jp067WC41SHHZNVEcQJpT/skbpL3cQVzU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36589392},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1fbd478f7d3ee9b5aeefe6e4fa4443f2c4460a4d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.1.3","@aztec/cli":"1.1.3","@aztec/p2p":"1.1.3","@aztec/pxe":"1.1.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.1.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.1.3","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.1.3","lodash.compact":"^3.0.1","@aztec/accounts":"1.1.3","@aztec/archiver":"1.1.3","@aztec/aztec.js":"1.1.3","@aztec/blob-lib":"1.1.3","@aztec/ethereum":"1.1.3","@aztec/kv-store":"1.1.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.1.3","@aztec/blob-sink":"1.1.3","@aztec/constants":"1.1.3","@aztec/simulator":"1.1.3","@aztec/aztec-node":"1.1.3","@aztec/foundation":"1.1.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.1.3","@aztec/epoch-cache":"1.1.3","@aztec/merkle-tree":"1.1.3","@aztec/prover-node":"1.1.3","@aztec/world-state":"1.1.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.1.3","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.1.3","@aztec/noir-noirc_abi":"1.1.3","@aztec/sequencer-client":"1.1.3","@aztec/telemetry-client":"1.1.3","@aztec/validator-client":"1.1.3","@aztec/noir-contracts.js":"1.1.3","@aztec/protocol-contracts":"1.1.3","@aztec/noir-test-contracts.js":"1.1.3","@aztec/noir-protocol-circuits-types":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.1.3_1753181761265_0.6588834135659969","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250723":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250723","_id":"@aztec/end-to-end@1.0.0-nightly.20250723","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"14d2e65ea8cb9ac6f0f5030092b0c7138db641e4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250723.tgz","fileCount":182,"integrity":"sha512-U8v5E26xvSuKdpz42ulV1DVy14YC0aknaAx0/RRmB9LvmAMZQPP67c5BfQLCvwG0w60WpjisDVSMewRUCIUoOg==","signatures":[{"sig":"MEYCIQDy74CVkO7MgaEVjBBLUIGMBVERApaHOFjxLpJee4v6WAIhAOIP7/M8tYtfK0pd8xEwdbdpQKKkuILLczvNo0wd8hoD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613479},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1ab40f8ffa8b49b9447061a668a6a3762a3756c5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250723","@aztec/cli":"1.0.0-nightly.20250723","@aztec/p2p":"1.0.0-nightly.20250723","@aztec/pxe":"1.0.0-nightly.20250723","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250723","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250723","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250723","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250723","@aztec/archiver":"1.0.0-nightly.20250723","@aztec/aztec.js":"1.0.0-nightly.20250723","@aztec/blob-lib":"1.0.0-nightly.20250723","@aztec/ethereum":"1.0.0-nightly.20250723","@aztec/kv-store":"1.0.0-nightly.20250723","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250723","@aztec/blob-sink":"1.0.0-nightly.20250723","@aztec/constants":"1.0.0-nightly.20250723","@aztec/simulator":"1.0.0-nightly.20250723","@aztec/aztec-node":"1.0.0-nightly.20250723","@aztec/foundation":"1.0.0-nightly.20250723","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250723","@aztec/epoch-cache":"1.0.0-nightly.20250723","@aztec/merkle-tree":"1.0.0-nightly.20250723","@aztec/prover-node":"1.0.0-nightly.20250723","@aztec/world-state":"1.0.0-nightly.20250723","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250723","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250723","@aztec/noir-noirc_abi":"1.0.0-nightly.20250723","@aztec/sequencer-client":"1.0.0-nightly.20250723","@aztec/telemetry-client":"1.0.0-nightly.20250723","@aztec/validator-client":"1.0.0-nightly.20250723","@aztec/noir-contracts.js":"1.0.0-nightly.20250723","@aztec/protocol-contracts":"1.0.0-nightly.20250723","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250723","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250723"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250723_1753240248470_0.8295489805011886","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250724":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250724","_id":"@aztec/end-to-end@1.0.0-nightly.20250724","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ab469fc80239c0b49a4c931aaef7d4317baa4cbb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250724.tgz","fileCount":182,"integrity":"sha512-Yc9lODbjU5WUGTs8+sJIrvZfgGBPNmvkYHkJkt15T4zj6eQ8OueOn8SFMXRJzcjStmDlj1PUa5sO2UT+1Qs/5w==","signatures":[{"sig":"MEYCIQDmS/v6pO9ZyKdzxtD9OCzFa8F4mzD/P0w4uXDlS54j9wIhAIL7nxTq2cINyiYIqbCGPL95cv5nIEdFdRnD0+hA8Aim","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36613799},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ed6f7d9a777264fe0958d33017df5882713b35d4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250724","@aztec/cli":"1.0.0-nightly.20250724","@aztec/p2p":"1.0.0-nightly.20250724","@aztec/pxe":"1.0.0-nightly.20250724","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250724","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250724","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250724","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250724","@aztec/archiver":"1.0.0-nightly.20250724","@aztec/aztec.js":"1.0.0-nightly.20250724","@aztec/blob-lib":"1.0.0-nightly.20250724","@aztec/ethereum":"1.0.0-nightly.20250724","@aztec/kv-store":"1.0.0-nightly.20250724","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250724","@aztec/blob-sink":"1.0.0-nightly.20250724","@aztec/constants":"1.0.0-nightly.20250724","@aztec/simulator":"1.0.0-nightly.20250724","@aztec/aztec-node":"1.0.0-nightly.20250724","@aztec/foundation":"1.0.0-nightly.20250724","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250724","@aztec/epoch-cache":"1.0.0-nightly.20250724","@aztec/merkle-tree":"1.0.0-nightly.20250724","@aztec/prover-node":"1.0.0-nightly.20250724","@aztec/world-state":"1.0.0-nightly.20250724","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250724","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250724","@aztec/noir-noirc_abi":"1.0.0-nightly.20250724","@aztec/sequencer-client":"1.0.0-nightly.20250724","@aztec/telemetry-client":"1.0.0-nightly.20250724","@aztec/validator-client":"1.0.0-nightly.20250724","@aztec/noir-contracts.js":"1.0.0-nightly.20250724","@aztec/protocol-contracts":"1.0.0-nightly.20250724","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250724","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250724"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250724_1753326544274_0.3361744154586537","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250725":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250725","_id":"@aztec/end-to-end@1.0.0-nightly.20250725","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ef89002d2b7ecb69dc46e996051c35fcacd392d9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250725.tgz","fileCount":182,"integrity":"sha512-XXGfwV1TBDqt1qpLkXTPYcn04Heh6Wv5y2dFT7wgE9DYqx2tHvkcqDUURFgeBq+whV7aqOLKww/CHYXY8DQg3A==","signatures":[{"sig":"MEYCIQCNSLrhf8PfzNaGMCNpB5i/wgwjXIQKsD+eC6Pjnkl6UgIhAIQnCL1ZrTqlzWj0a1dPXwdrgdvqITDXhiwvNaWckSE4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615698},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8a541789d26dda5748e5cc7a20446629547901ba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250725","@aztec/cli":"1.0.0-nightly.20250725","@aztec/p2p":"1.0.0-nightly.20250725","@aztec/pxe":"1.0.0-nightly.20250725","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250725","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250725","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250725","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250725","@aztec/archiver":"1.0.0-nightly.20250725","@aztec/aztec.js":"1.0.0-nightly.20250725","@aztec/blob-lib":"1.0.0-nightly.20250725","@aztec/ethereum":"1.0.0-nightly.20250725","@aztec/kv-store":"1.0.0-nightly.20250725","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250725","@aztec/blob-sink":"1.0.0-nightly.20250725","@aztec/constants":"1.0.0-nightly.20250725","@aztec/simulator":"1.0.0-nightly.20250725","@aztec/aztec-node":"1.0.0-nightly.20250725","@aztec/foundation":"1.0.0-nightly.20250725","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250725","@aztec/epoch-cache":"1.0.0-nightly.20250725","@aztec/merkle-tree":"1.0.0-nightly.20250725","@aztec/prover-node":"1.0.0-nightly.20250725","@aztec/world-state":"1.0.0-nightly.20250725","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250725","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250725","@aztec/noir-noirc_abi":"1.0.0-nightly.20250725","@aztec/sequencer-client":"1.0.0-nightly.20250725","@aztec/telemetry-client":"1.0.0-nightly.20250725","@aztec/validator-client":"1.0.0-nightly.20250725","@aztec/noir-contracts.js":"1.0.0-nightly.20250725","@aztec/protocol-contracts":"1.0.0-nightly.20250725","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250725","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250725"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250725_1753413032272_0.8359257322367255","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250726":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250726","_id":"@aztec/end-to-end@1.0.0-nightly.20250726","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2bd36687ece68655549c9910a31a9e7eeaddc923","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250726.tgz","fileCount":182,"integrity":"sha512-3wSD9gswy+gOUZxH+GI+6JBA55zEECChEqvsK9zIh2vrfbGfgA7ju4sWvwzNU6DA5VUBF8OV223rZC/NFaFPpg==","signatures":[{"sig":"MEUCIQCdmqUFvXO/sEy+AmQLkdcNrDWMwXJmhWqZ0HysE7WynAIgAkTlGtHlkxX/moqrQ5R/S4HKxMws4cCr291CRqw25ps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615698},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9553a465132236665cd72d65749b73d3a3ceaee7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250726","@aztec/cli":"1.0.0-nightly.20250726","@aztec/p2p":"1.0.0-nightly.20250726","@aztec/pxe":"1.0.0-nightly.20250726","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250726","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250726","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250726","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250726","@aztec/archiver":"1.0.0-nightly.20250726","@aztec/aztec.js":"1.0.0-nightly.20250726","@aztec/blob-lib":"1.0.0-nightly.20250726","@aztec/ethereum":"1.0.0-nightly.20250726","@aztec/kv-store":"1.0.0-nightly.20250726","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250726","@aztec/blob-sink":"1.0.0-nightly.20250726","@aztec/constants":"1.0.0-nightly.20250726","@aztec/simulator":"1.0.0-nightly.20250726","@aztec/aztec-node":"1.0.0-nightly.20250726","@aztec/foundation":"1.0.0-nightly.20250726","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250726","@aztec/epoch-cache":"1.0.0-nightly.20250726","@aztec/merkle-tree":"1.0.0-nightly.20250726","@aztec/prover-node":"1.0.0-nightly.20250726","@aztec/world-state":"1.0.0-nightly.20250726","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250726","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250726","@aztec/noir-noirc_abi":"1.0.0-nightly.20250726","@aztec/sequencer-client":"1.0.0-nightly.20250726","@aztec/telemetry-client":"1.0.0-nightly.20250726","@aztec/validator-client":"1.0.0-nightly.20250726","@aztec/noir-contracts.js":"1.0.0-nightly.20250726","@aztec/protocol-contracts":"1.0.0-nightly.20250726","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250726","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250726"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250726_1753498977306_0.6476595400084624","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250727":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250727","_id":"@aztec/end-to-end@1.0.0-nightly.20250727","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e063a4fa8ebc5b94f6e7d553b6710244886abc9c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250727.tgz","fileCount":182,"integrity":"sha512-HyTj2JmUBI2MsuDn4PuHDPMzlVCmcUhp1fi0tAJ2CAEmqJVfwtRxK8Ye5l3Q3yy5MnzC9q4qr/h2kjUEldyELQ==","signatures":[{"sig":"MEYCIQDfYUc3FqwQAGZRYRY53rkBPKJHue3DMGtVJC8z03VCsQIhAIkiax6lBeHai+Dl5R9BwFkAU3/1G4PPdnUNsiyq/jsM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615698},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9553a465132236665cd72d65749b73d3a3ceaee7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250727","@aztec/cli":"1.0.0-nightly.20250727","@aztec/p2p":"1.0.0-nightly.20250727","@aztec/pxe":"1.0.0-nightly.20250727","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250727","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250727","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250727","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250727","@aztec/archiver":"1.0.0-nightly.20250727","@aztec/aztec.js":"1.0.0-nightly.20250727","@aztec/blob-lib":"1.0.0-nightly.20250727","@aztec/ethereum":"1.0.0-nightly.20250727","@aztec/kv-store":"1.0.0-nightly.20250727","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250727","@aztec/blob-sink":"1.0.0-nightly.20250727","@aztec/constants":"1.0.0-nightly.20250727","@aztec/simulator":"1.0.0-nightly.20250727","@aztec/aztec-node":"1.0.0-nightly.20250727","@aztec/foundation":"1.0.0-nightly.20250727","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250727","@aztec/epoch-cache":"1.0.0-nightly.20250727","@aztec/merkle-tree":"1.0.0-nightly.20250727","@aztec/prover-node":"1.0.0-nightly.20250727","@aztec/world-state":"1.0.0-nightly.20250727","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250727","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250727","@aztec/noir-noirc_abi":"1.0.0-nightly.20250727","@aztec/sequencer-client":"1.0.0-nightly.20250727","@aztec/telemetry-client":"1.0.0-nightly.20250727","@aztec/validator-client":"1.0.0-nightly.20250727","@aztec/noir-contracts.js":"1.0.0-nightly.20250727","@aztec/protocol-contracts":"1.0.0-nightly.20250727","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250727","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250727"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250727_1753585960762_0.12045686188613502","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250728":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250728","_id":"@aztec/end-to-end@1.0.0-nightly.20250728","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d9ba65d5d17db86515c172de633877ce0bd8e81d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250728.tgz","fileCount":182,"integrity":"sha512-gk5dDyPPTjVutQXo9bm7Y4VaijcLx6KYZn1Cz0qK37EIy/yExaJb3WlI17LBFv1326tCAnqKZVXF9iBTIjjJAQ==","signatures":[{"sig":"MEQCICYSfhUNcH8W/qnWjTkyAV0L2/jCeCh+JknZJUKGhY/MAiApA9LETdfG/rmHy6VJkVoCFCiCkvw9nlFFhJSP7Juv4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36615698},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9553a465132236665cd72d65749b73d3a3ceaee7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250728","@aztec/cli":"1.0.0-nightly.20250728","@aztec/p2p":"1.0.0-nightly.20250728","@aztec/pxe":"1.0.0-nightly.20250728","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250728","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250728","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250728","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250728","@aztec/archiver":"1.0.0-nightly.20250728","@aztec/aztec.js":"1.0.0-nightly.20250728","@aztec/blob-lib":"1.0.0-nightly.20250728","@aztec/ethereum":"1.0.0-nightly.20250728","@aztec/kv-store":"1.0.0-nightly.20250728","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250728","@aztec/blob-sink":"1.0.0-nightly.20250728","@aztec/constants":"1.0.0-nightly.20250728","@aztec/simulator":"1.0.0-nightly.20250728","@aztec/aztec-node":"1.0.0-nightly.20250728","@aztec/foundation":"1.0.0-nightly.20250728","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250728","@aztec/epoch-cache":"1.0.0-nightly.20250728","@aztec/merkle-tree":"1.0.0-nightly.20250728","@aztec/prover-node":"1.0.0-nightly.20250728","@aztec/world-state":"1.0.0-nightly.20250728","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250728","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250728","@aztec/noir-noirc_abi":"1.0.0-nightly.20250728","@aztec/sequencer-client":"1.0.0-nightly.20250728","@aztec/telemetry-client":"1.0.0-nightly.20250728","@aztec/validator-client":"1.0.0-nightly.20250728","@aztec/noir-contracts.js":"1.0.0-nightly.20250728","@aztec/protocol-contracts":"1.0.0-nightly.20250728","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250728","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250728"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250728_1753672337543_0.2919704782977084","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250729":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250729","_id":"@aztec/end-to-end@1.0.0-nightly.20250729","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2947516d17a553fa781f9bdb58573e7658784ef6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250729.tgz","fileCount":182,"integrity":"sha512-HgvuKIPvLheYzhREjUfZG76RtI/cU62PkIoPrqCG5lQmu1a/skBr+zjX0j9HgxKSAIoRubsa55FzbhIF1aaNUg==","signatures":[{"sig":"MEYCIQDR2N56Ic9/jZkeGCxD9rjrHCVudTYQa2Ifq0PemHUDdAIhAO+sa0QV+HXbr2JuGHeq5pn48upFaNteLxDS44ECdio4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36614337},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5297bba6cdec82728ea185a03ff9ded427b822ce","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250729","@aztec/cli":"1.0.0-nightly.20250729","@aztec/p2p":"1.0.0-nightly.20250729","@aztec/pxe":"1.0.0-nightly.20250729","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250729","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250729","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250729","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250729","@aztec/archiver":"1.0.0-nightly.20250729","@aztec/aztec.js":"1.0.0-nightly.20250729","@aztec/blob-lib":"1.0.0-nightly.20250729","@aztec/ethereum":"1.0.0-nightly.20250729","@aztec/kv-store":"1.0.0-nightly.20250729","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250729","@aztec/blob-sink":"1.0.0-nightly.20250729","@aztec/constants":"1.0.0-nightly.20250729","@aztec/simulator":"1.0.0-nightly.20250729","@aztec/aztec-node":"1.0.0-nightly.20250729","@aztec/foundation":"1.0.0-nightly.20250729","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250729","@aztec/epoch-cache":"1.0.0-nightly.20250729","@aztec/merkle-tree":"1.0.0-nightly.20250729","@aztec/prover-node":"1.0.0-nightly.20250729","@aztec/world-state":"1.0.0-nightly.20250729","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250729","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250729","@aztec/noir-noirc_abi":"1.0.0-nightly.20250729","@aztec/sequencer-client":"1.0.0-nightly.20250729","@aztec/telemetry-client":"1.0.0-nightly.20250729","@aztec/validator-client":"1.0.0-nightly.20250729","@aztec/noir-contracts.js":"1.0.0-nightly.20250729","@aztec/protocol-contracts":"1.0.0-nightly.20250729","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250729","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250729"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250729_1753758904435_0.667362780055164","host":"s3://npm-registry-packages-npm-production"}},"1.2.0":{"name":"@aztec/end-to-end","version":"1.2.0","_id":"@aztec/end-to-end@1.2.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9110dfcac78da7c7837ada5ab7f002c854317d7b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.2.0.tgz","fileCount":182,"integrity":"sha512-RkQ96IlgYIiRFEKm5Tna++AmRXlGKvDQbCm+NII7xMLjaSYjQFhzqI02Y7vpgx5KY+y4Qa5ELILoHsDMO+q1NA==","signatures":[{"sig":"MEUCIQD0QtFHJlKkZ46eXl4EmtC8DBixM+iIDATI/TB8hZiKgAIgOyfcSZLg2387bDViKg7HY1c55p1fYdSuOG+Q5enaLvU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36590159},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1f24d2847eed1db371e4c3c966aa3e7c7dc4ff76","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.2.0","@aztec/cli":"1.2.0","@aztec/p2p":"1.2.0","@aztec/pxe":"1.2.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.2.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.2.0","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.2.0","lodash.compact":"^3.0.1","@aztec/accounts":"1.2.0","@aztec/archiver":"1.2.0","@aztec/aztec.js":"1.2.0","@aztec/blob-lib":"1.2.0","@aztec/ethereum":"1.2.0","@aztec/kv-store":"1.2.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.2.0","@aztec/blob-sink":"1.2.0","@aztec/constants":"1.2.0","@aztec/simulator":"1.2.0","@aztec/aztec-node":"1.2.0","@aztec/foundation":"1.2.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.2.0","@aztec/epoch-cache":"1.2.0","@aztec/merkle-tree":"1.2.0","@aztec/prover-node":"1.2.0","@aztec/world-state":"1.2.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.2.0","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.2.0","@aztec/noir-noirc_abi":"1.2.0","@aztec/sequencer-client":"1.2.0","@aztec/telemetry-client":"1.2.0","@aztec/validator-client":"1.2.0","@aztec/noir-contracts.js":"1.2.0","@aztec/protocol-contracts":"1.2.0","@aztec/noir-test-contracts.js":"1.2.0","@aztec/noir-protocol-circuits-types":"1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.2.0_1753783124802_0.39203320804723796","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250730":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250730","_id":"@aztec/end-to-end@1.0.0-nightly.20250730","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"43c2af3c0d3e23d440804d008245efc049461273","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250730.tgz","fileCount":182,"integrity":"sha512-xU8N2by0RvVl3l5NdALdcSC/JkGAllw42iO5XOx5OZ3ILj+RBOdZkFLMdmEerQWD4O9RSSKOWblb12E0HuLAPg==","signatures":[{"sig":"MEQCIEGAyV8ldc1ibBB9oW5BoWhL8OZOE8mawGbDrmsFAZWkAiA2z+ejHS61FqIfeNfg2OTNUmX3YQEcZuhX6tMFsnsoVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36614351},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8efd7d9c30600921e94518249147a286a727bbab","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250730","@aztec/cli":"1.0.0-nightly.20250730","@aztec/p2p":"1.0.0-nightly.20250730","@aztec/pxe":"1.0.0-nightly.20250730","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250730","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250730","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250730","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250730","@aztec/archiver":"1.0.0-nightly.20250730","@aztec/aztec.js":"1.0.0-nightly.20250730","@aztec/blob-lib":"1.0.0-nightly.20250730","@aztec/ethereum":"1.0.0-nightly.20250730","@aztec/kv-store":"1.0.0-nightly.20250730","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250730","@aztec/blob-sink":"1.0.0-nightly.20250730","@aztec/constants":"1.0.0-nightly.20250730","@aztec/simulator":"1.0.0-nightly.20250730","@aztec/aztec-node":"1.0.0-nightly.20250730","@aztec/foundation":"1.0.0-nightly.20250730","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250730","@aztec/epoch-cache":"1.0.0-nightly.20250730","@aztec/merkle-tree":"1.0.0-nightly.20250730","@aztec/prover-node":"1.0.0-nightly.20250730","@aztec/world-state":"1.0.0-nightly.20250730","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250730","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250730","@aztec/noir-noirc_abi":"1.0.0-nightly.20250730","@aztec/sequencer-client":"1.0.0-nightly.20250730","@aztec/telemetry-client":"1.0.0-nightly.20250730","@aztec/validator-client":"1.0.0-nightly.20250730","@aztec/noir-contracts.js":"1.0.0-nightly.20250730","@aztec/protocol-contracts":"1.0.0-nightly.20250730","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250730","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250730"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250730_1753844992262_0.11456649351848935","host":"s3://npm-registry-packages-npm-production"}},"1.2.1":{"name":"@aztec/end-to-end","version":"1.2.1","_id":"@aztec/end-to-end@1.2.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"953c3f848f082f7830f03530aad25710115eab53","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.2.1.tgz","fileCount":182,"integrity":"sha512-DOy7eX7Xt/OnVqrjNQ+ThYV25sDylF767MDMadGG4+mx2kcGfiu4ZGKEjmyoXY8IRHRm8ki3o7NRmV3XPDHQ8A==","signatures":[{"sig":"MEUCIQCXuwLgST2U8wBlq0IIC2ScmWfPM7XuOkAboDyVRbx4JAIgKF1CxwMjB9xoEWzNYboN6FCLNiKTrJNXbui3xYl6BFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36590159},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8777f58f94649bb55e3b86a90e6284ca6a4af4f2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.2.1","@aztec/cli":"1.2.1","@aztec/p2p":"1.2.1","@aztec/pxe":"1.2.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.2.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.2.1","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.2.1","lodash.compact":"^3.0.1","@aztec/accounts":"1.2.1","@aztec/archiver":"1.2.1","@aztec/aztec.js":"1.2.1","@aztec/blob-lib":"1.2.1","@aztec/ethereum":"1.2.1","@aztec/kv-store":"1.2.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.2.1","@aztec/blob-sink":"1.2.1","@aztec/constants":"1.2.1","@aztec/simulator":"1.2.1","@aztec/aztec-node":"1.2.1","@aztec/foundation":"1.2.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.2.1","@aztec/epoch-cache":"1.2.1","@aztec/merkle-tree":"1.2.1","@aztec/prover-node":"1.2.1","@aztec/world-state":"1.2.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.2.1","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.2.1","@aztec/noir-noirc_abi":"1.2.1","@aztec/sequencer-client":"1.2.1","@aztec/telemetry-client":"1.2.1","@aztec/validator-client":"1.2.1","@aztec/noir-contracts.js":"1.2.1","@aztec/protocol-contracts":"1.2.1","@aztec/noir-test-contracts.js":"1.2.1","@aztec/noir-protocol-circuits-types":"1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.2.1_1753994688211_0.0029180661708689826","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250801":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250801","_id":"@aztec/end-to-end@1.0.0-nightly.20250801","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"073458bec54612ec9c44c00a5d1ec52203df4d5b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250801.tgz","fileCount":186,"integrity":"sha512-LtO07dwgj+o1y62cRs9rRmMIuNpUVYsSObHEfFFM4q2O09t4TWnqryKZwAVJlrcKG94P4yhefGq97KeIT2lo0g==","signatures":[{"sig":"MEYCIQDzTYM8nXgCsvfOW+8zKUKP6V4H0E0OTqARbLKf02GfvQIhAIvJy0CIKd1qBmQ8pd9JZWkcv0FbMWYL230nA7R4Qs2S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36621027},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b33ac0f601e1778b9a2afe71b48920598782ca20","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250801","@aztec/cli":"1.0.0-nightly.20250801","@aztec/p2p":"1.0.0-nightly.20250801","@aztec/pxe":"1.0.0-nightly.20250801","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250801","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250801","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250801","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250801","@aztec/archiver":"1.0.0-nightly.20250801","@aztec/aztec.js":"1.0.0-nightly.20250801","@aztec/blob-lib":"1.0.0-nightly.20250801","@aztec/ethereum":"1.0.0-nightly.20250801","@aztec/kv-store":"1.0.0-nightly.20250801","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250801","@aztec/blob-sink":"1.0.0-nightly.20250801","@aztec/constants":"1.0.0-nightly.20250801","@aztec/simulator":"1.0.0-nightly.20250801","@aztec/aztec-node":"1.0.0-nightly.20250801","@aztec/foundation":"1.0.0-nightly.20250801","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250801","@aztec/epoch-cache":"1.0.0-nightly.20250801","@aztec/merkle-tree":"1.0.0-nightly.20250801","@aztec/prover-node":"1.0.0-nightly.20250801","@aztec/world-state":"1.0.0-nightly.20250801","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250801","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250801","@aztec/noir-noirc_abi":"1.0.0-nightly.20250801","@aztec/sequencer-client":"1.0.0-nightly.20250801","@aztec/telemetry-client":"1.0.0-nightly.20250801","@aztec/validator-client":"1.0.0-nightly.20250801","@aztec/noir-contracts.js":"1.0.0-nightly.20250801","@aztec/protocol-contracts":"1.0.0-nightly.20250801","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250801","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250801"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250801_1754018636531_0.5660352774493631","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250805":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250805","_id":"@aztec/end-to-end@1.0.0-nightly.20250805","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d69b229cf759823d08c93bcbd498b27abb45e400","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250805.tgz","fileCount":186,"integrity":"sha512-DJ2VPP5ySVpyZKxL8uUYiUhjG+eC72RCIzwvdna8Aqd5kIQHH+IeMgZZ7ULnrvMsHxcP7g7wLuiUl6ojQCarEg==","signatures":[{"sig":"MEYCIQDjbMWgoQcQPePCWc2pZYSanAe2JdfywoDI/UiHPIKagwIhAKEAfAykG9z5FuT42TEg2xQZIQzoJI7nqp4H3my2xwdm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36621580},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"535b95f24b5dd8843a9633224a7cd0c3db70356a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250805","@aztec/cli":"1.0.0-nightly.20250805","@aztec/p2p":"1.0.0-nightly.20250805","@aztec/pxe":"1.0.0-nightly.20250805","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250805","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250805","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250805","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250805","@aztec/archiver":"1.0.0-nightly.20250805","@aztec/aztec.js":"1.0.0-nightly.20250805","@aztec/blob-lib":"1.0.0-nightly.20250805","@aztec/ethereum":"1.0.0-nightly.20250805","@aztec/kv-store":"1.0.0-nightly.20250805","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250805","@aztec/blob-sink":"1.0.0-nightly.20250805","@aztec/constants":"1.0.0-nightly.20250805","@aztec/simulator":"1.0.0-nightly.20250805","@aztec/aztec-node":"1.0.0-nightly.20250805","@aztec/foundation":"1.0.0-nightly.20250805","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250805","@aztec/epoch-cache":"1.0.0-nightly.20250805","@aztec/merkle-tree":"1.0.0-nightly.20250805","@aztec/prover-node":"1.0.0-nightly.20250805","@aztec/world-state":"1.0.0-nightly.20250805","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250805","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250805","@aztec/noir-noirc_abi":"1.0.0-nightly.20250805","@aztec/sequencer-client":"1.0.0-nightly.20250805","@aztec/telemetry-client":"1.0.0-nightly.20250805","@aztec/validator-client":"1.0.0-nightly.20250805","@aztec/noir-contracts.js":"1.0.0-nightly.20250805","@aztec/protocol-contracts":"1.0.0-nightly.20250805","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250805","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250805"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250805_1754363947836_0.9689503035208245","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250806":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250806","_id":"@aztec/end-to-end@1.0.0-nightly.20250806","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4900712a28e29630617ced09ae95c367552454c4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250806.tgz","fileCount":186,"integrity":"sha512-V0+YZYWypNa3L4xbBGgVRfKCeYxSmaX5I61rmU7Jf/Jfb6BG0sCAi1LCJAxI/qaL+dUwJDyMk/g9v/OVaQlVhg==","signatures":[{"sig":"MEUCIDGe+rOh9X4PwVEkdZpcyKCqyA3PpWUEIHiRe/TTB0QHAiEAnGfp5WkAnckVGo9NnRRVtCDQ4lnxwJHYLJ01Y83aV+s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36622856},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1bd03b746caaf823b43cbc26f28c895e6efc9070","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250806","@aztec/cli":"1.0.0-nightly.20250806","@aztec/p2p":"1.0.0-nightly.20250806","@aztec/pxe":"1.0.0-nightly.20250806","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250806","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250806","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250806","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250806","@aztec/archiver":"1.0.0-nightly.20250806","@aztec/aztec.js":"1.0.0-nightly.20250806","@aztec/blob-lib":"1.0.0-nightly.20250806","@aztec/ethereum":"1.0.0-nightly.20250806","@aztec/kv-store":"1.0.0-nightly.20250806","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250806","@aztec/blob-sink":"1.0.0-nightly.20250806","@aztec/constants":"1.0.0-nightly.20250806","@aztec/simulator":"1.0.0-nightly.20250806","@aztec/aztec-node":"1.0.0-nightly.20250806","@aztec/foundation":"1.0.0-nightly.20250806","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250806","@aztec/epoch-cache":"1.0.0-nightly.20250806","@aztec/merkle-tree":"1.0.0-nightly.20250806","@aztec/prover-node":"1.0.0-nightly.20250806","@aztec/world-state":"1.0.0-nightly.20250806","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250806","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250806","@aztec/noir-noirc_abi":"1.0.0-nightly.20250806","@aztec/sequencer-client":"1.0.0-nightly.20250806","@aztec/telemetry-client":"1.0.0-nightly.20250806","@aztec/validator-client":"1.0.0-nightly.20250806","@aztec/noir-contracts.js":"1.0.0-nightly.20250806","@aztec/protocol-contracts":"1.0.0-nightly.20250806","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250806","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250806"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250806_1754450387958_0.24265098186159695","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250807":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250807","_id":"@aztec/end-to-end@1.0.0-nightly.20250807","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"93245cd0bf7e4b54049a11e27f18e1c14f6d3240","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250807.tgz","fileCount":186,"integrity":"sha512-OZk4Y31EpxIzk4bbu0+TAdqtHN7GDbfLRK5SHDuWkPhIs05c6xVPnOeZoXqau0PJMGbd3aaQ2H+a738Etny0Cg==","signatures":[{"sig":"MEUCIAXrcrdY30P7adog+tCjMvKZNiHRQwLeKlbOZn3WBeydAiEA7zqqVh1UlmMnWcPTCxJBRfUxmyEXCJk2AUezGr0xP90=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36622856},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"de589eef2227f102aaa8fbd24181507bd4fa8fa2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250807","@aztec/cli":"1.0.0-nightly.20250807","@aztec/p2p":"1.0.0-nightly.20250807","@aztec/pxe":"1.0.0-nightly.20250807","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250807","@jest/globals":"^30.0.0","@noble/curves":"^1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250807","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250807","@aztec/archiver":"1.0.0-nightly.20250807","@aztec/aztec.js":"1.0.0-nightly.20250807","@aztec/blob-lib":"1.0.0-nightly.20250807","@aztec/ethereum":"1.0.0-nightly.20250807","@aztec/kv-store":"1.0.0-nightly.20250807","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250807","@aztec/blob-sink":"1.0.0-nightly.20250807","@aztec/constants":"1.0.0-nightly.20250807","@aztec/simulator":"1.0.0-nightly.20250807","@aztec/aztec-node":"1.0.0-nightly.20250807","@aztec/foundation":"1.0.0-nightly.20250807","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250807","@aztec/epoch-cache":"1.0.0-nightly.20250807","@aztec/merkle-tree":"1.0.0-nightly.20250807","@aztec/prover-node":"1.0.0-nightly.20250807","@aztec/world-state":"1.0.0-nightly.20250807","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250807","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250807","@aztec/noir-noirc_abi":"1.0.0-nightly.20250807","@aztec/sequencer-client":"1.0.0-nightly.20250807","@aztec/telemetry-client":"1.0.0-nightly.20250807","@aztec/validator-client":"1.0.0-nightly.20250807","@aztec/noir-contracts.js":"1.0.0-nightly.20250807","@aztec/protocol-contracts":"1.0.0-nightly.20250807","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250807","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250807"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250807_1754536982996_0.2453813149778008","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250809":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250809","_id":"@aztec/end-to-end@1.0.0-nightly.20250809","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ac79158202920d5ffd7980156c6db5cb9a7f538c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250809.tgz","fileCount":186,"integrity":"sha512-uDYbbuGuZanOVtOdY8zRy0FRuKaxwe3P9ihSv2KVPowV0FGibTIzuZsedUjI9OytcLbvE3v/H8pSqhLlC2NqLg==","signatures":[{"sig":"MEUCIDmzVOwCbUUjA/3sp7tc2P6tGBsRL1t3PFN4LGeeXuyAAiEAmFTgQXDnQtn13PXV9mvvQL+wSOTfUk68NC6m9//cmmY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36623241},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7a5305fb4f5b643baa319821035d40f26e512e1d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250809","@aztec/cli":"1.0.0-nightly.20250809","@aztec/p2p":"1.0.0-nightly.20250809","@aztec/pxe":"1.0.0-nightly.20250809","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250809","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250809","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250809","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250809","@aztec/archiver":"1.0.0-nightly.20250809","@aztec/aztec.js":"1.0.0-nightly.20250809","@aztec/blob-lib":"1.0.0-nightly.20250809","@aztec/ethereum":"1.0.0-nightly.20250809","@aztec/kv-store":"1.0.0-nightly.20250809","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250809","@aztec/blob-sink":"1.0.0-nightly.20250809","@aztec/constants":"1.0.0-nightly.20250809","@aztec/simulator":"1.0.0-nightly.20250809","@aztec/aztec-node":"1.0.0-nightly.20250809","@aztec/foundation":"1.0.0-nightly.20250809","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250809","@aztec/epoch-cache":"1.0.0-nightly.20250809","@aztec/merkle-tree":"1.0.0-nightly.20250809","@aztec/prover-node":"1.0.0-nightly.20250809","@aztec/world-state":"1.0.0-nightly.20250809","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250809","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250809","@aztec/noir-noirc_abi":"1.0.0-nightly.20250809","@aztec/sequencer-client":"1.0.0-nightly.20250809","@aztec/telemetry-client":"1.0.0-nightly.20250809","@aztec/validator-client":"1.0.0-nightly.20250809","@aztec/noir-contracts.js":"1.0.0-nightly.20250809","@aztec/protocol-contracts":"1.0.0-nightly.20250809","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250809","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250809"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250809_1754709199269_0.8037733685519588","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250810":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250810","_id":"@aztec/end-to-end@1.0.0-nightly.20250810","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"409fc4270f2e675285b10ebba4b3ae719043ee7c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250810.tgz","fileCount":186,"integrity":"sha512-wuu6Q0Vrx6ZOjSyN7Y4hmrDwz2TkJ2TwxGoicfUJcKSsRTUZSmzmz0SfJQgh2+5d9B0tVrkVFJYtrzEZT1anvQ==","signatures":[{"sig":"MEUCIQDrhdRV4CqNJlXrlgJe7A1pjbUstJkePQbQcRKcbJBo9AIgNJ46K0/1spvzbk99wDcQzELQKj/nTe9vzN/luMaBHm4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36623241},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7a5305fb4f5b643baa319821035d40f26e512e1d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250810","@aztec/cli":"1.0.0-nightly.20250810","@aztec/p2p":"1.0.0-nightly.20250810","@aztec/pxe":"1.0.0-nightly.20250810","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250810","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250810","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250810","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250810","@aztec/archiver":"1.0.0-nightly.20250810","@aztec/aztec.js":"1.0.0-nightly.20250810","@aztec/blob-lib":"1.0.0-nightly.20250810","@aztec/ethereum":"1.0.0-nightly.20250810","@aztec/kv-store":"1.0.0-nightly.20250810","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250810","@aztec/blob-sink":"1.0.0-nightly.20250810","@aztec/constants":"1.0.0-nightly.20250810","@aztec/simulator":"1.0.0-nightly.20250810","@aztec/aztec-node":"1.0.0-nightly.20250810","@aztec/foundation":"1.0.0-nightly.20250810","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250810","@aztec/epoch-cache":"1.0.0-nightly.20250810","@aztec/merkle-tree":"1.0.0-nightly.20250810","@aztec/prover-node":"1.0.0-nightly.20250810","@aztec/world-state":"1.0.0-nightly.20250810","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250810","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250810","@aztec/noir-noirc_abi":"1.0.0-nightly.20250810","@aztec/sequencer-client":"1.0.0-nightly.20250810","@aztec/telemetry-client":"1.0.0-nightly.20250810","@aztec/validator-client":"1.0.0-nightly.20250810","@aztec/noir-contracts.js":"1.0.0-nightly.20250810","@aztec/protocol-contracts":"1.0.0-nightly.20250810","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250810","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250810"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250810_1754795977248_0.017514348551565195","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250811":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250811","_id":"@aztec/end-to-end@1.0.0-nightly.20250811","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9f403a11a56f013a939ddf7cc55319682192eb2a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250811.tgz","fileCount":186,"integrity":"sha512-GVCouC9xitAi2GqUq+K1/W7KgkZF/H374kC5o2sp+KKahl3Xuo1mwlDMWjLZYSWT/VSI6Sp43fNIJwdMjtHCrw==","signatures":[{"sig":"MEQCIAdjD45cyEKOjApswPqYq3izDsL9FrxA23qoOhlwxkRBAiBveJHgniKEfAruSO/YywTYgnr3mJHuQGFiYQMRM5lTkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36623241},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"df8d413b7053aabc9807c8835c270c1f53c45d8f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250811","@aztec/cli":"1.0.0-nightly.20250811","@aztec/p2p":"1.0.0-nightly.20250811","@aztec/pxe":"1.0.0-nightly.20250811","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250811","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250811","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250811","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250811","@aztec/archiver":"1.0.0-nightly.20250811","@aztec/aztec.js":"1.0.0-nightly.20250811","@aztec/blob-lib":"1.0.0-nightly.20250811","@aztec/ethereum":"1.0.0-nightly.20250811","@aztec/kv-store":"1.0.0-nightly.20250811","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250811","@aztec/blob-sink":"1.0.0-nightly.20250811","@aztec/constants":"1.0.0-nightly.20250811","@aztec/simulator":"1.0.0-nightly.20250811","@aztec/aztec-node":"1.0.0-nightly.20250811","@aztec/foundation":"1.0.0-nightly.20250811","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250811","@aztec/epoch-cache":"1.0.0-nightly.20250811","@aztec/merkle-tree":"1.0.0-nightly.20250811","@aztec/prover-node":"1.0.0-nightly.20250811","@aztec/world-state":"1.0.0-nightly.20250811","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250811","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250811","@aztec/noir-noirc_abi":"1.0.0-nightly.20250811","@aztec/sequencer-client":"1.0.0-nightly.20250811","@aztec/telemetry-client":"1.0.0-nightly.20250811","@aztec/validator-client":"1.0.0-nightly.20250811","@aztec/noir-contracts.js":"1.0.0-nightly.20250811","@aztec/protocol-contracts":"1.0.0-nightly.20250811","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250811","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250811"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250811_1754882611910_0.6091834976212334","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-nightly.20250812":{"name":"@aztec/end-to-end","version":"1.0.0-nightly.20250812","_id":"@aztec/end-to-end@1.0.0-nightly.20250812","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"43e37f2d340c77209d22a28a81c5ce310a7616b0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-1.0.0-nightly.20250812.tgz","fileCount":194,"integrity":"sha512-Gww1uEWbvs6j+U1g4fPk8cRcRpkDxx85rnnirudd9QuBQfCnVDNN3kr234YSt6umqesVIuqDWSAiUOVwqu+u8A==","signatures":[{"sig":"MEUCIGVW7kQniT7vRcI9JlQ6qRV1voob5lNP3CRfUnbwPzTKAiEAnDbFNQ35+0XWMv9KwxRm3rfdwAcpoTk35YlCXavDxQE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7fc4314ec1c49a9753f9341e048aa7f5a9b1b6c2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"1.0.0-nightly.20250812","@aztec/cli":"1.0.0-nightly.20250812","@aztec/p2p":"1.0.0-nightly.20250812","@aztec/pxe":"1.0.0-nightly.20250812","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"1.0.0-nightly.20250812","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"1.0.0-nightly.20250812","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"1.0.0-nightly.20250812","lodash.compact":"^3.0.1","@aztec/accounts":"1.0.0-nightly.20250812","@aztec/archiver":"1.0.0-nightly.20250812","@aztec/aztec.js":"1.0.0-nightly.20250812","@aztec/blob-lib":"1.0.0-nightly.20250812","@aztec/ethereum":"1.0.0-nightly.20250812","@aztec/kv-store":"1.0.0-nightly.20250812","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"1.0.0-nightly.20250812","@aztec/blob-sink":"1.0.0-nightly.20250812","@aztec/constants":"1.0.0-nightly.20250812","@aztec/simulator":"1.0.0-nightly.20250812","@aztec/aztec-node":"1.0.0-nightly.20250812","@aztec/foundation":"1.0.0-nightly.20250812","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"1.0.0-nightly.20250812","@aztec/epoch-cache":"1.0.0-nightly.20250812","@aztec/merkle-tree":"1.0.0-nightly.20250812","@aztec/prover-node":"1.0.0-nightly.20250812","@aztec/world-state":"1.0.0-nightly.20250812","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"1.0.0-nightly.20250812","@types/lodash.every":"^4.6.7","@aztec/prover-client":"1.0.0-nightly.20250812","@aztec/noir-noirc_abi":"1.0.0-nightly.20250812","@aztec/sequencer-client":"1.0.0-nightly.20250812","@aztec/telemetry-client":"1.0.0-nightly.20250812","@aztec/validator-client":"1.0.0-nightly.20250812","@aztec/noir-contracts.js":"1.0.0-nightly.20250812","@aztec/protocol-contracts":"1.0.0-nightly.20250812","@aztec/noir-test-contracts.js":"1.0.0-nightly.20250812","@aztec/noir-protocol-circuits-types":"1.0.0-nightly.20250812"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_1.0.0-nightly.20250812_1754968001904_0.4510387261305655","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250813":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250813","_id":"@aztec/end-to-end@2.0.0-nightly.20250813","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1980a777b9d9c63f414a26ca811b34fa987e8204","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250813.tgz","fileCount":194,"integrity":"sha512-1QktG7mC0117QUWRrjs9aBl5n7Gy+pl6xoBViC5U9Caiq79OhTLqAA+gdVuzm8+5L3fwyrlCl3wws7wUgl/new==","signatures":[{"sig":"MEQCIAWW9ilrRTsOL9hxqc9h4VfOAdCATXIoR7tnMrcLWlPvAiBebONDt0CJ3PI21mwGWu9uN9D+0OVOjydH0VTETB+dcA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7be35155b1ad8c745f4131e1f34a8265c7e54d2b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250813","@aztec/cli":"2.0.0-nightly.20250813","@aztec/p2p":"2.0.0-nightly.20250813","@aztec/pxe":"2.0.0-nightly.20250813","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250813","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250813","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250813","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250813","@aztec/archiver":"2.0.0-nightly.20250813","@aztec/aztec.js":"2.0.0-nightly.20250813","@aztec/blob-lib":"2.0.0-nightly.20250813","@aztec/ethereum":"2.0.0-nightly.20250813","@aztec/kv-store":"2.0.0-nightly.20250813","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250813","@aztec/blob-sink":"2.0.0-nightly.20250813","@aztec/constants":"2.0.0-nightly.20250813","@aztec/simulator":"2.0.0-nightly.20250813","@aztec/aztec-node":"2.0.0-nightly.20250813","@aztec/foundation":"2.0.0-nightly.20250813","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250813","@aztec/epoch-cache":"2.0.0-nightly.20250813","@aztec/merkle-tree":"2.0.0-nightly.20250813","@aztec/prover-node":"2.0.0-nightly.20250813","@aztec/world-state":"2.0.0-nightly.20250813","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250813","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250813","@aztec/noir-noirc_abi":"2.0.0-nightly.20250813","@aztec/sequencer-client":"2.0.0-nightly.20250813","@aztec/telemetry-client":"2.0.0-nightly.20250813","@aztec/validator-client":"2.0.0-nightly.20250813","@aztec/noir-contracts.js":"2.0.0-nightly.20250813","@aztec/protocol-contracts":"2.0.0-nightly.20250813","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250813","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250813"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250813_1755054460078_0.7893585926875553","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250814":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250814","_id":"@aztec/end-to-end@2.0.0-nightly.20250814","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c7b57c937d5e88facea8e1c8627cf6d439c0e92","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250814.tgz","fileCount":194,"integrity":"sha512-xVPabL6N9AUtxo90R07l17rPhjkRHXQX8cw4L6kUl0gpvF6aWt4nbByeskuwNa9ziFlgD7eg7UN/uCrxGALnpw==","signatures":[{"sig":"MEQCIHL3Ulj9qD3UIPRI/XId+EMik9RYDSNwpJ4lln2Mms74AiAqTRnguekoDWyYEJMUZ0WuEDKxlaJyk9/4J7M9re3OYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6cdd9b87a5be0644a9f0a6f3c03489f778b252be","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250814","@aztec/cli":"2.0.0-nightly.20250814","@aztec/p2p":"2.0.0-nightly.20250814","@aztec/pxe":"2.0.0-nightly.20250814","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250814","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250814","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250814","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250814","@aztec/archiver":"2.0.0-nightly.20250814","@aztec/aztec.js":"2.0.0-nightly.20250814","@aztec/blob-lib":"2.0.0-nightly.20250814","@aztec/ethereum":"2.0.0-nightly.20250814","@aztec/kv-store":"2.0.0-nightly.20250814","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250814","@aztec/blob-sink":"2.0.0-nightly.20250814","@aztec/constants":"2.0.0-nightly.20250814","@aztec/simulator":"2.0.0-nightly.20250814","@aztec/aztec-node":"2.0.0-nightly.20250814","@aztec/foundation":"2.0.0-nightly.20250814","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250814","@aztec/epoch-cache":"2.0.0-nightly.20250814","@aztec/merkle-tree":"2.0.0-nightly.20250814","@aztec/prover-node":"2.0.0-nightly.20250814","@aztec/world-state":"2.0.0-nightly.20250814","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250814","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250814","@aztec/noir-noirc_abi":"2.0.0-nightly.20250814","@aztec/sequencer-client":"2.0.0-nightly.20250814","@aztec/telemetry-client":"2.0.0-nightly.20250814","@aztec/validator-client":"2.0.0-nightly.20250814","@aztec/noir-contracts.js":"2.0.0-nightly.20250814","@aztec/protocol-contracts":"2.0.0-nightly.20250814","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250814","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250814"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250814_1755140956824_0.6590160058044716","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250815":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250815","_id":"@aztec/end-to-end@2.0.0-nightly.20250815","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d4ddcbce4a2b18b35e49302fba15b4d5c3afa99b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250815.tgz","fileCount":194,"integrity":"sha512-Y3/0DaphFgx9TQfMY16Qtmj/tSurO+p26eZtjnsEH0fAjnPgMNLAaRcu8AlUnsQ6AffsfEhiEFi0tSbpCawD1A==","signatures":[{"sig":"MEYCIQCRr2gJxTyPvniwc0hKq1cFnBxA5Y0A75Jfi5wiNTOv4wIhAO6W4YnKqxEHElue4jQOCE+e5v76Qy74sZUolrtYh1Fu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a7e30e7312344d20d68c46e9de44e9a201465c63","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250815","@aztec/cli":"2.0.0-nightly.20250815","@aztec/p2p":"2.0.0-nightly.20250815","@aztec/pxe":"2.0.0-nightly.20250815","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250815","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250815","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250815","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250815","@aztec/archiver":"2.0.0-nightly.20250815","@aztec/aztec.js":"2.0.0-nightly.20250815","@aztec/blob-lib":"2.0.0-nightly.20250815","@aztec/ethereum":"2.0.0-nightly.20250815","@aztec/kv-store":"2.0.0-nightly.20250815","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250815","@aztec/blob-sink":"2.0.0-nightly.20250815","@aztec/constants":"2.0.0-nightly.20250815","@aztec/simulator":"2.0.0-nightly.20250815","@aztec/aztec-node":"2.0.0-nightly.20250815","@aztec/foundation":"2.0.0-nightly.20250815","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250815","@aztec/epoch-cache":"2.0.0-nightly.20250815","@aztec/merkle-tree":"2.0.0-nightly.20250815","@aztec/prover-node":"2.0.0-nightly.20250815","@aztec/world-state":"2.0.0-nightly.20250815","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250815","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250815","@aztec/noir-noirc_abi":"2.0.0-nightly.20250815","@aztec/sequencer-client":"2.0.0-nightly.20250815","@aztec/telemetry-client":"2.0.0-nightly.20250815","@aztec/validator-client":"2.0.0-nightly.20250815","@aztec/noir-contracts.js":"2.0.0-nightly.20250815","@aztec/protocol-contracts":"2.0.0-nightly.20250815","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250815","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250815"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250815_1755227059965_0.16298602748575775","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250816":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250816","_id":"@aztec/end-to-end@2.0.0-nightly.20250816","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"23fc043ca3b70ba8820ed2f17fa3c54b8d75576f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250816.tgz","fileCount":194,"integrity":"sha512-6QyAvxx7kSDZdzQEWPFdiCIjqBk1EZaWZDu8Gpr2ExQ5yh0PcFefyQs7X0CvGoLtKNweNHsxAyme1t6CGtIiWw==","signatures":[{"sig":"MEQCIEw01MAVT43rfJlvYN9y3Rudf9VOtoh8YCF9pjHAnyK8AiA8UAg8b75yGYErNhnydGLMxz/CGRx5r40rbhIBwkvYHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b120eda5543c97f80639962081a2d2eaba1e8a81","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250816","@aztec/cli":"2.0.0-nightly.20250816","@aztec/p2p":"2.0.0-nightly.20250816","@aztec/pxe":"2.0.0-nightly.20250816","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250816","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250816","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250816","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250816","@aztec/archiver":"2.0.0-nightly.20250816","@aztec/aztec.js":"2.0.0-nightly.20250816","@aztec/blob-lib":"2.0.0-nightly.20250816","@aztec/ethereum":"2.0.0-nightly.20250816","@aztec/kv-store":"2.0.0-nightly.20250816","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250816","@aztec/blob-sink":"2.0.0-nightly.20250816","@aztec/constants":"2.0.0-nightly.20250816","@aztec/simulator":"2.0.0-nightly.20250816","@aztec/aztec-node":"2.0.0-nightly.20250816","@aztec/foundation":"2.0.0-nightly.20250816","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250816","@aztec/epoch-cache":"2.0.0-nightly.20250816","@aztec/merkle-tree":"2.0.0-nightly.20250816","@aztec/prover-node":"2.0.0-nightly.20250816","@aztec/world-state":"2.0.0-nightly.20250816","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250816","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250816","@aztec/noir-noirc_abi":"2.0.0-nightly.20250816","@aztec/sequencer-client":"2.0.0-nightly.20250816","@aztec/telemetry-client":"2.0.0-nightly.20250816","@aztec/validator-client":"2.0.0-nightly.20250816","@aztec/noir-contracts.js":"2.0.0-nightly.20250816","@aztec/protocol-contracts":"2.0.0-nightly.20250816","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250816","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250816"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250816_1755313284924_0.4574016294074439","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250817":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250817","_id":"@aztec/end-to-end@2.0.0-nightly.20250817","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e1de2ac9a9f58b181c97709c308c407b3a6eb52d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250817.tgz","fileCount":194,"integrity":"sha512-lMY2pJ5CZMeaS6cJVkuKrn9AUFtn0QsP9UQ28DPnls8xTUryBETyspLgWlpAsIrZWml59dI58Cd635pJ7+nmCA==","signatures":[{"sig":"MEYCIQDP0NChFH/DXEHi+SJSxJgsxZ1nynpXQP1E1K1wub9begIhAMP47uLbLYvLmt10MvH09USQaptGtiw5V8mvRH0m4mtG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cb2a2fa78f30f196339ca044448e415c6a9b45cc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250817","@aztec/cli":"2.0.0-nightly.20250817","@aztec/p2p":"2.0.0-nightly.20250817","@aztec/pxe":"2.0.0-nightly.20250817","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250817","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250817","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250817","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250817","@aztec/archiver":"2.0.0-nightly.20250817","@aztec/aztec.js":"2.0.0-nightly.20250817","@aztec/blob-lib":"2.0.0-nightly.20250817","@aztec/ethereum":"2.0.0-nightly.20250817","@aztec/kv-store":"2.0.0-nightly.20250817","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250817","@aztec/blob-sink":"2.0.0-nightly.20250817","@aztec/constants":"2.0.0-nightly.20250817","@aztec/simulator":"2.0.0-nightly.20250817","@aztec/aztec-node":"2.0.0-nightly.20250817","@aztec/foundation":"2.0.0-nightly.20250817","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250817","@aztec/epoch-cache":"2.0.0-nightly.20250817","@aztec/merkle-tree":"2.0.0-nightly.20250817","@aztec/prover-node":"2.0.0-nightly.20250817","@aztec/world-state":"2.0.0-nightly.20250817","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250817","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250817","@aztec/noir-noirc_abi":"2.0.0-nightly.20250817","@aztec/sequencer-client":"2.0.0-nightly.20250817","@aztec/telemetry-client":"2.0.0-nightly.20250817","@aztec/validator-client":"2.0.0-nightly.20250817","@aztec/noir-contracts.js":"2.0.0-nightly.20250817","@aztec/protocol-contracts":"2.0.0-nightly.20250817","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250817","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250817"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250817_1755400163550_0.4162504637633073","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250818":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250818","_id":"@aztec/end-to-end@2.0.0-nightly.20250818","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"924f96800d074da618e25221dea1dc44d099a50e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250818.tgz","fileCount":194,"integrity":"sha512-39B+IerhDSFGQh465d/HvPMeCza7Gx5rHPuZssNoHKo8nuysAaWa3bAMZCSru1Q6JJPAQ4bN6vQeYaZ/K2devA==","signatures":[{"sig":"MEYCIQDzfHIfM70ZXegISWjD7/qn57KfGrwL2AYFXA5J3IVnJwIhAMlMEGo3TUBOw7wVmtbl8f4G8jC6X45DwKxDTTC9ZXXs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cb2a2fa78f30f196339ca044448e415c6a9b45cc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250818","@aztec/cli":"2.0.0-nightly.20250818","@aztec/p2p":"2.0.0-nightly.20250818","@aztec/pxe":"2.0.0-nightly.20250818","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250818","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250818","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250818","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250818","@aztec/archiver":"2.0.0-nightly.20250818","@aztec/aztec.js":"2.0.0-nightly.20250818","@aztec/blob-lib":"2.0.0-nightly.20250818","@aztec/ethereum":"2.0.0-nightly.20250818","@aztec/kv-store":"2.0.0-nightly.20250818","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250818","@aztec/blob-sink":"2.0.0-nightly.20250818","@aztec/constants":"2.0.0-nightly.20250818","@aztec/simulator":"2.0.0-nightly.20250818","@aztec/aztec-node":"2.0.0-nightly.20250818","@aztec/foundation":"2.0.0-nightly.20250818","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250818","@aztec/epoch-cache":"2.0.0-nightly.20250818","@aztec/merkle-tree":"2.0.0-nightly.20250818","@aztec/prover-node":"2.0.0-nightly.20250818","@aztec/world-state":"2.0.0-nightly.20250818","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250818","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250818","@aztec/noir-noirc_abi":"2.0.0-nightly.20250818","@aztec/sequencer-client":"2.0.0-nightly.20250818","@aztec/telemetry-client":"2.0.0-nightly.20250818","@aztec/validator-client":"2.0.0-nightly.20250818","@aztec/noir-contracts.js":"2.0.0-nightly.20250818","@aztec/protocol-contracts":"2.0.0-nightly.20250818","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250818","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250818"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250818_1755486326512_0.9399985198982606","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250819":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250819","_id":"@aztec/end-to-end@2.0.0-nightly.20250819","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c6ff28b70b9a12bd5a1e013a87cf2f1d23093325","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250819.tgz","fileCount":194,"integrity":"sha512-ad23ff5a/Z+gLaezLpfpQpPUNnPsqw/k07dqZrAQZm63/nMEz/Qv00JDsG0BWIuIesed83o1JRxA1xixNEvdhg==","signatures":[{"sig":"MEUCIQCHyVsnS3Ed64lLBaYfMIPCgoPV13WPlIQH6Jh7lVOqJAIgDCPY3ZwNTiZZQ2wqoNKK7fPqFkao3myJcvXwk1K0xYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"85b35c7ac58ef9b98930af579f607ce2ace5ee09","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250819","@aztec/cli":"2.0.0-nightly.20250819","@aztec/p2p":"2.0.0-nightly.20250819","@aztec/pxe":"2.0.0-nightly.20250819","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250819","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250819","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250819","@aztec/archiver":"2.0.0-nightly.20250819","@aztec/aztec.js":"2.0.0-nightly.20250819","@aztec/blob-lib":"2.0.0-nightly.20250819","@aztec/ethereum":"2.0.0-nightly.20250819","@aztec/kv-store":"2.0.0-nightly.20250819","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250819","@aztec/blob-sink":"2.0.0-nightly.20250819","@aztec/constants":"2.0.0-nightly.20250819","@aztec/simulator":"2.0.0-nightly.20250819","@aztec/aztec-node":"2.0.0-nightly.20250819","@aztec/foundation":"2.0.0-nightly.20250819","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250819","@aztec/epoch-cache":"2.0.0-nightly.20250819","@aztec/merkle-tree":"2.0.0-nightly.20250819","@aztec/prover-node":"2.0.0-nightly.20250819","@aztec/world-state":"2.0.0-nightly.20250819","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250819","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250819","@aztec/noir-noirc_abi":"2.0.0-nightly.20250819","@aztec/sequencer-client":"2.0.0-nightly.20250819","@aztec/telemetry-client":"2.0.0-nightly.20250819","@aztec/validator-client":"2.0.0-nightly.20250819","@aztec/noir-contracts.js":"2.0.0-nightly.20250819","@aztec/protocol-contracts":"2.0.0-nightly.20250819","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250819","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250819"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250819_1755572553680_0.4806454600275776","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250820":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250820","_id":"@aztec/end-to-end@2.0.0-nightly.20250820","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a2daf9759a27005112513498f91d943da57146f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250820.tgz","fileCount":194,"integrity":"sha512-NN0sfx9r5VXvkvhTQDBrPNwKf8s3IFDPYhAKgq9qUqPg86SzB/OLgK/e2B19VHeFxKlrllNAb5IdQmybqQyp2g==","signatures":[{"sig":"MEQCIB2iYnXUfus89unmPWXJ+fmp7Vjc3aW3hUA5ws2V5p/3AiA3rXTRpn92tR8X6JdO+Tu9oAXRYOAzTbYSRO/InsnfAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"286fbfae25b173d372164eedd7b22926eac32b2a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250820","@aztec/cli":"2.0.0-nightly.20250820","@aztec/p2p":"2.0.0-nightly.20250820","@aztec/pxe":"2.0.0-nightly.20250820","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250820","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250820","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250820","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250820","@aztec/archiver":"2.0.0-nightly.20250820","@aztec/aztec.js":"2.0.0-nightly.20250820","@aztec/blob-lib":"2.0.0-nightly.20250820","@aztec/ethereum":"2.0.0-nightly.20250820","@aztec/kv-store":"2.0.0-nightly.20250820","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250820","@aztec/blob-sink":"2.0.0-nightly.20250820","@aztec/constants":"2.0.0-nightly.20250820","@aztec/simulator":"2.0.0-nightly.20250820","@aztec/aztec-node":"2.0.0-nightly.20250820","@aztec/foundation":"2.0.0-nightly.20250820","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250820","@aztec/epoch-cache":"2.0.0-nightly.20250820","@aztec/merkle-tree":"2.0.0-nightly.20250820","@aztec/prover-node":"2.0.0-nightly.20250820","@aztec/world-state":"2.0.0-nightly.20250820","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250820","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250820","@aztec/noir-noirc_abi":"2.0.0-nightly.20250820","@aztec/sequencer-client":"2.0.0-nightly.20250820","@aztec/telemetry-client":"2.0.0-nightly.20250820","@aztec/validator-client":"2.0.0-nightly.20250820","@aztec/noir-contracts.js":"2.0.0-nightly.20250820","@aztec/protocol-contracts":"2.0.0-nightly.20250820","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250820","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250820"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250820_1755658772925_0.8365324374552887","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250821":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250821","_id":"@aztec/end-to-end@2.0.0-nightly.20250821","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"35aeb1f455dea182e6868af90b5a7e06844cdf2c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250821.tgz","fileCount":194,"integrity":"sha512-GqF1cP6X/wy/eko6ultBz+7XKuqfALBbdbJNqh6bH6Ml4N92I/EDaPRkBc/jhm4rNTv9jmb9Xz33+Xbc7Es/4w==","signatures":[{"sig":"MEQCIEf9Ab1uxJ0wSrMfsc0GOhvRtzb44JQG8H92FyW6lZPeAiA3OVlVARPnJtW9ub8Bjcigtju+hm2+RL4Q+k+Ab7oyNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634345},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5b98269704ded8732520958ece798228e7a0540e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250821","@aztec/cli":"2.0.0-nightly.20250821","@aztec/p2p":"2.0.0-nightly.20250821","@aztec/pxe":"2.0.0-nightly.20250821","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250821","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250821","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250821","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250821","@aztec/archiver":"2.0.0-nightly.20250821","@aztec/aztec.js":"2.0.0-nightly.20250821","@aztec/blob-lib":"2.0.0-nightly.20250821","@aztec/ethereum":"2.0.0-nightly.20250821","@aztec/kv-store":"2.0.0-nightly.20250821","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250821","@aztec/blob-sink":"2.0.0-nightly.20250821","@aztec/constants":"2.0.0-nightly.20250821","@aztec/simulator":"2.0.0-nightly.20250821","@aztec/aztec-node":"2.0.0-nightly.20250821","@aztec/foundation":"2.0.0-nightly.20250821","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250821","@aztec/epoch-cache":"2.0.0-nightly.20250821","@aztec/merkle-tree":"2.0.0-nightly.20250821","@aztec/prover-node":"2.0.0-nightly.20250821","@aztec/world-state":"2.0.0-nightly.20250821","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250821","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250821","@aztec/noir-noirc_abi":"2.0.0-nightly.20250821","@aztec/sequencer-client":"2.0.0-nightly.20250821","@aztec/telemetry-client":"2.0.0-nightly.20250821","@aztec/validator-client":"2.0.0-nightly.20250821","@aztec/noir-contracts.js":"2.0.0-nightly.20250821","@aztec/protocol-contracts":"2.0.0-nightly.20250821","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250821","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250821"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250821_1755745478707_0.9553045850213107","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250822":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250822","_id":"@aztec/end-to-end@2.0.0-nightly.20250822","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c4bfd2d68e0781b7f0e6058e79cd3eed19705691","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250822.tgz","fileCount":194,"integrity":"sha512-X8hY8DjtSrym43vf7iOtHxPIi5W3q7re4egxqaLXdSAf7x0KjEsiWn1i1t5GN8kDFpLtfwSJlLdNSnrqprLVeg==","signatures":[{"sig":"MEUCIB7yS38Nf5w8ZoLMCijLx5AmwchAsVyMYIzxUb7V2LfMAiEAgOz6y5OD2Gne+sHA+xvSSk86ze6MoHS4pdpXDJCt8xA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36634341},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5ee18816c5b7fa76eb011a5dda45858ee73df3a1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250822","@aztec/cli":"2.0.0-nightly.20250822","@aztec/p2p":"2.0.0-nightly.20250822","@aztec/pxe":"2.0.0-nightly.20250822","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250822","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250822","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250822","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250822","@aztec/archiver":"2.0.0-nightly.20250822","@aztec/aztec.js":"2.0.0-nightly.20250822","@aztec/blob-lib":"2.0.0-nightly.20250822","@aztec/ethereum":"2.0.0-nightly.20250822","@aztec/kv-store":"2.0.0-nightly.20250822","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250822","@aztec/blob-sink":"2.0.0-nightly.20250822","@aztec/constants":"2.0.0-nightly.20250822","@aztec/simulator":"2.0.0-nightly.20250822","@aztec/aztec-node":"2.0.0-nightly.20250822","@aztec/foundation":"2.0.0-nightly.20250822","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250822","@aztec/epoch-cache":"2.0.0-nightly.20250822","@aztec/merkle-tree":"2.0.0-nightly.20250822","@aztec/prover-node":"2.0.0-nightly.20250822","@aztec/world-state":"2.0.0-nightly.20250822","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250822","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250822","@aztec/noir-noirc_abi":"2.0.0-nightly.20250822","@aztec/sequencer-client":"2.0.0-nightly.20250822","@aztec/telemetry-client":"2.0.0-nightly.20250822","@aztec/validator-client":"2.0.0-nightly.20250822","@aztec/noir-contracts.js":"2.0.0-nightly.20250822","@aztec/protocol-contracts":"2.0.0-nightly.20250822","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250822","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250822"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250822_1755831687799_0.7761237808315633","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250823":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250823","_id":"@aztec/end-to-end@2.0.0-nightly.20250823","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eb4c6af5c7ec4dbdfd20e58b41540958be5b32b9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250823.tgz","fileCount":194,"integrity":"sha512-wWqMpMLYTcM9Hy8R7spYWtcUYGxUzwENWb9lPlE10ejzsY6V/QkQy44nCTiWdA3bV/Jmff+h8mFwi+d5H254pQ==","signatures":[{"sig":"MEQCIHdvPXxqDqDlq+o4/OoUmwp985MU1cFVGoRikCffmSRgAiAGijHIuE/EDZLu3ofu33x5o578BGaVU2uGKsPymL8a8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36633344},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d909e0c37b37e04162b7cefd9606e8b3b8823fd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250823","@aztec/cli":"2.0.0-nightly.20250823","@aztec/p2p":"2.0.0-nightly.20250823","@aztec/pxe":"2.0.0-nightly.20250823","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250823","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250823","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250823","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250823","@aztec/archiver":"2.0.0-nightly.20250823","@aztec/aztec.js":"2.0.0-nightly.20250823","@aztec/blob-lib":"2.0.0-nightly.20250823","@aztec/ethereum":"2.0.0-nightly.20250823","@aztec/kv-store":"2.0.0-nightly.20250823","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250823","@aztec/blob-sink":"2.0.0-nightly.20250823","@aztec/constants":"2.0.0-nightly.20250823","@aztec/simulator":"2.0.0-nightly.20250823","@aztec/aztec-node":"2.0.0-nightly.20250823","@aztec/foundation":"2.0.0-nightly.20250823","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250823","@aztec/epoch-cache":"2.0.0-nightly.20250823","@aztec/merkle-tree":"2.0.0-nightly.20250823","@aztec/prover-node":"2.0.0-nightly.20250823","@aztec/world-state":"2.0.0-nightly.20250823","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250823","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250823","@aztec/noir-noirc_abi":"2.0.0-nightly.20250823","@aztec/sequencer-client":"2.0.0-nightly.20250823","@aztec/telemetry-client":"2.0.0-nightly.20250823","@aztec/validator-client":"2.0.0-nightly.20250823","@aztec/noir-contracts.js":"2.0.0-nightly.20250823","@aztec/protocol-contracts":"2.0.0-nightly.20250823","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250823","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250823"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250823_1755918025038_0.8024952495545778","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250824":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250824","_id":"@aztec/end-to-end@2.0.0-nightly.20250824","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f465c30a0c4edaf8a124e9cbe40bc0c2a0e9e470","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250824.tgz","fileCount":194,"integrity":"sha512-m2eGzowc4y1N1nhSifyUVpy0HeQcYjTMDBdII2qAxfZBIzXERidSvve1wkUITCPqVmWY7bsSPMjJf82exmUYHg==","signatures":[{"sig":"MEUCIQC2QcW6J1o8ZZ9qmvVMy/TtfqQcGJ15mCuk8eEujRXfyQIgTVtOu3StXvAqG2jeR6Pz4OkMaXTjTgyVKwzIMWc2nY0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36633344},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"22d4ca93d141f422f2364ffb3ec0be9fdcfd2c99","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250824","@aztec/cli":"2.0.0-nightly.20250824","@aztec/p2p":"2.0.0-nightly.20250824","@aztec/pxe":"2.0.0-nightly.20250824","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250824","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250824","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250824","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250824","@aztec/archiver":"2.0.0-nightly.20250824","@aztec/aztec.js":"2.0.0-nightly.20250824","@aztec/blob-lib":"2.0.0-nightly.20250824","@aztec/ethereum":"2.0.0-nightly.20250824","@aztec/kv-store":"2.0.0-nightly.20250824","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250824","@aztec/blob-sink":"2.0.0-nightly.20250824","@aztec/constants":"2.0.0-nightly.20250824","@aztec/simulator":"2.0.0-nightly.20250824","@aztec/aztec-node":"2.0.0-nightly.20250824","@aztec/foundation":"2.0.0-nightly.20250824","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250824","@aztec/epoch-cache":"2.0.0-nightly.20250824","@aztec/merkle-tree":"2.0.0-nightly.20250824","@aztec/prover-node":"2.0.0-nightly.20250824","@aztec/world-state":"2.0.0-nightly.20250824","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250824","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250824","@aztec/noir-noirc_abi":"2.0.0-nightly.20250824","@aztec/sequencer-client":"2.0.0-nightly.20250824","@aztec/telemetry-client":"2.0.0-nightly.20250824","@aztec/validator-client":"2.0.0-nightly.20250824","@aztec/noir-contracts.js":"2.0.0-nightly.20250824","@aztec/protocol-contracts":"2.0.0-nightly.20250824","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250824","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250824"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250824_1756004770183_0.13595595802031846","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250825":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250825","_id":"@aztec/end-to-end@2.0.0-nightly.20250825","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c0017bdf9ded2e2a43297ebd81a659f24516ed6a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250825.tgz","fileCount":194,"integrity":"sha512-+PzZoyqr6bRcRer3MpnpO2vacCwx0DWhkEqmAFMZPwJyLgD2+s/LPzuUFVWu/99EeWh1nGotNaiTF57nr4Es8Q==","signatures":[{"sig":"MEUCIQChQ7RFuS4GDlPrO9au3mfQ4gc+ilkKu9ZcFDBDjRD+NwIgDSQzO1BiP3z6+ruweXmGtOuilo/o7/7IR4mqz4CN/sE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36633344},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8fd3ab3ebb75d53958ba0bd1f487b64b7548c444","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250825","@aztec/cli":"2.0.0-nightly.20250825","@aztec/p2p":"2.0.0-nightly.20250825","@aztec/pxe":"2.0.0-nightly.20250825","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250825","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250825","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250825","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250825","@aztec/archiver":"2.0.0-nightly.20250825","@aztec/aztec.js":"2.0.0-nightly.20250825","@aztec/blob-lib":"2.0.0-nightly.20250825","@aztec/ethereum":"2.0.0-nightly.20250825","@aztec/kv-store":"2.0.0-nightly.20250825","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250825","@aztec/blob-sink":"2.0.0-nightly.20250825","@aztec/constants":"2.0.0-nightly.20250825","@aztec/simulator":"2.0.0-nightly.20250825","@aztec/aztec-node":"2.0.0-nightly.20250825","@aztec/foundation":"2.0.0-nightly.20250825","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250825","@aztec/epoch-cache":"2.0.0-nightly.20250825","@aztec/merkle-tree":"2.0.0-nightly.20250825","@aztec/prover-node":"2.0.0-nightly.20250825","@aztec/world-state":"2.0.0-nightly.20250825","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250825","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250825","@aztec/noir-noirc_abi":"2.0.0-nightly.20250825","@aztec/sequencer-client":"2.0.0-nightly.20250825","@aztec/telemetry-client":"2.0.0-nightly.20250825","@aztec/validator-client":"2.0.0-nightly.20250825","@aztec/noir-contracts.js":"2.0.0-nightly.20250825","@aztec/protocol-contracts":"2.0.0-nightly.20250825","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250825","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250825"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250825_1756090769185_0.05035918962284702","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250826":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250826","_id":"@aztec/end-to-end@2.0.0-nightly.20250826","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65e5001028a3ba2b9494d8ba2ed0692d76d631b1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250826.tgz","fileCount":178,"integrity":"sha512-Og7ybTQWeV6lctOwLWQ/ULhNnuQsNqlNeXfIHvpM29XKiZ3fwrtwRfmfJJMFUNxVdmDSQxXppEvNRPnx71XMRA==","signatures":[{"sig":"MEYCIQD6qynV+IzPBRHop2DLxFdoWXXUBHVqClXS0s7dBDYWygIhAKAQPOFC43CmP3ynrYFqKyN+Xr9Rab7QYn06HUJchdFc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36619212},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"47eefbad0092daf4f5e92c537c8087292c197754","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250826","@aztec/cli":"2.0.0-nightly.20250826","@aztec/p2p":"2.0.0-nightly.20250826","@aztec/pxe":"2.0.0-nightly.20250826","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250826","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250826","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250826","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250826","@aztec/archiver":"2.0.0-nightly.20250826","@aztec/aztec.js":"2.0.0-nightly.20250826","@aztec/blob-lib":"2.0.0-nightly.20250826","@aztec/ethereum":"2.0.0-nightly.20250826","@aztec/kv-store":"2.0.0-nightly.20250826","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250826","@aztec/blob-sink":"2.0.0-nightly.20250826","@aztec/constants":"2.0.0-nightly.20250826","@aztec/simulator":"2.0.0-nightly.20250826","@aztec/aztec-node":"2.0.0-nightly.20250826","@aztec/foundation":"2.0.0-nightly.20250826","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250826","@aztec/epoch-cache":"2.0.0-nightly.20250826","@aztec/merkle-tree":"2.0.0-nightly.20250826","@aztec/prover-node":"2.0.0-nightly.20250826","@aztec/world-state":"2.0.0-nightly.20250826","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250826","@types/lodash.every":"^4.6.7","@aztec/prover-client":"2.0.0-nightly.20250826","@aztec/noir-noirc_abi":"2.0.0-nightly.20250826","@aztec/sequencer-client":"2.0.0-nightly.20250826","@aztec/telemetry-client":"2.0.0-nightly.20250826","@aztec/validator-client":"2.0.0-nightly.20250826","@aztec/noir-contracts.js":"2.0.0-nightly.20250826","@aztec/protocol-contracts":"2.0.0-nightly.20250826","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250826","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250826"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250826_1756177295089_0.196284906875275","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250827":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250827","_id":"@aztec/end-to-end@2.0.0-nightly.20250827","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"867a5e0593da8b7e2cb0c8d7f6e8ed81895787fc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250827.tgz","fileCount":182,"integrity":"sha512-g6gk3nOtStKEt0dpigQVnXk3N0lmdMc36P1sPon0HKqZqCLrfOcqp1YMLrjC72Z3PgayomOr4gzIgIvLP4MtNw==","signatures":[{"sig":"MEUCIQDvofXmKI4+iMZMobObkWlIMC3+rn4yydFOwjo6X7SRHQIgU1+ouFo5A346KOgSZUukMDDoK7Xwi58W4F9++RJxoxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36641326},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4b3dd11d62c142ea5b36bf2686e0378bfefb2dda","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250827","@aztec/cli":"2.0.0-nightly.20250827","@aztec/p2p":"2.0.0-nightly.20250827","@aztec/pxe":"2.0.0-nightly.20250827","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250827","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250827","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250827","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250827","@aztec/archiver":"2.0.0-nightly.20250827","@aztec/aztec.js":"2.0.0-nightly.20250827","@aztec/blob-lib":"2.0.0-nightly.20250827","@aztec/ethereum":"2.0.0-nightly.20250827","@aztec/kv-store":"2.0.0-nightly.20250827","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250827","@aztec/blob-sink":"2.0.0-nightly.20250827","@aztec/constants":"2.0.0-nightly.20250827","@aztec/simulator":"2.0.0-nightly.20250827","@aztec/aztec-node":"2.0.0-nightly.20250827","@aztec/foundation":"2.0.0-nightly.20250827","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250827","@aztec/epoch-cache":"2.0.0-nightly.20250827","@aztec/merkle-tree":"2.0.0-nightly.20250827","@aztec/prover-node":"2.0.0-nightly.20250827","@aztec/world-state":"2.0.0-nightly.20250827","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250827","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250827","@aztec/prover-client":"2.0.0-nightly.20250827","@aztec/noir-noirc_abi":"2.0.0-nightly.20250827","@aztec/sequencer-client":"2.0.0-nightly.20250827","@aztec/telemetry-client":"2.0.0-nightly.20250827","@aztec/validator-client":"2.0.0-nightly.20250827","@aztec/noir-contracts.js":"2.0.0-nightly.20250827","@aztec/protocol-contracts":"2.0.0-nightly.20250827","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250827","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250827"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250827_1756263563320_0.5533378721010287","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250828":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250828","_id":"@aztec/end-to-end@2.0.0-nightly.20250828","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"15f2a4a978f080c1656bb18905ac34bcd66bd0e0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250828.tgz","fileCount":182,"integrity":"sha512-bC2rBscqFT1M9eG+c+tUXAkg6pXkj0ikfwT2aIERGiFFxKEsxDh50wnV2toy0Cz2dTmYIL8aMQ3GvIJvCD55rg==","signatures":[{"sig":"MEQCID7fGdk6Abf7UA9kzkHw9bBGhz4J5dvM/D9GkRNrYZVhAiBBcIJPErKtGQVFeuKAl1t6QmK6Gr5FSxZv2Mq97iDL2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645304},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2e6250906a9fbfad1d207a5bd284024987ad204c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250828","@aztec/cli":"2.0.0-nightly.20250828","@aztec/p2p":"2.0.0-nightly.20250828","@aztec/pxe":"2.0.0-nightly.20250828","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250828","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250828","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250828","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250828","@aztec/archiver":"2.0.0-nightly.20250828","@aztec/aztec.js":"2.0.0-nightly.20250828","@aztec/blob-lib":"2.0.0-nightly.20250828","@aztec/ethereum":"2.0.0-nightly.20250828","@aztec/kv-store":"2.0.0-nightly.20250828","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250828","@aztec/blob-sink":"2.0.0-nightly.20250828","@aztec/constants":"2.0.0-nightly.20250828","@aztec/simulator":"2.0.0-nightly.20250828","@aztec/aztec-node":"2.0.0-nightly.20250828","@aztec/foundation":"2.0.0-nightly.20250828","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250828","@aztec/epoch-cache":"2.0.0-nightly.20250828","@aztec/merkle-tree":"2.0.0-nightly.20250828","@aztec/prover-node":"2.0.0-nightly.20250828","@aztec/world-state":"2.0.0-nightly.20250828","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250828","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250828","@aztec/prover-client":"2.0.0-nightly.20250828","@aztec/noir-noirc_abi":"2.0.0-nightly.20250828","@aztec/sequencer-client":"2.0.0-nightly.20250828","@aztec/telemetry-client":"2.0.0-nightly.20250828","@aztec/validator-client":"2.0.0-nightly.20250828","@aztec/noir-contracts.js":"2.0.0-nightly.20250828","@aztec/protocol-contracts":"2.0.0-nightly.20250828","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250828","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250828"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250828_1756349945339_0.57420129477543","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250829":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250829","_id":"@aztec/end-to-end@2.0.0-nightly.20250829","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1d7c09cfb57cbbeee58cc7a79fccfbc24876e15a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250829.tgz","fileCount":182,"integrity":"sha512-7ulGPHpRf43fGyEWCIZAvvDqJ46YOqj7WT8T0ClSKPpZduHpwaG8Phy1EusWsXLuLqObrsBtm4VQa5BeoVW0sg==","signatures":[{"sig":"MEQCICBZ9oB86wxMKHlkWf4KpHh6CvCOUmxbDDMSSU76smftAiAXhcF0o1bAa9rt+QzTpecszx+pmbs9fZLadFa3OqANlg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646249},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5c178eb2a42f1a76d62dfecfcfb73baca265ccd8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250829","@aztec/cli":"2.0.0-nightly.20250829","@aztec/p2p":"2.0.0-nightly.20250829","@aztec/pxe":"2.0.0-nightly.20250829","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250829","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250829","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250829","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250829","@aztec/archiver":"2.0.0-nightly.20250829","@aztec/aztec.js":"2.0.0-nightly.20250829","@aztec/blob-lib":"2.0.0-nightly.20250829","@aztec/ethereum":"2.0.0-nightly.20250829","@aztec/kv-store":"2.0.0-nightly.20250829","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250829","@aztec/blob-sink":"2.0.0-nightly.20250829","@aztec/constants":"2.0.0-nightly.20250829","@aztec/simulator":"2.0.0-nightly.20250829","@aztec/aztec-node":"2.0.0-nightly.20250829","@aztec/foundation":"2.0.0-nightly.20250829","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250829","@aztec/epoch-cache":"2.0.0-nightly.20250829","@aztec/merkle-tree":"2.0.0-nightly.20250829","@aztec/prover-node":"2.0.0-nightly.20250829","@aztec/world-state":"2.0.0-nightly.20250829","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250829","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250829","@aztec/prover-client":"2.0.0-nightly.20250829","@aztec/noir-noirc_abi":"2.0.0-nightly.20250829","@aztec/sequencer-client":"2.0.0-nightly.20250829","@aztec/telemetry-client":"2.0.0-nightly.20250829","@aztec/validator-client":"2.0.0-nightly.20250829","@aztec/noir-contracts.js":"2.0.0-nightly.20250829","@aztec/protocol-contracts":"2.0.0-nightly.20250829","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250829","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250829"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250829_1756436326775_0.13990846552145375","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250830":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250830","_id":"@aztec/end-to-end@2.0.0-nightly.20250830","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d98f2f082a40ee277fd35644cc2d1e5bae2e2db2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250830.tgz","fileCount":182,"integrity":"sha512-lItZhdn1Z6dz/b0oCnbhEt9/93MN1JQrfg5gJLebH+pdQkzX9hAbBX17dBM2MtQErNoTEga4/kYb1pzZZNNJGQ==","signatures":[{"sig":"MEQCIAypEnZB+Leyz60dY9I8/3Mz8jr11aOYIGJNu+uocy5dAiBiBiqW3//hIRhNjDozUrPDmOGFgU2JBsDziegBdpR4IA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36627955},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5ab003f4d8fa06ccd415be8db60bdb435485b0ae","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250830","@aztec/cli":"2.0.0-nightly.20250830","@aztec/p2p":"2.0.0-nightly.20250830","@aztec/pxe":"2.0.0-nightly.20250830","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250830","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250830","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250830","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250830","@aztec/archiver":"2.0.0-nightly.20250830","@aztec/aztec.js":"2.0.0-nightly.20250830","@aztec/blob-lib":"2.0.0-nightly.20250830","@aztec/ethereum":"2.0.0-nightly.20250830","@aztec/kv-store":"2.0.0-nightly.20250830","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250830","@aztec/blob-sink":"2.0.0-nightly.20250830","@aztec/constants":"2.0.0-nightly.20250830","@aztec/simulator":"2.0.0-nightly.20250830","@aztec/aztec-node":"2.0.0-nightly.20250830","@aztec/foundation":"2.0.0-nightly.20250830","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250830","@aztec/epoch-cache":"2.0.0-nightly.20250830","@aztec/merkle-tree":"2.0.0-nightly.20250830","@aztec/prover-node":"2.0.0-nightly.20250830","@aztec/world-state":"2.0.0-nightly.20250830","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250830","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250830","@aztec/prover-client":"2.0.0-nightly.20250830","@aztec/noir-noirc_abi":"2.0.0-nightly.20250830","@aztec/sequencer-client":"2.0.0-nightly.20250830","@aztec/telemetry-client":"2.0.0-nightly.20250830","@aztec/validator-client":"2.0.0-nightly.20250830","@aztec/noir-contracts.js":"2.0.0-nightly.20250830","@aztec/protocol-contracts":"2.0.0-nightly.20250830","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250830","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250830"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250830_1756522533636_0.44003160363217786","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250831":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250831","_id":"@aztec/end-to-end@2.0.0-nightly.20250831","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f8787f5222f3ae0710a27d8cea5d942d366be000","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250831.tgz","fileCount":182,"integrity":"sha512-aYTBnTWyo/6bObm+RzsZSMB4CrJC3ciV2FDxPfa0NxzeOKGg+659cCmC/G44Vn4rrGPB7hKkwb4t9T6A42TkhA==","signatures":[{"sig":"MEUCIQDyc8KzmLGFKoyn9SgLtwfy69MeSGL/7egBSHqblsOY3AIgWOs7nDBvop0zQcJKSe86NtrCPIOOdVTSYj1X4ZHzvTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36627955},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9089619d36a3ca108bda6a432466686e9d8bc36a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250831","@aztec/cli":"2.0.0-nightly.20250831","@aztec/p2p":"2.0.0-nightly.20250831","@aztec/pxe":"2.0.0-nightly.20250831","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250831","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250831","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250831","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250831","@aztec/archiver":"2.0.0-nightly.20250831","@aztec/aztec.js":"2.0.0-nightly.20250831","@aztec/blob-lib":"2.0.0-nightly.20250831","@aztec/ethereum":"2.0.0-nightly.20250831","@aztec/kv-store":"2.0.0-nightly.20250831","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250831","@aztec/blob-sink":"2.0.0-nightly.20250831","@aztec/constants":"2.0.0-nightly.20250831","@aztec/simulator":"2.0.0-nightly.20250831","@aztec/aztec-node":"2.0.0-nightly.20250831","@aztec/foundation":"2.0.0-nightly.20250831","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250831","@aztec/epoch-cache":"2.0.0-nightly.20250831","@aztec/merkle-tree":"2.0.0-nightly.20250831","@aztec/prover-node":"2.0.0-nightly.20250831","@aztec/world-state":"2.0.0-nightly.20250831","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250831","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250831","@aztec/prover-client":"2.0.0-nightly.20250831","@aztec/noir-noirc_abi":"2.0.0-nightly.20250831","@aztec/sequencer-client":"2.0.0-nightly.20250831","@aztec/telemetry-client":"2.0.0-nightly.20250831","@aztec/validator-client":"2.0.0-nightly.20250831","@aztec/noir-contracts.js":"2.0.0-nightly.20250831","@aztec/protocol-contracts":"2.0.0-nightly.20250831","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250831","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250831"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250831_1756608709508_0.3504837902237572","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250901":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250901","_id":"@aztec/end-to-end@2.0.0-nightly.20250901","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0184a8ff604cee876df8ad499d04fab0e3b17f4a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250901.tgz","fileCount":182,"integrity":"sha512-HFc0CscASuSZ/XYQDE4pfs7Qls+3T7oQQzfEkOxhevQpAdbyWG8P9ovSGxryd5Ce0Z4R0L6qcv9cF75sgeK4qg==","signatures":[{"sig":"MEUCIGzQKKdevoV627iqj0WXr5QscJnstJfEK5jOOUCiagwvAiEA+sK42SaOhthfw1pXgteY0QbafeSxGXeSuqg9vEeVbQI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36627955},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8bd8f2033c441d7bb02feaa19528a71e93189db6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250901","@aztec/cli":"2.0.0-nightly.20250901","@aztec/p2p":"2.0.0-nightly.20250901","@aztec/pxe":"2.0.0-nightly.20250901","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250901","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250901","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250901","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250901","@aztec/archiver":"2.0.0-nightly.20250901","@aztec/aztec.js":"2.0.0-nightly.20250901","@aztec/blob-lib":"2.0.0-nightly.20250901","@aztec/ethereum":"2.0.0-nightly.20250901","@aztec/kv-store":"2.0.0-nightly.20250901","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250901","@aztec/blob-sink":"2.0.0-nightly.20250901","@aztec/constants":"2.0.0-nightly.20250901","@aztec/simulator":"2.0.0-nightly.20250901","@aztec/aztec-node":"2.0.0-nightly.20250901","@aztec/foundation":"2.0.0-nightly.20250901","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250901","@aztec/epoch-cache":"2.0.0-nightly.20250901","@aztec/merkle-tree":"2.0.0-nightly.20250901","@aztec/prover-node":"2.0.0-nightly.20250901","@aztec/world-state":"2.0.0-nightly.20250901","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250901","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250901","@aztec/prover-client":"2.0.0-nightly.20250901","@aztec/noir-noirc_abi":"2.0.0-nightly.20250901","@aztec/sequencer-client":"2.0.0-nightly.20250901","@aztec/telemetry-client":"2.0.0-nightly.20250901","@aztec/validator-client":"2.0.0-nightly.20250901","@aztec/noir-contracts.js":"2.0.0-nightly.20250901","@aztec/protocol-contracts":"2.0.0-nightly.20250901","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250901","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250901"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250901_1756696177852_0.7694820851046515","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250902":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250902","_id":"@aztec/end-to-end@2.0.0-nightly.20250902","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bb9d989ae5cb5077df192f11c03137faa190ba6c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250902.tgz","fileCount":182,"integrity":"sha512-BdGoZS058OBzBZmeuJ7gXiY88niFP4QWZAH1fjb7Ov2S1lpj6FhY96VlbpfbpTzwaEuQNyZSLiYn9Xp4wFPuEA==","signatures":[{"sig":"MEYCIQDW7NCT9NzoJCprZd+B83FlrWAjTB5FGaWDX6MBrIk07AIhALEpJPGfQiK+myZj8/IpFe3++O9XI0X/0ngaPIwMpDkA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628960},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"86b24e35d7f90df68f78f465f461327e160413f6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250902","@aztec/cli":"2.0.0-nightly.20250902","@aztec/p2p":"2.0.0-nightly.20250902","@aztec/pxe":"2.0.0-nightly.20250902","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250902","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250902","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250902","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250902","@aztec/archiver":"2.0.0-nightly.20250902","@aztec/aztec.js":"2.0.0-nightly.20250902","@aztec/blob-lib":"2.0.0-nightly.20250902","@aztec/ethereum":"2.0.0-nightly.20250902","@aztec/kv-store":"2.0.0-nightly.20250902","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250902","@aztec/blob-sink":"2.0.0-nightly.20250902","@aztec/constants":"2.0.0-nightly.20250902","@aztec/simulator":"2.0.0-nightly.20250902","@aztec/aztec-node":"2.0.0-nightly.20250902","@aztec/foundation":"2.0.0-nightly.20250902","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250902","@aztec/epoch-cache":"2.0.0-nightly.20250902","@aztec/merkle-tree":"2.0.0-nightly.20250902","@aztec/prover-node":"2.0.0-nightly.20250902","@aztec/world-state":"2.0.0-nightly.20250902","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250902","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250902","@aztec/prover-client":"2.0.0-nightly.20250902","@aztec/noir-noirc_abi":"2.0.0-nightly.20250902","@aztec/sequencer-client":"2.0.0-nightly.20250902","@aztec/telemetry-client":"2.0.0-nightly.20250902","@aztec/validator-client":"2.0.0-nightly.20250902","@aztec/noir-contracts.js":"2.0.0-nightly.20250902","@aztec/protocol-contracts":"2.0.0-nightly.20250902","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250902","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250902"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250902_1756782017895_0.1828498022692302","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-nightly.20250903":{"name":"@aztec/end-to-end","version":"2.0.0-nightly.20250903","_id":"@aztec/end-to-end@2.0.0-nightly.20250903","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"420d046f8e84ae503c271f0d2799bcc5fbe2e2ea","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-nightly.20250903.tgz","fileCount":182,"integrity":"sha512-9uj/U7Xb/JBeTMOrZVbkWuBytLOimKsOhTzAOV11qlR+FIg/affozWFX6Dpc68GFAe/1Oa+NC9JHJN7SxCZRnw==","signatures":[{"sig":"MEQCIH9cCqwbKbl6A7Vymhfp2uMK459ZJoNZK7hS4RSxjaYWAiBsyB7tg3lGbmlj1peZUAdgKvSexRbSS5Axrthw/qZfGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628960},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6107786a36b462b6262b76c9f03e777c7dbe6a65","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-nightly.20250903","@aztec/cli":"2.0.0-nightly.20250903","@aztec/p2p":"2.0.0-nightly.20250903","@aztec/pxe":"2.0.0-nightly.20250903","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-nightly.20250903","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-nightly.20250903","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-nightly.20250903","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-nightly.20250903","@aztec/archiver":"2.0.0-nightly.20250903","@aztec/aztec.js":"2.0.0-nightly.20250903","@aztec/blob-lib":"2.0.0-nightly.20250903","@aztec/ethereum":"2.0.0-nightly.20250903","@aztec/kv-store":"2.0.0-nightly.20250903","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-nightly.20250903","@aztec/blob-sink":"2.0.0-nightly.20250903","@aztec/constants":"2.0.0-nightly.20250903","@aztec/simulator":"2.0.0-nightly.20250903","@aztec/aztec-node":"2.0.0-nightly.20250903","@aztec/foundation":"2.0.0-nightly.20250903","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-nightly.20250903","@aztec/epoch-cache":"2.0.0-nightly.20250903","@aztec/merkle-tree":"2.0.0-nightly.20250903","@aztec/prover-node":"2.0.0-nightly.20250903","@aztec/world-state":"2.0.0-nightly.20250903","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-nightly.20250903","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-nightly.20250903","@aztec/prover-client":"2.0.0-nightly.20250903","@aztec/noir-noirc_abi":"2.0.0-nightly.20250903","@aztec/sequencer-client":"2.0.0-nightly.20250903","@aztec/telemetry-client":"2.0.0-nightly.20250903","@aztec/validator-client":"2.0.0-nightly.20250903","@aztec/noir-contracts.js":"2.0.0-nightly.20250903","@aztec/protocol-contracts":"2.0.0-nightly.20250903","@aztec/noir-test-contracts.js":"2.0.0-nightly.20250903","@aztec/noir-protocol-circuits-types":"2.0.0-nightly.20250903"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-nightly.20250903_1756868293675_0.8451563268057314","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250904":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250904","_id":"@aztec/end-to-end@3.0.0-nightly.20250904","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8df6d86b1ed6b2d2e4b412d98ab64865a8f4587e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250904.tgz","fileCount":183,"integrity":"sha512-YwMFrFVbz7cmI5XUNfL12FQNZIJAewBpoZusKhKsYf1FikRkPF+2Jp2bsXbNgWw186/OctcF0qf2Lp8nJLsknQ==","signatures":[{"sig":"MEUCIBq/3GSNVCtH0wEzd21srI49tbcrz0NeQdEZwYVNvBh8AiEA3E+2CHBEJb6JsCNoA9/XCrSsO43GHlGegyqBfvJ55hM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628980},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8b710ff5292526b3801d684fa846a242f7278a6b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250904","@aztec/cli":"3.0.0-nightly.20250904","@aztec/p2p":"3.0.0-nightly.20250904","@aztec/pxe":"3.0.0-nightly.20250904","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250904","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250904","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250904","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250904","@aztec/archiver":"3.0.0-nightly.20250904","@aztec/aztec.js":"3.0.0-nightly.20250904","@aztec/blob-lib":"3.0.0-nightly.20250904","@aztec/ethereum":"3.0.0-nightly.20250904","@aztec/kv-store":"3.0.0-nightly.20250904","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250904","@aztec/blob-sink":"3.0.0-nightly.20250904","@aztec/constants":"3.0.0-nightly.20250904","@aztec/simulator":"3.0.0-nightly.20250904","@aztec/aztec-node":"3.0.0-nightly.20250904","@aztec/foundation":"3.0.0-nightly.20250904","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250904","@aztec/epoch-cache":"3.0.0-nightly.20250904","@aztec/merkle-tree":"3.0.0-nightly.20250904","@aztec/prover-node":"3.0.0-nightly.20250904","@aztec/world-state":"3.0.0-nightly.20250904","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250904","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250904","@aztec/prover-client":"3.0.0-nightly.20250904","@aztec/noir-noirc_abi":"3.0.0-nightly.20250904","@aztec/sequencer-client":"3.0.0-nightly.20250904","@aztec/telemetry-client":"3.0.0-nightly.20250904","@aztec/validator-client":"3.0.0-nightly.20250904","@aztec/noir-contracts.js":"3.0.0-nightly.20250904","@aztec/protocol-contracts":"3.0.0-nightly.20250904","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250904","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250904"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250904_1756955202670_0.5411985482505537","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-canary.a9708bd":{"name":"@aztec/end-to-end","version":"3.0.0-canary.a9708bd","_id":"@aztec/end-to-end@3.0.0-canary.a9708bd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"45276a9c6e15f8dd4d5306e82aab33faf08d62f0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-canary.a9708bd.tgz","fileCount":183,"integrity":"sha512-WDmYuOu90Aim21nlswLtkfySIpbnbeIlJcSrBMHLFWj8RhNmlhEYcAdbQpfWbz+Sm8w2JLsPQjAlsq7mt1ihtg==","signatures":[{"sig":"MEUCIBW4WPaOFhAAeCGoX643lMA07lYNEvaEGdnW+0jWJ6+sAiEAuT/4u9rUHWKVLdqfjzZjL06lk/r5yNA7V7dsOSr837w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628908},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a9708bdc9c079074877f901004215c92e6e8bb8b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-canary.a9708bd","@aztec/cli":"3.0.0-canary.a9708bd","@aztec/p2p":"3.0.0-canary.a9708bd","@aztec/pxe":"3.0.0-canary.a9708bd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-canary.a9708bd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-canary.a9708bd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-canary.a9708bd","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-canary.a9708bd","@aztec/archiver":"3.0.0-canary.a9708bd","@aztec/aztec.js":"3.0.0-canary.a9708bd","@aztec/blob-lib":"3.0.0-canary.a9708bd","@aztec/ethereum":"3.0.0-canary.a9708bd","@aztec/kv-store":"3.0.0-canary.a9708bd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-canary.a9708bd","@aztec/blob-sink":"3.0.0-canary.a9708bd","@aztec/constants":"3.0.0-canary.a9708bd","@aztec/simulator":"3.0.0-canary.a9708bd","@aztec/aztec-node":"3.0.0-canary.a9708bd","@aztec/foundation":"3.0.0-canary.a9708bd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-canary.a9708bd","@aztec/epoch-cache":"3.0.0-canary.a9708bd","@aztec/merkle-tree":"3.0.0-canary.a9708bd","@aztec/prover-node":"3.0.0-canary.a9708bd","@aztec/world-state":"3.0.0-canary.a9708bd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-canary.a9708bd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-canary.a9708bd","@aztec/prover-client":"3.0.0-canary.a9708bd","@aztec/noir-noirc_abi":"3.0.0-canary.a9708bd","@aztec/sequencer-client":"3.0.0-canary.a9708bd","@aztec/telemetry-client":"3.0.0-canary.a9708bd","@aztec/validator-client":"3.0.0-canary.a9708bd","@aztec/noir-contracts.js":"3.0.0-canary.a9708bd","@aztec/protocol-contracts":"3.0.0-canary.a9708bd","@aztec/noir-test-contracts.js":"3.0.0-canary.a9708bd","@aztec/noir-protocol-circuits-types":"3.0.0-canary.a9708bd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-canary.a9708bd_1756999048012_0.5050812246532435","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250905":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250905","_id":"@aztec/end-to-end@3.0.0-nightly.20250905","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"33cbb4d52c60e394466ac71194a37c213f935d04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250905.tgz","fileCount":183,"integrity":"sha512-hmUNHujFkouu8Xh1nYHqyUjUrX0vIRB54H0cwPPlu9IlkYbzfoXbUkA2wN91T+rWUUi4bvI+o1Yti2dtMDb51w==","signatures":[{"sig":"MEUCIGc/geEtU/RxxC0RxAm3lXtrVj0Od96HQrdcuK/XRmSgAiEApJad6UNSHPPFKIb5Dqpo991iBb22dSg+oXwkQn4iX8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36628980},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e53d3d91401c4b0200652dae89be902978de857d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250905","@aztec/cli":"3.0.0-nightly.20250905","@aztec/p2p":"3.0.0-nightly.20250905","@aztec/pxe":"3.0.0-nightly.20250905","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250905","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250905","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250905","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250905","@aztec/archiver":"3.0.0-nightly.20250905","@aztec/aztec.js":"3.0.0-nightly.20250905","@aztec/blob-lib":"3.0.0-nightly.20250905","@aztec/ethereum":"3.0.0-nightly.20250905","@aztec/kv-store":"3.0.0-nightly.20250905","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250905","@aztec/blob-sink":"3.0.0-nightly.20250905","@aztec/constants":"3.0.0-nightly.20250905","@aztec/simulator":"3.0.0-nightly.20250905","@aztec/aztec-node":"3.0.0-nightly.20250905","@aztec/foundation":"3.0.0-nightly.20250905","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250905","@aztec/epoch-cache":"3.0.0-nightly.20250905","@aztec/merkle-tree":"3.0.0-nightly.20250905","@aztec/prover-node":"3.0.0-nightly.20250905","@aztec/world-state":"3.0.0-nightly.20250905","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250905","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250905","@aztec/prover-client":"3.0.0-nightly.20250905","@aztec/noir-noirc_abi":"3.0.0-nightly.20250905","@aztec/sequencer-client":"3.0.0-nightly.20250905","@aztec/telemetry-client":"3.0.0-nightly.20250905","@aztec/validator-client":"3.0.0-nightly.20250905","@aztec/noir-contracts.js":"3.0.0-nightly.20250905","@aztec/protocol-contracts":"3.0.0-nightly.20250905","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250905","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250905"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250905_1757041149029_0.9748142874049497","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250906":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250906","_id":"@aztec/end-to-end@3.0.0-nightly.20250906","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9bcb402349729f065529bb6c3c89983679e11966","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250906.tgz","fileCount":183,"integrity":"sha512-p6P2zpDGtbmGvr/Wnb9oE0LJXgbfmACOYZ85zWpMNkKZWxMaXZumn+LNUc0yLrf4YpnvNYMa0zj7oixE44V6xw==","signatures":[{"sig":"MEYCIQCaF+WxtpWbNQtEpU66mtAG124IyCCjniilgmr8EjijBgIhANTjdFzO08Oe0N1CzIZCG5d6cccb9w9qvVKkR1wwSdeu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636318},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2a69eb9febde11d762350cb90ad518562ca5c631","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250906","@aztec/cli":"3.0.0-nightly.20250906","@aztec/p2p":"3.0.0-nightly.20250906","@aztec/pxe":"3.0.0-nightly.20250906","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250906","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250906","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250906","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250906","@aztec/archiver":"3.0.0-nightly.20250906","@aztec/aztec.js":"3.0.0-nightly.20250906","@aztec/blob-lib":"3.0.0-nightly.20250906","@aztec/ethereum":"3.0.0-nightly.20250906","@aztec/kv-store":"3.0.0-nightly.20250906","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250906","@aztec/blob-sink":"3.0.0-nightly.20250906","@aztec/constants":"3.0.0-nightly.20250906","@aztec/simulator":"3.0.0-nightly.20250906","@aztec/aztec-node":"3.0.0-nightly.20250906","@aztec/foundation":"3.0.0-nightly.20250906","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250906","@aztec/epoch-cache":"3.0.0-nightly.20250906","@aztec/merkle-tree":"3.0.0-nightly.20250906","@aztec/prover-node":"3.0.0-nightly.20250906","@aztec/world-state":"3.0.0-nightly.20250906","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250906","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250906","@aztec/prover-client":"3.0.0-nightly.20250906","@aztec/noir-noirc_abi":"3.0.0-nightly.20250906","@aztec/sequencer-client":"3.0.0-nightly.20250906","@aztec/telemetry-client":"3.0.0-nightly.20250906","@aztec/validator-client":"3.0.0-nightly.20250906","@aztec/noir-contracts.js":"3.0.0-nightly.20250906","@aztec/protocol-contracts":"3.0.0-nightly.20250906","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250906","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250906"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250906_1757127338774_0.12601476315045268","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.1":{"name":"@aztec/end-to-end","version":"2.0.0-rc.1","_id":"@aztec/end-to-end@2.0.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5d314a4e74519b774f38207fcbae76b17f3e8d04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.1.tgz","fileCount":183,"integrity":"sha512-X9HUi26nN6e3e+Ctsex1VcqbqvlX2YSh/ER1T7WV4jZ/HvMTeBj/zWdvzvXEWGT3caXqKFtJLHpeXwGfhs9qzA==","signatures":[{"sig":"MEUCIAgCUu3BYxTAsO73w95bRe1QG5/9ayc4lA6VRnW2ouGrAiEApxoaYUv2hXavc13y2D3arbLzvCboFcdkbfyMcLROsPw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"54de5a7d3bba977eee7bcadab1213244c7f66825","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.1","@aztec/cli":"2.0.0-rc.1","@aztec/p2p":"2.0.0-rc.1","@aztec/pxe":"2.0.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.1","@aztec/archiver":"2.0.0-rc.1","@aztec/aztec.js":"2.0.0-rc.1","@aztec/blob-lib":"2.0.0-rc.1","@aztec/ethereum":"2.0.0-rc.1","@aztec/kv-store":"2.0.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.1","@aztec/blob-sink":"2.0.0-rc.1","@aztec/constants":"2.0.0-rc.1","@aztec/simulator":"2.0.0-rc.1","@aztec/aztec-node":"2.0.0-rc.1","@aztec/foundation":"2.0.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.1","@aztec/epoch-cache":"2.0.0-rc.1","@aztec/merkle-tree":"2.0.0-rc.1","@aztec/prover-node":"2.0.0-rc.1","@aztec/world-state":"2.0.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.1","@aztec/prover-client":"2.0.0-rc.1","@aztec/noir-noirc_abi":"2.0.0-rc.1","@aztec/sequencer-client":"2.0.0-rc.1","@aztec/telemetry-client":"2.0.0-rc.1","@aztec/validator-client":"2.0.0-rc.1","@aztec/noir-contracts.js":"2.0.0-rc.1","@aztec/protocol-contracts":"2.0.0-rc.1","@aztec/noir-test-contracts.js":"2.0.0-rc.1","@aztec/noir-protocol-circuits-types":"2.0.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.1_1757156570399_0.5919922510997799","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.2":{"name":"@aztec/end-to-end","version":"2.0.0-rc.2","_id":"@aztec/end-to-end@2.0.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da445eb82fe28012376465c49e7e3c6e8dc2adc1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.2.tgz","fileCount":183,"integrity":"sha512-Q8ZU6RmqoNC+pcoDIIbq1zguAfnYU4xvOfiGkd+lTwZmOR4kYFIhQq6iwhq5IhY7xoQV+McgnMmqjUPEX0zFBw==","signatures":[{"sig":"MEYCIQDnTWx8sKqm7dNY9YWR06kyjNGzPN1cYh3BqPTNrwUCWgIhAOQIN+gMoAGqtjWtyn8v5KiCdWzFobL9g2kv8chPTqnX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64f63f52e19bd08ee2c47695e9a75d2d8e12af42","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.2","@aztec/cli":"2.0.0-rc.2","@aztec/p2p":"2.0.0-rc.2","@aztec/pxe":"2.0.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.2","@aztec/archiver":"2.0.0-rc.2","@aztec/aztec.js":"2.0.0-rc.2","@aztec/blob-lib":"2.0.0-rc.2","@aztec/ethereum":"2.0.0-rc.2","@aztec/kv-store":"2.0.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.2","@aztec/blob-sink":"2.0.0-rc.2","@aztec/constants":"2.0.0-rc.2","@aztec/simulator":"2.0.0-rc.2","@aztec/aztec-node":"2.0.0-rc.2","@aztec/foundation":"2.0.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.2","@aztec/epoch-cache":"2.0.0-rc.2","@aztec/merkle-tree":"2.0.0-rc.2","@aztec/prover-node":"2.0.0-rc.2","@aztec/world-state":"2.0.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.2","@aztec/prover-client":"2.0.0-rc.2","@aztec/noir-noirc_abi":"2.0.0-rc.2","@aztec/sequencer-client":"2.0.0-rc.2","@aztec/telemetry-client":"2.0.0-rc.2","@aztec/validator-client":"2.0.0-rc.2","@aztec/noir-contracts.js":"2.0.0-rc.2","@aztec/protocol-contracts":"2.0.0-rc.2","@aztec/noir-test-contracts.js":"2.0.0-rc.2","@aztec/noir-protocol-circuits-types":"2.0.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.2_1757157029514_0.6529509519084853","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.3":{"name":"@aztec/end-to-end","version":"2.0.0-rc.3","_id":"@aztec/end-to-end@2.0.0-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"986a9b7479fe75bce37402a2daa8ada04c73213c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.3.tgz","fileCount":183,"integrity":"sha512-kvQACZ7UkyRwai6pfSs4BnPyEx2TXLmG2b84GsnMT3OuMNH7WI9UmUFtyuhvdlJNnlNFKyjQDwKOEdoXRZIMqw==","signatures":[{"sig":"MEUCIQCzmTDg/CbcbCs4gaBa6diyX9vnbHL9QAPHJT5koq9lDQIgcJ66veZDwOg+MozRtLnXQ7U9xH8/8ysBWZ44iKGs/5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d973d30768f14976c1f4cf249e536628e56c624b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.3","@aztec/cli":"2.0.0-rc.3","@aztec/p2p":"2.0.0-rc.3","@aztec/pxe":"2.0.0-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.3","@aztec/archiver":"2.0.0-rc.3","@aztec/aztec.js":"2.0.0-rc.3","@aztec/blob-lib":"2.0.0-rc.3","@aztec/ethereum":"2.0.0-rc.3","@aztec/kv-store":"2.0.0-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.3","@aztec/blob-sink":"2.0.0-rc.3","@aztec/constants":"2.0.0-rc.3","@aztec/simulator":"2.0.0-rc.3","@aztec/aztec-node":"2.0.0-rc.3","@aztec/foundation":"2.0.0-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.3","@aztec/epoch-cache":"2.0.0-rc.3","@aztec/merkle-tree":"2.0.0-rc.3","@aztec/prover-node":"2.0.0-rc.3","@aztec/world-state":"2.0.0-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.3","@aztec/prover-client":"2.0.0-rc.3","@aztec/noir-noirc_abi":"2.0.0-rc.3","@aztec/sequencer-client":"2.0.0-rc.3","@aztec/telemetry-client":"2.0.0-rc.3","@aztec/validator-client":"2.0.0-rc.3","@aztec/noir-contracts.js":"2.0.0-rc.3","@aztec/protocol-contracts":"2.0.0-rc.3","@aztec/noir-test-contracts.js":"2.0.0-rc.3","@aztec/noir-protocol-circuits-types":"2.0.0-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.3_1757158644763_0.7715627100798819","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.4":{"name":"@aztec/end-to-end","version":"2.0.0-rc.4","_id":"@aztec/end-to-end@2.0.0-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b65d905530993ff8582e0533faddac794a52e208","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.4.tgz","fileCount":183,"integrity":"sha512-0Csq4GcUZMbbL741gjbO2cwlBtEgYpJNKlLm+i51YYbSG1hYy50+3x7KupFe5dTxZI2Ox6yg6+QXbWFn9WGHrA==","signatures":[{"sig":"MEYCIQC/cwnmUxkNzAJPnW25Tw3Bgv3OFzxSyWr+IzLubT2rEQIhAIEUOXdmOhw8MRDrlFaO6O3txB54aCFxGmjM5nJS8ucC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"94d53b0d0151478c2c9ec14866e0e7b27b849bb7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.4","@aztec/cli":"2.0.0-rc.4","@aztec/p2p":"2.0.0-rc.4","@aztec/pxe":"2.0.0-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.4","@aztec/archiver":"2.0.0-rc.4","@aztec/aztec.js":"2.0.0-rc.4","@aztec/blob-lib":"2.0.0-rc.4","@aztec/ethereum":"2.0.0-rc.4","@aztec/kv-store":"2.0.0-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.4","@aztec/blob-sink":"2.0.0-rc.4","@aztec/constants":"2.0.0-rc.4","@aztec/simulator":"2.0.0-rc.4","@aztec/aztec-node":"2.0.0-rc.4","@aztec/foundation":"2.0.0-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.4","@aztec/epoch-cache":"2.0.0-rc.4","@aztec/merkle-tree":"2.0.0-rc.4","@aztec/prover-node":"2.0.0-rc.4","@aztec/world-state":"2.0.0-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.4","@aztec/prover-client":"2.0.0-rc.4","@aztec/noir-noirc_abi":"2.0.0-rc.4","@aztec/sequencer-client":"2.0.0-rc.4","@aztec/telemetry-client":"2.0.0-rc.4","@aztec/validator-client":"2.0.0-rc.4","@aztec/noir-contracts.js":"2.0.0-rc.4","@aztec/protocol-contracts":"2.0.0-rc.4","@aztec/noir-test-contracts.js":"2.0.0-rc.4","@aztec/noir-protocol-circuits-types":"2.0.0-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.4_1757160371379_0.21366979077233927","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.5":{"name":"@aztec/end-to-end","version":"2.0.0-rc.5","_id":"@aztec/end-to-end@2.0.0-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dca4fe004bf92e2f4879127897d2cc9180b1ab7f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.5.tgz","fileCount":183,"integrity":"sha512-XtSoS0GKtQifegXzyydJ2h8cGIONxXR3Wv+pJX1Cq0FJnZ6dzm/yf7pcMEEGk8f1ikhNpeFdNMS6tXq05KVlbQ==","signatures":[{"sig":"MEQCIENVWQj9b1Zvfcf1B4cbmaGWCDpaXjKZa3K6ly+jwEaoAiBFFZDldzV1kpbniyWsgZ03ZjZmjPIUZWoem8tcJEa9AQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7cd5f83a4c486afb04acfd84ecf8ae81e2b2e0e0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.5","@aztec/cli":"2.0.0-rc.5","@aztec/p2p":"2.0.0-rc.5","@aztec/pxe":"2.0.0-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.5","@aztec/archiver":"2.0.0-rc.5","@aztec/aztec.js":"2.0.0-rc.5","@aztec/blob-lib":"2.0.0-rc.5","@aztec/ethereum":"2.0.0-rc.5","@aztec/kv-store":"2.0.0-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.5","@aztec/blob-sink":"2.0.0-rc.5","@aztec/constants":"2.0.0-rc.5","@aztec/simulator":"2.0.0-rc.5","@aztec/aztec-node":"2.0.0-rc.5","@aztec/foundation":"2.0.0-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.5","@aztec/epoch-cache":"2.0.0-rc.5","@aztec/merkle-tree":"2.0.0-rc.5","@aztec/prover-node":"2.0.0-rc.5","@aztec/world-state":"2.0.0-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.5","@aztec/prover-client":"2.0.0-rc.5","@aztec/noir-noirc_abi":"2.0.0-rc.5","@aztec/sequencer-client":"2.0.0-rc.5","@aztec/telemetry-client":"2.0.0-rc.5","@aztec/validator-client":"2.0.0-rc.5","@aztec/noir-contracts.js":"2.0.0-rc.5","@aztec/protocol-contracts":"2.0.0-rc.5","@aztec/noir-test-contracts.js":"2.0.0-rc.5","@aztec/noir-protocol-circuits-types":"2.0.0-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.5_1757179976735_0.7989560075124857","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.6":{"name":"@aztec/end-to-end","version":"2.0.0-rc.6","_id":"@aztec/end-to-end@2.0.0-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"de9644bc8ad38a9f84369536e3a037f028b17de7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.6.tgz","fileCount":183,"integrity":"sha512-E49GUYNdpmlMwXTpF+nMrqEccxV3uvoOgsq/hM6d4lPLOUbiud1CfDO/IJD9QDC2BHdkKJTI8Mytfof4UEtY3Q==","signatures":[{"sig":"MEUCIQDmY95AqMGhAOphL8M9rpjKnGSJLevCN1hnom+Uqc+S1AIgSFU/nNNLgtcxuW7wC7hGRTbP21Xq7sR8bDsdq6obopA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7f156af0b7b8f5f2f8cfb0358a155a5ec2d33a1e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.6","@aztec/cli":"2.0.0-rc.6","@aztec/p2p":"2.0.0-rc.6","@aztec/pxe":"2.0.0-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.6","@aztec/archiver":"2.0.0-rc.6","@aztec/aztec.js":"2.0.0-rc.6","@aztec/blob-lib":"2.0.0-rc.6","@aztec/ethereum":"2.0.0-rc.6","@aztec/kv-store":"2.0.0-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.6","@aztec/blob-sink":"2.0.0-rc.6","@aztec/constants":"2.0.0-rc.6","@aztec/simulator":"2.0.0-rc.6","@aztec/aztec-node":"2.0.0-rc.6","@aztec/foundation":"2.0.0-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.6","@aztec/epoch-cache":"2.0.0-rc.6","@aztec/merkle-tree":"2.0.0-rc.6","@aztec/prover-node":"2.0.0-rc.6","@aztec/world-state":"2.0.0-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.6","@aztec/prover-client":"2.0.0-rc.6","@aztec/noir-noirc_abi":"2.0.0-rc.6","@aztec/sequencer-client":"2.0.0-rc.6","@aztec/telemetry-client":"2.0.0-rc.6","@aztec/validator-client":"2.0.0-rc.6","@aztec/noir-contracts.js":"2.0.0-rc.6","@aztec/protocol-contracts":"2.0.0-rc.6","@aztec/noir-test-contracts.js":"2.0.0-rc.6","@aztec/noir-protocol-circuits-types":"2.0.0-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.6_1757181320784_0.9182558544486066","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.7":{"name":"@aztec/end-to-end","version":"2.0.0-rc.7","_id":"@aztec/end-to-end@2.0.0-rc.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"489644b5bac4195078f64904626c01f057aaf7fc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.7.tgz","fileCount":183,"integrity":"sha512-m2Cw3Hay9lmj+nyzm70j7ua0Yoh9j8q3RPwDuJQEOWSs5vZn5kWmtNM/AibPIIQmdO6YPdFe6Z09Mt6GquukDg==","signatures":[{"sig":"MEUCIQCphPsW6Pm61V2mH+I5M2HjnkMdzf1PUnkNv7Bm68wRNgIgNX/ZVgJE2NXC3TZmRK0zz+9xCzb8wHXnsCh9/IdkUqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a50e16cd8f40d7ece262119151b11943e797f036","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.7","@aztec/cli":"2.0.0-rc.7","@aztec/p2p":"2.0.0-rc.7","@aztec/pxe":"2.0.0-rc.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.7","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.7","@aztec/archiver":"2.0.0-rc.7","@aztec/aztec.js":"2.0.0-rc.7","@aztec/blob-lib":"2.0.0-rc.7","@aztec/ethereum":"2.0.0-rc.7","@aztec/kv-store":"2.0.0-rc.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.7","@aztec/blob-sink":"2.0.0-rc.7","@aztec/constants":"2.0.0-rc.7","@aztec/simulator":"2.0.0-rc.7","@aztec/aztec-node":"2.0.0-rc.7","@aztec/foundation":"2.0.0-rc.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.7","@aztec/epoch-cache":"2.0.0-rc.7","@aztec/merkle-tree":"2.0.0-rc.7","@aztec/prover-node":"2.0.0-rc.7","@aztec/world-state":"2.0.0-rc.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.7","@aztec/prover-client":"2.0.0-rc.7","@aztec/noir-noirc_abi":"2.0.0-rc.7","@aztec/sequencer-client":"2.0.0-rc.7","@aztec/telemetry-client":"2.0.0-rc.7","@aztec/validator-client":"2.0.0-rc.7","@aztec/noir-contracts.js":"2.0.0-rc.7","@aztec/protocol-contracts":"2.0.0-rc.7","@aztec/noir-test-contracts.js":"2.0.0-rc.7","@aztec/noir-protocol-circuits-types":"2.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.7_1757184958279_0.6611699521569396","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.8":{"name":"@aztec/end-to-end","version":"2.0.0-rc.8","_id":"@aztec/end-to-end@2.0.0-rc.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"36cac7366d815a8ee47cd0ec2b0d10c496545004","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.8.tgz","fileCount":183,"integrity":"sha512-IMAVUmDJUDSch4yZdub7FZwt7E/tsBgkG9G3hT8JgC09cYoExInN6RcRb1RLlshGkWl5c5oDBeHAdfeyDjFlBg==","signatures":[{"sig":"MEUCIQCLb33zRLZ/yJ6i2dk/GO/wpgIIhUcaUfVjdRuDHHUJEgIgEpkbXDYKgPSo5ZHl04ctGfGSM+HmpGeRDdhjPckAFLg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4bf7181c2a1c3bb24689b7df7b424a69a3b985e6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.8","@aztec/cli":"2.0.0-rc.8","@aztec/p2p":"2.0.0-rc.8","@aztec/pxe":"2.0.0-rc.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.8","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.8","@aztec/archiver":"2.0.0-rc.8","@aztec/aztec.js":"2.0.0-rc.8","@aztec/blob-lib":"2.0.0-rc.8","@aztec/ethereum":"2.0.0-rc.8","@aztec/kv-store":"2.0.0-rc.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.8","@aztec/blob-sink":"2.0.0-rc.8","@aztec/constants":"2.0.0-rc.8","@aztec/simulator":"2.0.0-rc.8","@aztec/aztec-node":"2.0.0-rc.8","@aztec/foundation":"2.0.0-rc.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.8","@aztec/epoch-cache":"2.0.0-rc.8","@aztec/merkle-tree":"2.0.0-rc.8","@aztec/prover-node":"2.0.0-rc.8","@aztec/world-state":"2.0.0-rc.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.8","@aztec/prover-client":"2.0.0-rc.8","@aztec/noir-noirc_abi":"2.0.0-rc.8","@aztec/sequencer-client":"2.0.0-rc.8","@aztec/telemetry-client":"2.0.0-rc.8","@aztec/validator-client":"2.0.0-rc.8","@aztec/noir-contracts.js":"2.0.0-rc.8","@aztec/protocol-contracts":"2.0.0-rc.8","@aztec/noir-test-contracts.js":"2.0.0-rc.8","@aztec/noir-protocol-circuits-types":"2.0.0-rc.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.8_1757187645149_0.557270734713105","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.10":{"name":"@aztec/end-to-end","version":"2.0.0-rc.10","_id":"@aztec/end-to-end@2.0.0-rc.10","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e8dee6c91fb3505c05f222e6a1e1abb99122055a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.10.tgz","fileCount":183,"integrity":"sha512-MUmtYhlEKMNoUYtHlYxa9Cz/DOUA7kr2QW34xcj4uOII2CEYQS6JRP944ON/Xo+dWiuzueQovLRSTeFEhz0mSw==","signatures":[{"sig":"MEUCIQD2T9yRmrFYOtPhhLtBXI6oCHHl8C6xiIgw1pZaC+WCaQIgJR5QVrqKpPBo2s5n4Sr7ecD2DQ94WaOqE4dLDVM7Zuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"357e3237b3601b31e6a2631bb12cefbd2dc1477a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.10","@aztec/cli":"2.0.0-rc.10","@aztec/p2p":"2.0.0-rc.10","@aztec/pxe":"2.0.0-rc.10","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.10","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.10","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.10","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.10","@aztec/archiver":"2.0.0-rc.10","@aztec/aztec.js":"2.0.0-rc.10","@aztec/blob-lib":"2.0.0-rc.10","@aztec/ethereum":"2.0.0-rc.10","@aztec/kv-store":"2.0.0-rc.10","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.10","@aztec/blob-sink":"2.0.0-rc.10","@aztec/constants":"2.0.0-rc.10","@aztec/simulator":"2.0.0-rc.10","@aztec/aztec-node":"2.0.0-rc.10","@aztec/foundation":"2.0.0-rc.10","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.10","@aztec/epoch-cache":"2.0.0-rc.10","@aztec/merkle-tree":"2.0.0-rc.10","@aztec/prover-node":"2.0.0-rc.10","@aztec/world-state":"2.0.0-rc.10","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.10","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.10","@aztec/prover-client":"2.0.0-rc.10","@aztec/noir-noirc_abi":"2.0.0-rc.10","@aztec/sequencer-client":"2.0.0-rc.10","@aztec/telemetry-client":"2.0.0-rc.10","@aztec/validator-client":"2.0.0-rc.10","@aztec/noir-contracts.js":"2.0.0-rc.10","@aztec/protocol-contracts":"2.0.0-rc.10","@aztec/noir-test-contracts.js":"2.0.0-rc.10","@aztec/noir-protocol-circuits-types":"2.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.10_1757193783448_0.33322544049304836","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.11":{"name":"@aztec/end-to-end","version":"2.0.0-rc.11","_id":"@aztec/end-to-end@2.0.0-rc.11","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e981bdd68ebbadd7c10b5b6d125eea66123ea4c5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.11.tgz","fileCount":183,"integrity":"sha512-P+9OGPArFEAYMN8VF5zKIORcYKSjrSwZKRHpn4WKEgKMKuN+BFNlnJQLqen+8tHzCcC4NfrJNYVALbz/b7vWAQ==","signatures":[{"sig":"MEYCIQCYSfAqDZ7d61S0STY6ZZW0XtMeIRoUoBqmFEojLZqVugIhAK26W7xHNpzB9pH+sE6k9Kp/hv6QwBl4Ye0VAY6md7ts","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d40ab5856523a3bc2ae136661b806871fbb3adbc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.11","@aztec/cli":"2.0.0-rc.11","@aztec/p2p":"2.0.0-rc.11","@aztec/pxe":"2.0.0-rc.11","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.11","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.11","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.11","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.11","@aztec/archiver":"2.0.0-rc.11","@aztec/aztec.js":"2.0.0-rc.11","@aztec/blob-lib":"2.0.0-rc.11","@aztec/ethereum":"2.0.0-rc.11","@aztec/kv-store":"2.0.0-rc.11","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.11","@aztec/blob-sink":"2.0.0-rc.11","@aztec/constants":"2.0.0-rc.11","@aztec/simulator":"2.0.0-rc.11","@aztec/aztec-node":"2.0.0-rc.11","@aztec/foundation":"2.0.0-rc.11","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.11","@aztec/epoch-cache":"2.0.0-rc.11","@aztec/merkle-tree":"2.0.0-rc.11","@aztec/prover-node":"2.0.0-rc.11","@aztec/world-state":"2.0.0-rc.11","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.11","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.11","@aztec/prover-client":"2.0.0-rc.11","@aztec/noir-noirc_abi":"2.0.0-rc.11","@aztec/sequencer-client":"2.0.0-rc.11","@aztec/telemetry-client":"2.0.0-rc.11","@aztec/validator-client":"2.0.0-rc.11","@aztec/noir-contracts.js":"2.0.0-rc.11","@aztec/protocol-contracts":"2.0.0-rc.11","@aztec/noir-test-contracts.js":"2.0.0-rc.11","@aztec/noir-protocol-circuits-types":"2.0.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.11_1757204329005_0.04668496968916558","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.12":{"name":"@aztec/end-to-end","version":"2.0.0-rc.12","_id":"@aztec/end-to-end@2.0.0-rc.12","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"787362f786aa03a70ff92b01643190622ee966a5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.12.tgz","fileCount":183,"integrity":"sha512-HRJfLd/KlrHguHeQvmMHWDOlKEaljwHR2hHSkoNBmxIfhUod+VfYCK7Yw9j9DagoouN20QxwJ6KvnKJsEJb+fA==","signatures":[{"sig":"MEUCIGv54ES90ZX1+RIvI2YSWYAXBJhs8HS7UpRGdxEKK+lUAiEAuB1RiWzDnN/OuowUzngdQ8KHyo5SndK0+6gWmvNNi4U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e61f85935f4b05c5aae3965dbbc59b31cbc74132","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.12","@aztec/cli":"2.0.0-rc.12","@aztec/p2p":"2.0.0-rc.12","@aztec/pxe":"2.0.0-rc.12","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.12","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.12","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.12","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.12","@aztec/archiver":"2.0.0-rc.12","@aztec/aztec.js":"2.0.0-rc.12","@aztec/blob-lib":"2.0.0-rc.12","@aztec/ethereum":"2.0.0-rc.12","@aztec/kv-store":"2.0.0-rc.12","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.12","@aztec/blob-sink":"2.0.0-rc.12","@aztec/constants":"2.0.0-rc.12","@aztec/simulator":"2.0.0-rc.12","@aztec/aztec-node":"2.0.0-rc.12","@aztec/foundation":"2.0.0-rc.12","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.12","@aztec/epoch-cache":"2.0.0-rc.12","@aztec/merkle-tree":"2.0.0-rc.12","@aztec/prover-node":"2.0.0-rc.12","@aztec/world-state":"2.0.0-rc.12","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.12","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.12","@aztec/prover-client":"2.0.0-rc.12","@aztec/noir-noirc_abi":"2.0.0-rc.12","@aztec/sequencer-client":"2.0.0-rc.12","@aztec/telemetry-client":"2.0.0-rc.12","@aztec/validator-client":"2.0.0-rc.12","@aztec/noir-contracts.js":"2.0.0-rc.12","@aztec/protocol-contracts":"2.0.0-rc.12","@aztec/noir-test-contracts.js":"2.0.0-rc.12","@aztec/noir-protocol-circuits-types":"2.0.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.12_1757207990101_0.04400617224054071","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20250907":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20250907","_id":"@aztec/end-to-end@4.0.0-nightly.20250907","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c796438d7a1cc6a4fed7d2f4590557dad7fac9ab","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20250907.tgz","fileCount":183,"integrity":"sha512-//5QV3uPTHl6LT1HBqMaGEKr87HDqMMyMUgA5S4MSEeBMUAP/zDKP+IxgNlj/d7Qovh1RjK1QJXiOMOSzD1KSQ==","signatures":[{"sig":"MEUCIA9byv8EwLr5HFgi3kmlpWyRo1LiRUSpMk08j4w/c7jFAiEAze6I/MWZy5CeMJv9xcxa67WdxxJ4GBFvqloEcXJSr50=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636318},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c3c0ee98f3a982c376849a023b91bd5d747efe21","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"4.0.0-nightly.20250907","@aztec/cli":"4.0.0-nightly.20250907","@aztec/p2p":"4.0.0-nightly.20250907","@aztec/pxe":"4.0.0-nightly.20250907","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20250907","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20250907","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20250907","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20250907","@aztec/archiver":"4.0.0-nightly.20250907","@aztec/aztec.js":"4.0.0-nightly.20250907","@aztec/blob-lib":"4.0.0-nightly.20250907","@aztec/ethereum":"4.0.0-nightly.20250907","@aztec/kv-store":"4.0.0-nightly.20250907","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20250907","@aztec/blob-sink":"4.0.0-nightly.20250907","@aztec/constants":"4.0.0-nightly.20250907","@aztec/simulator":"4.0.0-nightly.20250907","@aztec/aztec-node":"4.0.0-nightly.20250907","@aztec/foundation":"4.0.0-nightly.20250907","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"4.0.0-nightly.20250907","@aztec/epoch-cache":"4.0.0-nightly.20250907","@aztec/merkle-tree":"4.0.0-nightly.20250907","@aztec/prover-node":"4.0.0-nightly.20250907","@aztec/world-state":"4.0.0-nightly.20250907","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20250907","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20250907","@aztec/prover-client":"4.0.0-nightly.20250907","@aztec/noir-noirc_abi":"4.0.0-nightly.20250907","@aztec/sequencer-client":"4.0.0-nightly.20250907","@aztec/telemetry-client":"4.0.0-nightly.20250907","@aztec/validator-client":"4.0.0-nightly.20250907","@aztec/noir-contracts.js":"4.0.0-nightly.20250907","@aztec/protocol-contracts":"4.0.0-nightly.20250907","@aztec/noir-test-contracts.js":"4.0.0-nightly.20250907","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20250907"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20250907_1757214015169_0.22271767639140272","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.13":{"name":"@aztec/end-to-end","version":"2.0.0-rc.13","_id":"@aztec/end-to-end@2.0.0-rc.13","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"99b8c895572bb4d4101bc88ac693f748aa79a8c4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.13.tgz","fileCount":183,"integrity":"sha512-JUrZroQdsy4MRr+Ez/6fOVgGaf7x56p87BdO39A2q/G3SMNI3wvMpok3pT82PLO+QnOEYCNdmcBwOw8PzqXyug==","signatures":[{"sig":"MEUCIGwAvaNQihvkK5ohQ+ZCzefVgN87cgob9TajocutCBthAiEA9ABol8AkFi9GRU3wFr9yIbrwXefOh+ACjuxVvkzYwWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"80837fbe13e3df7fe9d87d183a714135beb841ff","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.13","@aztec/cli":"2.0.0-rc.13","@aztec/p2p":"2.0.0-rc.13","@aztec/pxe":"2.0.0-rc.13","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.13","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.13","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.13","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.13","@aztec/archiver":"2.0.0-rc.13","@aztec/aztec.js":"2.0.0-rc.13","@aztec/blob-lib":"2.0.0-rc.13","@aztec/ethereum":"2.0.0-rc.13","@aztec/kv-store":"2.0.0-rc.13","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.13","@aztec/blob-sink":"2.0.0-rc.13","@aztec/constants":"2.0.0-rc.13","@aztec/simulator":"2.0.0-rc.13","@aztec/aztec-node":"2.0.0-rc.13","@aztec/foundation":"2.0.0-rc.13","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.13","@aztec/epoch-cache":"2.0.0-rc.13","@aztec/merkle-tree":"2.0.0-rc.13","@aztec/prover-node":"2.0.0-rc.13","@aztec/world-state":"2.0.0-rc.13","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.13","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.13","@aztec/prover-client":"2.0.0-rc.13","@aztec/noir-noirc_abi":"2.0.0-rc.13","@aztec/sequencer-client":"2.0.0-rc.13","@aztec/telemetry-client":"2.0.0-rc.13","@aztec/validator-client":"2.0.0-rc.13","@aztec/noir-contracts.js":"2.0.0-rc.13","@aztec/protocol-contracts":"2.0.0-rc.13","@aztec/noir-test-contracts.js":"2.0.0-rc.13","@aztec/noir-protocol-circuits-types":"2.0.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.13_1757245916673_0.4618261155660548","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250908":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250908","_id":"@aztec/end-to-end@3.0.0-nightly.20250908","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"768eb9c4ca99e39982815ec267fe1ded6a540bef","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250908.tgz","fileCount":183,"integrity":"sha512-c7boFtsx4vTJbCjDk3O655+cHAf608u8/E95RYv50knToC1+GzdR80JEGqzfzDkUxSGLzqS4f1cggQXNHX7bHQ==","signatures":[{"sig":"MEQCIGVHxYXYdaNqkYtqt1LmsMmNhm3mF4SDQ+lg8FCVO6XSAiBorltBM87Bhzn9QKtNaJeKP2yPm+ITJk31mImoDd69pw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636318},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3e2417cf884017a8a53a0f28a7aff59032b31583","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250908","@aztec/cli":"3.0.0-nightly.20250908","@aztec/p2p":"3.0.0-nightly.20250908","@aztec/pxe":"3.0.0-nightly.20250908","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250908","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250908","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250908","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250908","@aztec/archiver":"3.0.0-nightly.20250908","@aztec/aztec.js":"3.0.0-nightly.20250908","@aztec/blob-lib":"3.0.0-nightly.20250908","@aztec/ethereum":"3.0.0-nightly.20250908","@aztec/kv-store":"3.0.0-nightly.20250908","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250908","@aztec/blob-sink":"3.0.0-nightly.20250908","@aztec/constants":"3.0.0-nightly.20250908","@aztec/simulator":"3.0.0-nightly.20250908","@aztec/aztec-node":"3.0.0-nightly.20250908","@aztec/foundation":"3.0.0-nightly.20250908","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250908","@aztec/epoch-cache":"3.0.0-nightly.20250908","@aztec/merkle-tree":"3.0.0-nightly.20250908","@aztec/prover-node":"3.0.0-nightly.20250908","@aztec/world-state":"3.0.0-nightly.20250908","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250908","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250908","@aztec/prover-client":"3.0.0-nightly.20250908","@aztec/noir-noirc_abi":"3.0.0-nightly.20250908","@aztec/sequencer-client":"3.0.0-nightly.20250908","@aztec/telemetry-client":"3.0.0-nightly.20250908","@aztec/validator-client":"3.0.0-nightly.20250908","@aztec/noir-contracts.js":"3.0.0-nightly.20250908","@aztec/protocol-contracts":"3.0.0-nightly.20250908","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250908","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250908"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250908_1757299803238_0.0063999948314927835","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.14":{"name":"@aztec/end-to-end","version":"2.0.0-rc.14","_id":"@aztec/end-to-end@2.0.0-rc.14","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ad0a54b8755f8ceac55f4264f94b91998fb58f66","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.14.tgz","fileCount":183,"integrity":"sha512-dQoXUb+uSccd/1MrbUlu/EM74eGo342N2z+p/cBPzO1yr4G1q3JPmCBG9soeGXWPSXdqhiDCieTdtFcqm3cdcQ==","signatures":[{"sig":"MEUCIA+RMaSHgMIGrtLfusAuFKOhOQX3DlW7Rt7zLLrYYPmxAiEA31TJ+ZheEf3lWVCZxm7fM+JEMBZgIlePBDxM4mgZn2Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0329bab5b0d862951e7938f90b310a60ff4b0ed5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.14","@aztec/cli":"2.0.0-rc.14","@aztec/p2p":"2.0.0-rc.14","@aztec/pxe":"2.0.0-rc.14","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.14","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.14","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.14","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.14","@aztec/archiver":"2.0.0-rc.14","@aztec/aztec.js":"2.0.0-rc.14","@aztec/blob-lib":"2.0.0-rc.14","@aztec/ethereum":"2.0.0-rc.14","@aztec/kv-store":"2.0.0-rc.14","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.14","@aztec/blob-sink":"2.0.0-rc.14","@aztec/constants":"2.0.0-rc.14","@aztec/simulator":"2.0.0-rc.14","@aztec/aztec-node":"2.0.0-rc.14","@aztec/foundation":"2.0.0-rc.14","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.14","@aztec/epoch-cache":"2.0.0-rc.14","@aztec/merkle-tree":"2.0.0-rc.14","@aztec/prover-node":"2.0.0-rc.14","@aztec/world-state":"2.0.0-rc.14","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.14","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.14","@aztec/prover-client":"2.0.0-rc.14","@aztec/noir-noirc_abi":"2.0.0-rc.14","@aztec/sequencer-client":"2.0.0-rc.14","@aztec/telemetry-client":"2.0.0-rc.14","@aztec/validator-client":"2.0.0-rc.14","@aztec/noir-contracts.js":"2.0.0-rc.14","@aztec/protocol-contracts":"2.0.0-rc.14","@aztec/noir-test-contracts.js":"2.0.0-rc.14","@aztec/noir-protocol-circuits-types":"2.0.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.14_1757361689186_0.7156892143810551","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.15":{"name":"@aztec/end-to-end","version":"2.0.0-rc.15","_id":"@aztec/end-to-end@2.0.0-rc.15","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"db84628a33e75d48cc3623e8c3e8bae6e7a2adb7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.15.tgz","fileCount":183,"integrity":"sha512-7kHSCJd5AcXkrJd0jiy59zTyeAc3zMeKF5hExty1poyHD8o4+bpe6HR4sR6mPbMSlSITnYuFUdlyZtdqEv/n4Q==","signatures":[{"sig":"MEUCIQDzk7wxfmZdVZ1nMZoF8tGDFscL2NgnXFH72/EULKoMcgIgChEOW0TtyeK6pvHnxjdFbSkpZYCi9AQeFtm5J0oFg8I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"30977c67dbfcf3e9a2d46b1f5140642c3b3a29cc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.15","@aztec/cli":"2.0.0-rc.15","@aztec/p2p":"2.0.0-rc.15","@aztec/pxe":"2.0.0-rc.15","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.15","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.15","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.15","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.15","@aztec/archiver":"2.0.0-rc.15","@aztec/aztec.js":"2.0.0-rc.15","@aztec/blob-lib":"2.0.0-rc.15","@aztec/ethereum":"2.0.0-rc.15","@aztec/kv-store":"2.0.0-rc.15","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.15","@aztec/blob-sink":"2.0.0-rc.15","@aztec/constants":"2.0.0-rc.15","@aztec/simulator":"2.0.0-rc.15","@aztec/aztec-node":"2.0.0-rc.15","@aztec/foundation":"2.0.0-rc.15","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.15","@aztec/epoch-cache":"2.0.0-rc.15","@aztec/merkle-tree":"2.0.0-rc.15","@aztec/prover-node":"2.0.0-rc.15","@aztec/world-state":"2.0.0-rc.15","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.15","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.15","@aztec/prover-client":"2.0.0-rc.15","@aztec/noir-noirc_abi":"2.0.0-rc.15","@aztec/sequencer-client":"2.0.0-rc.15","@aztec/telemetry-client":"2.0.0-rc.15","@aztec/validator-client":"2.0.0-rc.15","@aztec/noir-contracts.js":"2.0.0-rc.15","@aztec/protocol-contracts":"2.0.0-rc.15","@aztec/noir-test-contracts.js":"2.0.0-rc.15","@aztec/noir-protocol-circuits-types":"2.0.0-rc.15"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.15_1757383561272_0.7449180965536604","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.16":{"name":"@aztec/end-to-end","version":"2.0.0-rc.16","_id":"@aztec/end-to-end@2.0.0-rc.16","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd815a77140878342197ad85fade368a3b71a350","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.16.tgz","fileCount":183,"integrity":"sha512-hoirHHPbNS/MmNl/EBmDbswxZlRdBfD/+ta0M+0um0uh5L/c4r9WkZkZHQ4QQsXre/E9kFyBlXtfCFhDHlM58g==","signatures":[{"sig":"MEUCIHVpqQqlZxMsiUcnICrUjbJP9CIKEMhVzFzsAlYIW66/AiEAtuyLWsB1eRP8QXddGQRhRoQBN+KS8zZe+udc4NUraIk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dea3f0fbec0d6e29d046c4ac6050f68e8d5b38aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.16","@aztec/cli":"2.0.0-rc.16","@aztec/p2p":"2.0.0-rc.16","@aztec/pxe":"2.0.0-rc.16","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.16","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.16","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.16","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.16","@aztec/archiver":"2.0.0-rc.16","@aztec/aztec.js":"2.0.0-rc.16","@aztec/blob-lib":"2.0.0-rc.16","@aztec/ethereum":"2.0.0-rc.16","@aztec/kv-store":"2.0.0-rc.16","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.16","@aztec/blob-sink":"2.0.0-rc.16","@aztec/constants":"2.0.0-rc.16","@aztec/simulator":"2.0.0-rc.16","@aztec/aztec-node":"2.0.0-rc.16","@aztec/foundation":"2.0.0-rc.16","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.16","@aztec/epoch-cache":"2.0.0-rc.16","@aztec/merkle-tree":"2.0.0-rc.16","@aztec/prover-node":"2.0.0-rc.16","@aztec/world-state":"2.0.0-rc.16","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.16","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.16","@aztec/prover-client":"2.0.0-rc.16","@aztec/noir-noirc_abi":"2.0.0-rc.16","@aztec/sequencer-client":"2.0.0-rc.16","@aztec/telemetry-client":"2.0.0-rc.16","@aztec/validator-client":"2.0.0-rc.16","@aztec/noir-contracts.js":"2.0.0-rc.16","@aztec/protocol-contracts":"2.0.0-rc.16","@aztec/noir-test-contracts.js":"2.0.0-rc.16","@aztec/noir-protocol-circuits-types":"2.0.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.16_1757417315809_0.4580195493446533","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.17":{"name":"@aztec/end-to-end","version":"2.0.0-rc.17","_id":"@aztec/end-to-end@2.0.0-rc.17","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e6a83d5a298eaae12697798f1cfa8d35a8b06d7e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.17.tgz","fileCount":183,"integrity":"sha512-LZFRXdcMY0BTiNuPuIRjCGQWmljNl9I4lJAgcTntg2v3RI775NEvzJC5xnrgXBfVLSZI71z/q2GGJNp2NeWh5g==","signatures":[{"sig":"MEYCIQDc98lwDXNbixbslxhR3pvYG/VnZivAyzLIH0ncb0UoxwIhAMVds2WI4bRVoMbXACOxcy/CblD0tQ0HeSeYBgtvkkHx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dbf76b337e11f963fc098bd98d2132b2d698a976","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.17","@aztec/cli":"2.0.0-rc.17","@aztec/p2p":"2.0.0-rc.17","@aztec/pxe":"2.0.0-rc.17","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.17","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.17","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.17","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.17","@aztec/archiver":"2.0.0-rc.17","@aztec/aztec.js":"2.0.0-rc.17","@aztec/blob-lib":"2.0.0-rc.17","@aztec/ethereum":"2.0.0-rc.17","@aztec/kv-store":"2.0.0-rc.17","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.17","@aztec/blob-sink":"2.0.0-rc.17","@aztec/constants":"2.0.0-rc.17","@aztec/simulator":"2.0.0-rc.17","@aztec/aztec-node":"2.0.0-rc.17","@aztec/foundation":"2.0.0-rc.17","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.17","@aztec/epoch-cache":"2.0.0-rc.17","@aztec/merkle-tree":"2.0.0-rc.17","@aztec/prover-node":"2.0.0-rc.17","@aztec/world-state":"2.0.0-rc.17","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.17","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.17","@aztec/prover-client":"2.0.0-rc.17","@aztec/noir-noirc_abi":"2.0.0-rc.17","@aztec/sequencer-client":"2.0.0-rc.17","@aztec/telemetry-client":"2.0.0-rc.17","@aztec/validator-client":"2.0.0-rc.17","@aztec/noir-contracts.js":"2.0.0-rc.17","@aztec/protocol-contracts":"2.0.0-rc.17","@aztec/noir-test-contracts.js":"2.0.0-rc.17","@aztec/noir-protocol-circuits-types":"2.0.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.17_1757430193450_0.14696606394801282","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.18":{"name":"@aztec/end-to-end","version":"2.0.0-rc.18","_id":"@aztec/end-to-end@2.0.0-rc.18","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a942c7fc0384e196bb3ee149da3c37cd77c94bd0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.18.tgz","fileCount":183,"integrity":"sha512-WeOPawctc930wGyb+Niba6+AZcifjR13t7ZEN/99dIq2yG5duHDG83xItxyfCANc117Oihlsua/YnL6kQwna6Q==","signatures":[{"sig":"MEUCIEyyOZncUvoAwBgi6P/Jiy+wj9esqKMzPx9g1wh891XAAiEAujXYzQyQQ3j0jpPq50meD7LeSXsgNwosjEQkIhpMOqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6779e0b47aad0d410c1246ff127bc1bc3bbc3a9c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.18","@aztec/cli":"2.0.0-rc.18","@aztec/p2p":"2.0.0-rc.18","@aztec/pxe":"2.0.0-rc.18","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.18","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.18","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.18","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.18","@aztec/archiver":"2.0.0-rc.18","@aztec/aztec.js":"2.0.0-rc.18","@aztec/blob-lib":"2.0.0-rc.18","@aztec/ethereum":"2.0.0-rc.18","@aztec/kv-store":"2.0.0-rc.18","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.18","@aztec/blob-sink":"2.0.0-rc.18","@aztec/constants":"2.0.0-rc.18","@aztec/simulator":"2.0.0-rc.18","@aztec/aztec-node":"2.0.0-rc.18","@aztec/foundation":"2.0.0-rc.18","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.18","@aztec/epoch-cache":"2.0.0-rc.18","@aztec/merkle-tree":"2.0.0-rc.18","@aztec/prover-node":"2.0.0-rc.18","@aztec/world-state":"2.0.0-rc.18","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.18","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.18","@aztec/prover-client":"2.0.0-rc.18","@aztec/noir-noirc_abi":"2.0.0-rc.18","@aztec/sequencer-client":"2.0.0-rc.18","@aztec/telemetry-client":"2.0.0-rc.18","@aztec/validator-client":"2.0.0-rc.18","@aztec/noir-contracts.js":"2.0.0-rc.18","@aztec/protocol-contracts":"2.0.0-rc.18","@aztec/noir-test-contracts.js":"2.0.0-rc.18","@aztec/noir-protocol-circuits-types":"2.0.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.18_1757443531776_0.29235835686018596","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.19":{"name":"@aztec/end-to-end","version":"2.0.0-rc.19","_id":"@aztec/end-to-end@2.0.0-rc.19","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8d2e6529956959a6ac1fea92fe12f8c1e5712a1d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.19.tgz","fileCount":183,"integrity":"sha512-ANwSZrAYonLXqyXwRkLxZwB+wtkpgrQnjULIKAWNooFo5rUEDJE5QPvvYv2J5rQKTjVG5a+uDNaaKIdT1wgV5w==","signatures":[{"sig":"MEYCIQDaLxsx07760PRmkjS4ibSatSxqSmTyejCmFf/j2lJ3pwIhAJQG0VkHiIA5rAkzn0BJ+pERk9jOlcByhwvCfwkEsjJI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bee2940e81621306586feac1a312d6692885af33","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.19","@aztec/cli":"2.0.0-rc.19","@aztec/p2p":"2.0.0-rc.19","@aztec/pxe":"2.0.0-rc.19","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.19","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.19","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.19","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.19","@aztec/archiver":"2.0.0-rc.19","@aztec/aztec.js":"2.0.0-rc.19","@aztec/blob-lib":"2.0.0-rc.19","@aztec/ethereum":"2.0.0-rc.19","@aztec/kv-store":"2.0.0-rc.19","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.19","@aztec/blob-sink":"2.0.0-rc.19","@aztec/constants":"2.0.0-rc.19","@aztec/simulator":"2.0.0-rc.19","@aztec/aztec-node":"2.0.0-rc.19","@aztec/foundation":"2.0.0-rc.19","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.19","@aztec/epoch-cache":"2.0.0-rc.19","@aztec/merkle-tree":"2.0.0-rc.19","@aztec/prover-node":"2.0.0-rc.19","@aztec/world-state":"2.0.0-rc.19","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.19","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.19","@aztec/prover-client":"2.0.0-rc.19","@aztec/noir-noirc_abi":"2.0.0-rc.19","@aztec/sequencer-client":"2.0.0-rc.19","@aztec/telemetry-client":"2.0.0-rc.19","@aztec/validator-client":"2.0.0-rc.19","@aztec/noir-contracts.js":"2.0.0-rc.19","@aztec/protocol-contracts":"2.0.0-rc.19","@aztec/noir-test-contracts.js":"2.0.0-rc.19","@aztec/noir-protocol-circuits-types":"2.0.0-rc.19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.19_1757453614086_0.09834697731346465","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.20":{"name":"@aztec/end-to-end","version":"2.0.0-rc.20","_id":"@aztec/end-to-end@2.0.0-rc.20","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"56ed0d2ccb531023f563d2f511e881368b9eb27a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.20.tgz","fileCount":183,"integrity":"sha512-XxLoBgIyRERUvPwsW7BnDHMD+LxzcONKP8dCLPvLjnr9znwx+fP7QVPHlTaetv4TA0VCQoPibfRj6o5YYicWtg==","signatures":[{"sig":"MEQCIBI0gnYzmTicPieanyjbd6CuCSF2welrV08XQwuoMQA+AiAEC5QyMAtrSUwOK5gAHJa7y+is0zqCakNbgWnePnOYjA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fce41e680765152f15fb51fc05bfed65c7834c6e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.20","@aztec/cli":"2.0.0-rc.20","@aztec/p2p":"2.0.0-rc.20","@aztec/pxe":"2.0.0-rc.20","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.20","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.20","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.20","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.20","@aztec/archiver":"2.0.0-rc.20","@aztec/aztec.js":"2.0.0-rc.20","@aztec/blob-lib":"2.0.0-rc.20","@aztec/ethereum":"2.0.0-rc.20","@aztec/kv-store":"2.0.0-rc.20","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.20","@aztec/blob-sink":"2.0.0-rc.20","@aztec/constants":"2.0.0-rc.20","@aztec/simulator":"2.0.0-rc.20","@aztec/aztec-node":"2.0.0-rc.20","@aztec/foundation":"2.0.0-rc.20","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.20","@aztec/epoch-cache":"2.0.0-rc.20","@aztec/merkle-tree":"2.0.0-rc.20","@aztec/prover-node":"2.0.0-rc.20","@aztec/world-state":"2.0.0-rc.20","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.20","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.20","@aztec/prover-client":"2.0.0-rc.20","@aztec/noir-noirc_abi":"2.0.0-rc.20","@aztec/sequencer-client":"2.0.0-rc.20","@aztec/telemetry-client":"2.0.0-rc.20","@aztec/validator-client":"2.0.0-rc.20","@aztec/noir-contracts.js":"2.0.0-rc.20","@aztec/protocol-contracts":"2.0.0-rc.20","@aztec/noir-test-contracts.js":"2.0.0-rc.20","@aztec/noir-protocol-circuits-types":"2.0.0-rc.20"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.20_1757462537301_0.08927476291586123","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.21":{"name":"@aztec/end-to-end","version":"2.0.0-rc.21","_id":"@aztec/end-to-end@2.0.0-rc.21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c5f54529a577af01003397be6fb56a97032f9200","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.21.tgz","fileCount":183,"integrity":"sha512-es+8Gsp4JE24r7tEx9Niek14W1JiKSRx+p579FENjDU61y0q8y/ezCRWU7stS+Ly9c7kFEagkUowOEYjQQUECw==","signatures":[{"sig":"MEYCIQDIyJf3+HO5nbzdAFcGrn3qm0LGLsryQNWIPoLgJbt9/AIhAJqWLnZeJ9ElrrBzgEJ4CL3uKzdmVhtvYioJ3A7ReNGf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d1bb41f1ebaf2a915ee738506857ea1b7690e911","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.21","@aztec/cli":"2.0.0-rc.21","@aztec/p2p":"2.0.0-rc.21","@aztec/pxe":"2.0.0-rc.21","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.21","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.21","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.21","@aztec/archiver":"2.0.0-rc.21","@aztec/aztec.js":"2.0.0-rc.21","@aztec/blob-lib":"2.0.0-rc.21","@aztec/ethereum":"2.0.0-rc.21","@aztec/kv-store":"2.0.0-rc.21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.21","@aztec/blob-sink":"2.0.0-rc.21","@aztec/constants":"2.0.0-rc.21","@aztec/simulator":"2.0.0-rc.21","@aztec/aztec-node":"2.0.0-rc.21","@aztec/foundation":"2.0.0-rc.21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.21","@aztec/epoch-cache":"2.0.0-rc.21","@aztec/merkle-tree":"2.0.0-rc.21","@aztec/prover-node":"2.0.0-rc.21","@aztec/world-state":"2.0.0-rc.21","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.21","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.21","@aztec/prover-client":"2.0.0-rc.21","@aztec/noir-noirc_abi":"2.0.0-rc.21","@aztec/sequencer-client":"2.0.0-rc.21","@aztec/telemetry-client":"2.0.0-rc.21","@aztec/validator-client":"2.0.0-rc.21","@aztec/noir-contracts.js":"2.0.0-rc.21","@aztec/protocol-contracts":"2.0.0-rc.21","@aztec/noir-test-contracts.js":"2.0.0-rc.21","@aztec/noir-protocol-circuits-types":"2.0.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.21_1757468987656_0.4282003686685887","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250910":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250910","_id":"@aztec/end-to-end@3.0.0-nightly.20250910","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd032684d31b70b1d1121ae3cfff38823c3454c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250910.tgz","fileCount":183,"integrity":"sha512-J2QaAUBfn7oyDsUASba62bUhuwOPhMV8RElGpleJJx4DTi1m1XpYQovXsO8Lrxx4kEBxoKMNaWUTxlRQUSZXuQ==","signatures":[{"sig":"MEYCIQDGVN/eMx1IrTwfefvaf2YGHGvc282oyaWvYPEwIoxnxQIhAKfkRFVWftdGmYLr6qgI/BpJvHiwNjlIjxEr/5iAKoEm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636318},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"60bc9abb51d7436a4031a36e07b19aeb976821c7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250910","@aztec/cli":"3.0.0-nightly.20250910","@aztec/p2p":"3.0.0-nightly.20250910","@aztec/pxe":"3.0.0-nightly.20250910","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250910","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250910","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250910","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250910","@aztec/archiver":"3.0.0-nightly.20250910","@aztec/aztec.js":"3.0.0-nightly.20250910","@aztec/blob-lib":"3.0.0-nightly.20250910","@aztec/ethereum":"3.0.0-nightly.20250910","@aztec/kv-store":"3.0.0-nightly.20250910","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250910","@aztec/blob-sink":"3.0.0-nightly.20250910","@aztec/constants":"3.0.0-nightly.20250910","@aztec/simulator":"3.0.0-nightly.20250910","@aztec/aztec-node":"3.0.0-nightly.20250910","@aztec/foundation":"3.0.0-nightly.20250910","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250910","@aztec/epoch-cache":"3.0.0-nightly.20250910","@aztec/merkle-tree":"3.0.0-nightly.20250910","@aztec/prover-node":"3.0.0-nightly.20250910","@aztec/world-state":"3.0.0-nightly.20250910","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250910","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250910","@aztec/prover-client":"3.0.0-nightly.20250910","@aztec/noir-noirc_abi":"3.0.0-nightly.20250910","@aztec/sequencer-client":"3.0.0-nightly.20250910","@aztec/telemetry-client":"3.0.0-nightly.20250910","@aztec/validator-client":"3.0.0-nightly.20250910","@aztec/noir-contracts.js":"3.0.0-nightly.20250910","@aztec/protocol-contracts":"3.0.0-nightly.20250910","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250910","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250910"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250910_1757473003833_0.4536687176576508","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.22":{"name":"@aztec/end-to-end","version":"2.0.0-rc.22","_id":"@aztec/end-to-end@2.0.0-rc.22","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2611d9bfb91c3732917fcced28b56f51fe06621c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.22.tgz","fileCount":183,"integrity":"sha512-iXi+bpqssmMBgjrEQRS1n6MV2+sBKY/wv/uHVX3SmJala0xb9QeH3614NUNMGK1wqxTsSBokRQtciRiMWvewGQ==","signatures":[{"sig":"MEUCIG6Tp4kkHOVNDoqWx4tr12qrbyV7bwKUEQlI1gvA9hnvAiEAyA8iQTfmvIEY/I+t1te53jFgfyL+2bjHThHC02iOoVc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635922},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d69bebecb21959a6395c8079d6a27aa73bb0bb43","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.22","@aztec/cli":"2.0.0-rc.22","@aztec/p2p":"2.0.0-rc.22","@aztec/pxe":"2.0.0-rc.22","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.22","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.22","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.22","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.22","@aztec/archiver":"2.0.0-rc.22","@aztec/aztec.js":"2.0.0-rc.22","@aztec/blob-lib":"2.0.0-rc.22","@aztec/ethereum":"2.0.0-rc.22","@aztec/kv-store":"2.0.0-rc.22","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.22","@aztec/blob-sink":"2.0.0-rc.22","@aztec/constants":"2.0.0-rc.22","@aztec/simulator":"2.0.0-rc.22","@aztec/aztec-node":"2.0.0-rc.22","@aztec/foundation":"2.0.0-rc.22","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.22","@aztec/epoch-cache":"2.0.0-rc.22","@aztec/merkle-tree":"2.0.0-rc.22","@aztec/prover-node":"2.0.0-rc.22","@aztec/world-state":"2.0.0-rc.22","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.22","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.22","@aztec/prover-client":"2.0.0-rc.22","@aztec/noir-noirc_abi":"2.0.0-rc.22","@aztec/sequencer-client":"2.0.0-rc.22","@aztec/telemetry-client":"2.0.0-rc.22","@aztec/validator-client":"2.0.0-rc.22","@aztec/noir-contracts.js":"2.0.0-rc.22","@aztec/protocol-contracts":"2.0.0-rc.22","@aztec/noir-test-contracts.js":"2.0.0-rc.22","@aztec/noir-protocol-circuits-types":"2.0.0-rc.22"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.22_1757496220815_0.7112194342430538","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.23":{"name":"@aztec/end-to-end","version":"2.0.0-rc.23","_id":"@aztec/end-to-end@2.0.0-rc.23","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f591f392430494318c4c978e535beb4af1d86274","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.23.tgz","fileCount":183,"integrity":"sha512-Xh1tiXkDJfBVNarnP8Wx0+h55pQkQqzS7Be8htFiyc5782UhyifslBmrDt1zEl49ecWFRnQL0GDuzVKj3zWjJg==","signatures":[{"sig":"MEYCIQC3SZPIx14jh6sNyn7SiP29/JUz7/XwZ8h1S4rK4I+LXgIhAJmDSwXzx7J1rwrgRLnfmrT1VX3gFotuaHI+kXOX8iXD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635936},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"42e8fb1baa7988244092191c8d70186d30051c05","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.23","@aztec/cli":"2.0.0-rc.23","@aztec/p2p":"2.0.0-rc.23","@aztec/pxe":"2.0.0-rc.23","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.23","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.23","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.23","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.23","@aztec/archiver":"2.0.0-rc.23","@aztec/aztec.js":"2.0.0-rc.23","@aztec/blob-lib":"2.0.0-rc.23","@aztec/ethereum":"2.0.0-rc.23","@aztec/kv-store":"2.0.0-rc.23","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.23","@aztec/blob-sink":"2.0.0-rc.23","@aztec/constants":"2.0.0-rc.23","@aztec/simulator":"2.0.0-rc.23","@aztec/aztec-node":"2.0.0-rc.23","@aztec/foundation":"2.0.0-rc.23","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.23","@aztec/epoch-cache":"2.0.0-rc.23","@aztec/merkle-tree":"2.0.0-rc.23","@aztec/prover-node":"2.0.0-rc.23","@aztec/world-state":"2.0.0-rc.23","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.23","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.23","@aztec/prover-client":"2.0.0-rc.23","@aztec/noir-noirc_abi":"2.0.0-rc.23","@aztec/sequencer-client":"2.0.0-rc.23","@aztec/telemetry-client":"2.0.0-rc.23","@aztec/validator-client":"2.0.0-rc.23","@aztec/noir-contracts.js":"2.0.0-rc.23","@aztec/protocol-contracts":"2.0.0-rc.23","@aztec/noir-test-contracts.js":"2.0.0-rc.23","@aztec/noir-protocol-circuits-types":"2.0.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.23_1757529600391_0.2730384332338729","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.24":{"name":"@aztec/end-to-end","version":"2.0.0-rc.24","_id":"@aztec/end-to-end@2.0.0-rc.24","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"30baf66e6ac4654bff91aa5a78d077a184b6fd7c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.24.tgz","fileCount":183,"integrity":"sha512-xxYKhRSokzlvSRqxf2mRkFnyH+zsJnAyraJp7dnND0W+lkeUrdQJRxhxuVuq9vagUVfOiBKSSNVPzQK4edIClQ==","signatures":[{"sig":"MEQCIBqt3LnqjTNA7aJ4Isa2OBQeicFrs7PZThkmdQ/RNlF4AiA5WHqZCKbKjFJ5uBBqc1LEIhGUuC3DjFIVW795ZZrwxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635936},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3593c90dcad43bc492fd0481f0e78154bf752066","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.24","@aztec/cli":"2.0.0-rc.24","@aztec/p2p":"2.0.0-rc.24","@aztec/pxe":"2.0.0-rc.24","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.24","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.24","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.24","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.24","@aztec/archiver":"2.0.0-rc.24","@aztec/aztec.js":"2.0.0-rc.24","@aztec/blob-lib":"2.0.0-rc.24","@aztec/ethereum":"2.0.0-rc.24","@aztec/kv-store":"2.0.0-rc.24","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.24","@aztec/blob-sink":"2.0.0-rc.24","@aztec/constants":"2.0.0-rc.24","@aztec/simulator":"2.0.0-rc.24","@aztec/aztec-node":"2.0.0-rc.24","@aztec/foundation":"2.0.0-rc.24","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.24","@aztec/epoch-cache":"2.0.0-rc.24","@aztec/merkle-tree":"2.0.0-rc.24","@aztec/prover-node":"2.0.0-rc.24","@aztec/world-state":"2.0.0-rc.24","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.24","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.24","@aztec/prover-client":"2.0.0-rc.24","@aztec/noir-noirc_abi":"2.0.0-rc.24","@aztec/sequencer-client":"2.0.0-rc.24","@aztec/telemetry-client":"2.0.0-rc.24","@aztec/validator-client":"2.0.0-rc.24","@aztec/noir-contracts.js":"2.0.0-rc.24","@aztec/protocol-contracts":"2.0.0-rc.24","@aztec/noir-test-contracts.js":"2.0.0-rc.24","@aztec/noir-protocol-circuits-types":"2.0.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.24_1757582021905_0.6968979038826306","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250911":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250911","_id":"@aztec/end-to-end@3.0.0-nightly.20250911","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6175264cddac7c86f12688c6e6f6e84c619fd264","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250911.tgz","fileCount":183,"integrity":"sha512-T2Pxrku4QiLuedzLc1jWrdmQ/l43+s0EDtiQ8ScysOh7ojErnd5OWcELTO9Ynp6JfBIMChPgNiWmaRFCa1U93w==","signatures":[{"sig":"MEUCIEVIkvuwEGNgKEXcuWEkmHde2IlUobHS0ySz6SzK+2WxAiEAnvh3PjeT9CiAQv+1fYHQ5FRX0QK9AL0kgRks6O5oUHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36630420},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"428afaba30839da8e9e8d3e51d03ac1cd9795a7b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250911","@aztec/cli":"3.0.0-nightly.20250911","@aztec/p2p":"3.0.0-nightly.20250911","@aztec/pxe":"3.0.0-nightly.20250911","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250911","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250911","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250911","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250911","@aztec/archiver":"3.0.0-nightly.20250911","@aztec/aztec.js":"3.0.0-nightly.20250911","@aztec/blob-lib":"3.0.0-nightly.20250911","@aztec/ethereum":"3.0.0-nightly.20250911","@aztec/kv-store":"3.0.0-nightly.20250911","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250911","@aztec/blob-sink":"3.0.0-nightly.20250911","@aztec/constants":"3.0.0-nightly.20250911","@aztec/simulator":"3.0.0-nightly.20250911","@aztec/aztec-node":"3.0.0-nightly.20250911","@aztec/foundation":"3.0.0-nightly.20250911","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250911","@aztec/epoch-cache":"3.0.0-nightly.20250911","@aztec/merkle-tree":"3.0.0-nightly.20250911","@aztec/prover-node":"3.0.0-nightly.20250911","@aztec/test-wallet":"3.0.0-nightly.20250911","@aztec/world-state":"3.0.0-nightly.20250911","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250911","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250911","@aztec/prover-client":"3.0.0-nightly.20250911","@aztec/noir-noirc_abi":"3.0.0-nightly.20250911","@aztec/sequencer-client":"3.0.0-nightly.20250911","@aztec/telemetry-client":"3.0.0-nightly.20250911","@aztec/validator-client":"3.0.0-nightly.20250911","@aztec/noir-contracts.js":"3.0.0-nightly.20250911","@aztec/protocol-contracts":"3.0.0-nightly.20250911","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250911","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250911"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250911_1757582629763_0.2282611509959913","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.25":{"name":"@aztec/end-to-end","version":"2.0.0-rc.25","_id":"@aztec/end-to-end@2.0.0-rc.25","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cb9f30d956795edfc09328a5cb41f3e2420a821d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.25.tgz","fileCount":183,"integrity":"sha512-a9Tik1XDfDRNKPpnASZ5DQaqRgSFweeBmV3FpzPysQV6sPA94CM5gl6m7KGIzl6W8E58DtDP6shfFKupR4weiQ==","signatures":[{"sig":"MEUCIBxK9CHOB9WComnzHN1PxNSlU1Z/4u7cK56ZglMYF9nJAiEAqSkoOgScyA4QHOaCZ0mz/jyR126zSwKUdTqSrtV/rKY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635936},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5b03f90af058cf11fa002185efe14955467b36b1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.25","@aztec/cli":"2.0.0-rc.25","@aztec/p2p":"2.0.0-rc.25","@aztec/pxe":"2.0.0-rc.25","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.25","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.25","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.25","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.25","@aztec/archiver":"2.0.0-rc.25","@aztec/aztec.js":"2.0.0-rc.25","@aztec/blob-lib":"2.0.0-rc.25","@aztec/ethereum":"2.0.0-rc.25","@aztec/kv-store":"2.0.0-rc.25","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.25","@aztec/blob-sink":"2.0.0-rc.25","@aztec/constants":"2.0.0-rc.25","@aztec/simulator":"2.0.0-rc.25","@aztec/aztec-node":"2.0.0-rc.25","@aztec/foundation":"2.0.0-rc.25","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.25","@aztec/epoch-cache":"2.0.0-rc.25","@aztec/merkle-tree":"2.0.0-rc.25","@aztec/prover-node":"2.0.0-rc.25","@aztec/world-state":"2.0.0-rc.25","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.25","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.25","@aztec/prover-client":"2.0.0-rc.25","@aztec/noir-noirc_abi":"2.0.0-rc.25","@aztec/sequencer-client":"2.0.0-rc.25","@aztec/telemetry-client":"2.0.0-rc.25","@aztec/validator-client":"2.0.0-rc.25","@aztec/noir-contracts.js":"2.0.0-rc.25","@aztec/protocol-contracts":"2.0.0-rc.25","@aztec/noir-test-contracts.js":"2.0.0-rc.25","@aztec/noir-protocol-circuits-types":"2.0.0-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.25_1757606050137_0.9231690950511848","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.26":{"name":"@aztec/end-to-end","version":"2.0.0-rc.26","_id":"@aztec/end-to-end@2.0.0-rc.26","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2e0e1365b49a8711f5fbb296004835e556fce01b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.26.tgz","fileCount":183,"integrity":"sha512-R5B2294nrDUbr6aO7TFw2rxROiHldIqbYlNvFJjDKL0sI5JPVeRZ6Auja7mCfV5bkMBp3XSRa62Cp1Zv9w3lnQ==","signatures":[{"sig":"MEYCIQDFqtUxhhU7sjrArFh92PWPzWbh9sTBo3YBGoondUfDSwIhAOTmaY1TOaokhWP9bNR7/sfqd4PwyywxAo4aT5H4OUVm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36635936},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"36ebf402150cb9cea8cc565ef0969caf496eb7fa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.26","@aztec/cli":"2.0.0-rc.26","@aztec/p2p":"2.0.0-rc.26","@aztec/pxe":"2.0.0-rc.26","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.26","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.26","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.26","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.26","@aztec/archiver":"2.0.0-rc.26","@aztec/aztec.js":"2.0.0-rc.26","@aztec/blob-lib":"2.0.0-rc.26","@aztec/ethereum":"2.0.0-rc.26","@aztec/kv-store":"2.0.0-rc.26","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.26","@aztec/blob-sink":"2.0.0-rc.26","@aztec/constants":"2.0.0-rc.26","@aztec/simulator":"2.0.0-rc.26","@aztec/aztec-node":"2.0.0-rc.26","@aztec/foundation":"2.0.0-rc.26","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.26","@aztec/epoch-cache":"2.0.0-rc.26","@aztec/merkle-tree":"2.0.0-rc.26","@aztec/prover-node":"2.0.0-rc.26","@aztec/world-state":"2.0.0-rc.26","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.26","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.26","@aztec/prover-client":"2.0.0-rc.26","@aztec/noir-noirc_abi":"2.0.0-rc.26","@aztec/sequencer-client":"2.0.0-rc.26","@aztec/telemetry-client":"2.0.0-rc.26","@aztec/validator-client":"2.0.0-rc.26","@aztec/noir-contracts.js":"2.0.0-rc.26","@aztec/protocol-contracts":"2.0.0-rc.26","@aztec/noir-test-contracts.js":"2.0.0-rc.26","@aztec/noir-protocol-circuits-types":"2.0.0-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.26_1757619131392_0.11112951955334904","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250912":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250912","_id":"@aztec/end-to-end@3.0.0-nightly.20250912","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dfcb2d5c8f5a619ae5c3574399757bb8cc5dc72c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250912.tgz","fileCount":183,"integrity":"sha512-RITiKyNZcSxKF0Y//EYb7fDnOkqGSttZ3OSQn4mGmjHwjapAzA00w6Pv3flhYITyj3sJdKweggCvQOZBZ0pyyA==","signatures":[{"sig":"MEUCIQCeL7GZSom00NG7mI3Gt2MxRkcYmbtxHFUmfxWmOziS1QIgXOawvZfS/0lPX48Zm3Is3EI5qD7af7RSrXijKUZ3j2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36630664},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6ed0b444306d66150f4bc9600f2371ce0389fdee","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250912","@aztec/cli":"3.0.0-nightly.20250912","@aztec/p2p":"3.0.0-nightly.20250912","@aztec/pxe":"3.0.0-nightly.20250912","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250912","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250912","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250912","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250912","@aztec/archiver":"3.0.0-nightly.20250912","@aztec/aztec.js":"3.0.0-nightly.20250912","@aztec/blob-lib":"3.0.0-nightly.20250912","@aztec/ethereum":"3.0.0-nightly.20250912","@aztec/kv-store":"3.0.0-nightly.20250912","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250912","@aztec/blob-sink":"3.0.0-nightly.20250912","@aztec/constants":"3.0.0-nightly.20250912","@aztec/simulator":"3.0.0-nightly.20250912","@aztec/aztec-node":"3.0.0-nightly.20250912","@aztec/foundation":"3.0.0-nightly.20250912","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250912","@aztec/epoch-cache":"3.0.0-nightly.20250912","@aztec/merkle-tree":"3.0.0-nightly.20250912","@aztec/prover-node":"3.0.0-nightly.20250912","@aztec/test-wallet":"3.0.0-nightly.20250912","@aztec/world-state":"3.0.0-nightly.20250912","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250912","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250912","@aztec/prover-client":"3.0.0-nightly.20250912","@aztec/noir-noirc_abi":"3.0.0-nightly.20250912","@aztec/sequencer-client":"3.0.0-nightly.20250912","@aztec/telemetry-client":"3.0.0-nightly.20250912","@aztec/validator-client":"3.0.0-nightly.20250912","@aztec/noir-contracts.js":"3.0.0-nightly.20250912","@aztec/protocol-contracts":"3.0.0-nightly.20250912","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250912","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250912"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250912_1757645655983_0.09030288851727475","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.27":{"name":"@aztec/end-to-end","version":"2.0.0-rc.27","_id":"@aztec/end-to-end@2.0.0-rc.27","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"70297a861d6dd93d16a21fb216fcd05d4fca85c6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.27.tgz","fileCount":183,"integrity":"sha512-Tn0l3uPuW0Dh0l86JzmS8QhInI/oDsSw0CBAnCYz65Qt3JBVOX0uM9MIZJqJgnJ/UpK+QE80b4kl8OSXoua/cg==","signatures":[{"sig":"MEUCIEeQV9/FOLH/kfulvvEA6cs2XgeqI1g2lxh6Awf2MQOVAiEA8433qGTAusorxQBP6GjGQ9AR1GtWskFo1T22dv58iHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"98c015a1e601e4ba3a8341e11f8f165a0ec7b048","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.27","@aztec/cli":"2.0.0-rc.27","@aztec/p2p":"2.0.0-rc.27","@aztec/pxe":"2.0.0-rc.27","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.27","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.27","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.27","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.27","@aztec/archiver":"2.0.0-rc.27","@aztec/aztec.js":"2.0.0-rc.27","@aztec/blob-lib":"2.0.0-rc.27","@aztec/ethereum":"2.0.0-rc.27","@aztec/kv-store":"2.0.0-rc.27","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.27","@aztec/blob-sink":"2.0.0-rc.27","@aztec/constants":"2.0.0-rc.27","@aztec/simulator":"2.0.0-rc.27","@aztec/aztec-node":"2.0.0-rc.27","@aztec/foundation":"2.0.0-rc.27","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.27","@aztec/epoch-cache":"2.0.0-rc.27","@aztec/merkle-tree":"2.0.0-rc.27","@aztec/prover-node":"2.0.0-rc.27","@aztec/world-state":"2.0.0-rc.27","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.27","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.27","@aztec/prover-client":"2.0.0-rc.27","@aztec/noir-noirc_abi":"2.0.0-rc.27","@aztec/sequencer-client":"2.0.0-rc.27","@aztec/telemetry-client":"2.0.0-rc.27","@aztec/validator-client":"2.0.0-rc.27","@aztec/noir-contracts.js":"2.0.0-rc.27","@aztec/protocol-contracts":"2.0.0-rc.27","@aztec/noir-test-contracts.js":"2.0.0-rc.27","@aztec/noir-protocol-circuits-types":"2.0.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.27_1757689997066_0.8971236412220946","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250913":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250913","_id":"@aztec/end-to-end@3.0.0-nightly.20250913","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d45911b4132bceadaf385b94a2ef1fe2e8f638bd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250913.tgz","fileCount":187,"integrity":"sha512-j5N398VvMhG8sUiT3JcWjGrMbGpiSnwg8DbJ2ko2KlAmqHTRPO5TY1N7vHppnXY+5K+0N74YyFbnMm2NIIpLAg==","signatures":[{"sig":"MEUCICF641Uht+BBfSlLcE7VGtX8nrv9xxDCJKkCEJlxjukKAiEAkOjOuEkoOsh+xmX0kdRl7l4Pv7o2I/YUdeI8+OLYnNo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643743},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a032739f277f43ced2f083c9ffbd2599e13a0101","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250913","@aztec/cli":"3.0.0-nightly.20250913","@aztec/p2p":"3.0.0-nightly.20250913","@aztec/pxe":"3.0.0-nightly.20250913","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250913","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250913","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250913","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250913","@aztec/archiver":"3.0.0-nightly.20250913","@aztec/aztec.js":"3.0.0-nightly.20250913","@aztec/blob-lib":"3.0.0-nightly.20250913","@aztec/ethereum":"3.0.0-nightly.20250913","@aztec/kv-store":"3.0.0-nightly.20250913","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250913","@aztec/blob-sink":"3.0.0-nightly.20250913","@aztec/constants":"3.0.0-nightly.20250913","@aztec/simulator":"3.0.0-nightly.20250913","@aztec/aztec-node":"3.0.0-nightly.20250913","@aztec/foundation":"3.0.0-nightly.20250913","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250913","@aztec/epoch-cache":"3.0.0-nightly.20250913","@aztec/merkle-tree":"3.0.0-nightly.20250913","@aztec/prover-node":"3.0.0-nightly.20250913","@aztec/test-wallet":"3.0.0-nightly.20250913","@aztec/world-state":"3.0.0-nightly.20250913","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250913","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250913","@aztec/prover-client":"3.0.0-nightly.20250913","@aztec/noir-noirc_abi":"3.0.0-nightly.20250913","@aztec/sequencer-client":"3.0.0-nightly.20250913","@aztec/telemetry-client":"3.0.0-nightly.20250913","@aztec/validator-client":"3.0.0-nightly.20250913","@aztec/noir-contracts.js":"3.0.0-nightly.20250913","@aztec/protocol-contracts":"3.0.0-nightly.20250913","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250913","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250913"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250913_1757731804513_0.8616229222988898","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.28":{"name":"@aztec/end-to-end","version":"2.0.0-rc.28","_id":"@aztec/end-to-end@2.0.0-rc.28","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2a54a398e45c22b1e66c27f7e32ce2c17834c51e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.28.tgz","fileCount":183,"integrity":"sha512-6dp0erVyjwFA4igolAsidQz9dOrpAJ2/xalnom/l16Xo4nhP3NaJYlJ4lzD3C6iS6Fuwgo9a4Hsf/klvPYNMDA==","signatures":[{"sig":"MEQCIGYhsd/Te2La60jLQmKR7AiTM4sS4uiVMhbTNvGcVW7GAiA+pEmkkcP4FpC5Izut5dYIOhyCOzGUjcdD9/nzSg+udg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5a358b6984a0c5d2f14e1850e018a20561b21641","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.28","@aztec/cli":"2.0.0-rc.28","@aztec/p2p":"2.0.0-rc.28","@aztec/pxe":"2.0.0-rc.28","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.28","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.28","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.28","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.28","@aztec/archiver":"2.0.0-rc.28","@aztec/aztec.js":"2.0.0-rc.28","@aztec/blob-lib":"2.0.0-rc.28","@aztec/ethereum":"2.0.0-rc.28","@aztec/kv-store":"2.0.0-rc.28","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.28","@aztec/blob-sink":"2.0.0-rc.28","@aztec/constants":"2.0.0-rc.28","@aztec/simulator":"2.0.0-rc.28","@aztec/aztec-node":"2.0.0-rc.28","@aztec/foundation":"2.0.0-rc.28","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.28","@aztec/epoch-cache":"2.0.0-rc.28","@aztec/merkle-tree":"2.0.0-rc.28","@aztec/prover-node":"2.0.0-rc.28","@aztec/world-state":"2.0.0-rc.28","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.28","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.28","@aztec/prover-client":"2.0.0-rc.28","@aztec/noir-noirc_abi":"2.0.0-rc.28","@aztec/sequencer-client":"2.0.0-rc.28","@aztec/telemetry-client":"2.0.0-rc.28","@aztec/validator-client":"2.0.0-rc.28","@aztec/noir-contracts.js":"2.0.0-rc.28","@aztec/protocol-contracts":"2.0.0-rc.28","@aztec/noir-test-contracts.js":"2.0.0-rc.28","@aztec/noir-protocol-circuits-types":"2.0.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.28_1757756544159_0.43280735049184305","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250914":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250914","_id":"@aztec/end-to-end@3.0.0-nightly.20250914","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"193e32cbda6430d05e0b00fda14fcdf5a756aa17","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250914.tgz","fileCount":187,"integrity":"sha512-nc6pNGHbAWJwtfI78dVbKB+Gzj24jA7PjmR29avDgxwySGWSwiTCcYqQ6mM6dHwmpr1w7R7+qUaYI6IGmqjx2g==","signatures":[{"sig":"MEUCID4NWASPVr87Q02q2Gsn9aACAXo9fWq9QNMuAPeMg7ANAiEA5Du5utpRRl9SxPXfpNzBXxwjNBm7h4kYdk6RIQOr73U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643743},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1114faf664cf5ab2f89841bded9ea7ce2bd5d10e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250914","@aztec/cli":"3.0.0-nightly.20250914","@aztec/p2p":"3.0.0-nightly.20250914","@aztec/pxe":"3.0.0-nightly.20250914","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250914","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250914","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250914","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250914","@aztec/archiver":"3.0.0-nightly.20250914","@aztec/aztec.js":"3.0.0-nightly.20250914","@aztec/blob-lib":"3.0.0-nightly.20250914","@aztec/ethereum":"3.0.0-nightly.20250914","@aztec/kv-store":"3.0.0-nightly.20250914","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250914","@aztec/blob-sink":"3.0.0-nightly.20250914","@aztec/constants":"3.0.0-nightly.20250914","@aztec/simulator":"3.0.0-nightly.20250914","@aztec/aztec-node":"3.0.0-nightly.20250914","@aztec/foundation":"3.0.0-nightly.20250914","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250914","@aztec/epoch-cache":"3.0.0-nightly.20250914","@aztec/merkle-tree":"3.0.0-nightly.20250914","@aztec/prover-node":"3.0.0-nightly.20250914","@aztec/test-wallet":"3.0.0-nightly.20250914","@aztec/world-state":"3.0.0-nightly.20250914","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250914","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250914","@aztec/prover-client":"3.0.0-nightly.20250914","@aztec/noir-noirc_abi":"3.0.0-nightly.20250914","@aztec/sequencer-client":"3.0.0-nightly.20250914","@aztec/telemetry-client":"3.0.0-nightly.20250914","@aztec/validator-client":"3.0.0-nightly.20250914","@aztec/noir-contracts.js":"3.0.0-nightly.20250914","@aztec/protocol-contracts":"3.0.0-nightly.20250914","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250914","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250914"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250914_1757819009650_0.7972420378164058","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250915":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250915","_id":"@aztec/end-to-end@3.0.0-nightly.20250915","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d4c7c13afd1343c41f452a5e1922cc5332f277b6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250915.tgz","fileCount":187,"integrity":"sha512-vkVLDB56K8gheEK71dI/cYApoyNRxx5uQ0EyvJQlO6C3HUDetnIYO6bzvOwoxZXSZa8f7qEpW2g9SUvYqDH3yQ==","signatures":[{"sig":"MEYCIQCd1IehPvKbW13Vqet7RSvHoH+vu31I6q6Ic/nHRsjVmgIhAKbpkVTrrd4+L2k9z4wCdVBOedwtavby/01b/CpcVz6F","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643743},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ffd05cab7d8417524ade4566304e4a8f6d0d4d9b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250915","@aztec/cli":"3.0.0-nightly.20250915","@aztec/p2p":"3.0.0-nightly.20250915","@aztec/pxe":"3.0.0-nightly.20250915","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250915","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250915","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250915","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250915","@aztec/archiver":"3.0.0-nightly.20250915","@aztec/aztec.js":"3.0.0-nightly.20250915","@aztec/blob-lib":"3.0.0-nightly.20250915","@aztec/ethereum":"3.0.0-nightly.20250915","@aztec/kv-store":"3.0.0-nightly.20250915","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250915","@aztec/blob-sink":"3.0.0-nightly.20250915","@aztec/constants":"3.0.0-nightly.20250915","@aztec/simulator":"3.0.0-nightly.20250915","@aztec/aztec-node":"3.0.0-nightly.20250915","@aztec/foundation":"3.0.0-nightly.20250915","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250915","@aztec/epoch-cache":"3.0.0-nightly.20250915","@aztec/merkle-tree":"3.0.0-nightly.20250915","@aztec/prover-node":"3.0.0-nightly.20250915","@aztec/test-wallet":"3.0.0-nightly.20250915","@aztec/world-state":"3.0.0-nightly.20250915","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250915","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250915","@aztec/prover-client":"3.0.0-nightly.20250915","@aztec/noir-noirc_abi":"3.0.0-nightly.20250915","@aztec/sequencer-client":"3.0.0-nightly.20250915","@aztec/telemetry-client":"3.0.0-nightly.20250915","@aztec/validator-client":"3.0.0-nightly.20250915","@aztec/noir-contracts.js":"3.0.0-nightly.20250915","@aztec/protocol-contracts":"3.0.0-nightly.20250915","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250915","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250915"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250915_1757905533477_0.7661433115837499","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.29":{"name":"@aztec/end-to-end","version":"2.0.0-rc.29","_id":"@aztec/end-to-end@2.0.0-rc.29","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1459ab6483953bc5fc0762d2264a49b129bfb33a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.29.tgz","fileCount":183,"integrity":"sha512-oSTIPrE+9kGcxtLoT53dHykRIyS6OHVxcE+0NTneq9pZpcQbVKif7YD2KwkBoUumOZYe+aU/O/sP/QLwKVBP1g==","signatures":[{"sig":"MEUCIQDVe4DLqc6VKN8wNNC0KK2JSu5hqjVsk/dPivjqkBWYsgIgfLgKGFWpcpJYaJiRodX3/bCfuYxER4TNsLT7xh2hPeU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4722ff3f2a5bb57c12616fca92e1b5460609a17b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.29","@aztec/cli":"2.0.0-rc.29","@aztec/p2p":"2.0.0-rc.29","@aztec/pxe":"2.0.0-rc.29","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.29","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.29","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.29","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.29","@aztec/archiver":"2.0.0-rc.29","@aztec/aztec.js":"2.0.0-rc.29","@aztec/blob-lib":"2.0.0-rc.29","@aztec/ethereum":"2.0.0-rc.29","@aztec/kv-store":"2.0.0-rc.29","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.29","@aztec/blob-sink":"2.0.0-rc.29","@aztec/constants":"2.0.0-rc.29","@aztec/simulator":"2.0.0-rc.29","@aztec/aztec-node":"2.0.0-rc.29","@aztec/foundation":"2.0.0-rc.29","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.29","@aztec/epoch-cache":"2.0.0-rc.29","@aztec/merkle-tree":"2.0.0-rc.29","@aztec/prover-node":"2.0.0-rc.29","@aztec/world-state":"2.0.0-rc.29","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.29","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.29","@aztec/prover-client":"2.0.0-rc.29","@aztec/noir-noirc_abi":"2.0.0-rc.29","@aztec/sequencer-client":"2.0.0-rc.29","@aztec/telemetry-client":"2.0.0-rc.29","@aztec/validator-client":"2.0.0-rc.29","@aztec/noir-contracts.js":"2.0.0-rc.29","@aztec/protocol-contracts":"2.0.0-rc.29","@aztec/noir-test-contracts.js":"2.0.0-rc.29","@aztec/noir-protocol-circuits-types":"2.0.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.29_1757959818439_0.45126652011807256","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.30":{"name":"@aztec/end-to-end","version":"2.0.0-rc.30","_id":"@aztec/end-to-end@2.0.0-rc.30","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bb2d25cd42c06279c6c7071cd51501771885b7e3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.30.tgz","fileCount":183,"integrity":"sha512-bgRe38qvdUEXV9bS6Vd/u+zFStUo6K0x+hzKfTD/wbwEN02GWqNyhOiFWaeQoMnYGum/oys4GDyG+imXr9d/Lg==","signatures":[{"sig":"MEUCIQD2dksvdhSISkeMFuNvvJ5JSvnt75JnChPdXdLdQtLZfwIgcWlZhukB5BdYry0cqysv3TPhX67ehtiNTxUcUJ0PUjY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"37333e0ea6beaf5b7e04c76817beb4aba90193a4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.30","@aztec/cli":"2.0.0-rc.30","@aztec/p2p":"2.0.0-rc.30","@aztec/pxe":"2.0.0-rc.30","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.30","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.30","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.30","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.30","@aztec/archiver":"2.0.0-rc.30","@aztec/aztec.js":"2.0.0-rc.30","@aztec/blob-lib":"2.0.0-rc.30","@aztec/ethereum":"2.0.0-rc.30","@aztec/kv-store":"2.0.0-rc.30","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.30","@aztec/blob-sink":"2.0.0-rc.30","@aztec/constants":"2.0.0-rc.30","@aztec/simulator":"2.0.0-rc.30","@aztec/aztec-node":"2.0.0-rc.30","@aztec/foundation":"2.0.0-rc.30","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.30","@aztec/epoch-cache":"2.0.0-rc.30","@aztec/merkle-tree":"2.0.0-rc.30","@aztec/prover-node":"2.0.0-rc.30","@aztec/world-state":"2.0.0-rc.30","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.30","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.30","@aztec/prover-client":"2.0.0-rc.30","@aztec/noir-noirc_abi":"2.0.0-rc.30","@aztec/sequencer-client":"2.0.0-rc.30","@aztec/telemetry-client":"2.0.0-rc.30","@aztec/validator-client":"2.0.0-rc.30","@aztec/noir-contracts.js":"2.0.0-rc.30","@aztec/protocol-contracts":"2.0.0-rc.30","@aztec/noir-test-contracts.js":"2.0.0-rc.30","@aztec/noir-protocol-circuits-types":"2.0.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.30_1757987183430_0.70057927392704","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250916":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250916","_id":"@aztec/end-to-end@3.0.0-nightly.20250916","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d2a379ed3215038269a576a6da1829edbc8d981","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250916.tgz","fileCount":187,"integrity":"sha512-iNYLtu6XQqPbTI5Yezv0QA7Bby1kz4Lua3liWPTizIbYT6oWVNHPWcXFdF0TBevaTEY/jvL1Vt1UVslN9KKsXw==","signatures":[{"sig":"MEUCIQCtz44sn94WmCRE/73iCcnE5NGWwk4MuXMpjMmKMKKaYgIgV5sVP22hcYpE3HktVQhMqKKxLBk9RH1UXguHy0C51ks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643654},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d4024136978e4bdc3fb2ee30dc69c7bde9fadcce","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250916","@aztec/cli":"3.0.0-nightly.20250916","@aztec/p2p":"3.0.0-nightly.20250916","@aztec/pxe":"3.0.0-nightly.20250916","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250916","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250916","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250916","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250916","@aztec/archiver":"3.0.0-nightly.20250916","@aztec/aztec.js":"3.0.0-nightly.20250916","@aztec/blob-lib":"3.0.0-nightly.20250916","@aztec/ethereum":"3.0.0-nightly.20250916","@aztec/kv-store":"3.0.0-nightly.20250916","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250916","@aztec/blob-sink":"3.0.0-nightly.20250916","@aztec/constants":"3.0.0-nightly.20250916","@aztec/simulator":"3.0.0-nightly.20250916","@aztec/aztec-node":"3.0.0-nightly.20250916","@aztec/foundation":"3.0.0-nightly.20250916","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250916","@aztec/epoch-cache":"3.0.0-nightly.20250916","@aztec/merkle-tree":"3.0.0-nightly.20250916","@aztec/prover-node":"3.0.0-nightly.20250916","@aztec/test-wallet":"3.0.0-nightly.20250916","@aztec/world-state":"3.0.0-nightly.20250916","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250916","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250916","@aztec/prover-client":"3.0.0-nightly.20250916","@aztec/noir-noirc_abi":"3.0.0-nightly.20250916","@aztec/sequencer-client":"3.0.0-nightly.20250916","@aztec/telemetry-client":"3.0.0-nightly.20250916","@aztec/validator-client":"3.0.0-nightly.20250916","@aztec/noir-contracts.js":"3.0.0-nightly.20250916","@aztec/protocol-contracts":"3.0.0-nightly.20250916","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250916","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250916"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250916_1757991427398_0.23555016239606763","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.31":{"name":"@aztec/end-to-end","version":"2.0.0-rc.31","_id":"@aztec/end-to-end@2.0.0-rc.31","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"675f036fa077c5f4dc7b9d1b573fd69ed6252b19","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.31.tgz","fileCount":183,"integrity":"sha512-xIAlbOkwA/EPAqfheGZJC6uVJ04ORl9hl0ca/zrQqGKIiItdItay6KFxSog7L8q9nvNHz4ETfq8vEDi6VVJ5rQ==","signatures":[{"sig":"MEQCICvU3CY/jaefUGrqKctWb824hyW82jToBqDD2uEE7UvxAiAhwjc3v7M7LRz4SYB870kMYTMYK4TH1CIaShhVCfXoNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3b6d6497325ec4ea234cfdbf7d4f868ad29f073a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.31","@aztec/cli":"2.0.0-rc.31","@aztec/p2p":"2.0.0-rc.31","@aztec/pxe":"2.0.0-rc.31","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.31","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.31","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.31","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.31","@aztec/archiver":"2.0.0-rc.31","@aztec/aztec.js":"2.0.0-rc.31","@aztec/blob-lib":"2.0.0-rc.31","@aztec/ethereum":"2.0.0-rc.31","@aztec/kv-store":"2.0.0-rc.31","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.31","@aztec/blob-sink":"2.0.0-rc.31","@aztec/constants":"2.0.0-rc.31","@aztec/simulator":"2.0.0-rc.31","@aztec/aztec-node":"2.0.0-rc.31","@aztec/foundation":"2.0.0-rc.31","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.31","@aztec/epoch-cache":"2.0.0-rc.31","@aztec/merkle-tree":"2.0.0-rc.31","@aztec/prover-node":"2.0.0-rc.31","@aztec/world-state":"2.0.0-rc.31","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.31","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.31","@aztec/prover-client":"2.0.0-rc.31","@aztec/noir-noirc_abi":"2.0.0-rc.31","@aztec/sequencer-client":"2.0.0-rc.31","@aztec/telemetry-client":"2.0.0-rc.31","@aztec/validator-client":"2.0.0-rc.31","@aztec/noir-contracts.js":"2.0.0-rc.31","@aztec/protocol-contracts":"2.0.0-rc.31","@aztec/noir-test-contracts.js":"2.0.0-rc.31","@aztec/noir-protocol-circuits-types":"2.0.0-rc.31"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.31_1758022839840_0.4255765998346597","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.32":{"name":"@aztec/end-to-end","version":"2.0.0-rc.32","_id":"@aztec/end-to-end@2.0.0-rc.32","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a08e8a935bae3b10e299a579b3f188768641377f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.32.tgz","fileCount":183,"integrity":"sha512-tUqxPrV53q8ATyCAY9NUXyw1asDyHNDFCc0Mu8w+z8UAriesdrw9GUfoxb54QG7rCZG46aYFvkSO9q0pKeLu+A==","signatures":[{"sig":"MEQCIGCnjt+I1cFOT3GFgUssE4gDvNSywjiepOZcsjNymm1AAiBOeJS0Gc4WgGVMByo+TTqxJzOWOx5ThMQPAIJrGjNW0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b068f8709d1ded459a53f32774b9bbba0cf60467","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.32","@aztec/cli":"2.0.0-rc.32","@aztec/p2p":"2.0.0-rc.32","@aztec/pxe":"2.0.0-rc.32","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.32","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.32","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.32","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.32","@aztec/archiver":"2.0.0-rc.32","@aztec/aztec.js":"2.0.0-rc.32","@aztec/blob-lib":"2.0.0-rc.32","@aztec/ethereum":"2.0.0-rc.32","@aztec/kv-store":"2.0.0-rc.32","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.32","@aztec/blob-sink":"2.0.0-rc.32","@aztec/constants":"2.0.0-rc.32","@aztec/simulator":"2.0.0-rc.32","@aztec/aztec-node":"2.0.0-rc.32","@aztec/foundation":"2.0.0-rc.32","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.32","@aztec/epoch-cache":"2.0.0-rc.32","@aztec/merkle-tree":"2.0.0-rc.32","@aztec/prover-node":"2.0.0-rc.32","@aztec/world-state":"2.0.0-rc.32","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.32","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.32","@aztec/prover-client":"2.0.0-rc.32","@aztec/noir-noirc_abi":"2.0.0-rc.32","@aztec/sequencer-client":"2.0.0-rc.32","@aztec/telemetry-client":"2.0.0-rc.32","@aztec/validator-client":"2.0.0-rc.32","@aztec/noir-contracts.js":"2.0.0-rc.32","@aztec/protocol-contracts":"2.0.0-rc.32","@aztec/noir-test-contracts.js":"2.0.0-rc.32","@aztec/noir-protocol-circuits-types":"2.0.0-rc.32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.32_1758039933923_0.32596957092126955","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250917":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250917","_id":"@aztec/end-to-end@3.0.0-nightly.20250917","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"910fd3a45f718d0b28a6f23a92ffa15040b7a1ea","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250917.tgz","fileCount":187,"integrity":"sha512-oCHBvev+AKHdHhUzTtfNWUz/mlIYVse9PbrL1XNUXSJnU8zXGELM9LZpJpk6zX70A7qt0FvDJDEKDq4CrOC9IQ==","signatures":[{"sig":"MEYCIQCix0V9MvtpmWPg3r+TwiZVCwsPkUho1Uu2tDvqRePIPAIhAJDsWkbXkhP6ECBkcxKfrdGtoV41cRxcbc2XDANqVcLg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644388},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1b369181a0efee009d7fb0f09032631276919905","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250917","@aztec/cli":"3.0.0-nightly.20250917","@aztec/p2p":"3.0.0-nightly.20250917","@aztec/pxe":"3.0.0-nightly.20250917","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250917","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250917","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250917","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250917","@aztec/archiver":"3.0.0-nightly.20250917","@aztec/aztec.js":"3.0.0-nightly.20250917","@aztec/blob-lib":"3.0.0-nightly.20250917","@aztec/ethereum":"3.0.0-nightly.20250917","@aztec/kv-store":"3.0.0-nightly.20250917","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250917","@aztec/blob-sink":"3.0.0-nightly.20250917","@aztec/constants":"3.0.0-nightly.20250917","@aztec/simulator":"3.0.0-nightly.20250917","@aztec/aztec-node":"3.0.0-nightly.20250917","@aztec/foundation":"3.0.0-nightly.20250917","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250917","@aztec/epoch-cache":"3.0.0-nightly.20250917","@aztec/merkle-tree":"3.0.0-nightly.20250917","@aztec/prover-node":"3.0.0-nightly.20250917","@aztec/test-wallet":"3.0.0-nightly.20250917","@aztec/world-state":"3.0.0-nightly.20250917","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250917","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250917","@aztec/prover-client":"3.0.0-nightly.20250917","@aztec/noir-noirc_abi":"3.0.0-nightly.20250917","@aztec/sequencer-client":"3.0.0-nightly.20250917","@aztec/telemetry-client":"3.0.0-nightly.20250917","@aztec/validator-client":"3.0.0-nightly.20250917","@aztec/noir-contracts.js":"3.0.0-nightly.20250917","@aztec/protocol-contracts":"3.0.0-nightly.20250917","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250917","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250917"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250917_1758077891110_0.9543107787932594","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.33":{"name":"@aztec/end-to-end","version":"2.0.0-rc.33","_id":"@aztec/end-to-end@2.0.0-rc.33","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e2cd020013b2d88af9a53453078083d6f85aee31","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.33.tgz","fileCount":183,"integrity":"sha512-a9OcEutBl+Gg9XE36us3f+vEvGNlmNfIeuLolwm456VwLjMSgWif+HLSpCyz7CF2+DQ+yWNfF7ipuGKdGAn4DQ==","signatures":[{"sig":"MEQCIDMwXf2m7G0xZqOhCKtUFbUyw+Cct+oXLUIKGdlDy/V4AiAmCwjFc9x3T/gIHIrlHU1S3uiQAa7+oXLqgJcWQD1jYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"69cf06cb32c79d3b8948c6f7317ade7f20f28e2c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.33","@aztec/cli":"2.0.0-rc.33","@aztec/p2p":"2.0.0-rc.33","@aztec/pxe":"2.0.0-rc.33","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.33","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.33","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.33","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.33","@aztec/archiver":"2.0.0-rc.33","@aztec/aztec.js":"2.0.0-rc.33","@aztec/blob-lib":"2.0.0-rc.33","@aztec/ethereum":"2.0.0-rc.33","@aztec/kv-store":"2.0.0-rc.33","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.33","@aztec/blob-sink":"2.0.0-rc.33","@aztec/constants":"2.0.0-rc.33","@aztec/simulator":"2.0.0-rc.33","@aztec/aztec-node":"2.0.0-rc.33","@aztec/foundation":"2.0.0-rc.33","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.33","@aztec/epoch-cache":"2.0.0-rc.33","@aztec/merkle-tree":"2.0.0-rc.33","@aztec/prover-node":"2.0.0-rc.33","@aztec/world-state":"2.0.0-rc.33","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.33","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.33","@aztec/prover-client":"2.0.0-rc.33","@aztec/noir-noirc_abi":"2.0.0-rc.33","@aztec/sequencer-client":"2.0.0-rc.33","@aztec/telemetry-client":"2.0.0-rc.33","@aztec/validator-client":"2.0.0-rc.33","@aztec/noir-contracts.js":"2.0.0-rc.33","@aztec/protocol-contracts":"2.0.0-rc.33","@aztec/noir-test-contracts.js":"2.0.0-rc.33","@aztec/noir-protocol-circuits-types":"2.0.0-rc.33"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.33_1758105168530_0.45305553005330057","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.34":{"name":"@aztec/end-to-end","version":"2.0.0-rc.34","_id":"@aztec/end-to-end@2.0.0-rc.34","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c4267319ff7560c90bf7c4b01b8fc031725e9248","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.34.tgz","fileCount":183,"integrity":"sha512-xLBWF9QZdaNi60t+IpCWJp8wLAK5nUFMki50KwjLTpdkWIPl8Gt++ub+uIELdA4h6RBE4vFzQHRPeAGv7y62hQ==","signatures":[{"sig":"MEUCIQCSkt1zamJXjVbZtO50Rrw7ZNL6wJuS6C+JgI2GqhEYDgIgVyxBWvzh9q3Df0Ba/5RCO2futZnhzlMOpYjILyiHg3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636486},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"83b34b0f75ad8f873b5a6373fa6a7e5f761411fa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.34","@aztec/cli":"2.0.0-rc.34","@aztec/p2p":"2.0.0-rc.34","@aztec/pxe":"2.0.0-rc.34","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.34","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.34","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.34","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.34","@aztec/archiver":"2.0.0-rc.34","@aztec/aztec.js":"2.0.0-rc.34","@aztec/blob-lib":"2.0.0-rc.34","@aztec/ethereum":"2.0.0-rc.34","@aztec/kv-store":"2.0.0-rc.34","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.34","@aztec/blob-sink":"2.0.0-rc.34","@aztec/constants":"2.0.0-rc.34","@aztec/simulator":"2.0.0-rc.34","@aztec/aztec-node":"2.0.0-rc.34","@aztec/foundation":"2.0.0-rc.34","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.34","@aztec/epoch-cache":"2.0.0-rc.34","@aztec/merkle-tree":"2.0.0-rc.34","@aztec/prover-node":"2.0.0-rc.34","@aztec/world-state":"2.0.0-rc.34","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.34","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.34","@aztec/prover-client":"2.0.0-rc.34","@aztec/noir-noirc_abi":"2.0.0-rc.34","@aztec/sequencer-client":"2.0.0-rc.34","@aztec/telemetry-client":"2.0.0-rc.34","@aztec/validator-client":"2.0.0-rc.34","@aztec/noir-contracts.js":"2.0.0-rc.34","@aztec/protocol-contracts":"2.0.0-rc.34","@aztec/noir-test-contracts.js":"2.0.0-rc.34","@aztec/noir-protocol-circuits-types":"2.0.0-rc.34"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.34_1758106473593_0.7669047884823341","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.35":{"name":"@aztec/end-to-end","version":"2.0.0-rc.35","_id":"@aztec/end-to-end@2.0.0-rc.35","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d90f87bd16903caa93314a7acfe27a06ea515c7f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.35.tgz","fileCount":183,"integrity":"sha512-r/xij9cJh9pw2r5L+aDPlyMwJsc5CXOclV84eVuWXlhICsS/ya2eBZ/rSzZLVTpPfT4dGYRuK5Xr89E/9uGuSA==","signatures":[{"sig":"MEUCIQDFarm8Gbx/pDXYdxyb4lCC+TjGEcPr42GpfO29QxsKFgIgGQ5zSqBM1jCQ9qwml+R3rH/kBwn+FjRxD7qKt9hXWEw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"683809d6013e326b6a9148ecef7a9346d775c00b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.35","@aztec/cli":"2.0.0-rc.35","@aztec/p2p":"2.0.0-rc.35","@aztec/pxe":"2.0.0-rc.35","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.35","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.35","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.35","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.35","@aztec/archiver":"2.0.0-rc.35","@aztec/aztec.js":"2.0.0-rc.35","@aztec/blob-lib":"2.0.0-rc.35","@aztec/ethereum":"2.0.0-rc.35","@aztec/kv-store":"2.0.0-rc.35","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.35","@aztec/blob-sink":"2.0.0-rc.35","@aztec/constants":"2.0.0-rc.35","@aztec/simulator":"2.0.0-rc.35","@aztec/aztec-node":"2.0.0-rc.35","@aztec/foundation":"2.0.0-rc.35","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.35","@aztec/epoch-cache":"2.0.0-rc.35","@aztec/merkle-tree":"2.0.0-rc.35","@aztec/prover-node":"2.0.0-rc.35","@aztec/world-state":"2.0.0-rc.35","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.35","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.35","@aztec/prover-client":"2.0.0-rc.35","@aztec/noir-noirc_abi":"2.0.0-rc.35","@aztec/sequencer-client":"2.0.0-rc.35","@aztec/telemetry-client":"2.0.0-rc.35","@aztec/validator-client":"2.0.0-rc.35","@aztec/noir-contracts.js":"2.0.0-rc.35","@aztec/protocol-contracts":"2.0.0-rc.35","@aztec/noir-test-contracts.js":"2.0.0-rc.35","@aztec/noir-protocol-circuits-types":"2.0.0-rc.35"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.35_1758117587321_0.3132967682081309","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.36":{"name":"@aztec/end-to-end","version":"2.0.0-rc.36","_id":"@aztec/end-to-end@2.0.0-rc.36","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2328fa72afb724244dbee9ae8dffe385d10c2188","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.36.tgz","fileCount":183,"integrity":"sha512-+nze/8Yoi4j2v4G2khuhu/7Zuh6SIp3Htc3pcAuH+qI6jw8ct5fNXhep8YsSTKnCchz4E4YZnhPYPfyxlS1fdw==","signatures":[{"sig":"MEQCIDx5qydnOuIH/QnNqXBx7TR+5kn0lXSYWkMjT8FzODIhAiAGxljWnNnTCgs++PDPC5iqPdhE0ogXXk8DMDyUb+hLYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fba4042cdd750e9f337874c44c09ad4b067f4eb1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.36","@aztec/cli":"2.0.0-rc.36","@aztec/p2p":"2.0.0-rc.36","@aztec/pxe":"2.0.0-rc.36","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.36","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.36","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.36","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.36","@aztec/archiver":"2.0.0-rc.36","@aztec/aztec.js":"2.0.0-rc.36","@aztec/blob-lib":"2.0.0-rc.36","@aztec/ethereum":"2.0.0-rc.36","@aztec/kv-store":"2.0.0-rc.36","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.36","@aztec/blob-sink":"2.0.0-rc.36","@aztec/constants":"2.0.0-rc.36","@aztec/simulator":"2.0.0-rc.36","@aztec/aztec-node":"2.0.0-rc.36","@aztec/foundation":"2.0.0-rc.36","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.36","@aztec/epoch-cache":"2.0.0-rc.36","@aztec/merkle-tree":"2.0.0-rc.36","@aztec/prover-node":"2.0.0-rc.36","@aztec/world-state":"2.0.0-rc.36","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.36","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.36","@aztec/prover-client":"2.0.0-rc.36","@aztec/noir-noirc_abi":"2.0.0-rc.36","@aztec/sequencer-client":"2.0.0-rc.36","@aztec/telemetry-client":"2.0.0-rc.36","@aztec/validator-client":"2.0.0-rc.36","@aztec/noir-contracts.js":"2.0.0-rc.36","@aztec/protocol-contracts":"2.0.0-rc.36","@aztec/noir-test-contracts.js":"2.0.0-rc.36","@aztec/noir-protocol-circuits-types":"2.0.0-rc.36"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.36_1758122360725_0.15710537371929179","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.38":{"name":"@aztec/end-to-end","version":"2.0.0-rc.38","_id":"@aztec/end-to-end@2.0.0-rc.38","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6c5fa8984d43e555a8bebbde169a0fcde667018f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.38.tgz","fileCount":183,"integrity":"sha512-1WkhreBCT5FzWtkhuh/XVH17M/rsKWJWcxZGT5Wquub/V2PcvqSkpYmqxGASHTaPT0TM4dptOKVT7NfwfuqQkg==","signatures":[{"sig":"MEUCIQCek1pbbQ6lHN1KDnBNrVEw3KPgz5R/cZZ5bT8u4cKcIQIgZ4YPWhsoJI4/WfUCDQpX/oRTvDHSdtBtRYc4xYPFQx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6cdfe750055d17523d16f3a70164fba78af58f14","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.38","@aztec/cli":"2.0.0-rc.38","@aztec/p2p":"2.0.0-rc.38","@aztec/pxe":"2.0.0-rc.38","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.38","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.38","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.38","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.38","@aztec/archiver":"2.0.0-rc.38","@aztec/aztec.js":"2.0.0-rc.38","@aztec/blob-lib":"2.0.0-rc.38","@aztec/ethereum":"2.0.0-rc.38","@aztec/kv-store":"2.0.0-rc.38","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.38","@aztec/blob-sink":"2.0.0-rc.38","@aztec/constants":"2.0.0-rc.38","@aztec/simulator":"2.0.0-rc.38","@aztec/aztec-node":"2.0.0-rc.38","@aztec/foundation":"2.0.0-rc.38","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.38","@aztec/epoch-cache":"2.0.0-rc.38","@aztec/merkle-tree":"2.0.0-rc.38","@aztec/prover-node":"2.0.0-rc.38","@aztec/world-state":"2.0.0-rc.38","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.38","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.38","@aztec/prover-client":"2.0.0-rc.38","@aztec/noir-noirc_abi":"2.0.0-rc.38","@aztec/sequencer-client":"2.0.0-rc.38","@aztec/telemetry-client":"2.0.0-rc.38","@aztec/validator-client":"2.0.0-rc.38","@aztec/noir-contracts.js":"2.0.0-rc.38","@aztec/protocol-contracts":"2.0.0-rc.38","@aztec/noir-test-contracts.js":"2.0.0-rc.38","@aztec/noir-protocol-circuits-types":"2.0.0-rc.38"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.38_1758126280617_0.21282902803157233","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-rc.39":{"name":"@aztec/end-to-end","version":"2.0.0-rc.39","_id":"@aztec/end-to-end@2.0.0-rc.39","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f14b3c14e862c706945e7270943526eecd19490","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.0-rc.39.tgz","fileCount":183,"integrity":"sha512-uvnlcIG8UcczmcBN69WSJiKAY4Tdw+UfTok6nFKxizrtDBl0iBeaSnMDZNHtElOfmIXRlGiGCWJsJcIuc44H9Q==","signatures":[{"sig":"MEQCICRsRv5zsJAnWNvz+DhaHZHyQBjndZcCADLfnZtUUnjFAiAK45B2TtyKVH9Efw2NxLC0LKqgCdkhOfBz+fzXp4QqZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8c9f15af1c4f9a30b3c230574af567a343800bf0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.0-rc.39","@aztec/cli":"2.0.0-rc.39","@aztec/p2p":"2.0.0-rc.39","@aztec/pxe":"2.0.0-rc.39","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.0-rc.39","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.0-rc.39","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.0-rc.39","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.0-rc.39","@aztec/archiver":"2.0.0-rc.39","@aztec/aztec.js":"2.0.0-rc.39","@aztec/blob-lib":"2.0.0-rc.39","@aztec/ethereum":"2.0.0-rc.39","@aztec/kv-store":"2.0.0-rc.39","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.0-rc.39","@aztec/blob-sink":"2.0.0-rc.39","@aztec/constants":"2.0.0-rc.39","@aztec/simulator":"2.0.0-rc.39","@aztec/aztec-node":"2.0.0-rc.39","@aztec/foundation":"2.0.0-rc.39","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.0-rc.39","@aztec/epoch-cache":"2.0.0-rc.39","@aztec/merkle-tree":"2.0.0-rc.39","@aztec/prover-node":"2.0.0-rc.39","@aztec/world-state":"2.0.0-rc.39","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.0-rc.39","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.0-rc.39","@aztec/prover-client":"2.0.0-rc.39","@aztec/noir-noirc_abi":"2.0.0-rc.39","@aztec/sequencer-client":"2.0.0-rc.39","@aztec/telemetry-client":"2.0.0-rc.39","@aztec/validator-client":"2.0.0-rc.39","@aztec/noir-contracts.js":"2.0.0-rc.39","@aztec/protocol-contracts":"2.0.0-rc.39","@aztec/noir-test-contracts.js":"2.0.0-rc.39","@aztec/noir-protocol-circuits-types":"2.0.0-rc.39"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.0-rc.39_1758128342066_0.06132808028498382","host":"s3://npm-registry-packages-npm-production"}},"2.0.2":{"name":"@aztec/end-to-end","version":"2.0.2","_id":"@aztec/end-to-end@2.0.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"729d41bce10577674b198d7de203195352434562","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.2.tgz","fileCount":183,"integrity":"sha512-JeX/jZWKd0evrBjfLAvPkCXbe3jk9iSh6VoqNMMZ4O9AAfKJKFz+7m+m44fF5vyNczOtNjPOhSyHfGkF+VKtxQ==","signatures":[{"sig":"MEQCIAT1QTsfZ24/mX1jy6c36cunncMrbr54thyZMHwJjEw5AiACrrykUt7RAe0+2G+JIHtVc7IQEPBz6eT5sAfeio3KBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636440},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"993fbb4400f14eaf71c43c9da8c53758d2d03a52","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.2","@aztec/cli":"2.0.2","@aztec/p2p":"2.0.2","@aztec/pxe":"2.0.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.2","@aztec/archiver":"2.0.2","@aztec/aztec.js":"2.0.2","@aztec/blob-lib":"2.0.2","@aztec/ethereum":"2.0.2","@aztec/kv-store":"2.0.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.2","@aztec/blob-sink":"2.0.2","@aztec/constants":"2.0.2","@aztec/simulator":"2.0.2","@aztec/aztec-node":"2.0.2","@aztec/foundation":"2.0.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.2","@aztec/epoch-cache":"2.0.2","@aztec/merkle-tree":"2.0.2","@aztec/prover-node":"2.0.2","@aztec/world-state":"2.0.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.2","@aztec/prover-client":"2.0.2","@aztec/noir-noirc_abi":"2.0.2","@aztec/sequencer-client":"2.0.2","@aztec/telemetry-client":"2.0.2","@aztec/validator-client":"2.0.2","@aztec/noir-contracts.js":"2.0.2","@aztec/protocol-contracts":"2.0.2","@aztec/noir-test-contracts.js":"2.0.2","@aztec/noir-protocol-circuits-types":"2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.2_1758132468595_0.2306179750287649","host":"s3://npm-registry-packages-npm-production"}},"2.0.2-rc.1":{"name":"@aztec/end-to-end","version":"2.0.2-rc.1","_id":"@aztec/end-to-end@2.0.2-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7684e1762655878f99a3594c3d0cc1f534952f78","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.2-rc.1.tgz","fileCount":183,"integrity":"sha512-Lrbb8m5xKU9qB5lXzZuYdQE7/7r9mUyXoA1v88gm9OR7j5B/DYZnpTTuPEjT6562Gp1V5UVEmjItFjKxMqB01g==","signatures":[{"sig":"MEQCIHa4aXEPSAh52qSN2Z91+OhxFvmBamyryyi9lSKX0RshAiBRNkWHMZ3WPka2EU4ue6vVIv17LZohoj5B5WDBTxWWmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"993fbb4400f14eaf71c43c9da8c53758d2d03a52","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.2-rc.1","@aztec/cli":"2.0.2-rc.1","@aztec/p2p":"2.0.2-rc.1","@aztec/pxe":"2.0.2-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.2-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.2-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.2-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.2-rc.1","@aztec/archiver":"2.0.2-rc.1","@aztec/aztec.js":"2.0.2-rc.1","@aztec/blob-lib":"2.0.2-rc.1","@aztec/ethereum":"2.0.2-rc.1","@aztec/kv-store":"2.0.2-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.2-rc.1","@aztec/blob-sink":"2.0.2-rc.1","@aztec/constants":"2.0.2-rc.1","@aztec/simulator":"2.0.2-rc.1","@aztec/aztec-node":"2.0.2-rc.1","@aztec/foundation":"2.0.2-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.2-rc.1","@aztec/epoch-cache":"2.0.2-rc.1","@aztec/merkle-tree":"2.0.2-rc.1","@aztec/prover-node":"2.0.2-rc.1","@aztec/world-state":"2.0.2-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.2-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.2-rc.1","@aztec/prover-client":"2.0.2-rc.1","@aztec/noir-noirc_abi":"2.0.2-rc.1","@aztec/sequencer-client":"2.0.2-rc.1","@aztec/telemetry-client":"2.0.2-rc.1","@aztec/validator-client":"2.0.2-rc.1","@aztec/noir-contracts.js":"2.0.2-rc.1","@aztec/protocol-contracts":"2.0.2-rc.1","@aztec/noir-test-contracts.js":"2.0.2-rc.1","@aztec/noir-protocol-circuits-types":"2.0.2-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.2-rc.1_1758133341609_0.8111561981730098","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250918":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250918","_id":"@aztec/end-to-end@3.0.0-nightly.20250918","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2cc73703288bc455ed7b57f57554dd2c09e25322","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250918.tgz","fileCount":187,"integrity":"sha512-gPQ1UFw1ImaRYIvk1qd7qhqr0VmfLRjAYsufTXElV9Hhwsr6t8Z96aJw+tlj+IBh9W2G/h1hUouEX16RhXwdbg==","signatures":[{"sig":"MEUCIH7KB65OzSIZdgFJpWF/GJ7hnRnIOlPqWsx5tyr4QFxvAiEA4zawSGyNn2qwTRmqGRTX8nOqF3W+OZxHx52TqEzimOM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"94a215fb801a4c2d21a0bfd37a8032816cc595b4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250918","@aztec/cli":"3.0.0-nightly.20250918","@aztec/p2p":"3.0.0-nightly.20250918","@aztec/pxe":"3.0.0-nightly.20250918","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250918","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250918","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250918","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250918","@aztec/archiver":"3.0.0-nightly.20250918","@aztec/aztec.js":"3.0.0-nightly.20250918","@aztec/blob-lib":"3.0.0-nightly.20250918","@aztec/ethereum":"3.0.0-nightly.20250918","@aztec/kv-store":"3.0.0-nightly.20250918","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250918","@aztec/blob-sink":"3.0.0-nightly.20250918","@aztec/constants":"3.0.0-nightly.20250918","@aztec/simulator":"3.0.0-nightly.20250918","@aztec/aztec-node":"3.0.0-nightly.20250918","@aztec/foundation":"3.0.0-nightly.20250918","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250918","@aztec/epoch-cache":"3.0.0-nightly.20250918","@aztec/merkle-tree":"3.0.0-nightly.20250918","@aztec/prover-node":"3.0.0-nightly.20250918","@aztec/test-wallet":"3.0.0-nightly.20250918","@aztec/world-state":"3.0.0-nightly.20250918","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250918","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250918","@aztec/prover-client":"3.0.0-nightly.20250918","@aztec/noir-noirc_abi":"3.0.0-nightly.20250918","@aztec/sequencer-client":"3.0.0-nightly.20250918","@aztec/telemetry-client":"3.0.0-nightly.20250918","@aztec/validator-client":"3.0.0-nightly.20250918","@aztec/noir-contracts.js":"3.0.0-nightly.20250918","@aztec/protocol-contracts":"3.0.0-nightly.20250918","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250918","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250918"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250918_1758164169373_0.0408732809668344","host":"s3://npm-registry-packages-npm-production"}},"2.0.2-rc.2":{"name":"@aztec/end-to-end","version":"2.0.2-rc.2","_id":"@aztec/end-to-end@2.0.2-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc6769ea37fefe1cc9b5007cc02c100ecd8acf34","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.2-rc.2.tgz","fileCount":183,"integrity":"sha512-GNvuGZoSC15oLSNtvIy3RVhhSSL6aNmgzHQrSI8yibzeq+jMA8Ex2vrRtPI9MiP1whZ77X0vOD/48dk4DFghRQ==","signatures":[{"sig":"MEUCIQDw/5ykhpHuNCsoO0s0C2ID2cIbG1P9kPujIy2Yna90tgIgG4dkwuNLQ5qmM6Hdru4TZoMJAEdD6hQjOkt0svcrwE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d87997aa5b30744edb9fc423f718be3f5670342a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.2-rc.2","@aztec/cli":"2.0.2-rc.2","@aztec/p2p":"2.0.2-rc.2","@aztec/pxe":"2.0.2-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.2-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.2-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.2-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.2-rc.2","@aztec/archiver":"2.0.2-rc.2","@aztec/aztec.js":"2.0.2-rc.2","@aztec/blob-lib":"2.0.2-rc.2","@aztec/ethereum":"2.0.2-rc.2","@aztec/kv-store":"2.0.2-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.2-rc.2","@aztec/blob-sink":"2.0.2-rc.2","@aztec/constants":"2.0.2-rc.2","@aztec/simulator":"2.0.2-rc.2","@aztec/aztec-node":"2.0.2-rc.2","@aztec/foundation":"2.0.2-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.2-rc.2","@aztec/epoch-cache":"2.0.2-rc.2","@aztec/merkle-tree":"2.0.2-rc.2","@aztec/prover-node":"2.0.2-rc.2","@aztec/world-state":"2.0.2-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.2-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.2-rc.2","@aztec/prover-client":"2.0.2-rc.2","@aztec/noir-noirc_abi":"2.0.2-rc.2","@aztec/sequencer-client":"2.0.2-rc.2","@aztec/telemetry-client":"2.0.2-rc.2","@aztec/validator-client":"2.0.2-rc.2","@aztec/noir-contracts.js":"2.0.2-rc.2","@aztec/protocol-contracts":"2.0.2-rc.2","@aztec/noir-test-contracts.js":"2.0.2-rc.2","@aztec/noir-protocol-circuits-types":"2.0.2-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.2-rc.2_1758202517984_0.2035798936148281","host":"s3://npm-registry-packages-npm-production"}},"2.0.3":{"name":"@aztec/end-to-end","version":"2.0.3","_id":"@aztec/end-to-end@2.0.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"07dfa151ce3336496007ef097a5ab133a9369232","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3.tgz","fileCount":183,"integrity":"sha512-+zfF4wBKYOzC7HZDmaJMC1+jnzDD6y3aLc6f2izdjzsqxkvUKu3yhTjEVczMqgAzpxQcG5upFIiSSL0zDBr9hQ==","signatures":[{"sig":"MEYCIQC3aKNKPH7uEmEoTXubrkbx66K4Nylh3GW4DfXcW0u2bgIhAMcnybGs/wfPV0hdXk78sS3AOIieQecoqC3W0AiGdE0D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636440},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7269012c2cbef35242ebcd07a74294bc6d798cb6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3","@aztec/cli":"2.0.3","@aztec/p2p":"2.0.3","@aztec/pxe":"2.0.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3","@aztec/archiver":"2.0.3","@aztec/aztec.js":"2.0.3","@aztec/blob-lib":"2.0.3","@aztec/ethereum":"2.0.3","@aztec/kv-store":"2.0.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3","@aztec/blob-sink":"2.0.3","@aztec/constants":"2.0.3","@aztec/simulator":"2.0.3","@aztec/aztec-node":"2.0.3","@aztec/foundation":"2.0.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3","@aztec/epoch-cache":"2.0.3","@aztec/merkle-tree":"2.0.3","@aztec/prover-node":"2.0.3","@aztec/world-state":"2.0.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3","@aztec/prover-client":"2.0.3","@aztec/noir-noirc_abi":"2.0.3","@aztec/sequencer-client":"2.0.3","@aztec/telemetry-client":"2.0.3","@aztec/validator-client":"2.0.3","@aztec/noir-contracts.js":"2.0.3","@aztec/protocol-contracts":"2.0.3","@aztec/noir-test-contracts.js":"2.0.3","@aztec/noir-protocol-circuits-types":"2.0.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3_1758202916920_0.25084700408156557","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.1":{"name":"@aztec/end-to-end","version":"2.0.3-rc.1","_id":"@aztec/end-to-end@2.0.3-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"04eb81af6e4f0e36f428448839efde5e69388a5b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.1.tgz","fileCount":183,"integrity":"sha512-DQqgUzSi7Gn3JXxxM62kBiI4rKaEhN+on/KSFWIzfJb+dkUE8RD7jINBLLpsE8eWw5QwXpkg41HLMtg3HdSqCg==","signatures":[{"sig":"MEYCIQCXxfvk3Unu4JBzxM7y3SlwnMvH+CyUsGaRkCn4SSiBmwIhANzVMOYrNyoRi36DS6lQyDDDOmasSBbgaGHhhLCbb1/N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7269012c2cbef35242ebcd07a74294bc6d798cb6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.1","@aztec/cli":"2.0.3-rc.1","@aztec/p2p":"2.0.3-rc.1","@aztec/pxe":"2.0.3-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.1","@aztec/archiver":"2.0.3-rc.1","@aztec/aztec.js":"2.0.3-rc.1","@aztec/blob-lib":"2.0.3-rc.1","@aztec/ethereum":"2.0.3-rc.1","@aztec/kv-store":"2.0.3-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.1","@aztec/blob-sink":"2.0.3-rc.1","@aztec/constants":"2.0.3-rc.1","@aztec/simulator":"2.0.3-rc.1","@aztec/aztec-node":"2.0.3-rc.1","@aztec/foundation":"2.0.3-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.1","@aztec/epoch-cache":"2.0.3-rc.1","@aztec/merkle-tree":"2.0.3-rc.1","@aztec/prover-node":"2.0.3-rc.1","@aztec/world-state":"2.0.3-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.1","@aztec/prover-client":"2.0.3-rc.1","@aztec/noir-noirc_abi":"2.0.3-rc.1","@aztec/sequencer-client":"2.0.3-rc.1","@aztec/telemetry-client":"2.0.3-rc.1","@aztec/validator-client":"2.0.3-rc.1","@aztec/noir-contracts.js":"2.0.3-rc.1","@aztec/protocol-contracts":"2.0.3-rc.1","@aztec/noir-test-contracts.js":"2.0.3-rc.1","@aztec/noir-protocol-circuits-types":"2.0.3-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.1_1758203682882_0.4904488770822508","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.2":{"name":"@aztec/end-to-end","version":"2.0.3-rc.2","_id":"@aztec/end-to-end@2.0.3-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3e63f43fce0c10c012a09ea808a6d35c6c1e87d8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.2.tgz","fileCount":183,"integrity":"sha512-X8SV+zY4HwFbKqdOwv61KSFqw7vm+wDFK8Qq0OAWuWree0pu3AtSUv9jRU3o0+8iHkC5LNrMcPwJrSVZqEhcoQ==","signatures":[{"sig":"MEQCID1+rZ/rDJ3WpCTyhEMwv4dj8ASYARCFdZTRhN6x4NxfAiAkE2ylbSL+S8a3cbY24PiZmKPyrOm3qWo2fX49vs1G7w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6a8b4359c2fcb4e240dffffa147225ea3eb09eb5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.2","@aztec/cli":"2.0.3-rc.2","@aztec/p2p":"2.0.3-rc.2","@aztec/pxe":"2.0.3-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.2","@aztec/archiver":"2.0.3-rc.2","@aztec/aztec.js":"2.0.3-rc.2","@aztec/blob-lib":"2.0.3-rc.2","@aztec/ethereum":"2.0.3-rc.2","@aztec/kv-store":"2.0.3-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.2","@aztec/blob-sink":"2.0.3-rc.2","@aztec/constants":"2.0.3-rc.2","@aztec/simulator":"2.0.3-rc.2","@aztec/aztec-node":"2.0.3-rc.2","@aztec/foundation":"2.0.3-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.2","@aztec/epoch-cache":"2.0.3-rc.2","@aztec/merkle-tree":"2.0.3-rc.2","@aztec/prover-node":"2.0.3-rc.2","@aztec/world-state":"2.0.3-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.2","@aztec/prover-client":"2.0.3-rc.2","@aztec/noir-noirc_abi":"2.0.3-rc.2","@aztec/sequencer-client":"2.0.3-rc.2","@aztec/telemetry-client":"2.0.3-rc.2","@aztec/validator-client":"2.0.3-rc.2","@aztec/noir-contracts.js":"2.0.3-rc.2","@aztec/protocol-contracts":"2.0.3-rc.2","@aztec/noir-test-contracts.js":"2.0.3-rc.2","@aztec/noir-protocol-circuits-types":"2.0.3-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.2_1758210301840_0.6434605646373086","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.3":{"name":"@aztec/end-to-end","version":"2.0.3-rc.3","_id":"@aztec/end-to-end@2.0.3-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f848f1e3e541e0a79dc6391d0c188df2ec40bf21","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.3.tgz","fileCount":183,"integrity":"sha512-z3fu5H4LhKDGYilBRnCAdoIDA2so/DPAcRgxIS+phHNQe8rb3Gpf920H79bdvc3bpSck3xLXVUASjKXlvqmn/g==","signatures":[{"sig":"MEYCIQCcDLY7DRQ935VyhakzS4e5PKm6m9YI1ckV1XvtUzb/SAIhAO5CAIgt82BbhfgIzuOfnbHukgfsOOsB9RUQuN+Ez8Mk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3693ee771a65b8361ea475b4b1f22123b3285fe0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.3","@aztec/cli":"2.0.3-rc.3","@aztec/p2p":"2.0.3-rc.3","@aztec/pxe":"2.0.3-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.3","@aztec/archiver":"2.0.3-rc.3","@aztec/aztec.js":"2.0.3-rc.3","@aztec/blob-lib":"2.0.3-rc.3","@aztec/ethereum":"2.0.3-rc.3","@aztec/kv-store":"2.0.3-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.3","@aztec/blob-sink":"2.0.3-rc.3","@aztec/constants":"2.0.3-rc.3","@aztec/simulator":"2.0.3-rc.3","@aztec/aztec-node":"2.0.3-rc.3","@aztec/foundation":"2.0.3-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.3","@aztec/epoch-cache":"2.0.3-rc.3","@aztec/merkle-tree":"2.0.3-rc.3","@aztec/prover-node":"2.0.3-rc.3","@aztec/world-state":"2.0.3-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.3","@aztec/prover-client":"2.0.3-rc.3","@aztec/noir-noirc_abi":"2.0.3-rc.3","@aztec/sequencer-client":"2.0.3-rc.3","@aztec/telemetry-client":"2.0.3-rc.3","@aztec/validator-client":"2.0.3-rc.3","@aztec/noir-contracts.js":"2.0.3-rc.3","@aztec/protocol-contracts":"2.0.3-rc.3","@aztec/noir-test-contracts.js":"2.0.3-rc.3","@aztec/noir-protocol-circuits-types":"2.0.3-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.3_1758210612935_0.2698551328498071","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250919":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250919","_id":"@aztec/end-to-end@3.0.0-nightly.20250919","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9f6d47b1599c487b84ffead047d049d620a9262a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250919.tgz","fileCount":187,"integrity":"sha512-q2Bn3w9Q6P7BAEYMQt1e6z6g0Cf5muedjvdh/WTlfzTqhNgFwKme3NozpM/R6GQAV3OqhnTjs3RwpIo+Ls5h3A==","signatures":[{"sig":"MEYCIQDrOBvlU5q2VG0dscSRxnkM77VCL6XCfJjHbTzJu8+ObgIhAJl33i+lc45GkPo8rDTOnKTC9nlplGVwH6sC5F+WtrVn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36646405},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a1d2a40f79efb34f5e6123f1fcaa8823365910ad","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250919","@aztec/cli":"3.0.0-nightly.20250919","@aztec/p2p":"3.0.0-nightly.20250919","@aztec/pxe":"3.0.0-nightly.20250919","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250919","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250919","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250919","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250919","@aztec/archiver":"3.0.0-nightly.20250919","@aztec/aztec.js":"3.0.0-nightly.20250919","@aztec/blob-lib":"3.0.0-nightly.20250919","@aztec/ethereum":"3.0.0-nightly.20250919","@aztec/kv-store":"3.0.0-nightly.20250919","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250919","@aztec/blob-sink":"3.0.0-nightly.20250919","@aztec/constants":"3.0.0-nightly.20250919","@aztec/simulator":"3.0.0-nightly.20250919","@aztec/aztec-node":"3.0.0-nightly.20250919","@aztec/foundation":"3.0.0-nightly.20250919","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250919","@aztec/epoch-cache":"3.0.0-nightly.20250919","@aztec/merkle-tree":"3.0.0-nightly.20250919","@aztec/prover-node":"3.0.0-nightly.20250919","@aztec/test-wallet":"3.0.0-nightly.20250919","@aztec/world-state":"3.0.0-nightly.20250919","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250919","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250919","@aztec/prover-client":"3.0.0-nightly.20250919","@aztec/noir-noirc_abi":"3.0.0-nightly.20250919","@aztec/sequencer-client":"3.0.0-nightly.20250919","@aztec/telemetry-client":"3.0.0-nightly.20250919","@aztec/validator-client":"3.0.0-nightly.20250919","@aztec/noir-contracts.js":"3.0.0-nightly.20250919","@aztec/protocol-contracts":"3.0.0-nightly.20250919","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250919","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250919"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250919_1758250784834_0.21180760135184995","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.4":{"name":"@aztec/end-to-end","version":"2.0.3-rc.4","_id":"@aztec/end-to-end@2.0.3-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"17aaccf080bb107e69722adbd6a70ef428ede955","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.4.tgz","fileCount":183,"integrity":"sha512-uLprXmSErHzD55qF8DjBb86i6rNBmJaWHw72bF1qTCprAxq1v0P6TK2MizxbUc4+jNP2LiwNYPn/7MpDRZNZYw==","signatures":[{"sig":"MEQCIFT54lZ52HcLG0/VgA9Cnhj5PGN2+8zC4nI1dBwcmN8SAiBHD22AFe9sW+GCsaDOPfEaB7M8UOf3QgjmS1Qfy9uxyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"72ffbf08af355bf818cda57fd316fcafffc4493a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.4","@aztec/cli":"2.0.3-rc.4","@aztec/p2p":"2.0.3-rc.4","@aztec/pxe":"2.0.3-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.4","@aztec/archiver":"2.0.3-rc.4","@aztec/aztec.js":"2.0.3-rc.4","@aztec/blob-lib":"2.0.3-rc.4","@aztec/ethereum":"2.0.3-rc.4","@aztec/kv-store":"2.0.3-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.4","@aztec/blob-sink":"2.0.3-rc.4","@aztec/constants":"2.0.3-rc.4","@aztec/simulator":"2.0.3-rc.4","@aztec/aztec-node":"2.0.3-rc.4","@aztec/foundation":"2.0.3-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.4","@aztec/epoch-cache":"2.0.3-rc.4","@aztec/merkle-tree":"2.0.3-rc.4","@aztec/prover-node":"2.0.3-rc.4","@aztec/world-state":"2.0.3-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.4","@aztec/prover-client":"2.0.3-rc.4","@aztec/noir-noirc_abi":"2.0.3-rc.4","@aztec/sequencer-client":"2.0.3-rc.4","@aztec/telemetry-client":"2.0.3-rc.4","@aztec/validator-client":"2.0.3-rc.4","@aztec/noir-contracts.js":"2.0.3-rc.4","@aztec/protocol-contracts":"2.0.3-rc.4","@aztec/noir-test-contracts.js":"2.0.3-rc.4","@aztec/noir-protocol-circuits-types":"2.0.3-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.4_1758280491929_0.16185469893183302","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250920":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250920","_id":"@aztec/end-to-end@3.0.0-nightly.20250920","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"319a80329d5aa1f344c6f88c08466752ecb011ef","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250920.tgz","fileCount":187,"integrity":"sha512-3cengavqku+TyoWJt8sGnQtNtYjEjmJzbt8FH031cPuVmq3IIBSySvhdPkaTMNZjl5jPvYrgg+L3Fg2S+LnKLA==","signatures":[{"sig":"MEUCIQDwhPQnL36XaZNi3LZCS4Xry9VBbm7HDIwkpUimMfT+wAIgGgi/aGgzO5Sa3lu9g2ZCm6LUUFw9ug+mPcu45fw2D9o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647270},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a6bfb30a1dc98ca7743429d2bdcda22717a6be1a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250920","@aztec/cli":"3.0.0-nightly.20250920","@aztec/p2p":"3.0.0-nightly.20250920","@aztec/pxe":"3.0.0-nightly.20250920","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250920","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250920","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250920","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250920","@aztec/archiver":"3.0.0-nightly.20250920","@aztec/aztec.js":"3.0.0-nightly.20250920","@aztec/blob-lib":"3.0.0-nightly.20250920","@aztec/ethereum":"3.0.0-nightly.20250920","@aztec/kv-store":"3.0.0-nightly.20250920","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250920","@aztec/blob-sink":"3.0.0-nightly.20250920","@aztec/constants":"3.0.0-nightly.20250920","@aztec/simulator":"3.0.0-nightly.20250920","@aztec/aztec-node":"3.0.0-nightly.20250920","@aztec/foundation":"3.0.0-nightly.20250920","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250920","@aztec/epoch-cache":"3.0.0-nightly.20250920","@aztec/merkle-tree":"3.0.0-nightly.20250920","@aztec/prover-node":"3.0.0-nightly.20250920","@aztec/test-wallet":"3.0.0-nightly.20250920","@aztec/world-state":"3.0.0-nightly.20250920","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250920","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250920","@aztec/prover-client":"3.0.0-nightly.20250920","@aztec/noir-noirc_abi":"3.0.0-nightly.20250920","@aztec/sequencer-client":"3.0.0-nightly.20250920","@aztec/telemetry-client":"3.0.0-nightly.20250920","@aztec/validator-client":"3.0.0-nightly.20250920","@aztec/noir-contracts.js":"3.0.0-nightly.20250920","@aztec/protocol-contracts":"3.0.0-nightly.20250920","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250920","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250920"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250920_1758336836959_0.28235674231427543","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250921":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250921","_id":"@aztec/end-to-end@3.0.0-nightly.20250921","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"906af1eb3d5c162802167c754bd34afef5316a5c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250921.tgz","fileCount":187,"integrity":"sha512-vwgpOxqGc4vnPij8KYS9ug6D0JlWN6ehFyS7Slc1iudzSpQEe7vWPTKRRvAxzg34dqVce4TTW6w9pir8+iEJpg==","signatures":[{"sig":"MEQCIHzVRQBKo/dfc0w7n7pHVOY64ZhKtqy0/wAhf30oAiXLAiAyAgpjj7EzNaG2Xmzs9hVhhRoA+5kivfSAHlFXfzRH6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647270},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5d263f1945ecd9ce0f8a4f35093b595948b37132","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250921","@aztec/cli":"3.0.0-nightly.20250921","@aztec/p2p":"3.0.0-nightly.20250921","@aztec/pxe":"3.0.0-nightly.20250921","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250921","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250921","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250921","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250921","@aztec/archiver":"3.0.0-nightly.20250921","@aztec/aztec.js":"3.0.0-nightly.20250921","@aztec/blob-lib":"3.0.0-nightly.20250921","@aztec/ethereum":"3.0.0-nightly.20250921","@aztec/kv-store":"3.0.0-nightly.20250921","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250921","@aztec/blob-sink":"3.0.0-nightly.20250921","@aztec/constants":"3.0.0-nightly.20250921","@aztec/simulator":"3.0.0-nightly.20250921","@aztec/aztec-node":"3.0.0-nightly.20250921","@aztec/foundation":"3.0.0-nightly.20250921","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250921","@aztec/epoch-cache":"3.0.0-nightly.20250921","@aztec/merkle-tree":"3.0.0-nightly.20250921","@aztec/prover-node":"3.0.0-nightly.20250921","@aztec/test-wallet":"3.0.0-nightly.20250921","@aztec/world-state":"3.0.0-nightly.20250921","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250921","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250921","@aztec/prover-client":"3.0.0-nightly.20250921","@aztec/noir-noirc_abi":"3.0.0-nightly.20250921","@aztec/sequencer-client":"3.0.0-nightly.20250921","@aztec/telemetry-client":"3.0.0-nightly.20250921","@aztec/validator-client":"3.0.0-nightly.20250921","@aztec/noir-contracts.js":"3.0.0-nightly.20250921","@aztec/protocol-contracts":"3.0.0-nightly.20250921","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250921","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250921"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250921_1758423727287_0.2640085619875685","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250922":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250922","_id":"@aztec/end-to-end@3.0.0-nightly.20250922","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5be78dc007640e939c3b4e6b3a532380009ee5c6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250922.tgz","fileCount":187,"integrity":"sha512-Q3Sba4Ppf+/pHdzs6lkI/gFI/SNh1PSoq0QL929gaX+NpmyGuUItZ2fyUL+4HZJJTS74nbIG679w8kHb9rPQkw==","signatures":[{"sig":"MEQCIHl0RWRt/D4rB4YchoAZAjiszc8RwsdAMmRxncaSfZAnAiB8JdsLMLBQxDEYZ9+WIDjBf8yduthyb51z9zKCEozbFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36647270},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"15c253c6fccec5336dbfe9fde2f951e6b37541b0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250922","@aztec/cli":"3.0.0-nightly.20250922","@aztec/p2p":"3.0.0-nightly.20250922","@aztec/pxe":"3.0.0-nightly.20250922","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250922","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250922","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250922","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250922","@aztec/archiver":"3.0.0-nightly.20250922","@aztec/aztec.js":"3.0.0-nightly.20250922","@aztec/blob-lib":"3.0.0-nightly.20250922","@aztec/ethereum":"3.0.0-nightly.20250922","@aztec/kv-store":"3.0.0-nightly.20250922","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250922","@aztec/blob-sink":"3.0.0-nightly.20250922","@aztec/constants":"3.0.0-nightly.20250922","@aztec/simulator":"3.0.0-nightly.20250922","@aztec/aztec-node":"3.0.0-nightly.20250922","@aztec/foundation":"3.0.0-nightly.20250922","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250922","@aztec/epoch-cache":"3.0.0-nightly.20250922","@aztec/merkle-tree":"3.0.0-nightly.20250922","@aztec/prover-node":"3.0.0-nightly.20250922","@aztec/test-wallet":"3.0.0-nightly.20250922","@aztec/world-state":"3.0.0-nightly.20250922","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250922","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250922","@aztec/prover-client":"3.0.0-nightly.20250922","@aztec/noir-noirc_abi":"3.0.0-nightly.20250922","@aztec/sequencer-client":"3.0.0-nightly.20250922","@aztec/telemetry-client":"3.0.0-nightly.20250922","@aztec/validator-client":"3.0.0-nightly.20250922","@aztec/noir-contracts.js":"3.0.0-nightly.20250922","@aztec/protocol-contracts":"3.0.0-nightly.20250922","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250922","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250922"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250922_1758510425620_0.12894823645740394","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.5":{"name":"@aztec/end-to-end","version":"2.0.3-rc.5","_id":"@aztec/end-to-end@2.0.3-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c40a751c7b52e3f5b2b7256bc24d8593c51fc34a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.5.tgz","fileCount":183,"integrity":"sha512-ey+HOES4DJcOj1+nROH5h3i3sQZLyUtKHGfj1HthQJbpEhvCyLC7MvmLE0k/8W+smzlilfUbQLPY/hOlNEi3fw==","signatures":[{"sig":"MEYCIQCI/rfovLZkJdjui93XndGglamfrmgpMSWKRNT9j2sP8gIhAO8EgSruBp35m4XWBAFZD+Szr0Qn9meE6HrIwk7uHDgx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0daa224e0751f7d842e68ca71015c25807c2fcc6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.5","@aztec/cli":"2.0.3-rc.5","@aztec/p2p":"2.0.3-rc.5","@aztec/pxe":"2.0.3-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.5","@aztec/archiver":"2.0.3-rc.5","@aztec/aztec.js":"2.0.3-rc.5","@aztec/blob-lib":"2.0.3-rc.5","@aztec/ethereum":"2.0.3-rc.5","@aztec/kv-store":"2.0.3-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.5","@aztec/blob-sink":"2.0.3-rc.5","@aztec/constants":"2.0.3-rc.5","@aztec/simulator":"2.0.3-rc.5","@aztec/aztec-node":"2.0.3-rc.5","@aztec/foundation":"2.0.3-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.5","@aztec/epoch-cache":"2.0.3-rc.5","@aztec/merkle-tree":"2.0.3-rc.5","@aztec/prover-node":"2.0.3-rc.5","@aztec/world-state":"2.0.3-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.5","@aztec/prover-client":"2.0.3-rc.5","@aztec/noir-noirc_abi":"2.0.3-rc.5","@aztec/sequencer-client":"2.0.3-rc.5","@aztec/telemetry-client":"2.0.3-rc.5","@aztec/validator-client":"2.0.3-rc.5","@aztec/noir-contracts.js":"2.0.3-rc.5","@aztec/protocol-contracts":"2.0.3-rc.5","@aztec/noir-test-contracts.js":"2.0.3-rc.5","@aztec/noir-protocol-circuits-types":"2.0.3-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.5_1758555294722_0.45583433193866596","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.6":{"name":"@aztec/end-to-end","version":"2.0.3-rc.6","_id":"@aztec/end-to-end@2.0.3-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"54fd43dade2624684e05e1591e7d2c4cc4adffb0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.6.tgz","fileCount":183,"integrity":"sha512-o9Idtla/QuxCEpQRtzjZFpr4peXSnrJJ4dycQIRQa+Hni957hOxzxLEpZgAlBAYforo8JRqbEsKo5aR6JWYwJQ==","signatures":[{"sig":"MEYCIQDV8kWRDYXmCRg0livvdIgmW0rMAJW9afJ3jjeiHvUu8AIhALDLQy2/+77iOfRChsoBFnLd7GX/ONXQpbSOPJmJMQJs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f62c1425e321b389e58e19d71d43379da599a42e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.6","@aztec/cli":"2.0.3-rc.6","@aztec/p2p":"2.0.3-rc.6","@aztec/pxe":"2.0.3-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.6","@aztec/archiver":"2.0.3-rc.6","@aztec/aztec.js":"2.0.3-rc.6","@aztec/blob-lib":"2.0.3-rc.6","@aztec/ethereum":"2.0.3-rc.6","@aztec/kv-store":"2.0.3-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.6","@aztec/blob-sink":"2.0.3-rc.6","@aztec/constants":"2.0.3-rc.6","@aztec/simulator":"2.0.3-rc.6","@aztec/aztec-node":"2.0.3-rc.6","@aztec/foundation":"2.0.3-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.6","@aztec/epoch-cache":"2.0.3-rc.6","@aztec/merkle-tree":"2.0.3-rc.6","@aztec/prover-node":"2.0.3-rc.6","@aztec/world-state":"2.0.3-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.6","@aztec/prover-client":"2.0.3-rc.6","@aztec/noir-noirc_abi":"2.0.3-rc.6","@aztec/sequencer-client":"2.0.3-rc.6","@aztec/telemetry-client":"2.0.3-rc.6","@aztec/validator-client":"2.0.3-rc.6","@aztec/noir-contracts.js":"2.0.3-rc.6","@aztec/protocol-contracts":"2.0.3-rc.6","@aztec/noir-test-contracts.js":"2.0.3-rc.6","@aztec/noir-protocol-circuits-types":"2.0.3-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.6_1758564847379_0.8898027217065787","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250923":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250923","_id":"@aztec/end-to-end@3.0.0-nightly.20250923","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1bae980b7f21d4fd0aaf61234aaed59e8982cb88","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250923.tgz","fileCount":187,"integrity":"sha512-oirYzBgdCpTE9wjboW35rzWr66EuQEKgWwDSEQvSYalJ1trDP3VHRFntprL9w33u5GThjvIlq9MQ/imXGgtp9w==","signatures":[{"sig":"MEUCIQC7P5usZoR+w42H4KPUEyhmh9laR1BYSzB6JMMScwaWoAIgD50CFXMQ6gHs0BtLnZOiPwM2Xkxu2j5Kj9thqDOhbMg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642742},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9cac44c0400d59e9bcf3822cc797cc184ba33d39","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250923","@aztec/cli":"3.0.0-nightly.20250923","@aztec/p2p":"3.0.0-nightly.20250923","@aztec/pxe":"3.0.0-nightly.20250923","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250923","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250923","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250923","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250923","@aztec/archiver":"3.0.0-nightly.20250923","@aztec/aztec.js":"3.0.0-nightly.20250923","@aztec/blob-lib":"3.0.0-nightly.20250923","@aztec/ethereum":"3.0.0-nightly.20250923","@aztec/kv-store":"3.0.0-nightly.20250923","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250923","@aztec/blob-sink":"3.0.0-nightly.20250923","@aztec/constants":"3.0.0-nightly.20250923","@aztec/simulator":"3.0.0-nightly.20250923","@aztec/aztec-node":"3.0.0-nightly.20250923","@aztec/foundation":"3.0.0-nightly.20250923","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250923","@aztec/epoch-cache":"3.0.0-nightly.20250923","@aztec/merkle-tree":"3.0.0-nightly.20250923","@aztec/prover-node":"3.0.0-nightly.20250923","@aztec/test-wallet":"3.0.0-nightly.20250923","@aztec/world-state":"3.0.0-nightly.20250923","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250923","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250923","@aztec/prover-client":"3.0.0-nightly.20250923","@aztec/noir-noirc_abi":"3.0.0-nightly.20250923","@aztec/sequencer-client":"3.0.0-nightly.20250923","@aztec/telemetry-client":"3.0.0-nightly.20250923","@aztec/validator-client":"3.0.0-nightly.20250923","@aztec/noir-contracts.js":"3.0.0-nightly.20250923","@aztec/protocol-contracts":"3.0.0-nightly.20250923","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250923","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250923"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250923_1758596399199_0.47407998670338825","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.7":{"name":"@aztec/end-to-end","version":"2.0.3-rc.7","_id":"@aztec/end-to-end@2.0.3-rc.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ed1205098854d19984e5cc3eca7c1d1c600f7a36","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.7.tgz","fileCount":183,"integrity":"sha512-4uwhRTo9JyjCmv9XOfcwwkXWpQRmn606BP4RcNTTijkH8hdOhmH2L8J96hkxbfHjHJGlvwYpNK0A81ON8uqs5A==","signatures":[{"sig":"MEUCIQDRoKQ5GUekZVtEXx9TdmS0EF+8M6uSHgUq//Ji8jX3pgIgJE699Q1Ug8PwCAvFoHRAynfXKHIhJcmudBAFjPf9T5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fb233b9c6df18e533ba304e4b9ef7e12b97f0bf4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.7","@aztec/cli":"2.0.3-rc.7","@aztec/p2p":"2.0.3-rc.7","@aztec/pxe":"2.0.3-rc.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.7","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.7","@aztec/archiver":"2.0.3-rc.7","@aztec/aztec.js":"2.0.3-rc.7","@aztec/blob-lib":"2.0.3-rc.7","@aztec/ethereum":"2.0.3-rc.7","@aztec/kv-store":"2.0.3-rc.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.7","@aztec/blob-sink":"2.0.3-rc.7","@aztec/constants":"2.0.3-rc.7","@aztec/simulator":"2.0.3-rc.7","@aztec/aztec-node":"2.0.3-rc.7","@aztec/foundation":"2.0.3-rc.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.7","@aztec/epoch-cache":"2.0.3-rc.7","@aztec/merkle-tree":"2.0.3-rc.7","@aztec/prover-node":"2.0.3-rc.7","@aztec/world-state":"2.0.3-rc.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.7","@aztec/prover-client":"2.0.3-rc.7","@aztec/noir-noirc_abi":"2.0.3-rc.7","@aztec/sequencer-client":"2.0.3-rc.7","@aztec/telemetry-client":"2.0.3-rc.7","@aztec/validator-client":"2.0.3-rc.7","@aztec/noir-contracts.js":"2.0.3-rc.7","@aztec/protocol-contracts":"2.0.3-rc.7","@aztec/noir-test-contracts.js":"2.0.3-rc.7","@aztec/noir-protocol-circuits-types":"2.0.3-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.7_1758618920336_0.44590919490230796","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.8":{"name":"@aztec/end-to-end","version":"2.0.3-rc.8","_id":"@aztec/end-to-end@2.0.3-rc.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"25f11d98c21d77b3184968cb1fcb5fcad40905a0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.8.tgz","fileCount":183,"integrity":"sha512-qijb2B59341+82jOEv+szrspTBZEYm4BU5KTqkRseN2KT1sbUXQCvWkW2OU7MUso5vWQQNlWJX+wLIJXlyuGsg==","signatures":[{"sig":"MEQCIFzdr8Yao/ya5lRQC9spWqwLpnl1/rbT1UJbNq+qVMnCAiBUpz5IuWfYUnOFDZFt9DfHtbDLEQazJbF2etmdBEPMAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0e13702fc7adff60a1424c60bc04f1df02d8300d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.8","@aztec/cli":"2.0.3-rc.8","@aztec/p2p":"2.0.3-rc.8","@aztec/pxe":"2.0.3-rc.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.8","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.8","@aztec/archiver":"2.0.3-rc.8","@aztec/aztec.js":"2.0.3-rc.8","@aztec/blob-lib":"2.0.3-rc.8","@aztec/ethereum":"2.0.3-rc.8","@aztec/kv-store":"2.0.3-rc.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.8","@aztec/blob-sink":"2.0.3-rc.8","@aztec/constants":"2.0.3-rc.8","@aztec/simulator":"2.0.3-rc.8","@aztec/aztec-node":"2.0.3-rc.8","@aztec/foundation":"2.0.3-rc.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.8","@aztec/epoch-cache":"2.0.3-rc.8","@aztec/merkle-tree":"2.0.3-rc.8","@aztec/prover-node":"2.0.3-rc.8","@aztec/world-state":"2.0.3-rc.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.8","@aztec/prover-client":"2.0.3-rc.8","@aztec/noir-noirc_abi":"2.0.3-rc.8","@aztec/sequencer-client":"2.0.3-rc.8","@aztec/telemetry-client":"2.0.3-rc.8","@aztec/validator-client":"2.0.3-rc.8","@aztec/noir-contracts.js":"2.0.3-rc.8","@aztec/protocol-contracts":"2.0.3-rc.8","@aztec/noir-test-contracts.js":"2.0.3-rc.8","@aztec/noir-protocol-circuits-types":"2.0.3-rc.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.8_1758619912069_0.0221218558088343","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.9":{"name":"@aztec/end-to-end","version":"2.0.3-rc.9","_id":"@aztec/end-to-end@2.0.3-rc.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3aa23645742255b835ef5c3d5ef92d20038843c8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.9.tgz","fileCount":183,"integrity":"sha512-M1wvrunFyGNHwpaaHF0dxg3uq4KZZu+cnIm7OZhTL2Ps7VZf01NC4NXd5fDhbYZowGTZVgFIiRO+LKwV4c9TFw==","signatures":[{"sig":"MEQCICR2b44kUfCh0P2Chj7DH4QDub2+xBZ9E6p5bDjs5T7MAiBR04N4Pczeky8SlKlJ/UIZNWjeS3jAvF1IJH1U6FAzjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636620},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6fea75ce0ae76cbfc0a04ea7cc906e0fa2ab5512","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.9","@aztec/cli":"2.0.3-rc.9","@aztec/p2p":"2.0.3-rc.9","@aztec/pxe":"2.0.3-rc.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.9","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.9","@aztec/archiver":"2.0.3-rc.9","@aztec/aztec.js":"2.0.3-rc.9","@aztec/blob-lib":"2.0.3-rc.9","@aztec/ethereum":"2.0.3-rc.9","@aztec/kv-store":"2.0.3-rc.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.9","@aztec/blob-sink":"2.0.3-rc.9","@aztec/constants":"2.0.3-rc.9","@aztec/simulator":"2.0.3-rc.9","@aztec/aztec-node":"2.0.3-rc.9","@aztec/foundation":"2.0.3-rc.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.9","@aztec/epoch-cache":"2.0.3-rc.9","@aztec/merkle-tree":"2.0.3-rc.9","@aztec/prover-node":"2.0.3-rc.9","@aztec/world-state":"2.0.3-rc.9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.9","@aztec/prover-client":"2.0.3-rc.9","@aztec/noir-noirc_abi":"2.0.3-rc.9","@aztec/sequencer-client":"2.0.3-rc.9","@aztec/telemetry-client":"2.0.3-rc.9","@aztec/validator-client":"2.0.3-rc.9","@aztec/noir-contracts.js":"2.0.3-rc.9","@aztec/protocol-contracts":"2.0.3-rc.9","@aztec/noir-test-contracts.js":"2.0.3-rc.9","@aztec/noir-protocol-circuits-types":"2.0.3-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.9_1758628460437_0.6802428239745384","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250924":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250924","_id":"@aztec/end-to-end@3.0.0-nightly.20250924","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f90e40b597b88b0b1a2a4684e8870bc14f55827","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250924.tgz","fileCount":187,"integrity":"sha512-T8xfY5NLRenOtraQfpsQwNCdyYm3S4r9Dtpeg0alSmykGWUaD3eLWhuuM2AH4V+lETfqyZmfI2LXaRZOOXtoaQ==","signatures":[{"sig":"MEQCIDfE/xBwPGQBX8GKpSbvVokzU3+NlgqajMsGTCx3YTCRAiARQx55ytJhAwHSGwtborJKCWLHRDUDmW2/zL0Djsu/AA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642225},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e997c000e76365d83d74a9a7af24a9aecce93c4b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250924","@aztec/cli":"3.0.0-nightly.20250924","@aztec/p2p":"3.0.0-nightly.20250924","@aztec/pxe":"3.0.0-nightly.20250924","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250924","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250924","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250924","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250924","@aztec/archiver":"3.0.0-nightly.20250924","@aztec/aztec.js":"3.0.0-nightly.20250924","@aztec/blob-lib":"3.0.0-nightly.20250924","@aztec/ethereum":"3.0.0-nightly.20250924","@aztec/kv-store":"3.0.0-nightly.20250924","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250924","@aztec/blob-sink":"3.0.0-nightly.20250924","@aztec/constants":"3.0.0-nightly.20250924","@aztec/simulator":"3.0.0-nightly.20250924","@aztec/aztec-node":"3.0.0-nightly.20250924","@aztec/foundation":"3.0.0-nightly.20250924","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250924","@aztec/epoch-cache":"3.0.0-nightly.20250924","@aztec/merkle-tree":"3.0.0-nightly.20250924","@aztec/prover-node":"3.0.0-nightly.20250924","@aztec/test-wallet":"3.0.0-nightly.20250924","@aztec/world-state":"3.0.0-nightly.20250924","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250924","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250924","@aztec/prover-client":"3.0.0-nightly.20250924","@aztec/noir-noirc_abi":"3.0.0-nightly.20250924","@aztec/sequencer-client":"3.0.0-nightly.20250924","@aztec/telemetry-client":"3.0.0-nightly.20250924","@aztec/validator-client":"3.0.0-nightly.20250924","@aztec/noir-contracts.js":"3.0.0-nightly.20250924","@aztec/protocol-contracts":"3.0.0-nightly.20250924","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250924","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250924"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250924_1758682779563_0.33291495100418445","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.10":{"name":"@aztec/end-to-end","version":"2.0.3-rc.10","_id":"@aztec/end-to-end@2.0.3-rc.10","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fe72e7e68ab4424e3e8251f019173e14193f99dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.10.tgz","fileCount":183,"integrity":"sha512-uyb2uzz7N9eekb1+LPrTRSog/87GLiS1xxAdqKlJgjU2BY7yfF50/zNrL5YQYngbgF7tofeDBiypUxE+oDwemA==","signatures":[{"sig":"MEYCIQDezSyy9B3+EkIDCgqtKWYNdLJkJb2Aw8TNKDqK11rpmgIhAI1HEzkB+2BMtp3DCD1/5ePt9xb9JmdpH5IVB1Cwf9av","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"80e9c3f1efade300f310bf6be46b1fa188ca97fc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.10","@aztec/cli":"2.0.3-rc.10","@aztec/p2p":"2.0.3-rc.10","@aztec/pxe":"2.0.3-rc.10","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.10","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.10","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.10","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.10","@aztec/archiver":"2.0.3-rc.10","@aztec/aztec.js":"2.0.3-rc.10","@aztec/blob-lib":"2.0.3-rc.10","@aztec/ethereum":"2.0.3-rc.10","@aztec/kv-store":"2.0.3-rc.10","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.10","@aztec/blob-sink":"2.0.3-rc.10","@aztec/constants":"2.0.3-rc.10","@aztec/simulator":"2.0.3-rc.10","@aztec/aztec-node":"2.0.3-rc.10","@aztec/foundation":"2.0.3-rc.10","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.10","@aztec/epoch-cache":"2.0.3-rc.10","@aztec/merkle-tree":"2.0.3-rc.10","@aztec/prover-node":"2.0.3-rc.10","@aztec/world-state":"2.0.3-rc.10","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.10","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.10","@aztec/prover-client":"2.0.3-rc.10","@aztec/noir-noirc_abi":"2.0.3-rc.10","@aztec/sequencer-client":"2.0.3-rc.10","@aztec/telemetry-client":"2.0.3-rc.10","@aztec/validator-client":"2.0.3-rc.10","@aztec/noir-contracts.js":"2.0.3-rc.10","@aztec/protocol-contracts":"2.0.3-rc.10","@aztec/noir-test-contracts.js":"2.0.3-rc.10","@aztec/noir-protocol-circuits-types":"2.0.3-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.10_1758707759044_0.10600580523467396","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.11":{"name":"@aztec/end-to-end","version":"2.0.3-rc.11","_id":"@aztec/end-to-end@2.0.3-rc.11","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd0e955ea695b63e303176417b8e72e89068883b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.11.tgz","fileCount":183,"integrity":"sha512-0xy9fCp+Xh11NF7/Mp4AQe6LuW/jl4ORRiw/uNoOW6HFQVg1bs4E5ClpIyBJjCHkoOPYFpCGqTS5EhsTyXijhQ==","signatures":[{"sig":"MEQCIHAX510QA46deXSnen37j+i8sUrLumMnm+TtgU0AXuAMAiBnYcuvsyMdesi83sz7gaYlh6Lqqfbft/kSUBJI9s5olA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"edc6b00a7d322b0fb6afad1f93a81cc29a4ccfa4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.11","@aztec/cli":"2.0.3-rc.11","@aztec/p2p":"2.0.3-rc.11","@aztec/pxe":"2.0.3-rc.11","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.11","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.11","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.11","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.11","@aztec/archiver":"2.0.3-rc.11","@aztec/aztec.js":"2.0.3-rc.11","@aztec/blob-lib":"2.0.3-rc.11","@aztec/ethereum":"2.0.3-rc.11","@aztec/kv-store":"2.0.3-rc.11","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.11","@aztec/blob-sink":"2.0.3-rc.11","@aztec/constants":"2.0.3-rc.11","@aztec/simulator":"2.0.3-rc.11","@aztec/aztec-node":"2.0.3-rc.11","@aztec/foundation":"2.0.3-rc.11","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.11","@aztec/epoch-cache":"2.0.3-rc.11","@aztec/merkle-tree":"2.0.3-rc.11","@aztec/prover-node":"2.0.3-rc.11","@aztec/world-state":"2.0.3-rc.11","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.11","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.11","@aztec/prover-client":"2.0.3-rc.11","@aztec/noir-noirc_abi":"2.0.3-rc.11","@aztec/sequencer-client":"2.0.3-rc.11","@aztec/telemetry-client":"2.0.3-rc.11","@aztec/validator-client":"2.0.3-rc.11","@aztec/noir-contracts.js":"2.0.3-rc.11","@aztec/protocol-contracts":"2.0.3-rc.11","@aztec/noir-test-contracts.js":"2.0.3-rc.11","@aztec/noir-protocol-circuits-types":"2.0.3-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.11_1758729361368_0.21092274232521624","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250925":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250925","_id":"@aztec/end-to-end@3.0.0-nightly.20250925","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eab7c1bd2bf481b502177c433ac43579652652d1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250925.tgz","fileCount":187,"integrity":"sha512-ZFo2eGpUeqUMZjt5orI3cbSYFPbHD+aAQUUYd+hBrfliFwsWyqBl5tL2Y2O9lnidlkaKDvIRN6djLIowRdB1pg==","signatures":[{"sig":"MEYCIQCqttxmY2J9I/S7EPSWPjnhO17mDmDE34SPAzqvhZDdfgIhALAOE5wvvQ219WN86eidxkHZCvj4X/2biujOIEGx4xDW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36638446},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"19d03cd7dbd6b2aa056c595a4081d7634232701d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250925","@aztec/cli":"3.0.0-nightly.20250925","@aztec/p2p":"3.0.0-nightly.20250925","@aztec/pxe":"3.0.0-nightly.20250925","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250925","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250925","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250925","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250925","@aztec/archiver":"3.0.0-nightly.20250925","@aztec/aztec.js":"3.0.0-nightly.20250925","@aztec/blob-lib":"3.0.0-nightly.20250925","@aztec/ethereum":"3.0.0-nightly.20250925","@aztec/kv-store":"3.0.0-nightly.20250925","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250925","@aztec/blob-sink":"3.0.0-nightly.20250925","@aztec/constants":"3.0.0-nightly.20250925","@aztec/simulator":"3.0.0-nightly.20250925","@aztec/aztec-node":"3.0.0-nightly.20250925","@aztec/foundation":"3.0.0-nightly.20250925","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250925","@aztec/epoch-cache":"3.0.0-nightly.20250925","@aztec/merkle-tree":"3.0.0-nightly.20250925","@aztec/prover-node":"3.0.0-nightly.20250925","@aztec/test-wallet":"3.0.0-nightly.20250925","@aztec/world-state":"3.0.0-nightly.20250925","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250925","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250925","@aztec/prover-client":"3.0.0-nightly.20250925","@aztec/noir-noirc_abi":"3.0.0-nightly.20250925","@aztec/sequencer-client":"3.0.0-nightly.20250925","@aztec/telemetry-client":"3.0.0-nightly.20250925","@aztec/validator-client":"3.0.0-nightly.20250925","@aztec/noir-contracts.js":"3.0.0-nightly.20250925","@aztec/protocol-contracts":"3.0.0-nightly.20250925","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250925","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250925"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250925_1758769443315_0.904904151776335","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.12":{"name":"@aztec/end-to-end","version":"2.0.3-rc.12","_id":"@aztec/end-to-end@2.0.3-rc.12","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6622bd086802fcfc432b33dc04081a88370fc0c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.12.tgz","fileCount":183,"integrity":"sha512-OgN6f7jGuDtCxzT9D9KCb3PbasdTrUnVgFQ7DMwv/2P+dyifO1iN85eNiEyAk/EGoQWrdTFWE89NwRTtv0+dAQ==","signatures":[{"sig":"MEQCIDVQXFgiefEIRe6nLOlsv/H9HA5QIyB9ukNFCCOyG3lGAiAknANNzqsqpOUJvW2RV9A7pMxd9eamxPOjS61mkMZ3eQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6b49a895053d6b0fe04214ffa7ecaec8ee8058ea","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.12","@aztec/cli":"2.0.3-rc.12","@aztec/p2p":"2.0.3-rc.12","@aztec/pxe":"2.0.3-rc.12","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.12","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.12","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.12","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.12","@aztec/archiver":"2.0.3-rc.12","@aztec/aztec.js":"2.0.3-rc.12","@aztec/blob-lib":"2.0.3-rc.12","@aztec/ethereum":"2.0.3-rc.12","@aztec/kv-store":"2.0.3-rc.12","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.12","@aztec/blob-sink":"2.0.3-rc.12","@aztec/constants":"2.0.3-rc.12","@aztec/simulator":"2.0.3-rc.12","@aztec/aztec-node":"2.0.3-rc.12","@aztec/foundation":"2.0.3-rc.12","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.12","@aztec/epoch-cache":"2.0.3-rc.12","@aztec/merkle-tree":"2.0.3-rc.12","@aztec/prover-node":"2.0.3-rc.12","@aztec/world-state":"2.0.3-rc.12","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.12","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.12","@aztec/prover-client":"2.0.3-rc.12","@aztec/noir-noirc_abi":"2.0.3-rc.12","@aztec/sequencer-client":"2.0.3-rc.12","@aztec/telemetry-client":"2.0.3-rc.12","@aztec/validator-client":"2.0.3-rc.12","@aztec/noir-contracts.js":"2.0.3-rc.12","@aztec/protocol-contracts":"2.0.3-rc.12","@aztec/noir-test-contracts.js":"2.0.3-rc.12","@aztec/noir-protocol-circuits-types":"2.0.3-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.12_1758793353170_0.07135690736213807","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.13":{"name":"@aztec/end-to-end","version":"2.0.3-rc.13","_id":"@aztec/end-to-end@2.0.3-rc.13","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"207b0433a11af4ef79824bd5a16a3ad29ee78ff2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.13.tgz","fileCount":183,"integrity":"sha512-zYgYz2T4AoMNJv+MseORVuFw9oB/GBWhD9DYq3kxcgVb/bjps1+sy+6gQ6OUQGPEAWejhn6uKWtz8Lcf24coOw==","signatures":[{"sig":"MEQCIFGzaKidQItZjy5HSXfRDmObqT3KjcIgc+xvNz+B7c3rAiA7JLNX80wDKPdNkveR/NaZ82EXi3Wyo8Pen0RPB5CeqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"79b481d4913144b4c4b946ea9add3257f6bb36f2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.13","@aztec/cli":"2.0.3-rc.13","@aztec/p2p":"2.0.3-rc.13","@aztec/pxe":"2.0.3-rc.13","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.13","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.13","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.13","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.13","@aztec/archiver":"2.0.3-rc.13","@aztec/aztec.js":"2.0.3-rc.13","@aztec/blob-lib":"2.0.3-rc.13","@aztec/ethereum":"2.0.3-rc.13","@aztec/kv-store":"2.0.3-rc.13","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.13","@aztec/blob-sink":"2.0.3-rc.13","@aztec/constants":"2.0.3-rc.13","@aztec/simulator":"2.0.3-rc.13","@aztec/aztec-node":"2.0.3-rc.13","@aztec/foundation":"2.0.3-rc.13","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.13","@aztec/epoch-cache":"2.0.3-rc.13","@aztec/merkle-tree":"2.0.3-rc.13","@aztec/prover-node":"2.0.3-rc.13","@aztec/world-state":"2.0.3-rc.13","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.13","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.13","@aztec/prover-client":"2.0.3-rc.13","@aztec/noir-noirc_abi":"2.0.3-rc.13","@aztec/sequencer-client":"2.0.3-rc.13","@aztec/telemetry-client":"2.0.3-rc.13","@aztec/validator-client":"2.0.3-rc.13","@aztec/noir-contracts.js":"2.0.3-rc.13","@aztec/protocol-contracts":"2.0.3-rc.13","@aztec/noir-test-contracts.js":"2.0.3-rc.13","@aztec/noir-protocol-circuits-types":"2.0.3-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.13_1758815076052_0.5547071653826225","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.14":{"name":"@aztec/end-to-end","version":"2.0.3-rc.14","_id":"@aztec/end-to-end@2.0.3-rc.14","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4599333994d1cb9761d9410bca35b7e8a3b5ab27","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.14.tgz","fileCount":183,"integrity":"sha512-X5VjpPO3fsw7CsteGUKpzNCgfMvATAFSxsY0gWjVx/AL4m35oml99gtZCnDOL7vX0+69MFGz/pegp88WoAZGFA==","signatures":[{"sig":"MEYCIQC7EGC72Bd8WAk+y0KnQHoZ9pK6nSkkiLtAdi+d4/MiqQIhAOW1/wY05cACOzX4yNPzmFZfM78Nc0sUr1xmiT57sOSC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"649a9028e92fa22873480117377a96cd8a85a812","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.14","@aztec/cli":"2.0.3-rc.14","@aztec/p2p":"2.0.3-rc.14","@aztec/pxe":"2.0.3-rc.14","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.14","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.14","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.14","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.14","@aztec/archiver":"2.0.3-rc.14","@aztec/aztec.js":"2.0.3-rc.14","@aztec/blob-lib":"2.0.3-rc.14","@aztec/ethereum":"2.0.3-rc.14","@aztec/kv-store":"2.0.3-rc.14","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.14","@aztec/blob-sink":"2.0.3-rc.14","@aztec/constants":"2.0.3-rc.14","@aztec/simulator":"2.0.3-rc.14","@aztec/aztec-node":"2.0.3-rc.14","@aztec/foundation":"2.0.3-rc.14","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.14","@aztec/epoch-cache":"2.0.3-rc.14","@aztec/merkle-tree":"2.0.3-rc.14","@aztec/prover-node":"2.0.3-rc.14","@aztec/world-state":"2.0.3-rc.14","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.14","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.14","@aztec/prover-client":"2.0.3-rc.14","@aztec/noir-noirc_abi":"2.0.3-rc.14","@aztec/sequencer-client":"2.0.3-rc.14","@aztec/telemetry-client":"2.0.3-rc.14","@aztec/validator-client":"2.0.3-rc.14","@aztec/noir-contracts.js":"2.0.3-rc.14","@aztec/protocol-contracts":"2.0.3-rc.14","@aztec/noir-test-contracts.js":"2.0.3-rc.14","@aztec/noir-protocol-circuits-types":"2.0.3-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.14_1758832377778_0.9361177837177879","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250926":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250926","_id":"@aztec/end-to-end@3.0.0-nightly.20250926","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"738e18dd94d4a7dc3b68ed454ec54726d058154e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250926.tgz","fileCount":191,"integrity":"sha512-NwWptTN5rj4TmVHATmzZpncaLsLQw0+Egs9AsD5sAlp2weSttjZ4ezyNa4gLVXKQISWWZldCETKVfbeFQdHTog==","signatures":[{"sig":"MEUCIQDHYrVFuDF2GLaPwPt8F1j9Gh3x2ljX0gAd/DxkM5Dq1wIgCKclJTF+GVB6rU85VHR8VN5oXSwt1vzjGV21Mp4Lils=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36645226},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"80f8167c73a88a980829b4f7835160b8eb67b58a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250926","@aztec/cli":"3.0.0-nightly.20250926","@aztec/p2p":"3.0.0-nightly.20250926","@aztec/pxe":"3.0.0-nightly.20250926","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250926","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250926","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250926","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250926","@aztec/archiver":"3.0.0-nightly.20250926","@aztec/aztec.js":"3.0.0-nightly.20250926","@aztec/blob-lib":"3.0.0-nightly.20250926","@aztec/ethereum":"3.0.0-nightly.20250926","@aztec/kv-store":"3.0.0-nightly.20250926","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250926","@aztec/blob-sink":"3.0.0-nightly.20250926","@aztec/constants":"3.0.0-nightly.20250926","@aztec/simulator":"3.0.0-nightly.20250926","@aztec/aztec-node":"3.0.0-nightly.20250926","@aztec/foundation":"3.0.0-nightly.20250926","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250926","@aztec/epoch-cache":"3.0.0-nightly.20250926","@aztec/merkle-tree":"3.0.0-nightly.20250926","@aztec/prover-node":"3.0.0-nightly.20250926","@aztec/test-wallet":"3.0.0-nightly.20250926","@aztec/world-state":"3.0.0-nightly.20250926","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250926","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250926","@aztec/prover-client":"3.0.0-nightly.20250926","@aztec/noir-noirc_abi":"3.0.0-nightly.20250926","@aztec/sequencer-client":"3.0.0-nightly.20250926","@aztec/telemetry-client":"3.0.0-nightly.20250926","@aztec/validator-client":"3.0.0-nightly.20250926","@aztec/noir-contracts.js":"3.0.0-nightly.20250926","@aztec/protocol-contracts":"3.0.0-nightly.20250926","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250926","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250926"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250926_1758855596689_0.22803590450048938","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.15":{"name":"@aztec/end-to-end","version":"2.0.3-rc.15","_id":"@aztec/end-to-end@2.0.3-rc.15","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7c85653146209d1f7b705ed0ad9020e04a893953","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.15.tgz","fileCount":183,"integrity":"sha512-W54Od0FRCoU1YH/xOfMij5CgkwNG6oPo1KpnoGrM9IffGofry7ej0NUPX3mTTa0zabxkrxDo9xKNbf9g99dVlQ==","signatures":[{"sig":"MEUCIQD/hZOBS8yR0QMUuH0nAue2vkOWQXMSmnUOYC7LqlpymwIgC9XhvAordvBHHAYWyx1VwLKxrbDxEsF/Tvwe5DwlXmY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e7120dbaf8930319b6ca4f4b48b953707c151ae8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.15","@aztec/cli":"2.0.3-rc.15","@aztec/p2p":"2.0.3-rc.15","@aztec/pxe":"2.0.3-rc.15","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.15","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.15","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.15","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.15","@aztec/archiver":"2.0.3-rc.15","@aztec/aztec.js":"2.0.3-rc.15","@aztec/blob-lib":"2.0.3-rc.15","@aztec/ethereum":"2.0.3-rc.15","@aztec/kv-store":"2.0.3-rc.15","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.15","@aztec/blob-sink":"2.0.3-rc.15","@aztec/constants":"2.0.3-rc.15","@aztec/simulator":"2.0.3-rc.15","@aztec/aztec-node":"2.0.3-rc.15","@aztec/foundation":"2.0.3-rc.15","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.15","@aztec/epoch-cache":"2.0.3-rc.15","@aztec/merkle-tree":"2.0.3-rc.15","@aztec/prover-node":"2.0.3-rc.15","@aztec/world-state":"2.0.3-rc.15","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.15","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.15","@aztec/prover-client":"2.0.3-rc.15","@aztec/noir-noirc_abi":"2.0.3-rc.15","@aztec/sequencer-client":"2.0.3-rc.15","@aztec/telemetry-client":"2.0.3-rc.15","@aztec/validator-client":"2.0.3-rc.15","@aztec/noir-contracts.js":"2.0.3-rc.15","@aztec/protocol-contracts":"2.0.3-rc.15","@aztec/noir-test-contracts.js":"2.0.3-rc.15","@aztec/noir-protocol-circuits-types":"2.0.3-rc.15"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.15_1758890767814_0.9737810779292158","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.16":{"name":"@aztec/end-to-end","version":"2.0.3-rc.16","_id":"@aztec/end-to-end@2.0.3-rc.16","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"06bdd5a59095823ed8c4f2c1e1cc8bad89649f4a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.16.tgz","fileCount":183,"integrity":"sha512-aCpiKHLxBcddAIPhRMK1o1YkyrcaotoFWRX0YEJysQYSvmHcyQr8GcaorVfsGHm5F0hiwugXs7f4bdco/B6h6w==","signatures":[{"sig":"MEUCIQCM9MtSWOKgMwgDrxPcEh1VMsG5PXYQgnXMNKmiKFwBMgIgGSOBJjBzgefTJMJPtI6B5B9J76LohPBVZIjgIRS8fP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"69c62c005b717df35639277b6d4138fb4c207be3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.16","@aztec/cli":"2.0.3-rc.16","@aztec/p2p":"2.0.3-rc.16","@aztec/pxe":"2.0.3-rc.16","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.16","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.16","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.16","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.16","@aztec/archiver":"2.0.3-rc.16","@aztec/aztec.js":"2.0.3-rc.16","@aztec/blob-lib":"2.0.3-rc.16","@aztec/ethereum":"2.0.3-rc.16","@aztec/kv-store":"2.0.3-rc.16","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.16","@aztec/blob-sink":"2.0.3-rc.16","@aztec/constants":"2.0.3-rc.16","@aztec/simulator":"2.0.3-rc.16","@aztec/aztec-node":"2.0.3-rc.16","@aztec/foundation":"2.0.3-rc.16","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.16","@aztec/epoch-cache":"2.0.3-rc.16","@aztec/merkle-tree":"2.0.3-rc.16","@aztec/prover-node":"2.0.3-rc.16","@aztec/world-state":"2.0.3-rc.16","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.16","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.16","@aztec/prover-client":"2.0.3-rc.16","@aztec/noir-noirc_abi":"2.0.3-rc.16","@aztec/sequencer-client":"2.0.3-rc.16","@aztec/telemetry-client":"2.0.3-rc.16","@aztec/validator-client":"2.0.3-rc.16","@aztec/noir-contracts.js":"2.0.3-rc.16","@aztec/protocol-contracts":"2.0.3-rc.16","@aztec/noir-test-contracts.js":"2.0.3-rc.16","@aztec/noir-protocol-circuits-types":"2.0.3-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.16_1758901909638_0.393136894573344","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250927":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250927","_id":"@aztec/end-to-end@3.0.0-nightly.20250927","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"df6ef918e07a51a967c00ffd5fa957141e265a94","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250927.tgz","fileCount":191,"integrity":"sha512-8xq/hWjPzy5J0FwIJvWQptGdmSXeac0N80SNvAzBlXQslOUprF5VudeWK0LOhQwb+Jyji0EECYfO1TXsd/VdqQ==","signatures":[{"sig":"MEUCIDyvZQM5eUt1vBSD/msup3BV7Srdu3wBFlo0hgwLx7l/AiEAoV5x5Q1/1uttMMV5AwzvIBK4Wx6TZaGsBPjq6M6ax0o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644709},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5e3a81cf678cf42bdb214445bf5110b6a5e68b0d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250927","@aztec/cli":"3.0.0-nightly.20250927","@aztec/p2p":"3.0.0-nightly.20250927","@aztec/pxe":"3.0.0-nightly.20250927","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250927","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250927","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250927","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250927","@aztec/archiver":"3.0.0-nightly.20250927","@aztec/aztec.js":"3.0.0-nightly.20250927","@aztec/blob-lib":"3.0.0-nightly.20250927","@aztec/ethereum":"3.0.0-nightly.20250927","@aztec/kv-store":"3.0.0-nightly.20250927","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250927","@aztec/blob-sink":"3.0.0-nightly.20250927","@aztec/constants":"3.0.0-nightly.20250927","@aztec/simulator":"3.0.0-nightly.20250927","@aztec/aztec-node":"3.0.0-nightly.20250927","@aztec/foundation":"3.0.0-nightly.20250927","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250927","@aztec/epoch-cache":"3.0.0-nightly.20250927","@aztec/merkle-tree":"3.0.0-nightly.20250927","@aztec/prover-node":"3.0.0-nightly.20250927","@aztec/test-wallet":"3.0.0-nightly.20250927","@aztec/world-state":"3.0.0-nightly.20250927","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250927","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250927","@aztec/prover-client":"3.0.0-nightly.20250927","@aztec/noir-noirc_abi":"3.0.0-nightly.20250927","@aztec/sequencer-client":"3.0.0-nightly.20250927","@aztec/telemetry-client":"3.0.0-nightly.20250927","@aztec/validator-client":"3.0.0-nightly.20250927","@aztec/noir-contracts.js":"3.0.0-nightly.20250927","@aztec/protocol-contracts":"3.0.0-nightly.20250927","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250927","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250927"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250927_1758941745182_0.49999240204178563","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250928":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250928","_id":"@aztec/end-to-end@3.0.0-nightly.20250928","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"53d1efdb5309b4fac1cbc969007671e4868900b7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250928.tgz","fileCount":191,"integrity":"sha512-dbfIhTgRN3+V2NQcjRV71w6kecBipc+2QHLW5kRN2D80TFRAZnN3/77bEWKOCC4ULymQbCqTZYMOepMkJkMQAg==","signatures":[{"sig":"MEUCIQDyf3uxZZTs6VsLYRrEKtMC4aeXAjbOYqRp+bBekjvr3wIgKcvQjuiXULfTZeyUUvvqyBfODI8S5Dbsa12xKJ36Mdg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644709},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2367e5bb2c783399758868305b27677cf8e95978","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250928","@aztec/cli":"3.0.0-nightly.20250928","@aztec/p2p":"3.0.0-nightly.20250928","@aztec/pxe":"3.0.0-nightly.20250928","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250928","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250928","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250928","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250928","@aztec/archiver":"3.0.0-nightly.20250928","@aztec/aztec.js":"3.0.0-nightly.20250928","@aztec/blob-lib":"3.0.0-nightly.20250928","@aztec/ethereum":"3.0.0-nightly.20250928","@aztec/kv-store":"3.0.0-nightly.20250928","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250928","@aztec/blob-sink":"3.0.0-nightly.20250928","@aztec/constants":"3.0.0-nightly.20250928","@aztec/simulator":"3.0.0-nightly.20250928","@aztec/aztec-node":"3.0.0-nightly.20250928","@aztec/foundation":"3.0.0-nightly.20250928","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250928","@aztec/epoch-cache":"3.0.0-nightly.20250928","@aztec/merkle-tree":"3.0.0-nightly.20250928","@aztec/prover-node":"3.0.0-nightly.20250928","@aztec/test-wallet":"3.0.0-nightly.20250928","@aztec/world-state":"3.0.0-nightly.20250928","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250928","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250928","@aztec/prover-client":"3.0.0-nightly.20250928","@aztec/noir-noirc_abi":"3.0.0-nightly.20250928","@aztec/sequencer-client":"3.0.0-nightly.20250928","@aztec/telemetry-client":"3.0.0-nightly.20250928","@aztec/validator-client":"3.0.0-nightly.20250928","@aztec/noir-contracts.js":"3.0.0-nightly.20250928","@aztec/protocol-contracts":"3.0.0-nightly.20250928","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250928","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250928"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250928_1759028582705_0.006440916973057265","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250929":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250929","_id":"@aztec/end-to-end@3.0.0-nightly.20250929","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6d10963a2b16c4d06758799d9216881f982daa7e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250929.tgz","fileCount":191,"integrity":"sha512-LGWM/3sGlgWTWZjSvceGye7Sr/FzGf9+s0ykuy63H5DlfdQeeVcJpnvyCys2H3o3b2rcHeZpLCJ273DfC/wL/A==","signatures":[{"sig":"MEQCIB4DrkQqWLvzpUL0TNn5Gu61ZPTaB7mXtmAstRAyk+GHAiAzbXmnHRTAn9vNhK+3GGQBddb52AT0jJKYiLsCbb5T1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644709},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a673b134253d0ced0bd752b3808870eb01c2cfb9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250929","@aztec/cli":"3.0.0-nightly.20250929","@aztec/p2p":"3.0.0-nightly.20250929","@aztec/pxe":"3.0.0-nightly.20250929","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250929","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250929","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250929","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250929","@aztec/archiver":"3.0.0-nightly.20250929","@aztec/aztec.js":"3.0.0-nightly.20250929","@aztec/blob-lib":"3.0.0-nightly.20250929","@aztec/ethereum":"3.0.0-nightly.20250929","@aztec/kv-store":"3.0.0-nightly.20250929","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250929","@aztec/blob-sink":"3.0.0-nightly.20250929","@aztec/constants":"3.0.0-nightly.20250929","@aztec/simulator":"3.0.0-nightly.20250929","@aztec/aztec-node":"3.0.0-nightly.20250929","@aztec/foundation":"3.0.0-nightly.20250929","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250929","@aztec/epoch-cache":"3.0.0-nightly.20250929","@aztec/merkle-tree":"3.0.0-nightly.20250929","@aztec/prover-node":"3.0.0-nightly.20250929","@aztec/test-wallet":"3.0.0-nightly.20250929","@aztec/world-state":"3.0.0-nightly.20250929","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250929","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250929","@aztec/prover-client":"3.0.0-nightly.20250929","@aztec/noir-noirc_abi":"3.0.0-nightly.20250929","@aztec/sequencer-client":"3.0.0-nightly.20250929","@aztec/telemetry-client":"3.0.0-nightly.20250929","@aztec/validator-client":"3.0.0-nightly.20250929","@aztec/noir-contracts.js":"3.0.0-nightly.20250929","@aztec/protocol-contracts":"3.0.0-nightly.20250929","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250929","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250929"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250929_1759114783392_0.9244706405655987","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.17":{"name":"@aztec/end-to-end","version":"2.0.3-rc.17","_id":"@aztec/end-to-end@2.0.3-rc.17","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a7573eba1f475f730db33302eede199d66787088","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.17.tgz","fileCount":183,"integrity":"sha512-byBw9u1u2BNGr9GwxVFumF/iEkyfb5lWIO6L2KCyq4ajwdF/DcwFWcjzPBZpDxsrGoO2AOlpmFyH8yKiXPTbLA==","signatures":[{"sig":"MEQCIHnr9Wf06pnrtOI4Ud2PLqLhLG1VX6RSpoRKEmHD29EEAiBMRgPPc3MTe0pOnOjDd/8aK2SgJm7OfEVLiWkXSZ93PA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636656},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"870130f581e1eb19c5eddae694600bb0735bb131","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.17","@aztec/cli":"2.0.3-rc.17","@aztec/p2p":"2.0.3-rc.17","@aztec/pxe":"2.0.3-rc.17","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.17","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.17","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.17","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.17","@aztec/archiver":"2.0.3-rc.17","@aztec/aztec.js":"2.0.3-rc.17","@aztec/blob-lib":"2.0.3-rc.17","@aztec/ethereum":"2.0.3-rc.17","@aztec/kv-store":"2.0.3-rc.17","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.17","@aztec/blob-sink":"2.0.3-rc.17","@aztec/constants":"2.0.3-rc.17","@aztec/simulator":"2.0.3-rc.17","@aztec/aztec-node":"2.0.3-rc.17","@aztec/foundation":"2.0.3-rc.17","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.17","@aztec/epoch-cache":"2.0.3-rc.17","@aztec/merkle-tree":"2.0.3-rc.17","@aztec/prover-node":"2.0.3-rc.17","@aztec/world-state":"2.0.3-rc.17","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.17","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.17","@aztec/prover-client":"2.0.3-rc.17","@aztec/noir-noirc_abi":"2.0.3-rc.17","@aztec/sequencer-client":"2.0.3-rc.17","@aztec/telemetry-client":"2.0.3-rc.17","@aztec/validator-client":"2.0.3-rc.17","@aztec/noir-contracts.js":"2.0.3-rc.17","@aztec/protocol-contracts":"2.0.3-rc.17","@aztec/noir-test-contracts.js":"2.0.3-rc.17","@aztec/noir-protocol-circuits-types":"2.0.3-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.17_1759154977913_0.1684206941077726","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.18":{"name":"@aztec/end-to-end","version":"2.0.3-rc.18","_id":"@aztec/end-to-end@2.0.3-rc.18","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"068f812fea12dda63e4622069a816c9300f00362","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.18.tgz","fileCount":187,"integrity":"sha512-r42Bj1EyCPWAd0nd5VNUibyyKwg/7tVpLbhqZY4xtM7m5Nkq613/dmuas5NeQiGULOsBnhvQK8ddTbK5XAF+fg==","signatures":[{"sig":"MEYCIQC0xoxhL3tyY9dASQZ4ouruVEBHYcWaHcG3W/ufBdszGQIhAK7MPYkdgrlczeSVVVVKO7SM50gXQ4gaCA50oARG5f1l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5f821fd58a03bd017e08360e68dabe6c300ad3f1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.18","@aztec/cli":"2.0.3-rc.18","@aztec/p2p":"2.0.3-rc.18","@aztec/pxe":"2.0.3-rc.18","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.18","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.18","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.18","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.18","@aztec/archiver":"2.0.3-rc.18","@aztec/aztec.js":"2.0.3-rc.18","@aztec/blob-lib":"2.0.3-rc.18","@aztec/ethereum":"2.0.3-rc.18","@aztec/kv-store":"2.0.3-rc.18","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.18","@aztec/blob-sink":"2.0.3-rc.18","@aztec/constants":"2.0.3-rc.18","@aztec/simulator":"2.0.3-rc.18","@aztec/aztec-node":"2.0.3-rc.18","@aztec/foundation":"2.0.3-rc.18","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.18","@aztec/epoch-cache":"2.0.3-rc.18","@aztec/merkle-tree":"2.0.3-rc.18","@aztec/prover-node":"2.0.3-rc.18","@aztec/world-state":"2.0.3-rc.18","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.18","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.18","@aztec/prover-client":"2.0.3-rc.18","@aztec/noir-noirc_abi":"2.0.3-rc.18","@aztec/sequencer-client":"2.0.3-rc.18","@aztec/telemetry-client":"2.0.3-rc.18","@aztec/validator-client":"2.0.3-rc.18","@aztec/noir-contracts.js":"2.0.3-rc.18","@aztec/protocol-contracts":"2.0.3-rc.18","@aztec/noir-test-contracts.js":"2.0.3-rc.18","@aztec/noir-protocol-circuits-types":"2.0.3-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.18_1759164649226_0.2092587581721126","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20250930":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20250930","_id":"@aztec/end-to-end@3.0.0-nightly.20250930","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0ad05389bacbddad11eaeac04ad2fe74a5929cf1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20250930.tgz","fileCount":191,"integrity":"sha512-j6yXhag4jnQaAVHi7LkImgqlgtTT5UpcqvyCNvofFUXVxgHziljQ3t+ddWE1W7juREwDAx+43eI8+wGmoV+rYg==","signatures":[{"sig":"MEYCIQCBr9imng0IOnm5s7GPRS8mFosUwVJdy8kwvK3Hc8KB6QIhAJ81u6FaRXuilmcGDT6tCq3Pz7Jb+47nu6lqtsQ8ThaK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644257},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"de5d9c6b0263db2ab6ae60c2a149791a09165f21","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20250930","@aztec/cli":"3.0.0-nightly.20250930","@aztec/p2p":"3.0.0-nightly.20250930","@aztec/pxe":"3.0.0-nightly.20250930","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20250930","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20250930","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20250930","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20250930","@aztec/archiver":"3.0.0-nightly.20250930","@aztec/aztec.js":"3.0.0-nightly.20250930","@aztec/blob-lib":"3.0.0-nightly.20250930","@aztec/ethereum":"3.0.0-nightly.20250930","@aztec/kv-store":"3.0.0-nightly.20250930","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20250930","@aztec/blob-sink":"3.0.0-nightly.20250930","@aztec/constants":"3.0.0-nightly.20250930","@aztec/simulator":"3.0.0-nightly.20250930","@aztec/aztec-node":"3.0.0-nightly.20250930","@aztec/foundation":"3.0.0-nightly.20250930","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20250930","@aztec/epoch-cache":"3.0.0-nightly.20250930","@aztec/merkle-tree":"3.0.0-nightly.20250930","@aztec/prover-node":"3.0.0-nightly.20250930","@aztec/test-wallet":"3.0.0-nightly.20250930","@aztec/world-state":"3.0.0-nightly.20250930","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20250930","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20250930","@aztec/prover-client":"3.0.0-nightly.20250930","@aztec/noir-noirc_abi":"3.0.0-nightly.20250930","@aztec/sequencer-client":"3.0.0-nightly.20250930","@aztec/telemetry-client":"3.0.0-nightly.20250930","@aztec/validator-client":"3.0.0-nightly.20250930","@aztec/noir-contracts.js":"3.0.0-nightly.20250930","@aztec/protocol-contracts":"3.0.0-nightly.20250930","@aztec/noir-test-contracts.js":"3.0.0-nightly.20250930","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20250930"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20250930_1759200914359_0.9111953692432777","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.19":{"name":"@aztec/end-to-end","version":"2.0.3-rc.19","_id":"@aztec/end-to-end@2.0.3-rc.19","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e959aabb830171412087e300f18bae4cb21be06d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.19.tgz","fileCount":187,"integrity":"sha512-u9MuiugGj2t+zhntIWC9ArAjznkfQrpKxYKSwFauQB8pUMzlFE+I/mYEw5TP15d5U42Ol4EgtgqF6QLKylgQqQ==","signatures":[{"sig":"MEUCIQDCqy8xvcHB47dGEx01D47rkvPisv835fvpn374HVuf9gIgaHagJt6Wi1QyWoseV4DAcYnkxDOnPFKmx9qds3jSY4c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643949},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"97427ed7d093a1e32e58f1ca8235dab785194a17","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.19","@aztec/cli":"2.0.3-rc.19","@aztec/p2p":"2.0.3-rc.19","@aztec/pxe":"2.0.3-rc.19","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.19","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.19","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.19","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.19","@aztec/archiver":"2.0.3-rc.19","@aztec/aztec.js":"2.0.3-rc.19","@aztec/blob-lib":"2.0.3-rc.19","@aztec/ethereum":"2.0.3-rc.19","@aztec/kv-store":"2.0.3-rc.19","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.19","@aztec/blob-sink":"2.0.3-rc.19","@aztec/constants":"2.0.3-rc.19","@aztec/simulator":"2.0.3-rc.19","@aztec/aztec-node":"2.0.3-rc.19","@aztec/foundation":"2.0.3-rc.19","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.19","@aztec/epoch-cache":"2.0.3-rc.19","@aztec/merkle-tree":"2.0.3-rc.19","@aztec/prover-node":"2.0.3-rc.19","@aztec/world-state":"2.0.3-rc.19","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.19","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.19","@aztec/prover-client":"2.0.3-rc.19","@aztec/noir-noirc_abi":"2.0.3-rc.19","@aztec/sequencer-client":"2.0.3-rc.19","@aztec/telemetry-client":"2.0.3-rc.19","@aztec/validator-client":"2.0.3-rc.19","@aztec/noir-contracts.js":"2.0.3-rc.19","@aztec/protocol-contracts":"2.0.3-rc.19","@aztec/noir-test-contracts.js":"2.0.3-rc.19","@aztec/noir-protocol-circuits-types":"2.0.3-rc.19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.19_1759239038673_0.7439575210358287","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.20":{"name":"@aztec/end-to-end","version":"2.0.3-rc.20","_id":"@aztec/end-to-end@2.0.3-rc.20","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d50e7de6c3532f12faa198b768374a4829cb77e3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.20.tgz","fileCount":187,"integrity":"sha512-q85nxVdwwXlZM9+UAB0v17zZeuZtbSPzLMGam2A1ycxO7Fw3WBQPheOL7Rmec4ouciO4qZKArgYG+oZLm98/Xg==","signatures":[{"sig":"MEYCIQChYhRaEhMyVFd97u7Gz46Am1rxGB1SRgXB845EfD+CNgIhAP24eLQVPbRqC9P6fUmm/ZotBTgNjO8SzIZPbzvUpUnb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"06b2acb1cf56fae3c32718e98135897a8c155d6a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.20","@aztec/cli":"2.0.3-rc.20","@aztec/p2p":"2.0.3-rc.20","@aztec/pxe":"2.0.3-rc.20","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.20","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.20","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.20","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.20","@aztec/archiver":"2.0.3-rc.20","@aztec/aztec.js":"2.0.3-rc.20","@aztec/blob-lib":"2.0.3-rc.20","@aztec/ethereum":"2.0.3-rc.20","@aztec/kv-store":"2.0.3-rc.20","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.20","@aztec/blob-sink":"2.0.3-rc.20","@aztec/constants":"2.0.3-rc.20","@aztec/simulator":"2.0.3-rc.20","@aztec/aztec-node":"2.0.3-rc.20","@aztec/foundation":"2.0.3-rc.20","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.20","@aztec/epoch-cache":"2.0.3-rc.20","@aztec/merkle-tree":"2.0.3-rc.20","@aztec/prover-node":"2.0.3-rc.20","@aztec/world-state":"2.0.3-rc.20","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.20","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.20","@aztec/prover-client":"2.0.3-rc.20","@aztec/noir-noirc_abi":"2.0.3-rc.20","@aztec/sequencer-client":"2.0.3-rc.20","@aztec/telemetry-client":"2.0.3-rc.20","@aztec/validator-client":"2.0.3-rc.20","@aztec/noir-contracts.js":"2.0.3-rc.20","@aztec/protocol-contracts":"2.0.3-rc.20","@aztec/noir-test-contracts.js":"2.0.3-rc.20","@aztec/noir-protocol-circuits-types":"2.0.3-rc.20"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.20_1759252659517_0.8402148961563247","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.21":{"name":"@aztec/end-to-end","version":"2.0.3-rc.21","_id":"@aztec/end-to-end@2.0.3-rc.21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"69bcc95fddc060a5e470dfedc154c0640cd53147","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.21.tgz","fileCount":187,"integrity":"sha512-EyoeYDMiBz92cUHoClYziNgztR2NFRJ+MyUQBiM1ouPhXyeED+rnvlWishbgpZNtzW4UIfoGuPQYYstq98/fvQ==","signatures":[{"sig":"MEYCIQDQiWjw590s1I2WBeE+rjoee2oHt20+LrDlU+ruAtXS+AIhAIYbf4SyrpdArlR//jqbEQxzPB+5KKwG4hbZFruwyPiA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9821cce85797022a77afcb0baab11df39a72d3dc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.21","@aztec/cli":"2.0.3-rc.21","@aztec/p2p":"2.0.3-rc.21","@aztec/pxe":"2.0.3-rc.21","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.21","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.21","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.21","@aztec/archiver":"2.0.3-rc.21","@aztec/aztec.js":"2.0.3-rc.21","@aztec/blob-lib":"2.0.3-rc.21","@aztec/ethereum":"2.0.3-rc.21","@aztec/kv-store":"2.0.3-rc.21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.21","@aztec/blob-sink":"2.0.3-rc.21","@aztec/constants":"2.0.3-rc.21","@aztec/simulator":"2.0.3-rc.21","@aztec/aztec-node":"2.0.3-rc.21","@aztec/foundation":"2.0.3-rc.21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.21","@aztec/epoch-cache":"2.0.3-rc.21","@aztec/merkle-tree":"2.0.3-rc.21","@aztec/prover-node":"2.0.3-rc.21","@aztec/world-state":"2.0.3-rc.21","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.21","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.21","@aztec/prover-client":"2.0.3-rc.21","@aztec/noir-noirc_abi":"2.0.3-rc.21","@aztec/sequencer-client":"2.0.3-rc.21","@aztec/telemetry-client":"2.0.3-rc.21","@aztec/validator-client":"2.0.3-rc.21","@aztec/noir-contracts.js":"2.0.3-rc.21","@aztec/protocol-contracts":"2.0.3-rc.21","@aztec/noir-test-contracts.js":"2.0.3-rc.21","@aztec/noir-protocol-circuits-types":"2.0.3-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.21_1759253926787_0.5963715717458962","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251001":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251001","_id":"@aztec/end-to-end@3.0.0-nightly.20251001","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8d293524cf74196b8aa767dc64d453951f14393c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251001.tgz","fileCount":191,"integrity":"sha512-ZkzlVSsvZ/bhQdQzVs36dghx5LScZdBPP/b+oWh4nbvr66cBtw6rvlkcdzn3o5zZYzLOprx+bnTBpBJdZv6JPQ==","signatures":[{"sig":"MEYCIQCMvPHzpQyNewskuV+5YxH+TGuoyllO75mO0S2qbvqtzgIhAKy1G2YaF0yktNzd1djgoda70fz7kRg2Y3X8rXQ3ZcJi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642953},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d206cf387fb12f2a0913f6eaf7098c80db017aeb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"3.0.0-nightly.20251001","@aztec/cli":"3.0.0-nightly.20251001","@aztec/p2p":"3.0.0-nightly.20251001","@aztec/pxe":"3.0.0-nightly.20251001","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251001","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251001","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251001","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251001","@aztec/archiver":"3.0.0-nightly.20251001","@aztec/aztec.js":"3.0.0-nightly.20251001","@aztec/blob-lib":"3.0.0-nightly.20251001","@aztec/ethereum":"3.0.0-nightly.20251001","@aztec/kv-store":"3.0.0-nightly.20251001","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251001","@aztec/blob-sink":"3.0.0-nightly.20251001","@aztec/constants":"3.0.0-nightly.20251001","@aztec/simulator":"3.0.0-nightly.20251001","@aztec/aztec-node":"3.0.0-nightly.20251001","@aztec/foundation":"3.0.0-nightly.20251001","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251001","@aztec/epoch-cache":"3.0.0-nightly.20251001","@aztec/merkle-tree":"3.0.0-nightly.20251001","@aztec/prover-node":"3.0.0-nightly.20251001","@aztec/test-wallet":"3.0.0-nightly.20251001","@aztec/world-state":"3.0.0-nightly.20251001","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251001","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251001","@aztec/prover-client":"3.0.0-nightly.20251001","@aztec/noir-noirc_abi":"3.0.0-nightly.20251001","@aztec/sequencer-client":"3.0.0-nightly.20251001","@aztec/telemetry-client":"3.0.0-nightly.20251001","@aztec/validator-client":"3.0.0-nightly.20251001","@aztec/noir-contracts.js":"3.0.0-nightly.20251001","@aztec/protocol-contracts":"3.0.0-nightly.20251001","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251001","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251001"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251001_1759287674066_0.4713800472252243","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.22":{"name":"@aztec/end-to-end","version":"2.0.3-rc.22","_id":"@aztec/end-to-end@2.0.3-rc.22","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"270298f89f663a3669645d99ee0b88e22ac3b8c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.22.tgz","fileCount":187,"integrity":"sha512-t9knW0WTtrN+rSxnRfmmlVpeVjlsrIEztEwR1jni6NcekFTNLLa4ho34k3cDMRKJ0U1AYKfkV6i1srjS3WjVaA==","signatures":[{"sig":"MEYCIQD8E1sA+zoppsRBEkNhVpYXDDUrj0090qT9lJBUQW85NQIhAI1FhsCMEts/Raz6f6N1ohOqaP+7jfIvPN01ImJZTvuT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e956690021ea0183e262703c88bcd5ea3060b15f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.22","@aztec/cli":"2.0.3-rc.22","@aztec/p2p":"2.0.3-rc.22","@aztec/pxe":"2.0.3-rc.22","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.22","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.22","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.22","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.22","@aztec/archiver":"2.0.3-rc.22","@aztec/aztec.js":"2.0.3-rc.22","@aztec/blob-lib":"2.0.3-rc.22","@aztec/ethereum":"2.0.3-rc.22","@aztec/kv-store":"2.0.3-rc.22","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.22","@aztec/blob-sink":"2.0.3-rc.22","@aztec/constants":"2.0.3-rc.22","@aztec/simulator":"2.0.3-rc.22","@aztec/aztec-node":"2.0.3-rc.22","@aztec/foundation":"2.0.3-rc.22","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.22","@aztec/epoch-cache":"2.0.3-rc.22","@aztec/merkle-tree":"2.0.3-rc.22","@aztec/prover-node":"2.0.3-rc.22","@aztec/world-state":"2.0.3-rc.22","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.22","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.22","@aztec/prover-client":"2.0.3-rc.22","@aztec/noir-noirc_abi":"2.0.3-rc.22","@aztec/sequencer-client":"2.0.3-rc.22","@aztec/telemetry-client":"2.0.3-rc.22","@aztec/validator-client":"2.0.3-rc.22","@aztec/noir-contracts.js":"2.0.3-rc.22","@aztec/protocol-contracts":"2.0.3-rc.22","@aztec/noir-test-contracts.js":"2.0.3-rc.22","@aztec/noir-protocol-circuits-types":"2.0.3-rc.22"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.22_1759339176368_0.9960229062351256","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.23":{"name":"@aztec/end-to-end","version":"2.0.3-rc.23","_id":"@aztec/end-to-end@2.0.3-rc.23","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d79c8d69d111aa13073d32779d3ce241f7260e75","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.23.tgz","fileCount":187,"integrity":"sha512-+q9lMpUkcnnVoK90ymeCLQbFPPvtOXBMVpjPEaSoahxx+6JPfI7k5HvmZmpBR/2u1myAiBJpDXLsnJtR3jIZJw==","signatures":[{"sig":"MEUCIQD/0Y89qz3OKgXITIQalhiBMTJiZ/Pod/ilOWne8WvCowIgbba4KtDy5k69G2zF3xZmrhlt//1i0JTrpF+VN3qBVNA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"67578c9902eeb0c651c0d164f1d2510563e71259","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.23","@aztec/cli":"2.0.3-rc.23","@aztec/p2p":"2.0.3-rc.23","@aztec/pxe":"2.0.3-rc.23","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.23","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.23","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.23","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.23","@aztec/archiver":"2.0.3-rc.23","@aztec/aztec.js":"2.0.3-rc.23","@aztec/blob-lib":"2.0.3-rc.23","@aztec/ethereum":"2.0.3-rc.23","@aztec/kv-store":"2.0.3-rc.23","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.23","@aztec/blob-sink":"2.0.3-rc.23","@aztec/constants":"2.0.3-rc.23","@aztec/simulator":"2.0.3-rc.23","@aztec/aztec-node":"2.0.3-rc.23","@aztec/foundation":"2.0.3-rc.23","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.23","@aztec/epoch-cache":"2.0.3-rc.23","@aztec/merkle-tree":"2.0.3-rc.23","@aztec/prover-node":"2.0.3-rc.23","@aztec/world-state":"2.0.3-rc.23","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.23","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.23","@aztec/prover-client":"2.0.3-rc.23","@aztec/noir-noirc_abi":"2.0.3-rc.23","@aztec/sequencer-client":"2.0.3-rc.23","@aztec/telemetry-client":"2.0.3-rc.23","@aztec/validator-client":"2.0.3-rc.23","@aztec/noir-contracts.js":"2.0.3-rc.23","@aztec/protocol-contracts":"2.0.3-rc.23","@aztec/noir-test-contracts.js":"2.0.3-rc.23","@aztec/noir-protocol-circuits-types":"2.0.3-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.23_1759346473839_0.9682475442197063","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.24":{"name":"@aztec/end-to-end","version":"2.0.3-rc.24","_id":"@aztec/end-to-end@2.0.3-rc.24","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4f3952c235d86292ac3eb784bfeb0eac035ea86a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.24.tgz","fileCount":187,"integrity":"sha512-SLXkB7nvE4UuTnlQ9wrwsHdorSDCph8hipRIMoZpnHYtaveILemC3hz5ljPtV67CkQWFZf9vNzRzd4C3S9sQVw==","signatures":[{"sig":"MEYCIQCGxB/FouDg8WuyzSXueLTLEJVc9e0di3/UVPPNcgnI8wIhAJT1f4a7l6rXpxyJrIPeSMzGsYLlZC4EKzpDTI80ZaTY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a90e0658d0ca0080e864c7109073d232f20eee67","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.24","@aztec/cli":"2.0.3-rc.24","@aztec/p2p":"2.0.3-rc.24","@aztec/pxe":"2.0.3-rc.24","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.24","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.24","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.24","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.24","@aztec/archiver":"2.0.3-rc.24","@aztec/aztec.js":"2.0.3-rc.24","@aztec/blob-lib":"2.0.3-rc.24","@aztec/ethereum":"2.0.3-rc.24","@aztec/kv-store":"2.0.3-rc.24","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.24","@aztec/blob-sink":"2.0.3-rc.24","@aztec/constants":"2.0.3-rc.24","@aztec/simulator":"2.0.3-rc.24","@aztec/aztec-node":"2.0.3-rc.24","@aztec/foundation":"2.0.3-rc.24","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.24","@aztec/epoch-cache":"2.0.3-rc.24","@aztec/merkle-tree":"2.0.3-rc.24","@aztec/prover-node":"2.0.3-rc.24","@aztec/world-state":"2.0.3-rc.24","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.24","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.24","@aztec/prover-client":"2.0.3-rc.24","@aztec/noir-noirc_abi":"2.0.3-rc.24","@aztec/sequencer-client":"2.0.3-rc.24","@aztec/telemetry-client":"2.0.3-rc.24","@aztec/validator-client":"2.0.3-rc.24","@aztec/noir-contracts.js":"2.0.3-rc.24","@aztec/protocol-contracts":"2.0.3-rc.24","@aztec/noir-test-contracts.js":"2.0.3-rc.24","@aztec/noir-protocol-circuits-types":"2.0.3-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.24_1759367894221_0.5464928052575031","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251002":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251002","_id":"@aztec/end-to-end@3.0.0-nightly.20251002","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f3d1560b066eda2a539db3484b77ff5bd56ffac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251002.tgz","fileCount":191,"integrity":"sha512-HZAE3HB/prG4uHv6UVlPFgqp2VWVrlqVHuG0rN2dNgpZmSL39FeqSPjjPt5W2ckvMaAVAgBCL/W3BkP+fSdP3g==","signatures":[{"sig":"MEUCIQDU1elai9KlgN5zHGyrwV0SnKJiqlwMwQGrSjmUkDjftwIgWc0e7o6HuHfYv6ayF5rw9typR4JTipalt/qkC6tmkB8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643153},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"559ecdfbd24a34714b7d6356b529e2a7845d01f1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251002","@aztec/cli":"3.0.0-nightly.20251002","@aztec/p2p":"3.0.0-nightly.20251002","@aztec/pxe":"3.0.0-nightly.20251002","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251002","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251002","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251002","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251002","@aztec/archiver":"3.0.0-nightly.20251002","@aztec/aztec.js":"3.0.0-nightly.20251002","@aztec/blob-lib":"3.0.0-nightly.20251002","@aztec/ethereum":"3.0.0-nightly.20251002","@aztec/kv-store":"3.0.0-nightly.20251002","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251002","@aztec/blob-sink":"3.0.0-nightly.20251002","@aztec/constants":"3.0.0-nightly.20251002","@aztec/simulator":"3.0.0-nightly.20251002","@aztec/aztec-node":"3.0.0-nightly.20251002","@aztec/foundation":"3.0.0-nightly.20251002","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251002","@aztec/epoch-cache":"3.0.0-nightly.20251002","@aztec/merkle-tree":"3.0.0-nightly.20251002","@aztec/prover-node":"3.0.0-nightly.20251002","@aztec/test-wallet":"3.0.0-nightly.20251002","@aztec/world-state":"3.0.0-nightly.20251002","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251002","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251002","@aztec/prover-client":"3.0.0-nightly.20251002","@aztec/noir-noirc_abi":"3.0.0-nightly.20251002","@aztec/sequencer-client":"3.0.0-nightly.20251002","@aztec/telemetry-client":"3.0.0-nightly.20251002","@aztec/validator-client":"3.0.0-nightly.20251002","@aztec/noir-contracts.js":"3.0.0-nightly.20251002","@aztec/protocol-contracts":"3.0.0-nightly.20251002","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251002","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251002"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251002_1759373672270_0.42260058484582586","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.25":{"name":"@aztec/end-to-end","version":"2.0.3-rc.25","_id":"@aztec/end-to-end@2.0.3-rc.25","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8719f982a227a2c3e533c84185739b5f8314b9b1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.25.tgz","fileCount":187,"integrity":"sha512-x8x5Z51FRr8s+0o/2OPK8iLgxWGtQHVhd61PloPBcllxBqNoGYou1moSvY2dLva5F+dMoAP4bOp/Lykzl0RmBQ==","signatures":[{"sig":"MEYCIQD8jOL9p0fOOzE0fmL36sZpyDjPRp9LcUxGraqbgUgzRQIhANbXdb2sVdRope+jfwtvKtq9xZk/VcS4wm9lFP17k7Kh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"995febb0cb68dac146c320ceaf374ef52e8b8b4c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.25","@aztec/cli":"2.0.3-rc.25","@aztec/p2p":"2.0.3-rc.25","@aztec/pxe":"2.0.3-rc.25","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.25","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.25","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.25","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.25","@aztec/archiver":"2.0.3-rc.25","@aztec/aztec.js":"2.0.3-rc.25","@aztec/blob-lib":"2.0.3-rc.25","@aztec/ethereum":"2.0.3-rc.25","@aztec/kv-store":"2.0.3-rc.25","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.25","@aztec/blob-sink":"2.0.3-rc.25","@aztec/constants":"2.0.3-rc.25","@aztec/simulator":"2.0.3-rc.25","@aztec/aztec-node":"2.0.3-rc.25","@aztec/foundation":"2.0.3-rc.25","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.25","@aztec/epoch-cache":"2.0.3-rc.25","@aztec/merkle-tree":"2.0.3-rc.25","@aztec/prover-node":"2.0.3-rc.25","@aztec/world-state":"2.0.3-rc.25","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.25","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.25","@aztec/prover-client":"2.0.3-rc.25","@aztec/noir-noirc_abi":"2.0.3-rc.25","@aztec/sequencer-client":"2.0.3-rc.25","@aztec/telemetry-client":"2.0.3-rc.25","@aztec/validator-client":"2.0.3-rc.25","@aztec/noir-contracts.js":"2.0.3-rc.25","@aztec/protocol-contracts":"2.0.3-rc.25","@aztec/noir-test-contracts.js":"2.0.3-rc.25","@aztec/noir-protocol-circuits-types":"2.0.3-rc.25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.25_1759373774725_0.9379417092138662","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.26":{"name":"@aztec/end-to-end","version":"2.0.3-rc.26","_id":"@aztec/end-to-end@2.0.3-rc.26","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"df09a9335028f9dc7b46ab70350e43606d3cea11","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.26.tgz","fileCount":187,"integrity":"sha512-D6wRLlnf5SENcsOUPntKjbnQh28Y4UyC6Dq61NCnRFNZaH2Z6KLKGrJYSOka4ryO5Cce/tV9UUd1SC5BXSOSqg==","signatures":[{"sig":"MEUCIQD7RTtLeIytnahN3cXP38ThKpX6g47k4VQUVFpEqyzh7AIgTMGd2odyY+SB+W6Vw0NUnqvhOBidGaK7UdxH11SD9w8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4776c0d8470fa4c84d667c370ee330c33f8fb5ea","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.26","@aztec/cli":"2.0.3-rc.26","@aztec/p2p":"2.0.3-rc.26","@aztec/pxe":"2.0.3-rc.26","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.26","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.26","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.26","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.26","@aztec/archiver":"2.0.3-rc.26","@aztec/aztec.js":"2.0.3-rc.26","@aztec/blob-lib":"2.0.3-rc.26","@aztec/ethereum":"2.0.3-rc.26","@aztec/kv-store":"2.0.3-rc.26","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.26","@aztec/blob-sink":"2.0.3-rc.26","@aztec/constants":"2.0.3-rc.26","@aztec/simulator":"2.0.3-rc.26","@aztec/aztec-node":"2.0.3-rc.26","@aztec/foundation":"2.0.3-rc.26","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.26","@aztec/epoch-cache":"2.0.3-rc.26","@aztec/merkle-tree":"2.0.3-rc.26","@aztec/prover-node":"2.0.3-rc.26","@aztec/world-state":"2.0.3-rc.26","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.26","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.26","@aztec/prover-client":"2.0.3-rc.26","@aztec/noir-noirc_abi":"2.0.3-rc.26","@aztec/sequencer-client":"2.0.3-rc.26","@aztec/telemetry-client":"2.0.3-rc.26","@aztec/validator-client":"2.0.3-rc.26","@aztec/noir-contracts.js":"2.0.3-rc.26","@aztec/protocol-contracts":"2.0.3-rc.26","@aztec/noir-test-contracts.js":"2.0.3-rc.26","@aztec/noir-protocol-circuits-types":"2.0.3-rc.26"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.26_1759400391003_0.7590788323251505","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.27":{"name":"@aztec/end-to-end","version":"2.0.3-rc.27","_id":"@aztec/end-to-end@2.0.3-rc.27","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"189a20562d21f25da5cc03e2c08d337fd317cf86","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.27.tgz","fileCount":187,"integrity":"sha512-AC3r2T/v5hXMN/CerzEau39uxSbgghSG7FOg+jGU7JO3DbUfDUH/VtlK3fYQW0730mKKuWXbT+5JO5LAvLpGHg==","signatures":[{"sig":"MEQCIHlbcEVuelz6+eZiM9nBeBq1XFOQyEn7tFSjZwR2o09gAiBEbKAZSERNPSqlO/rDvFVWLW6oYAmLZLcz3vECU4hjbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"af68deafda03bd4cbf7a56dd3509f80138ce8e2b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.27","@aztec/cli":"2.0.3-rc.27","@aztec/p2p":"2.0.3-rc.27","@aztec/pxe":"2.0.3-rc.27","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.27","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.27","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.27","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.27","@aztec/archiver":"2.0.3-rc.27","@aztec/aztec.js":"2.0.3-rc.27","@aztec/blob-lib":"2.0.3-rc.27","@aztec/ethereum":"2.0.3-rc.27","@aztec/kv-store":"2.0.3-rc.27","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.27","@aztec/blob-sink":"2.0.3-rc.27","@aztec/constants":"2.0.3-rc.27","@aztec/simulator":"2.0.3-rc.27","@aztec/aztec-node":"2.0.3-rc.27","@aztec/foundation":"2.0.3-rc.27","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.27","@aztec/epoch-cache":"2.0.3-rc.27","@aztec/merkle-tree":"2.0.3-rc.27","@aztec/prover-node":"2.0.3-rc.27","@aztec/world-state":"2.0.3-rc.27","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.27","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.27","@aztec/prover-client":"2.0.3-rc.27","@aztec/noir-noirc_abi":"2.0.3-rc.27","@aztec/sequencer-client":"2.0.3-rc.27","@aztec/telemetry-client":"2.0.3-rc.27","@aztec/validator-client":"2.0.3-rc.27","@aztec/noir-contracts.js":"2.0.3-rc.27","@aztec/protocol-contracts":"2.0.3-rc.27","@aztec/noir-test-contracts.js":"2.0.3-rc.27","@aztec/noir-protocol-circuits-types":"2.0.3-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.27_1759405006303_0.7310089520591794","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.28":{"name":"@aztec/end-to-end","version":"2.0.3-rc.28","_id":"@aztec/end-to-end@2.0.3-rc.28","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"61c6ae71989cc133db55bc3d31d0505ab16afa96","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.28.tgz","fileCount":187,"integrity":"sha512-TQyDWVKbZN1grqrDAOMmik9hGa9PQlrQMg3oP9xAsRx2uNCc22jFdS7VmNCodwfKrEOYAZUxS/9opjpZLwTdOQ==","signatures":[{"sig":"MEYCIQCcvRO7568YLde4GXKmL0sT2FdjnVZPWKdgOkFfyDo6VgIhANnqmMgb4oONmu04gYiO7S0owPQGKxtnwZBfNxvMaDk8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0a026a01492a3aea50a2ed8a4e68d67eaee2bde1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.28","@aztec/cli":"2.0.3-rc.28","@aztec/p2p":"2.0.3-rc.28","@aztec/pxe":"2.0.3-rc.28","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.28","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.28","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.28","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.28","@aztec/archiver":"2.0.3-rc.28","@aztec/aztec.js":"2.0.3-rc.28","@aztec/blob-lib":"2.0.3-rc.28","@aztec/ethereum":"2.0.3-rc.28","@aztec/kv-store":"2.0.3-rc.28","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.28","@aztec/blob-sink":"2.0.3-rc.28","@aztec/constants":"2.0.3-rc.28","@aztec/simulator":"2.0.3-rc.28","@aztec/aztec-node":"2.0.3-rc.28","@aztec/foundation":"2.0.3-rc.28","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.28","@aztec/epoch-cache":"2.0.3-rc.28","@aztec/merkle-tree":"2.0.3-rc.28","@aztec/prover-node":"2.0.3-rc.28","@aztec/world-state":"2.0.3-rc.28","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.28","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.28","@aztec/prover-client":"2.0.3-rc.28","@aztec/noir-noirc_abi":"2.0.3-rc.28","@aztec/sequencer-client":"2.0.3-rc.28","@aztec/telemetry-client":"2.0.3-rc.28","@aztec/validator-client":"2.0.3-rc.28","@aztec/noir-contracts.js":"2.0.3-rc.28","@aztec/protocol-contracts":"2.0.3-rc.28","@aztec/noir-test-contracts.js":"2.0.3-rc.28","@aztec/noir-protocol-circuits-types":"2.0.3-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.28_1759409076138_0.2199136757801059","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.29":{"name":"@aztec/end-to-end","version":"2.0.3-rc.29","_id":"@aztec/end-to-end@2.0.3-rc.29","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"88af56c922df67a2efe60210276e645041f3655e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.29.tgz","fileCount":187,"integrity":"sha512-8qV35Q1o/sw5w4dA8us8gc6gZBi5SmQ2qY3TLk7JRpwOHly/GfW+11MGqL6nCqdQdwzBob8p5ubQhAMsaXrOLg==","signatures":[{"sig":"MEUCIQCh4u6AL0eHy5xIga7nfUd3dZecYkusHOMMQUtwY4qUtgIgUF9OPsCija4Dl1bcGCpywzoR04Vrlny7RlrLYGwCgtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7b117ec00ead8502a2fca9f7412ad5a24aa32c1f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-rc.29","@aztec/cli":"2.0.3-rc.29","@aztec/p2p":"2.0.3-rc.29","@aztec/pxe":"2.0.3-rc.29","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.29","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.29","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.29","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.29","@aztec/archiver":"2.0.3-rc.29","@aztec/aztec.js":"2.0.3-rc.29","@aztec/blob-lib":"2.0.3-rc.29","@aztec/ethereum":"2.0.3-rc.29","@aztec/kv-store":"2.0.3-rc.29","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.29","@aztec/blob-sink":"2.0.3-rc.29","@aztec/constants":"2.0.3-rc.29","@aztec/simulator":"2.0.3-rc.29","@aztec/aztec-node":"2.0.3-rc.29","@aztec/foundation":"2.0.3-rc.29","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.29","@aztec/epoch-cache":"2.0.3-rc.29","@aztec/merkle-tree":"2.0.3-rc.29","@aztec/prover-node":"2.0.3-rc.29","@aztec/world-state":"2.0.3-rc.29","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.29","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.29","@aztec/prover-client":"2.0.3-rc.29","@aztec/noir-noirc_abi":"2.0.3-rc.29","@aztec/sequencer-client":"2.0.3-rc.29","@aztec/telemetry-client":"2.0.3-rc.29","@aztec/validator-client":"2.0.3-rc.29","@aztec/noir-contracts.js":"2.0.3-rc.29","@aztec/protocol-contracts":"2.0.3-rc.29","@aztec/noir-test-contracts.js":"2.0.3-rc.29","@aztec/noir-protocol-circuits-types":"2.0.3-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.29_1759410553870_0.3718401530628297","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.30":{"name":"@aztec/end-to-end","version":"2.0.3-rc.30","_id":"@aztec/end-to-end@2.0.3-rc.30","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"43fee903f587f5a8597207363eb17abe5cdd132a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.30.tgz","fileCount":187,"integrity":"sha512-22jLKfK/UBNzf0Vi1sTYy/JsyRAy7MH2aQzOPlrZfIHnYtpluPz39cFx66WuJtRjEDvyyEKxICJ558oKCILlJg==","signatures":[{"sig":"MEYCIQDXAxJ8yGGpOhocXtaHsZ+vv2Y7vrItariAMpwgZCQM7wIhAMBpoWuCOut0cOO7oewPcchXOuyhLRWEBtJM0oVpN8Tr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ebf1efa95259295015531b68e3dac6f87a781b21","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.0.3-rc.30","@aztec/cli":"2.0.3-rc.30","@aztec/p2p":"2.0.3-rc.30","@aztec/pxe":"2.0.3-rc.30","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.30","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.30","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.30","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.30","@aztec/archiver":"2.0.3-rc.30","@aztec/aztec.js":"2.0.3-rc.30","@aztec/blob-lib":"2.0.3-rc.30","@aztec/ethereum":"2.0.3-rc.30","@aztec/kv-store":"2.0.3-rc.30","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.30","@aztec/blob-sink":"2.0.3-rc.30","@aztec/constants":"2.0.3-rc.30","@aztec/simulator":"2.0.3-rc.30","@aztec/aztec-node":"2.0.3-rc.30","@aztec/foundation":"2.0.3-rc.30","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.30","@aztec/epoch-cache":"2.0.3-rc.30","@aztec/merkle-tree":"2.0.3-rc.30","@aztec/prover-node":"2.0.3-rc.30","@aztec/world-state":"2.0.3-rc.30","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.30","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.30","@aztec/prover-client":"2.0.3-rc.30","@aztec/noir-noirc_abi":"2.0.3-rc.30","@aztec/sequencer-client":"2.0.3-rc.30","@aztec/telemetry-client":"2.0.3-rc.30","@aztec/validator-client":"2.0.3-rc.30","@aztec/noir-contracts.js":"2.0.3-rc.30","@aztec/protocol-contracts":"2.0.3-rc.30","@aztec/noir-test-contracts.js":"2.0.3-rc.30","@aztec/noir-protocol-circuits-types":"2.0.3-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.30_1759425743807_0.5056007914519776","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251003":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251003","_id":"@aztec/end-to-end@3.0.0-nightly.20251003","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f1d59b86a7844a4bf4bbb8afb8442b256f3483e6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251003.tgz","fileCount":191,"integrity":"sha512-DTUMsALrZOlL2KaGAtETSMjl7GKPNGKlAGBtp/WtCXshtxKr1UwSPZzgqzFc3yWiwArY6rCJwf78dvTUwQeefg==","signatures":[{"sig":"MEYCIQDPCjhz9tci18GDklV59zl7o/rMhY/fOdobXB9a+7ikiwIhAL1qBnZGj/Ypqts35i2FdO1T1WJlpk/1eKz5pfkaxT8P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643153},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ae0025ad5116b532c0ba11d427c8dc08d2255918","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251003","@aztec/cli":"3.0.0-nightly.20251003","@aztec/p2p":"3.0.0-nightly.20251003","@aztec/pxe":"3.0.0-nightly.20251003","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251003","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251003","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251003","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251003","@aztec/archiver":"3.0.0-nightly.20251003","@aztec/aztec.js":"3.0.0-nightly.20251003","@aztec/blob-lib":"3.0.0-nightly.20251003","@aztec/ethereum":"3.0.0-nightly.20251003","@aztec/kv-store":"3.0.0-nightly.20251003","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251003","@aztec/blob-sink":"3.0.0-nightly.20251003","@aztec/constants":"3.0.0-nightly.20251003","@aztec/simulator":"3.0.0-nightly.20251003","@aztec/aztec-node":"3.0.0-nightly.20251003","@aztec/foundation":"3.0.0-nightly.20251003","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251003","@aztec/epoch-cache":"3.0.0-nightly.20251003","@aztec/merkle-tree":"3.0.0-nightly.20251003","@aztec/prover-node":"3.0.0-nightly.20251003","@aztec/test-wallet":"3.0.0-nightly.20251003","@aztec/world-state":"3.0.0-nightly.20251003","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251003","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251003","@aztec/prover-client":"3.0.0-nightly.20251003","@aztec/noir-noirc_abi":"3.0.0-nightly.20251003","@aztec/sequencer-client":"3.0.0-nightly.20251003","@aztec/telemetry-client":"3.0.0-nightly.20251003","@aztec/validator-client":"3.0.0-nightly.20251003","@aztec/noir-contracts.js":"3.0.0-nightly.20251003","@aztec/protocol-contracts":"3.0.0-nightly.20251003","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251003","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251003"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251003_1759460048141_0.09084023368730954","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-rc.31":{"name":"@aztec/end-to-end","version":"2.0.3-rc.31","_id":"@aztec/end-to-end@2.0.3-rc.31","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"44b279325f056e547c4d85e6ad60480bb5333f25","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-rc.31.tgz","fileCount":187,"integrity":"sha512-EfAynmcoC1kPnRL/Y0fLniIEBDVepahQSGLpPku0E1ACTWqwSrY7Ho7bOJwyHfcIqXVUdBPqR2ot+gvfhFuC0g==","signatures":[{"sig":"MEUCIFckQhT6nHuHlQiHH9zFrBnV1My+ZNtAkr/kXS7VzeIzAiEAnEhWf7aq/EzXejEU8OWsHBvCrBcH3VGfwtxrD+ZEYkk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f1f4767e6074a825d22f5f148f54a2a4c09d4e77","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.0.3-rc.31","@aztec/cli":"2.0.3-rc.31","@aztec/p2p":"2.0.3-rc.31","@aztec/pxe":"2.0.3-rc.31","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-rc.31","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-rc.31","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-rc.31","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-rc.31","@aztec/archiver":"2.0.3-rc.31","@aztec/aztec.js":"2.0.3-rc.31","@aztec/blob-lib":"2.0.3-rc.31","@aztec/ethereum":"2.0.3-rc.31","@aztec/kv-store":"2.0.3-rc.31","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-rc.31","@aztec/blob-sink":"2.0.3-rc.31","@aztec/constants":"2.0.3-rc.31","@aztec/simulator":"2.0.3-rc.31","@aztec/aztec-node":"2.0.3-rc.31","@aztec/foundation":"2.0.3-rc.31","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-rc.31","@aztec/epoch-cache":"2.0.3-rc.31","@aztec/merkle-tree":"2.0.3-rc.31","@aztec/prover-node":"2.0.3-rc.31","@aztec/world-state":"2.0.3-rc.31","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-rc.31","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-rc.31","@aztec/prover-client":"2.0.3-rc.31","@aztec/noir-noirc_abi":"2.0.3-rc.31","@aztec/sequencer-client":"2.0.3-rc.31","@aztec/telemetry-client":"2.0.3-rc.31","@aztec/validator-client":"2.0.3-rc.31","@aztec/noir-contracts.js":"2.0.3-rc.31","@aztec/protocol-contracts":"2.0.3-rc.31","@aztec/noir-test-contracts.js":"2.0.3-rc.31","@aztec/noir-protocol-circuits-types":"2.0.3-rc.31"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-rc.31_1759508562874_0.7003380582005634","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.1":{"name":"@aztec/end-to-end","version":"2.1.0-rc.1","_id":"@aztec/end-to-end@2.1.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9eff6e01a05184988ca2cdd80e232395919e7834","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.1.tgz","fileCount":187,"integrity":"sha512-fr1pDq8Qq7vQ0iEcmNsjc9N8e25GtCsIKnmlLzEBosL6rhPGmFP2jjw2ORw7Eu7patq+HENj439AHwEGNvN0TQ==","signatures":[{"sig":"MEYCIQDTw+/iMQ06B7IFlaIt/HgXCE0vnFNh56FytDMp5riYKQIhALFH0AvVavpOkvcMn4PGqhPiDvQB59Wl34QVsHfjAtPG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36643619},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dbc243f6a4547bc5fe068b1c1cc8c66c0888379f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.1","@aztec/cli":"2.1.0-rc.1","@aztec/p2p":"2.1.0-rc.1","@aztec/pxe":"2.1.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.1","@aztec/archiver":"2.1.0-rc.1","@aztec/aztec.js":"2.1.0-rc.1","@aztec/blob-lib":"2.1.0-rc.1","@aztec/ethereum":"2.1.0-rc.1","@aztec/kv-store":"2.1.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.1","@aztec/blob-sink":"2.1.0-rc.1","@aztec/constants":"2.1.0-rc.1","@aztec/simulator":"2.1.0-rc.1","@aztec/aztec-node":"2.1.0-rc.1","@aztec/foundation":"2.1.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.1","@aztec/epoch-cache":"2.1.0-rc.1","@aztec/merkle-tree":"2.1.0-rc.1","@aztec/prover-node":"2.1.0-rc.1","@aztec/world-state":"2.1.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.1","@aztec/prover-client":"2.1.0-rc.1","@aztec/noir-noirc_abi":"2.1.0-rc.1","@aztec/sequencer-client":"2.1.0-rc.1","@aztec/telemetry-client":"2.1.0-rc.1","@aztec/validator-client":"2.1.0-rc.1","@aztec/noir-contracts.js":"2.1.0-rc.1","@aztec/protocol-contracts":"2.1.0-rc.1","@aztec/noir-test-contracts.js":"2.1.0-rc.1","@aztec/noir-protocol-circuits-types":"2.1.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.1_1759532146375_0.4478999130608943","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251004":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251004","_id":"@aztec/end-to-end@3.0.0-nightly.20251004","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c3336cf13152e7aa241e2d433a26861888a49f8f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251004.tgz","fileCount":191,"integrity":"sha512-2ABSRY1glM4rYUeOl6ImJwFXLhfdxmAtcCQexRTviMy+EexlSBOHNsqL0EgccGKjm4csmRgaf4LE9KIa9rq+Ug==","signatures":[{"sig":"MEUCICyzHTOU2yci7lGZpI88yTDIUHlwM3wT9ZqHKikF2CiBAiEAyhfR5723zZtWIX+Kgl/chSJY0bNrZOhcR9HFDwfaD9Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642972},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"62765820b8d0060457c99bb3bb29e9f7da7cbb5d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251004","@aztec/cli":"3.0.0-nightly.20251004","@aztec/p2p":"3.0.0-nightly.20251004","@aztec/pxe":"3.0.0-nightly.20251004","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251004","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251004","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251004","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251004","@aztec/archiver":"3.0.0-nightly.20251004","@aztec/aztec.js":"3.0.0-nightly.20251004","@aztec/blob-lib":"3.0.0-nightly.20251004","@aztec/ethereum":"3.0.0-nightly.20251004","@aztec/kv-store":"3.0.0-nightly.20251004","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251004","@aztec/blob-sink":"3.0.0-nightly.20251004","@aztec/constants":"3.0.0-nightly.20251004","@aztec/simulator":"3.0.0-nightly.20251004","@aztec/aztec-node":"3.0.0-nightly.20251004","@aztec/foundation":"3.0.0-nightly.20251004","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251004","@aztec/epoch-cache":"3.0.0-nightly.20251004","@aztec/merkle-tree":"3.0.0-nightly.20251004","@aztec/prover-node":"3.0.0-nightly.20251004","@aztec/test-wallet":"3.0.0-nightly.20251004","@aztec/world-state":"3.0.0-nightly.20251004","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251004","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251004","@aztec/prover-client":"3.0.0-nightly.20251004","@aztec/noir-noirc_abi":"3.0.0-nightly.20251004","@aztec/sequencer-client":"3.0.0-nightly.20251004","@aztec/telemetry-client":"3.0.0-nightly.20251004","@aztec/validator-client":"3.0.0-nightly.20251004","@aztec/noir-contracts.js":"3.0.0-nightly.20251004","@aztec/protocol-contracts":"3.0.0-nightly.20251004","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251004","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251004"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251004_1759546613700_0.9611143599478293","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251005":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251005","_id":"@aztec/end-to-end@3.0.0-nightly.20251005","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fe1f82eb1f9498d14a403fd176041cf778caca7a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251005.tgz","fileCount":191,"integrity":"sha512-ohXaZh/lEHhJZEuX21rePfeymbINTITlqHpfa43vknS9flODXEsFTOUjj/M0UN7Nq5t6ZYEAj56mO/ayzI5okQ==","signatures":[{"sig":"MEUCIQCdaT2m584R/4/clpRwWZARg03z6QedvKTenMaJz+tkhAIgc+Ck1GGVkhCjC7rKM2izVgFeW1nUEwW3V/rulAuDEFk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642972},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dc86fafd84cbae3fa7e2068572c0ff015ab0b68f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251005","@aztec/cli":"3.0.0-nightly.20251005","@aztec/p2p":"3.0.0-nightly.20251005","@aztec/pxe":"3.0.0-nightly.20251005","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251005","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251005","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251005","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251005","@aztec/archiver":"3.0.0-nightly.20251005","@aztec/aztec.js":"3.0.0-nightly.20251005","@aztec/blob-lib":"3.0.0-nightly.20251005","@aztec/ethereum":"3.0.0-nightly.20251005","@aztec/kv-store":"3.0.0-nightly.20251005","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251005","@aztec/blob-sink":"3.0.0-nightly.20251005","@aztec/constants":"3.0.0-nightly.20251005","@aztec/simulator":"3.0.0-nightly.20251005","@aztec/aztec-node":"3.0.0-nightly.20251005","@aztec/foundation":"3.0.0-nightly.20251005","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251005","@aztec/epoch-cache":"3.0.0-nightly.20251005","@aztec/merkle-tree":"3.0.0-nightly.20251005","@aztec/prover-node":"3.0.0-nightly.20251005","@aztec/test-wallet":"3.0.0-nightly.20251005","@aztec/world-state":"3.0.0-nightly.20251005","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251005","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251005","@aztec/prover-client":"3.0.0-nightly.20251005","@aztec/noir-noirc_abi":"3.0.0-nightly.20251005","@aztec/sequencer-client":"3.0.0-nightly.20251005","@aztec/telemetry-client":"3.0.0-nightly.20251005","@aztec/validator-client":"3.0.0-nightly.20251005","@aztec/noir-contracts.js":"3.0.0-nightly.20251005","@aztec/protocol-contracts":"3.0.0-nightly.20251005","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251005","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251005"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251005_1759633044620_0.2863558171609695","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251007":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251007","_id":"@aztec/end-to-end@3.0.0-nightly.20251007","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"24c672065b809ce06c45abb5e8f7eeb0e35cbe1d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251007.tgz","fileCount":191,"integrity":"sha512-M2T8Ie8ZTMFUHBAHPxG/B9HmjGquR2XjORGTQkHJWgRITYEELe7XAM42iMGy7hb6jZ1nMMAfhVyM6o1eN2HI1w==","signatures":[{"sig":"MEUCIQCO4OZh5mViJw0jKVQgsqEX4ezKOD+8fLxvhvaqNx8qGAIgKwitYIfSbs7V31A/FRvZChipOzcJ3AGkt1kqBf0BPwY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36642729},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"05b9af0807759d96093fdde9184d98d6ea2a6112","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251007","@aztec/cli":"3.0.0-nightly.20251007","@aztec/p2p":"3.0.0-nightly.20251007","@aztec/pxe":"3.0.0-nightly.20251007","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251007","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251007","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251007","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251007","@aztec/archiver":"3.0.0-nightly.20251007","@aztec/aztec.js":"3.0.0-nightly.20251007","@aztec/blob-lib":"3.0.0-nightly.20251007","@aztec/ethereum":"3.0.0-nightly.20251007","@aztec/kv-store":"3.0.0-nightly.20251007","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251007","@aztec/blob-sink":"3.0.0-nightly.20251007","@aztec/constants":"3.0.0-nightly.20251007","@aztec/simulator":"3.0.0-nightly.20251007","@aztec/aztec-node":"3.0.0-nightly.20251007","@aztec/foundation":"3.0.0-nightly.20251007","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251007","@aztec/epoch-cache":"3.0.0-nightly.20251007","@aztec/merkle-tree":"3.0.0-nightly.20251007","@aztec/prover-node":"3.0.0-nightly.20251007","@aztec/test-wallet":"3.0.0-nightly.20251007","@aztec/world-state":"3.0.0-nightly.20251007","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251007","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251007","@aztec/prover-client":"3.0.0-nightly.20251007","@aztec/noir-noirc_abi":"3.0.0-nightly.20251007","@aztec/sequencer-client":"3.0.0-nightly.20251007","@aztec/telemetry-client":"3.0.0-nightly.20251007","@aztec/validator-client":"3.0.0-nightly.20251007","@aztec/noir-contracts.js":"3.0.0-nightly.20251007","@aztec/protocol-contracts":"3.0.0-nightly.20251007","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251007","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251007"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251007_1759805848382_0.007300612994159517","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251008":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251008","_id":"@aztec/end-to-end@3.0.0-nightly.20251008","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd9690a2e0e51660114de5923e46ec511107154d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251008.tgz","fileCount":191,"integrity":"sha512-ZiJC0fYPrcm9Tqmjq0TO/rXtiazZ0KyARe+oQ31eUokiqeVm1gY0oZBRbnBmDHbI85AsOSqIGt5BVqxMBn+W0Q==","signatures":[{"sig":"MEYCIQDS5+Nr7g4F/irrXPPn/MZ7NbMeS/FUObMYjidK38asswIhAKBe44moe5Lap3zDXz5iKpo/M6U2Tn22hycoZ2t80J1g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f96984ce3414e48b7a5bf636e607848e48cb78c9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251008","@aztec/cli":"3.0.0-nightly.20251008","@aztec/p2p":"3.0.0-nightly.20251008","@aztec/pxe":"3.0.0-nightly.20251008","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251008","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251008","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251008","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251008","@aztec/archiver":"3.0.0-nightly.20251008","@aztec/aztec.js":"3.0.0-nightly.20251008","@aztec/blob-lib":"3.0.0-nightly.20251008","@aztec/ethereum":"3.0.0-nightly.20251008","@aztec/kv-store":"3.0.0-nightly.20251008","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251008","@aztec/blob-sink":"3.0.0-nightly.20251008","@aztec/constants":"3.0.0-nightly.20251008","@aztec/simulator":"3.0.0-nightly.20251008","@aztec/aztec-node":"3.0.0-nightly.20251008","@aztec/foundation":"3.0.0-nightly.20251008","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251008","@aztec/epoch-cache":"3.0.0-nightly.20251008","@aztec/merkle-tree":"3.0.0-nightly.20251008","@aztec/prover-node":"3.0.0-nightly.20251008","@aztec/test-wallet":"3.0.0-nightly.20251008","@aztec/world-state":"3.0.0-nightly.20251008","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251008","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251008","@aztec/prover-client":"3.0.0-nightly.20251008","@aztec/noir-noirc_abi":"3.0.0-nightly.20251008","@aztec/sequencer-client":"3.0.0-nightly.20251008","@aztec/telemetry-client":"3.0.0-nightly.20251008","@aztec/validator-client":"3.0.0-nightly.20251008","@aztec/noir-contracts.js":"3.0.0-nightly.20251008","@aztec/protocol-contracts":"3.0.0-nightly.20251008","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251008","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251008"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251008_1759892483834_0.7232280409418061","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251009":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251009","_id":"@aztec/end-to-end@3.0.0-nightly.20251009","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b687ef2e09c0fd24f75067ab6c34ddf5c4c5d7c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251009.tgz","fileCount":191,"integrity":"sha512-+lhnowBW+RZZAYtajHj7RquPxPnbwMUyAc95XLtiBxSfD8n/HYbBRRtEGsAvgjvvK8K8KVLKNPklspLH4G7LEw==","signatures":[{"sig":"MEUCICswb58i+Tol5CX4MhD796Ly0HvnxzfzgOHpO/kCP3pNAiEAtDB67QFyr9hY1j4SLrnEBkk6tqgGqBgl9VAOlsV95cQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"156ffb3aeb347b81b97de37732e29dd906ee841c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251009","@aztec/cli":"3.0.0-nightly.20251009","@aztec/p2p":"3.0.0-nightly.20251009","@aztec/pxe":"3.0.0-nightly.20251009","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251009","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251009","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251009","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251009","@aztec/archiver":"3.0.0-nightly.20251009","@aztec/aztec.js":"3.0.0-nightly.20251009","@aztec/blob-lib":"3.0.0-nightly.20251009","@aztec/ethereum":"3.0.0-nightly.20251009","@aztec/kv-store":"3.0.0-nightly.20251009","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251009","@aztec/blob-sink":"3.0.0-nightly.20251009","@aztec/constants":"3.0.0-nightly.20251009","@aztec/simulator":"3.0.0-nightly.20251009","@aztec/aztec-node":"3.0.0-nightly.20251009","@aztec/foundation":"3.0.0-nightly.20251009","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251009","@aztec/epoch-cache":"3.0.0-nightly.20251009","@aztec/merkle-tree":"3.0.0-nightly.20251009","@aztec/prover-node":"3.0.0-nightly.20251009","@aztec/test-wallet":"3.0.0-nightly.20251009","@aztec/world-state":"3.0.0-nightly.20251009","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251009","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251009","@aztec/prover-client":"3.0.0-nightly.20251009","@aztec/noir-noirc_abi":"3.0.0-nightly.20251009","@aztec/sequencer-client":"3.0.0-nightly.20251009","@aztec/telemetry-client":"3.0.0-nightly.20251009","@aztec/validator-client":"3.0.0-nightly.20251009","@aztec/noir-contracts.js":"3.0.0-nightly.20251009","@aztec/protocol-contracts":"3.0.0-nightly.20251009","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251009","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251009"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251009_1759978833100_0.09641401666372662","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251010":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251010","_id":"@aztec/end-to-end@3.0.0-nightly.20251010","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ef6e793bf2413ff39b41e9bafd5ce9e92b76612c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251010.tgz","fileCount":191,"integrity":"sha512-PSgMf0NJvOABtpq7D/y5f5ylQbOjASiDPySaIXhQGalKK8UicYheetO4iUHiyHHqPcDOxtoMW4AoajAX0qAWlA==","signatures":[{"sig":"MEUCIGXCggUzAgPBz9qV7clJnSn1Fg52wG1Nz1m0LSEhWR79AiEA+D+3HUiJspEoZFc3ZGKDYGkLCQ6cGAjmPsDfZygLbrk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"891752f4cc3f2bab09f17ed888e11f3ae95b26fd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251010","@aztec/cli":"3.0.0-nightly.20251010","@aztec/p2p":"3.0.0-nightly.20251010","@aztec/pxe":"3.0.0-nightly.20251010","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251010","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251010","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251010","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251010","@aztec/archiver":"3.0.0-nightly.20251010","@aztec/aztec.js":"3.0.0-nightly.20251010","@aztec/blob-lib":"3.0.0-nightly.20251010","@aztec/ethereum":"3.0.0-nightly.20251010","@aztec/kv-store":"3.0.0-nightly.20251010","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251010","@aztec/blob-sink":"3.0.0-nightly.20251010","@aztec/constants":"3.0.0-nightly.20251010","@aztec/simulator":"3.0.0-nightly.20251010","@aztec/aztec-node":"3.0.0-nightly.20251010","@aztec/foundation":"3.0.0-nightly.20251010","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251010","@aztec/epoch-cache":"3.0.0-nightly.20251010","@aztec/merkle-tree":"3.0.0-nightly.20251010","@aztec/prover-node":"3.0.0-nightly.20251010","@aztec/test-wallet":"3.0.0-nightly.20251010","@aztec/world-state":"3.0.0-nightly.20251010","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251010","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251010","@aztec/prover-client":"3.0.0-nightly.20251010","@aztec/noir-noirc_abi":"3.0.0-nightly.20251010","@aztec/sequencer-client":"3.0.0-nightly.20251010","@aztec/telemetry-client":"3.0.0-nightly.20251010","@aztec/validator-client":"3.0.0-nightly.20251010","@aztec/noir-contracts.js":"3.0.0-nightly.20251010","@aztec/protocol-contracts":"3.0.0-nightly.20251010","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251010","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251010"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251010_1760065169983_0.8531023953512571","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.2":{"name":"@aztec/end-to-end","version":"2.1.0-rc.2","_id":"@aztec/end-to-end@2.1.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f127e4a6330dcb1db71fb257ffca85fd233c42c6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.2.tgz","fileCount":191,"integrity":"sha512-ne2gZgFg1n7j5NYH7wNJEIH6KO21PzxZBvGi8rOGtlggZ53SvyaUSPaA2lKQpKrQ6KvZt9OIwBRvCJoxoZsQTQ==","signatures":[{"sig":"MEYCIQCrROGZgcLF58hZEkFRjM1RdByJxpFhk7rrbJ717nRIKAIhAOJR+pcVuEbnLrwgzMIqaCRgESd58RTZOJa2DpSUVAn+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d8299902d3b1e2a5318c460a0c7cd11b4c4a6c6f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.2","@aztec/cli":"2.1.0-rc.2","@aztec/p2p":"2.1.0-rc.2","@aztec/pxe":"2.1.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.2","@aztec/archiver":"2.1.0-rc.2","@aztec/aztec.js":"2.1.0-rc.2","@aztec/blob-lib":"2.1.0-rc.2","@aztec/ethereum":"2.1.0-rc.2","@aztec/kv-store":"2.1.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.2","@aztec/blob-sink":"2.1.0-rc.2","@aztec/constants":"2.1.0-rc.2","@aztec/simulator":"2.1.0-rc.2","@aztec/aztec-node":"2.1.0-rc.2","@aztec/foundation":"2.1.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.2","@aztec/epoch-cache":"2.1.0-rc.2","@aztec/merkle-tree":"2.1.0-rc.2","@aztec/prover-node":"2.1.0-rc.2","@aztec/world-state":"2.1.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.2","@aztec/prover-client":"2.1.0-rc.2","@aztec/noir-noirc_abi":"2.1.0-rc.2","@aztec/sequencer-client":"2.1.0-rc.2","@aztec/telemetry-client":"2.1.0-rc.2","@aztec/validator-client":"2.1.0-rc.2","@aztec/noir-contracts.js":"2.1.0-rc.2","@aztec/protocol-contracts":"2.1.0-rc.2","@aztec/noir-test-contracts.js":"2.1.0-rc.2","@aztec/noir-protocol-circuits-types":"2.1.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.2_1760108432485_0.9869003364784663","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.3":{"name":"@aztec/end-to-end","version":"2.1.0-rc.3","_id":"@aztec/end-to-end@2.1.0-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ea16571387ea44bad0b02055f239efd1823e8f5c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.3.tgz","fileCount":191,"integrity":"sha512-C4N5wM2PxcL5A/0ugCuQs1f7Zsd0hPUN25rMzpxZpR6Z8SZ4CNMZxv/yXYCa+n3l6AmT+fEtq/Maby96yjCccA==","signatures":[{"sig":"MEUCIQCjY/EbhFzFW8mvTljthVrHAba7Y5V39i0cIN8MML+1xQIgIO0y847Cbc44cUMDU1d4wNVyCUpgeF1XJU8B9RMPWWs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a8f7282396d92102f276ca8d87bf76baa621fec3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.3","@aztec/cli":"2.1.0-rc.3","@aztec/p2p":"2.1.0-rc.3","@aztec/pxe":"2.1.0-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.3","@aztec/archiver":"2.1.0-rc.3","@aztec/aztec.js":"2.1.0-rc.3","@aztec/blob-lib":"2.1.0-rc.3","@aztec/ethereum":"2.1.0-rc.3","@aztec/kv-store":"2.1.0-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.3","@aztec/blob-sink":"2.1.0-rc.3","@aztec/constants":"2.1.0-rc.3","@aztec/simulator":"2.1.0-rc.3","@aztec/aztec-node":"2.1.0-rc.3","@aztec/foundation":"2.1.0-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.3","@aztec/epoch-cache":"2.1.0-rc.3","@aztec/merkle-tree":"2.1.0-rc.3","@aztec/prover-node":"2.1.0-rc.3","@aztec/world-state":"2.1.0-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.3","@aztec/prover-client":"2.1.0-rc.3","@aztec/noir-noirc_abi":"2.1.0-rc.3","@aztec/sequencer-client":"2.1.0-rc.3","@aztec/telemetry-client":"2.1.0-rc.3","@aztec/validator-client":"2.1.0-rc.3","@aztec/noir-contracts.js":"2.1.0-rc.3","@aztec/protocol-contracts":"2.1.0-rc.3","@aztec/noir-test-contracts.js":"2.1.0-rc.3","@aztec/noir-protocol-circuits-types":"2.1.0-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.3_1760112465381_0.7421063696694532","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251011":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251011","_id":"@aztec/end-to-end@3.0.0-nightly.20251011","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e3a5a3994f2954e60d3fcd4f8c71775a35f84b24","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251011.tgz","fileCount":191,"integrity":"sha512-g1232IQy//eAgo0g6J9IdkBKj5IgtWi+D/ZagsOMTqxRqCY+M3vhwIsWfHd/gfiVovGMHOdRI0jiBLKpPw+cfw==","signatures":[{"sig":"MEUCIQCJB4ikhu1rDDGaiwJ3W73hZCKI7S/4GaKJG45gEpxPTwIgXSCKiDwB62VIky6LtM5ECuy6lrY5Hrg6jsRuto/JGik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"51dd4dcf8c41c072c75c0963270d592068e69442","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251011","@aztec/cli":"3.0.0-nightly.20251011","@aztec/p2p":"3.0.0-nightly.20251011","@aztec/pxe":"3.0.0-nightly.20251011","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251011","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251011","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251011","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251011","@aztec/archiver":"3.0.0-nightly.20251011","@aztec/aztec.js":"3.0.0-nightly.20251011","@aztec/blob-lib":"3.0.0-nightly.20251011","@aztec/ethereum":"3.0.0-nightly.20251011","@aztec/kv-store":"3.0.0-nightly.20251011","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251011","@aztec/blob-sink":"3.0.0-nightly.20251011","@aztec/constants":"3.0.0-nightly.20251011","@aztec/simulator":"3.0.0-nightly.20251011","@aztec/aztec-node":"3.0.0-nightly.20251011","@aztec/foundation":"3.0.0-nightly.20251011","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251011","@aztec/epoch-cache":"3.0.0-nightly.20251011","@aztec/merkle-tree":"3.0.0-nightly.20251011","@aztec/prover-node":"3.0.0-nightly.20251011","@aztec/test-wallet":"3.0.0-nightly.20251011","@aztec/world-state":"3.0.0-nightly.20251011","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251011","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251011","@aztec/prover-client":"3.0.0-nightly.20251011","@aztec/noir-noirc_abi":"3.0.0-nightly.20251011","@aztec/sequencer-client":"3.0.0-nightly.20251011","@aztec/telemetry-client":"3.0.0-nightly.20251011","@aztec/validator-client":"3.0.0-nightly.20251011","@aztec/noir-contracts.js":"3.0.0-nightly.20251011","@aztec/protocol-contracts":"3.0.0-nightly.20251011","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251011","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251011"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251011_1760151619452_0.05693591141249943","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251012":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251012","_id":"@aztec/end-to-end@3.0.0-nightly.20251012","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6553acc393c7e34814423f770199d2cd951ca052","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251012.tgz","fileCount":191,"integrity":"sha512-2PHcuIy8SDGSjiu6Vickb1y5xR+RPeoqCzdVywZFFkkEQ1XdNaIFbkobB6xK8TR/zaiEnl+j/rMBUYlhaqUNKg==","signatures":[{"sig":"MEUCIQDiSHYVSwakqGMKmXcn6TDY3u98WwmnjoC+QYPo7L4h+wIgSlUD8NAamAhr2fV8WvJeBzJ3skLVIF+m7tf4oWrUsWc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"13d1f0526cac1b02a4039bdfd28786b8cc82872b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251012","@aztec/cli":"3.0.0-nightly.20251012","@aztec/p2p":"3.0.0-nightly.20251012","@aztec/pxe":"3.0.0-nightly.20251012","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251012","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251012","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251012","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251012","@aztec/archiver":"3.0.0-nightly.20251012","@aztec/aztec.js":"3.0.0-nightly.20251012","@aztec/blob-lib":"3.0.0-nightly.20251012","@aztec/ethereum":"3.0.0-nightly.20251012","@aztec/kv-store":"3.0.0-nightly.20251012","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251012","@aztec/blob-sink":"3.0.0-nightly.20251012","@aztec/constants":"3.0.0-nightly.20251012","@aztec/simulator":"3.0.0-nightly.20251012","@aztec/aztec-node":"3.0.0-nightly.20251012","@aztec/foundation":"3.0.0-nightly.20251012","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251012","@aztec/epoch-cache":"3.0.0-nightly.20251012","@aztec/merkle-tree":"3.0.0-nightly.20251012","@aztec/prover-node":"3.0.0-nightly.20251012","@aztec/test-wallet":"3.0.0-nightly.20251012","@aztec/world-state":"3.0.0-nightly.20251012","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251012","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251012","@aztec/prover-client":"3.0.0-nightly.20251012","@aztec/noir-noirc_abi":"3.0.0-nightly.20251012","@aztec/sequencer-client":"3.0.0-nightly.20251012","@aztec/telemetry-client":"3.0.0-nightly.20251012","@aztec/validator-client":"3.0.0-nightly.20251012","@aztec/noir-contracts.js":"3.0.0-nightly.20251012","@aztec/protocol-contracts":"3.0.0-nightly.20251012","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251012","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251012"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251012_1760238129103_0.7398784709911725","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251013":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251013","_id":"@aztec/end-to-end@3.0.0-nightly.20251013","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"860b8b7e4a045a65d578718e55ee24e7d7d1dc7c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251013.tgz","fileCount":191,"integrity":"sha512-aZYxzR57/YkASN1Ks/0+DHDBeecUREXXrIFcvO4btJXGtquDn4aP2F/dqqvbUIqb5yGN18j7pbHdWqEYKUy3fA==","signatures":[{"sig":"MEYCIQDB4kphy+0IBhIODj880djNFzGudPDsyy3g8m2+ks/a1gIhAN2Tik5Jq0cefksMINcIkPJQ7ppDsBMVsNyXubRk/66f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"aad7cd02a856ea01e9a0ff167e1e11d897166eaf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251013","@aztec/cli":"3.0.0-nightly.20251013","@aztec/p2p":"3.0.0-nightly.20251013","@aztec/pxe":"3.0.0-nightly.20251013","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251013","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251013","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251013","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251013","@aztec/archiver":"3.0.0-nightly.20251013","@aztec/aztec.js":"3.0.0-nightly.20251013","@aztec/blob-lib":"3.0.0-nightly.20251013","@aztec/ethereum":"3.0.0-nightly.20251013","@aztec/kv-store":"3.0.0-nightly.20251013","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251013","@aztec/blob-sink":"3.0.0-nightly.20251013","@aztec/constants":"3.0.0-nightly.20251013","@aztec/simulator":"3.0.0-nightly.20251013","@aztec/aztec-node":"3.0.0-nightly.20251013","@aztec/foundation":"3.0.0-nightly.20251013","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251013","@aztec/epoch-cache":"3.0.0-nightly.20251013","@aztec/merkle-tree":"3.0.0-nightly.20251013","@aztec/prover-node":"3.0.0-nightly.20251013","@aztec/test-wallet":"3.0.0-nightly.20251013","@aztec/world-state":"3.0.0-nightly.20251013","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251013","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251013","@aztec/prover-client":"3.0.0-nightly.20251013","@aztec/noir-noirc_abi":"3.0.0-nightly.20251013","@aztec/sequencer-client":"3.0.0-nightly.20251013","@aztec/telemetry-client":"3.0.0-nightly.20251013","@aztec/validator-client":"3.0.0-nightly.20251013","@aztec/noir-contracts.js":"3.0.0-nightly.20251013","@aztec/protocol-contracts":"3.0.0-nightly.20251013","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251013","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251013"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251013_1760324665088_0.2885539264828043","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.4":{"name":"@aztec/end-to-end","version":"2.1.0-rc.4","_id":"@aztec/end-to-end@2.1.0-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a2efacdfad9bd549f5d99e1713396bd17c04aa69","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.4.tgz","fileCount":191,"integrity":"sha512-Q+toBqlggmvG1f3LDqqChDIDhbhOQvqva2v0u7WadMcPcZQS9/r2ekAo6fQZWCnIu57yZ9A9nk8A74x1c5DLaw==","signatures":[{"sig":"MEQCIA3zkFTqkw1hllmeGS5/p6dmArhATFwssvVCVI/kL6bEAiA7Vi6kT7+ejuWcCvkqlyPpmV4vKtUtOPJLkR7Bu/+9ig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"05c15c63616f9eaddc4d14684f7954c07593ff02","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.4","@aztec/cli":"2.1.0-rc.4","@aztec/p2p":"2.1.0-rc.4","@aztec/pxe":"2.1.0-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.4","@aztec/archiver":"2.1.0-rc.4","@aztec/aztec.js":"2.1.0-rc.4","@aztec/blob-lib":"2.1.0-rc.4","@aztec/ethereum":"2.1.0-rc.4","@aztec/kv-store":"2.1.0-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.4","@aztec/blob-sink":"2.1.0-rc.4","@aztec/constants":"2.1.0-rc.4","@aztec/simulator":"2.1.0-rc.4","@aztec/aztec-node":"2.1.0-rc.4","@aztec/foundation":"2.1.0-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.4","@aztec/epoch-cache":"2.1.0-rc.4","@aztec/merkle-tree":"2.1.0-rc.4","@aztec/prover-node":"2.1.0-rc.4","@aztec/world-state":"2.1.0-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.4","@aztec/prover-client":"2.1.0-rc.4","@aztec/noir-noirc_abi":"2.1.0-rc.4","@aztec/sequencer-client":"2.1.0-rc.4","@aztec/telemetry-client":"2.1.0-rc.4","@aztec/validator-client":"2.1.0-rc.4","@aztec/noir-contracts.js":"2.1.0-rc.4","@aztec/protocol-contracts":"2.1.0-rc.4","@aztec/noir-test-contracts.js":"2.1.0-rc.4","@aztec/noir-protocol-circuits-types":"2.1.0-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.4_1760347099037_0.130386077996816","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.5":{"name":"@aztec/end-to-end","version":"2.1.0-rc.5","_id":"@aztec/end-to-end@2.1.0-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"507ddb50d724b91d5e9118547940845b8e05941f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.5.tgz","fileCount":191,"integrity":"sha512-8SS+YNPkI+TJ9OJrgeW1kpSAvg2NJ0AnDvI6tDfvsB/othNGchyj3qOwg5SQzVOcvSoBoSmHXlRk1JQhUJME0A==","signatures":[{"sig":"MEQCIDo3uo/Hr5zFRngtCjSRLvCwGaIfQOmG46LAhDONOpZKAiBH1nnSt2Rax6Fs5ebKY+WsFZ3WQbeHc/7mlpuHw1A+JQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1eeb25c8ff1b9ab121b5f43a54bb388d2cc4511b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.5","@aztec/cli":"2.1.0-rc.5","@aztec/p2p":"2.1.0-rc.5","@aztec/pxe":"2.1.0-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.5","@aztec/archiver":"2.1.0-rc.5","@aztec/aztec.js":"2.1.0-rc.5","@aztec/blob-lib":"2.1.0-rc.5","@aztec/ethereum":"2.1.0-rc.5","@aztec/kv-store":"2.1.0-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.5","@aztec/blob-sink":"2.1.0-rc.5","@aztec/constants":"2.1.0-rc.5","@aztec/simulator":"2.1.0-rc.5","@aztec/aztec-node":"2.1.0-rc.5","@aztec/foundation":"2.1.0-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.5","@aztec/epoch-cache":"2.1.0-rc.5","@aztec/merkle-tree":"2.1.0-rc.5","@aztec/prover-node":"2.1.0-rc.5","@aztec/world-state":"2.1.0-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.5","@aztec/prover-client":"2.1.0-rc.5","@aztec/noir-noirc_abi":"2.1.0-rc.5","@aztec/sequencer-client":"2.1.0-rc.5","@aztec/telemetry-client":"2.1.0-rc.5","@aztec/validator-client":"2.1.0-rc.5","@aztec/noir-contracts.js":"2.1.0-rc.5","@aztec/protocol-contracts":"2.1.0-rc.5","@aztec/noir-test-contracts.js":"2.1.0-rc.5","@aztec/noir-protocol-circuits-types":"2.1.0-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.5_1760350180343_0.873350551529009","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.6":{"name":"@aztec/end-to-end","version":"2.1.0-rc.6","_id":"@aztec/end-to-end@2.1.0-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"354e46c8f49ff1b967c1f4651f2d31376412a4eb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.6.tgz","fileCount":191,"integrity":"sha512-cjWlAWB40In8tcj8V3X8Y5/WO4KMaVYaEunvwiIOozua55g8SK6o8GIdk/ejxFghQ+WPfvdFjLLhtB6vhEdjhA==","signatures":[{"sig":"MEYCIQCrYouNCzmd48ybGjt7KmhZDsQY6DC1jRt/PU68P7GZdwIhANPO9ahackiIex473EYKTHazPqwRuLjORAE+7yYAZJK/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b80d3501b9edda6ef7942480dbcb46dfb9f9c1f6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.6","@aztec/cli":"2.1.0-rc.6","@aztec/p2p":"2.1.0-rc.6","@aztec/pxe":"2.1.0-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.6","@aztec/archiver":"2.1.0-rc.6","@aztec/aztec.js":"2.1.0-rc.6","@aztec/blob-lib":"2.1.0-rc.6","@aztec/ethereum":"2.1.0-rc.6","@aztec/kv-store":"2.1.0-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.6","@aztec/blob-sink":"2.1.0-rc.6","@aztec/constants":"2.1.0-rc.6","@aztec/simulator":"2.1.0-rc.6","@aztec/aztec-node":"2.1.0-rc.6","@aztec/foundation":"2.1.0-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.6","@aztec/epoch-cache":"2.1.0-rc.6","@aztec/merkle-tree":"2.1.0-rc.6","@aztec/prover-node":"2.1.0-rc.6","@aztec/world-state":"2.1.0-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.6","@aztec/prover-client":"2.1.0-rc.6","@aztec/noir-noirc_abi":"2.1.0-rc.6","@aztec/sequencer-client":"2.1.0-rc.6","@aztec/telemetry-client":"2.1.0-rc.6","@aztec/validator-client":"2.1.0-rc.6","@aztec/noir-contracts.js":"2.1.0-rc.6","@aztec/protocol-contracts":"2.1.0-rc.6","@aztec/noir-test-contracts.js":"2.1.0-rc.6","@aztec/noir-protocol-circuits-types":"2.1.0-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.6_1760361071358_0.7538199820381537","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251014":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251014","_id":"@aztec/end-to-end@3.0.0-nightly.20251014","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"90ab7c7762608cd10507ddc3fa0c9998f7d529fb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251014.tgz","fileCount":191,"integrity":"sha512-rTYClHbK6hGRP9YcinXA1cW5WtPwdLczKTSQDLOX9i1UAzdl+C14nNjT6Ph5uUE4kj4NqHcbmsOyRN/3Fsvz/Q==","signatures":[{"sig":"MEUCIQDUTqzIZnjvdwqxh5q3yLmm61CDWAt/nsVrmKZ/2n489wIgeTTN9JYiFVnc+hbJ+RLGQgLYgrqWhGZhvcTqIIt5Vzo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644379},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0e6cff11f2995d4574d3735ca321ddf3ac1efc1a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251014","@aztec/cli":"3.0.0-nightly.20251014","@aztec/p2p":"3.0.0-nightly.20251014","@aztec/pxe":"3.0.0-nightly.20251014","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251014","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251014","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251014","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251014","@aztec/archiver":"3.0.0-nightly.20251014","@aztec/aztec.js":"3.0.0-nightly.20251014","@aztec/blob-lib":"3.0.0-nightly.20251014","@aztec/ethereum":"3.0.0-nightly.20251014","@aztec/kv-store":"3.0.0-nightly.20251014","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251014","@aztec/blob-sink":"3.0.0-nightly.20251014","@aztec/constants":"3.0.0-nightly.20251014","@aztec/simulator":"3.0.0-nightly.20251014","@aztec/aztec-node":"3.0.0-nightly.20251014","@aztec/foundation":"3.0.0-nightly.20251014","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251014","@aztec/epoch-cache":"3.0.0-nightly.20251014","@aztec/merkle-tree":"3.0.0-nightly.20251014","@aztec/prover-node":"3.0.0-nightly.20251014","@aztec/test-wallet":"3.0.0-nightly.20251014","@aztec/world-state":"3.0.0-nightly.20251014","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251014","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251014","@aztec/prover-client":"3.0.0-nightly.20251014","@aztec/noir-noirc_abi":"3.0.0-nightly.20251014","@aztec/sequencer-client":"3.0.0-nightly.20251014","@aztec/telemetry-client":"3.0.0-nightly.20251014","@aztec/validator-client":"3.0.0-nightly.20251014","@aztec/noir-contracts.js":"3.0.0-nightly.20251014","@aztec/protocol-contracts":"3.0.0-nightly.20251014","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251014","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251014"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251014_1760410720974_0.6028435883399164","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.7":{"name":"@aztec/end-to-end","version":"2.1.0-rc.7","_id":"@aztec/end-to-end@2.1.0-rc.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8afaea1097bdfb510acdfc77067fed79d7a33363","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.7.tgz","fileCount":191,"integrity":"sha512-5uYRCzpKq7ncwticiC+dJzwBVMYgLHcynmRpz8+K4HyXYnS7yo9aRvi0I9U92xgn919l06Qz9roFdJ7qZJfP8g==","signatures":[{"sig":"MEQCIAwK9KX9C42GWyJAMS0gRcklyn4v7KwGUzkyW0XaR8BPAiB7hbe/MLWWVkVa6fA+y8YJFUXYfvUnEHTdIC7Sp9HcEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"25cc1611c99d35467576b42675e36410a38789f9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.7","@aztec/cli":"2.1.0-rc.7","@aztec/p2p":"2.1.0-rc.7","@aztec/pxe":"2.1.0-rc.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.7","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.7","@aztec/archiver":"2.1.0-rc.7","@aztec/aztec.js":"2.1.0-rc.7","@aztec/blob-lib":"2.1.0-rc.7","@aztec/ethereum":"2.1.0-rc.7","@aztec/kv-store":"2.1.0-rc.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.7","@aztec/blob-sink":"2.1.0-rc.7","@aztec/constants":"2.1.0-rc.7","@aztec/simulator":"2.1.0-rc.7","@aztec/aztec-node":"2.1.0-rc.7","@aztec/foundation":"2.1.0-rc.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.7","@aztec/epoch-cache":"2.1.0-rc.7","@aztec/merkle-tree":"2.1.0-rc.7","@aztec/prover-node":"2.1.0-rc.7","@aztec/world-state":"2.1.0-rc.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.7","@aztec/prover-client":"2.1.0-rc.7","@aztec/noir-noirc_abi":"2.1.0-rc.7","@aztec/sequencer-client":"2.1.0-rc.7","@aztec/telemetry-client":"2.1.0-rc.7","@aztec/validator-client":"2.1.0-rc.7","@aztec/noir-contracts.js":"2.1.0-rc.7","@aztec/protocol-contracts":"2.1.0-rc.7","@aztec/noir-test-contracts.js":"2.1.0-rc.7","@aztec/noir-protocol-circuits-types":"2.1.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.7_1760435781583_0.9258995058290578","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251015":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251015","_id":"@aztec/end-to-end@3.0.0-nightly.20251015","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d1cff03e69bd4b43361aa4b9ac81c560e52041de","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251015.tgz","fileCount":191,"integrity":"sha512-nSZp6o4/Ml3qaBog9dhQnOl/sKgUmokLDFRMSPh8CTsY+RSF4kwTEdrdVKILx+Y/t7SlygOu/Dl7FwnamWB/Yg==","signatures":[{"sig":"MEUCIDBPBa2cDZAjYMJ6VlaoPpPtUAetPUgQoz3Ld6yPAA5iAiEAjWYudBdXX4Yj3X382HxvxSGnUmCOP11AiL4Mc5j5obY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644292},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ff1947b557535fcfcb7e463b9e4b506cb7a2962e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251015","@aztec/cli":"3.0.0-nightly.20251015","@aztec/p2p":"3.0.0-nightly.20251015","@aztec/pxe":"3.0.0-nightly.20251015","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251015","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251015","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251015","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251015","@aztec/archiver":"3.0.0-nightly.20251015","@aztec/aztec.js":"3.0.0-nightly.20251015","@aztec/blob-lib":"3.0.0-nightly.20251015","@aztec/ethereum":"3.0.0-nightly.20251015","@aztec/kv-store":"3.0.0-nightly.20251015","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251015","@aztec/blob-sink":"3.0.0-nightly.20251015","@aztec/constants":"3.0.0-nightly.20251015","@aztec/simulator":"3.0.0-nightly.20251015","@aztec/aztec-node":"3.0.0-nightly.20251015","@aztec/foundation":"3.0.0-nightly.20251015","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251015","@aztec/epoch-cache":"3.0.0-nightly.20251015","@aztec/merkle-tree":"3.0.0-nightly.20251015","@aztec/prover-node":"3.0.0-nightly.20251015","@aztec/test-wallet":"3.0.0-nightly.20251015","@aztec/world-state":"3.0.0-nightly.20251015","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251015","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251015","@aztec/prover-client":"3.0.0-nightly.20251015","@aztec/noir-noirc_abi":"3.0.0-nightly.20251015","@aztec/sequencer-client":"3.0.0-nightly.20251015","@aztec/telemetry-client":"3.0.0-nightly.20251015","@aztec/validator-client":"3.0.0-nightly.20251015","@aztec/noir-contracts.js":"3.0.0-nightly.20251015","@aztec/protocol-contracts":"3.0.0-nightly.20251015","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251015","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251015"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251015_1760497391561_0.2948280275049011","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.8":{"name":"@aztec/end-to-end","version":"2.1.0-rc.8","_id":"@aztec/end-to-end@2.1.0-rc.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3956101e26573163391a18059ebde58db6c3f627","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.8.tgz","fileCount":191,"integrity":"sha512-tfWsHmqaGqF7yYCRKTDiBRVi0LuthdDF1N96uQTnI4OlSfUfsqljTpvWivVmbPCvfJ6I6nMC/liqLewI3UJdcQ==","signatures":[{"sig":"MEQCIDf7fiy6A1ZcgqOnfOPHzpuVSg3MxEoV9enPOzp6otseAiBnloahlbN+zMIXr/VzFgebjiqffOHhkInbfBS2gjuRlA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6efc8de8de38ae7e979649119dccef12631c7032","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.8","@aztec/cli":"2.1.0-rc.8","@aztec/p2p":"2.1.0-rc.8","@aztec/pxe":"2.1.0-rc.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.8","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.8","@aztec/archiver":"2.1.0-rc.8","@aztec/aztec.js":"2.1.0-rc.8","@aztec/blob-lib":"2.1.0-rc.8","@aztec/ethereum":"2.1.0-rc.8","@aztec/kv-store":"2.1.0-rc.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.8","@aztec/blob-sink":"2.1.0-rc.8","@aztec/constants":"2.1.0-rc.8","@aztec/simulator":"2.1.0-rc.8","@aztec/aztec-node":"2.1.0-rc.8","@aztec/foundation":"2.1.0-rc.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.8","@aztec/epoch-cache":"2.1.0-rc.8","@aztec/merkle-tree":"2.1.0-rc.8","@aztec/prover-node":"2.1.0-rc.8","@aztec/world-state":"2.1.0-rc.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.8","@aztec/prover-client":"2.1.0-rc.8","@aztec/noir-noirc_abi":"2.1.0-rc.8","@aztec/sequencer-client":"2.1.0-rc.8","@aztec/telemetry-client":"2.1.0-rc.8","@aztec/validator-client":"2.1.0-rc.8","@aztec/noir-contracts.js":"2.1.0-rc.8","@aztec/protocol-contracts":"2.1.0-rc.8","@aztec/noir-test-contracts.js":"2.1.0-rc.8","@aztec/noir-protocol-circuits-types":"2.1.0-rc.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.8_1760528004692_0.5011526659303542","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.9":{"name":"@aztec/end-to-end","version":"2.1.0-rc.9","_id":"@aztec/end-to-end@2.1.0-rc.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8d32e932be4542f8c0debe6fbcbde036d06e1c09","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.9.tgz","fileCount":191,"integrity":"sha512-68du6G44SvPxpsY5PoggizV4KzK3E7jQS+c0rPXeaqFgjKCaYOzUkJqlsW4bA3Ubbn3T7VPKOj7rmvqbV731RQ==","signatures":[{"sig":"MEQCIG4l5M+QAIyosgeFWxPRua7d599EyQSoh21wILlBuCRVAiBD+gipBBRokQD+jK8ct5e9OnR/Zr7XrUtHNVUCR4+Spg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658021},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2379777b4f875295a88d55c30bb9909267922bdd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.9","@aztec/cli":"2.1.0-rc.9","@aztec/p2p":"2.1.0-rc.9","@aztec/pxe":"2.1.0-rc.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.9","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.9","@aztec/archiver":"2.1.0-rc.9","@aztec/aztec.js":"2.1.0-rc.9","@aztec/blob-lib":"2.1.0-rc.9","@aztec/ethereum":"2.1.0-rc.9","@aztec/kv-store":"2.1.0-rc.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.9","@aztec/blob-sink":"2.1.0-rc.9","@aztec/constants":"2.1.0-rc.9","@aztec/simulator":"2.1.0-rc.9","@aztec/aztec-node":"2.1.0-rc.9","@aztec/foundation":"2.1.0-rc.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.9","@aztec/epoch-cache":"2.1.0-rc.9","@aztec/merkle-tree":"2.1.0-rc.9","@aztec/prover-node":"2.1.0-rc.9","@aztec/world-state":"2.1.0-rc.9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.9","@aztec/prover-client":"2.1.0-rc.9","@aztec/noir-noirc_abi":"2.1.0-rc.9","@aztec/sequencer-client":"2.1.0-rc.9","@aztec/telemetry-client":"2.1.0-rc.9","@aztec/validator-client":"2.1.0-rc.9","@aztec/noir-contracts.js":"2.1.0-rc.9","@aztec/protocol-contracts":"2.1.0-rc.9","@aztec/noir-test-contracts.js":"2.1.0-rc.9","@aztec/noir-protocol-circuits-types":"2.1.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.9_1760529263721_0.9367511497660364","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.10":{"name":"@aztec/end-to-end","version":"2.1.0-rc.10","_id":"@aztec/end-to-end@2.1.0-rc.10","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"21fdf6eb7770e169950ee41c5c3315e20f7375a5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.10.tgz","fileCount":191,"integrity":"sha512-0VIqb3yboby5N9TQW5jbszby+AXRz7tQXpgQgnQWcayd7BkrnryQVXl8Sq0rAzBIKiBl3i6F4uowbXrwHOnXhQ==","signatures":[{"sig":"MEYCIQDUyFR9kCgbIpiXMYsUpEqgmURHcBj7i23m5V7TeXOdiAIhAP11s2YOcz2DN62inj226Ew2zXqFmbF3arlGvlS/US33","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658588},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"867f0bcde8276a0cc3a3c9d77ac43ce379af9588","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.10","@aztec/cli":"2.1.0-rc.10","@aztec/p2p":"2.1.0-rc.10","@aztec/pxe":"2.1.0-rc.10","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.10","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.10","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.10","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.10","@aztec/archiver":"2.1.0-rc.10","@aztec/aztec.js":"2.1.0-rc.10","@aztec/blob-lib":"2.1.0-rc.10","@aztec/ethereum":"2.1.0-rc.10","@aztec/kv-store":"2.1.0-rc.10","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.10","@aztec/blob-sink":"2.1.0-rc.10","@aztec/constants":"2.1.0-rc.10","@aztec/simulator":"2.1.0-rc.10","@spalladino/viem":"2.38.2-eip7594.0","@aztec/aztec-node":"2.1.0-rc.10","@aztec/foundation":"2.1.0-rc.10","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.10","@aztec/epoch-cache":"2.1.0-rc.10","@aztec/merkle-tree":"2.1.0-rc.10","@aztec/prover-node":"2.1.0-rc.10","@aztec/world-state":"2.1.0-rc.10","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.10","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.10","@aztec/prover-client":"2.1.0-rc.10","@aztec/noir-noirc_abi":"2.1.0-rc.10","@aztec/sequencer-client":"2.1.0-rc.10","@aztec/telemetry-client":"2.1.0-rc.10","@aztec/validator-client":"2.1.0-rc.10","@aztec/noir-contracts.js":"2.1.0-rc.10","@aztec/protocol-contracts":"2.1.0-rc.10","@aztec/noir-test-contracts.js":"2.1.0-rc.10","@aztec/noir-protocol-circuits-types":"2.1.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.10_1760544504718_0.9904422992176145","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.11":{"name":"@aztec/end-to-end","version":"2.1.0-rc.11","_id":"@aztec/end-to-end@2.1.0-rc.11","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0ad1252a524cfda4a76738534a03b61765a66eae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.11.tgz","fileCount":191,"integrity":"sha512-0+V9Vp7rgRtqu5dqD64y5XuoHqSRc0b3ritEmXQQQpYwGSChQQV+dWLr5crXFhd3oqmyHuRFAqquXD6fsK7OuQ==","signatures":[{"sig":"MEYCIQDLTNoU6bHTD1h6of70i6ceS1Iic+PiKMipSVQTQuM2vQIhAPlFWEjMRdKrV99DfAgoqNDvGddjuHNef7cXwKEIJeFg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658588},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"97f3b1a41e36286bd84acd72d9f59a95d71b787d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.11","@aztec/cli":"2.1.0-rc.11","@aztec/p2p":"2.1.0-rc.11","@aztec/pxe":"2.1.0-rc.11","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.11","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.11","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.11","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.11","@aztec/archiver":"2.1.0-rc.11","@aztec/aztec.js":"2.1.0-rc.11","@aztec/blob-lib":"2.1.0-rc.11","@aztec/ethereum":"2.1.0-rc.11","@aztec/kv-store":"2.1.0-rc.11","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.11","@aztec/blob-sink":"2.1.0-rc.11","@aztec/constants":"2.1.0-rc.11","@aztec/simulator":"2.1.0-rc.11","@spalladino/viem":"2.38.2-eip7594.0","@aztec/aztec-node":"2.1.0-rc.11","@aztec/foundation":"2.1.0-rc.11","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.11","@aztec/epoch-cache":"2.1.0-rc.11","@aztec/merkle-tree":"2.1.0-rc.11","@aztec/prover-node":"2.1.0-rc.11","@aztec/world-state":"2.1.0-rc.11","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.11","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.11","@aztec/prover-client":"2.1.0-rc.11","@aztec/noir-noirc_abi":"2.1.0-rc.11","@aztec/sequencer-client":"2.1.0-rc.11","@aztec/telemetry-client":"2.1.0-rc.11","@aztec/validator-client":"2.1.0-rc.11","@aztec/noir-contracts.js":"2.1.0-rc.11","@aztec/protocol-contracts":"2.1.0-rc.11","@aztec/noir-test-contracts.js":"2.1.0-rc.11","@aztec/noir-protocol-circuits-types":"2.1.0-rc.11"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.11_1760550142310_0.6048337162575532","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251016":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251016","_id":"@aztec/end-to-end@3.0.0-nightly.20251016","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b78d46146eaf266e22e49097022d963961f17064","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251016.tgz","fileCount":191,"integrity":"sha512-i5JVdIPjIK3EIPcLMta5Qy2+dX6rQ0lfSJXaxgq6ydFoeOJQYnk6DB7BbU1RkCYDL0j09Kms30pVUzeHaoX88A==","signatures":[{"sig":"MEQCIBDfCASjYF/5bQabx3beZ+VEE4YPG7HhN9od4Zf/T/CkAiBKEEPPYZEBKv8PFP68J/iHt7iYTG0HZ4ZdQxGgvbHDQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36644292},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"94e880994b3e9917f9dd2a98aa7d3f7bb2a5ce0d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251016","@aztec/cli":"3.0.0-nightly.20251016","@aztec/p2p":"3.0.0-nightly.20251016","@aztec/pxe":"3.0.0-nightly.20251016","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251016","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251016","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251016","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251016","@aztec/archiver":"3.0.0-nightly.20251016","@aztec/aztec.js":"3.0.0-nightly.20251016","@aztec/blob-lib":"3.0.0-nightly.20251016","@aztec/ethereum":"3.0.0-nightly.20251016","@aztec/kv-store":"3.0.0-nightly.20251016","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251016","@aztec/blob-sink":"3.0.0-nightly.20251016","@aztec/constants":"3.0.0-nightly.20251016","@aztec/simulator":"3.0.0-nightly.20251016","@aztec/aztec-node":"3.0.0-nightly.20251016","@aztec/foundation":"3.0.0-nightly.20251016","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251016","@aztec/epoch-cache":"3.0.0-nightly.20251016","@aztec/merkle-tree":"3.0.0-nightly.20251016","@aztec/prover-node":"3.0.0-nightly.20251016","@aztec/test-wallet":"3.0.0-nightly.20251016","@aztec/world-state":"3.0.0-nightly.20251016","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251016","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251016","@aztec/prover-client":"3.0.0-nightly.20251016","@aztec/noir-noirc_abi":"3.0.0-nightly.20251016","@aztec/sequencer-client":"3.0.0-nightly.20251016","@aztec/telemetry-client":"3.0.0-nightly.20251016","@aztec/validator-client":"3.0.0-nightly.20251016","@aztec/noir-contracts.js":"3.0.0-nightly.20251016","@aztec/protocol-contracts":"3.0.0-nightly.20251016","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251016","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251016"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251016_1760583690729_0.7752925996412314","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.12":{"name":"@aztec/end-to-end","version":"2.1.0-rc.12","_id":"@aztec/end-to-end@2.1.0-rc.12","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c1730d8c61eb8fd18dc8044b1c947b8893da2135","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.12.tgz","fileCount":191,"integrity":"sha512-dJs3HCQUjkRLWS6xjjtooeFkMhiqc7GRX/mvf66YRjPeqMJmgW5L92v21g6u1DzhVvWeyL1Ut72fg1ya2ZTKGQ==","signatures":[{"sig":"MEQCIHh7TCo6MHHh/jIlGUshPCxFmTVnJRMl5j9o/BeT5CXsAiAB1EN+U00veNZTpRggKVkfHhZUps2uXhPeHi3p3YRyiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658588},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"06bf30a229d78f8884a3f1bf1af4febb066be529","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.12","@aztec/cli":"2.1.0-rc.12","@aztec/p2p":"2.1.0-rc.12","@aztec/pxe":"2.1.0-rc.12","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.12","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.12","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.12","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.12","@aztec/archiver":"2.1.0-rc.12","@aztec/aztec.js":"2.1.0-rc.12","@aztec/blob-lib":"2.1.0-rc.12","@aztec/ethereum":"2.1.0-rc.12","@aztec/kv-store":"2.1.0-rc.12","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.12","@aztec/blob-sink":"2.1.0-rc.12","@aztec/constants":"2.1.0-rc.12","@aztec/simulator":"2.1.0-rc.12","@spalladino/viem":"2.38.2-eip7594.0","@aztec/aztec-node":"2.1.0-rc.12","@aztec/foundation":"2.1.0-rc.12","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.12","@aztec/epoch-cache":"2.1.0-rc.12","@aztec/merkle-tree":"2.1.0-rc.12","@aztec/prover-node":"2.1.0-rc.12","@aztec/world-state":"2.1.0-rc.12","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.12","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.12","@aztec/prover-client":"2.1.0-rc.12","@aztec/noir-noirc_abi":"2.1.0-rc.12","@aztec/sequencer-client":"2.1.0-rc.12","@aztec/telemetry-client":"2.1.0-rc.12","@aztec/validator-client":"2.1.0-rc.12","@aztec/noir-contracts.js":"2.1.0-rc.12","@aztec/protocol-contracts":"2.1.0-rc.12","@aztec/noir-test-contracts.js":"2.1.0-rc.12","@aztec/noir-protocol-circuits-types":"2.1.0-rc.12"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.12_1760611995026_0.32936619412623735","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.13":{"name":"@aztec/end-to-end","version":"2.1.0-rc.13","_id":"@aztec/end-to-end@2.1.0-rc.13","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65356a138a09b1e268e8597b09957265d8be1065","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.13.tgz","fileCount":191,"integrity":"sha512-Y4XgYh6cv06EXMVO2ge0IKv1vj8vZQ5BlsUK5j3mxwIJbHFCav4TUje6USBRjlt6/x0qlRCp5q1YEugeDgX19g==","signatures":[{"sig":"MEUCIH3j5Cge5Po+8JlCTInyZphOinqVpD66nagxEHpPukBuAiEA9FjdjKyfguEGVk4s4sbxyhL/dKb0Vu/aHNZXbfwmuv8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658588},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8784100f099855da0d9609e20aee590fc89ecda7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.13","@aztec/cli":"2.1.0-rc.13","@aztec/p2p":"2.1.0-rc.13","@aztec/pxe":"2.1.0-rc.13","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.13","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.13","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.13","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.13","@aztec/archiver":"2.1.0-rc.13","@aztec/aztec.js":"2.1.0-rc.13","@aztec/blob-lib":"2.1.0-rc.13","@aztec/ethereum":"2.1.0-rc.13","@aztec/kv-store":"2.1.0-rc.13","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.13","@aztec/blob-sink":"2.1.0-rc.13","@aztec/constants":"2.1.0-rc.13","@aztec/simulator":"2.1.0-rc.13","@spalladino/viem":"2.38.2-eip7594.0","@aztec/aztec-node":"2.1.0-rc.13","@aztec/foundation":"2.1.0-rc.13","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.13","@aztec/epoch-cache":"2.1.0-rc.13","@aztec/merkle-tree":"2.1.0-rc.13","@aztec/prover-node":"2.1.0-rc.13","@aztec/world-state":"2.1.0-rc.13","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.13","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.13","@aztec/prover-client":"2.1.0-rc.13","@aztec/noir-noirc_abi":"2.1.0-rc.13","@aztec/sequencer-client":"2.1.0-rc.13","@aztec/telemetry-client":"2.1.0-rc.13","@aztec/validator-client":"2.1.0-rc.13","@aztec/noir-contracts.js":"2.1.0-rc.13","@aztec/protocol-contracts":"2.1.0-rc.13","@aztec/noir-test-contracts.js":"2.1.0-rc.13","@aztec/noir-protocol-circuits-types":"2.1.0-rc.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.13_1760616357475_0.3530946768903116","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.14":{"name":"@aztec/end-to-end","version":"2.1.0-rc.14","_id":"@aztec/end-to-end@2.1.0-rc.14","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f6b328334f362fc7f04719da379f2a1ba6de4c7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.14.tgz","fileCount":191,"integrity":"sha512-deCRHFDqSeotjsD8tgwOFtXtlf5bu4Dhe5HgLFahCHGzeOX/B+og9PGG9RSqpj6pTXR3OYhlpkuq2BMHKToWOw==","signatures":[{"sig":"MEUCIQDem0P2lm/4FmZ/1Ki333SnzbQa2uHG3JnGFwmEi0xjdAIgJYBt4GIaeO0IMZekvrrIaY/VDYNDbMCgXG7SbHlG2DE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"79e062707479335fc0d986211e7a334a07df6ce5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.14","@aztec/cli":"2.1.0-rc.14","@aztec/p2p":"2.1.0-rc.14","@aztec/pxe":"2.1.0-rc.14","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.14","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.14","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.14","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.14","@aztec/archiver":"2.1.0-rc.14","@aztec/aztec.js":"2.1.0-rc.14","@aztec/blob-lib":"2.1.0-rc.14","@aztec/ethereum":"2.1.0-rc.14","@aztec/kv-store":"2.1.0-rc.14","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.14","@aztec/blob-sink":"2.1.0-rc.14","@aztec/constants":"2.1.0-rc.14","@aztec/simulator":"2.1.0-rc.14","@aztec/aztec-node":"2.1.0-rc.14","@aztec/foundation":"2.1.0-rc.14","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.14","@aztec/epoch-cache":"2.1.0-rc.14","@aztec/merkle-tree":"2.1.0-rc.14","@aztec/prover-node":"2.1.0-rc.14","@aztec/world-state":"2.1.0-rc.14","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.14","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.14","@aztec/prover-client":"2.1.0-rc.14","@aztec/noir-noirc_abi":"2.1.0-rc.14","@aztec/sequencer-client":"2.1.0-rc.14","@aztec/telemetry-client":"2.1.0-rc.14","@aztec/validator-client":"2.1.0-rc.14","@aztec/noir-contracts.js":"2.1.0-rc.14","@aztec/protocol-contracts":"2.1.0-rc.14","@aztec/noir-test-contracts.js":"2.1.0-rc.14","@aztec/noir-protocol-circuits-types":"2.1.0-rc.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.14_1760630643163_0.9610184869068366","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251022":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251022","_id":"@aztec/end-to-end@3.0.0-nightly.20251022","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1fde4e97d35a4e1ba2448e84926c177f3d247566","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251022.tgz","fileCount":191,"integrity":"sha512-jYWc+ZHcgWnkSABVUgb1D1XemFOkFcpOe0rw4gapfY4NBF4VpFZj/3YpN9u+I246aMEPEQJyUno2LWLtmVXnjg==","signatures":[{"sig":"MEYCIQD7UWP/KIWOc0j1jp9LlSlvNtUHxNfpToSJFy9KGeCTHwIhAIuYrVXc5wvO/nfJ3P1xay3oBV7q/p/bJMSVZKZiKG8g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658065},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3a02483bc062290b7a4146983fc19dd8b1a811d8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251022","@aztec/cli":"3.0.0-nightly.20251022","@aztec/p2p":"3.0.0-nightly.20251022","@aztec/pxe":"3.0.0-nightly.20251022","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251022","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251022","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251022","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251022","@aztec/archiver":"3.0.0-nightly.20251022","@aztec/aztec.js":"3.0.0-nightly.20251022","@aztec/blob-lib":"3.0.0-nightly.20251022","@aztec/ethereum":"3.0.0-nightly.20251022","@aztec/kv-store":"3.0.0-nightly.20251022","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251022","@aztec/blob-sink":"3.0.0-nightly.20251022","@aztec/constants":"3.0.0-nightly.20251022","@aztec/simulator":"3.0.0-nightly.20251022","@aztec/aztec-node":"3.0.0-nightly.20251022","@aztec/foundation":"3.0.0-nightly.20251022","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251022","@aztec/epoch-cache":"3.0.0-nightly.20251022","@aztec/merkle-tree":"3.0.0-nightly.20251022","@aztec/prover-node":"3.0.0-nightly.20251022","@aztec/test-wallet":"3.0.0-nightly.20251022","@aztec/world-state":"3.0.0-nightly.20251022","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251022","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251022","@aztec/prover-client":"3.0.0-nightly.20251022","@aztec/noir-noirc_abi":"3.0.0-nightly.20251022","@aztec/sequencer-client":"3.0.0-nightly.20251022","@aztec/telemetry-client":"3.0.0-nightly.20251022","@aztec/validator-client":"3.0.0-nightly.20251022","@aztec/noir-contracts.js":"3.0.0-nightly.20251022","@aztec/protocol-contracts":"3.0.0-nightly.20251022","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251022","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251022"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251022_1761102001674_0.029049621738950204","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251023":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251023","_id":"@aztec/end-to-end@3.0.0-nightly.20251023","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f1577d7dcbe888e3941cf622dbf23f106297361","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251023.tgz","fileCount":191,"integrity":"sha512-gVZ/fk5j0O56qmY5I7y78D4ciiqhNtP2S5gDCDgi4K4nOsOV9XVshp7hWfMWFAUkzGABL7+wIrjHY0hP2cPcHQ==","signatures":[{"sig":"MEUCIGx2e//8ryuZevHpF/sUMP6Msha8r532+dbYKXe/Ngw/AiEA1KRX725FY8t9SAp3+dnHnEY9EIL7+j13FI03yj0mGbY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658191},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d07c97fb12a7ae9402153e7ba101d81b88bdec4a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251023","@aztec/cli":"3.0.0-nightly.20251023","@aztec/p2p":"3.0.0-nightly.20251023","@aztec/pxe":"3.0.0-nightly.20251023","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251023","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251023","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251023","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251023","@aztec/archiver":"3.0.0-nightly.20251023","@aztec/aztec.js":"3.0.0-nightly.20251023","@aztec/blob-lib":"3.0.0-nightly.20251023","@aztec/ethereum":"3.0.0-nightly.20251023","@aztec/kv-store":"3.0.0-nightly.20251023","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251023","@aztec/blob-sink":"3.0.0-nightly.20251023","@aztec/constants":"3.0.0-nightly.20251023","@aztec/simulator":"3.0.0-nightly.20251023","@aztec/aztec-node":"3.0.0-nightly.20251023","@aztec/foundation":"3.0.0-nightly.20251023","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251023","@aztec/epoch-cache":"3.0.0-nightly.20251023","@aztec/merkle-tree":"3.0.0-nightly.20251023","@aztec/prover-node":"3.0.0-nightly.20251023","@aztec/test-wallet":"3.0.0-nightly.20251023","@aztec/world-state":"3.0.0-nightly.20251023","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251023","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251023","@aztec/prover-client":"3.0.0-nightly.20251023","@aztec/noir-noirc_abi":"3.0.0-nightly.20251023","@aztec/sequencer-client":"3.0.0-nightly.20251023","@aztec/telemetry-client":"3.0.0-nightly.20251023","@aztec/validator-client":"3.0.0-nightly.20251023","@aztec/noir-contracts.js":"3.0.0-nightly.20251023","@aztec/protocol-contracts":"3.0.0-nightly.20251023","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251023","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251023"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251023_1761188262325_0.10154204908186837","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.16":{"name":"@aztec/end-to-end","version":"2.1.0-rc.16","_id":"@aztec/end-to-end@2.1.0-rc.16","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6f91349d1ae2b195015698021bf0e06d63fe81e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.16.tgz","fileCount":191,"integrity":"sha512-wL0b8JSa/90QZFzSpAOJo1z2tKySJTrM9aqUeXdgKBY1obeERbIyk6uVjxbLgFTCNs/4vzFiluEgnMGBw74ztQ==","signatures":[{"sig":"MEYCIQDN5h7/bp6jZIKJy9grqOyvDfwwTcAW/TgFoHNMeNAVMgIhALMc+/zrqyj7rjAUxj8QNeUG2Q+/Pg7v2LbjrQYdPa8S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1d271f3e2388d83b64833804aac6a4b360b88670","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.16","@aztec/cli":"2.1.0-rc.16","@aztec/p2p":"2.1.0-rc.16","@aztec/pxe":"2.1.0-rc.16","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.16","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.16","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.16","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.16","@aztec/archiver":"2.1.0-rc.16","@aztec/aztec.js":"2.1.0-rc.16","@aztec/blob-lib":"2.1.0-rc.16","@aztec/ethereum":"2.1.0-rc.16","@aztec/kv-store":"2.1.0-rc.16","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.16","@aztec/blob-sink":"2.1.0-rc.16","@aztec/constants":"2.1.0-rc.16","@aztec/simulator":"2.1.0-rc.16","@aztec/aztec-node":"2.1.0-rc.16","@aztec/foundation":"2.1.0-rc.16","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.16","@aztec/epoch-cache":"2.1.0-rc.16","@aztec/merkle-tree":"2.1.0-rc.16","@aztec/prover-node":"2.1.0-rc.16","@aztec/world-state":"2.1.0-rc.16","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.16","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.16","@aztec/prover-client":"2.1.0-rc.16","@aztec/noir-noirc_abi":"2.1.0-rc.16","@aztec/sequencer-client":"2.1.0-rc.16","@aztec/telemetry-client":"2.1.0-rc.16","@aztec/validator-client":"2.1.0-rc.16","@aztec/noir-contracts.js":"2.1.0-rc.16","@aztec/protocol-contracts":"2.1.0-rc.16","@aztec/noir-test-contracts.js":"2.1.0-rc.16","@aztec/noir-protocol-circuits-types":"2.1.0-rc.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.16_1761235052975_0.8826969111637755","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.17":{"name":"@aztec/end-to-end","version":"2.1.0-rc.17","_id":"@aztec/end-to-end@2.1.0-rc.17","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d46974538e2bf0ce926e84d166b5f0c8c1c7d915","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.17.tgz","fileCount":191,"integrity":"sha512-NmgBDQm+bVw8EHtDmrdB3SWHlYJ8NH7p5M6XSQYL7kc+7h9ikOGGRWN+vZckAr9HukXMr+hx1yB3eROInYzEjg==","signatures":[{"sig":"MEUCIQDPviiGoJUcewuvzLfA9Imb4XfCLhDHdrO17OKVIWxW2gIgW//wvu9sYEHyIdKxmbr/TDatKrXaEeDTTVKy7ReFaio=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4096922335e7a266e766c6da545c5f5e6f4a90ca","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.17","@aztec/cli":"2.1.0-rc.17","@aztec/p2p":"2.1.0-rc.17","@aztec/pxe":"2.1.0-rc.17","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.17","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.17","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.17","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.17","@aztec/archiver":"2.1.0-rc.17","@aztec/aztec.js":"2.1.0-rc.17","@aztec/blob-lib":"2.1.0-rc.17","@aztec/ethereum":"2.1.0-rc.17","@aztec/kv-store":"2.1.0-rc.17","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.17","@aztec/blob-sink":"2.1.0-rc.17","@aztec/constants":"2.1.0-rc.17","@aztec/simulator":"2.1.0-rc.17","@aztec/aztec-node":"2.1.0-rc.17","@aztec/foundation":"2.1.0-rc.17","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.17","@aztec/epoch-cache":"2.1.0-rc.17","@aztec/merkle-tree":"2.1.0-rc.17","@aztec/prover-node":"2.1.0-rc.17","@aztec/world-state":"2.1.0-rc.17","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.17","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.17","@aztec/prover-client":"2.1.0-rc.17","@aztec/noir-noirc_abi":"2.1.0-rc.17","@aztec/sequencer-client":"2.1.0-rc.17","@aztec/telemetry-client":"2.1.0-rc.17","@aztec/validator-client":"2.1.0-rc.17","@aztec/noir-contracts.js":"2.1.0-rc.17","@aztec/protocol-contracts":"2.1.0-rc.17","@aztec/noir-test-contracts.js":"2.1.0-rc.17","@aztec/noir-protocol-circuits-types":"2.1.0-rc.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.17_1761238904610_0.386607724806018","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.18":{"name":"@aztec/end-to-end","version":"2.1.0-rc.18","_id":"@aztec/end-to-end@2.1.0-rc.18","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fcae3af2634527f1b1fccd3ebc563853d1b7ae1f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.18.tgz","fileCount":191,"integrity":"sha512-iafrjzB5r7g9VeBo3EIxVXTQgZYkIVmoOVWjiQ6NRtc8T/c0J/zagWwwio2SCxfYO4f952aDqDww95+Z7t5oNA==","signatures":[{"sig":"MEUCIAC9r4O7OJGE6HfGAno1IFb77UHL3xNRmh+WBgu0fuf+AiEA9i7huM59cyBj3wfFyHZ63X3VJ1sEvT2/z00+prSrF9M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dbf7a1b65e0630a894666b922b349247a995ad65","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.18","@aztec/cli":"2.1.0-rc.18","@aztec/p2p":"2.1.0-rc.18","@aztec/pxe":"2.1.0-rc.18","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.18","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.18","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.18","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.18","@aztec/archiver":"2.1.0-rc.18","@aztec/aztec.js":"2.1.0-rc.18","@aztec/blob-lib":"2.1.0-rc.18","@aztec/ethereum":"2.1.0-rc.18","@aztec/kv-store":"2.1.0-rc.18","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.18","@aztec/blob-sink":"2.1.0-rc.18","@aztec/constants":"2.1.0-rc.18","@aztec/simulator":"2.1.0-rc.18","@aztec/aztec-node":"2.1.0-rc.18","@aztec/foundation":"2.1.0-rc.18","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.18","@aztec/epoch-cache":"2.1.0-rc.18","@aztec/merkle-tree":"2.1.0-rc.18","@aztec/prover-node":"2.1.0-rc.18","@aztec/world-state":"2.1.0-rc.18","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.18","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.18","@aztec/prover-client":"2.1.0-rc.18","@aztec/noir-noirc_abi":"2.1.0-rc.18","@aztec/sequencer-client":"2.1.0-rc.18","@aztec/telemetry-client":"2.1.0-rc.18","@aztec/validator-client":"2.1.0-rc.18","@aztec/noir-contracts.js":"2.1.0-rc.18","@aztec/protocol-contracts":"2.1.0-rc.18","@aztec/noir-test-contracts.js":"2.1.0-rc.18","@aztec/noir-protocol-circuits-types":"2.1.0-rc.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.18_1761251576278_0.5078919861932545","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251024":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251024","_id":"@aztec/end-to-end@3.0.0-nightly.20251024","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"71ffd526d56dc01da7077c944bf24372aa644060","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251024.tgz","fileCount":191,"integrity":"sha512-9ushXjXCTOzfPMgTvM01NbSeeYuIg3N03VyvOdmW0DvMg5HGoctrDitju+g+/SsdhtkaDQmD1xyY1z+NU740PA==","signatures":[{"sig":"MEYCIQCb5U3h3JDhCiBkswxK0lnRLXfd40uYar8H+6BGuVLshAIhANptsFG9Jqfj4c/cks/iWqUqqG5GvsO0vygp2bH+Xia6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36669532},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"888d73df103cd78305a99bf5f00351cf02dbcf90","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251024","@aztec/cli":"3.0.0-nightly.20251024","@aztec/p2p":"3.0.0-nightly.20251024","@aztec/pxe":"3.0.0-nightly.20251024","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251024","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251024","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251024","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251024","@aztec/archiver":"3.0.0-nightly.20251024","@aztec/aztec.js":"3.0.0-nightly.20251024","@aztec/blob-lib":"3.0.0-nightly.20251024","@aztec/ethereum":"3.0.0-nightly.20251024","@aztec/kv-store":"3.0.0-nightly.20251024","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251024","@aztec/blob-sink":"3.0.0-nightly.20251024","@aztec/constants":"3.0.0-nightly.20251024","@aztec/simulator":"3.0.0-nightly.20251024","@aztec/aztec-node":"3.0.0-nightly.20251024","@aztec/foundation":"3.0.0-nightly.20251024","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251024","@aztec/epoch-cache":"3.0.0-nightly.20251024","@aztec/merkle-tree":"3.0.0-nightly.20251024","@aztec/prover-node":"3.0.0-nightly.20251024","@aztec/test-wallet":"3.0.0-nightly.20251024","@aztec/world-state":"3.0.0-nightly.20251024","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251024","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251024","@aztec/prover-client":"3.0.0-nightly.20251024","@aztec/noir-noirc_abi":"3.0.0-nightly.20251024","@aztec/sequencer-client":"3.0.0-nightly.20251024","@aztec/telemetry-client":"3.0.0-nightly.20251024","@aztec/validator-client":"3.0.0-nightly.20251024","@aztec/noir-contracts.js":"3.0.0-nightly.20251024","@aztec/protocol-contracts":"3.0.0-nightly.20251024","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251024","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251024"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251024_1761274488040_0.38264260795165383","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.19":{"name":"@aztec/end-to-end","version":"2.1.0-rc.19","_id":"@aztec/end-to-end@2.1.0-rc.19","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4dcce5bc53a2bc77032782f9c26b0e8f71dc99a0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.19.tgz","fileCount":191,"integrity":"sha512-B23vihJxuii8EvbYPaLjwY3RvU88D+V3VPwU6unX7fj4QxTuEYN1fAJ4zncS5tiAsPedZR1nQP+zzMrmKXCrgg==","signatures":[{"sig":"MEUCIA+HiykhJhK9+cZLILIrIUXrz08n0A3CpTDtqrEGg3EnAiEA7mt49fR3wfbnZGZFJ6L4+zm+/4BR8fCYdOMPGpVYMiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"26f3d4d5f96dbbf82972b3c4a815839469a1e922","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.19","@aztec/cli":"2.1.0-rc.19","@aztec/p2p":"2.1.0-rc.19","@aztec/pxe":"2.1.0-rc.19","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.19","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.19","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.19","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.19","@aztec/archiver":"2.1.0-rc.19","@aztec/aztec.js":"2.1.0-rc.19","@aztec/blob-lib":"2.1.0-rc.19","@aztec/ethereum":"2.1.0-rc.19","@aztec/kv-store":"2.1.0-rc.19","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.19","@aztec/blob-sink":"2.1.0-rc.19","@aztec/constants":"2.1.0-rc.19","@aztec/simulator":"2.1.0-rc.19","@aztec/aztec-node":"2.1.0-rc.19","@aztec/foundation":"2.1.0-rc.19","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.19","@aztec/epoch-cache":"2.1.0-rc.19","@aztec/merkle-tree":"2.1.0-rc.19","@aztec/prover-node":"2.1.0-rc.19","@aztec/world-state":"2.1.0-rc.19","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.19","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.19","@aztec/prover-client":"2.1.0-rc.19","@aztec/noir-noirc_abi":"2.1.0-rc.19","@aztec/sequencer-client":"2.1.0-rc.19","@aztec/telemetry-client":"2.1.0-rc.19","@aztec/validator-client":"2.1.0-rc.19","@aztec/noir-contracts.js":"2.1.0-rc.19","@aztec/protocol-contracts":"2.1.0-rc.19","@aztec/noir-test-contracts.js":"2.1.0-rc.19","@aztec/noir-protocol-circuits-types":"2.1.0-rc.19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.19_1761324332719_0.796098742175541","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.20":{"name":"@aztec/end-to-end","version":"2.1.0-rc.20","_id":"@aztec/end-to-end@2.1.0-rc.20","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"82e50b8b92a6573c65c4cd936b5e690c798922f6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.20.tgz","fileCount":191,"integrity":"sha512-GPIvqTUPmdHY9GqiX0oT7ZsZbXowzbS7cxWRxl7TJhs+0g9jq5n9UBEOViTn3h3hXaYwSnn+Fsx4EDzYUhxZ4Q==","signatures":[{"sig":"MEYCIQD6AN9uFt2WCmDf1S194i/7CI+orf2uIOlR3+ysEn631wIhAKes+vToSb9aSZLSOqVq61pyf2LO2MCHd3VcZqxkod56","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"607ed1e870f3b488833f3cf93144903330f288c4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.20","@aztec/cli":"2.1.0-rc.20","@aztec/p2p":"2.1.0-rc.20","@aztec/pxe":"2.1.0-rc.20","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.20","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.20","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.20","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.20","@aztec/archiver":"2.1.0-rc.20","@aztec/aztec.js":"2.1.0-rc.20","@aztec/blob-lib":"2.1.0-rc.20","@aztec/ethereum":"2.1.0-rc.20","@aztec/kv-store":"2.1.0-rc.20","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.20","@aztec/blob-sink":"2.1.0-rc.20","@aztec/constants":"2.1.0-rc.20","@aztec/simulator":"2.1.0-rc.20","@aztec/aztec-node":"2.1.0-rc.20","@aztec/foundation":"2.1.0-rc.20","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.20","@aztec/epoch-cache":"2.1.0-rc.20","@aztec/merkle-tree":"2.1.0-rc.20","@aztec/prover-node":"2.1.0-rc.20","@aztec/world-state":"2.1.0-rc.20","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.20","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.20","@aztec/prover-client":"2.1.0-rc.20","@aztec/noir-noirc_abi":"2.1.0-rc.20","@aztec/sequencer-client":"2.1.0-rc.20","@aztec/telemetry-client":"2.1.0-rc.20","@aztec/validator-client":"2.1.0-rc.20","@aztec/noir-contracts.js":"2.1.0-rc.20","@aztec/protocol-contracts":"2.1.0-rc.20","@aztec/noir-test-contracts.js":"2.1.0-rc.20","@aztec/noir-protocol-circuits-types":"2.1.0-rc.20"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.20_1761328124290_0.22051943695377418","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251025":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251025","_id":"@aztec/end-to-end@3.0.0-nightly.20251025","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0336c5fbbf434ba5f1325cbc23343a7a3833337c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251025.tgz","fileCount":191,"integrity":"sha512-csiE48B7e1QAyemdEB8QkHV6sRc72STw4a425cTQTzjxPh9utoxL3G5DvfV+dI2qRnItr/hbhNa/wcmnAUiuTw==","signatures":[{"sig":"MEQCID+YizThh3GbuTStjkoHKxhnJTkvdl7SBsH+GSrtAiJfAiAuRcPKV1Ztt+MQAyoqDEchm+1+X3wOzu7FM+/kgz/LeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36675651},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6a4524bde7bd50b84541b9ba61c011ed01d54a8f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251025","@aztec/cli":"3.0.0-nightly.20251025","@aztec/p2p":"3.0.0-nightly.20251025","@aztec/pxe":"3.0.0-nightly.20251025","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251025","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251025","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251025","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251025","@aztec/archiver":"3.0.0-nightly.20251025","@aztec/aztec.js":"3.0.0-nightly.20251025","@aztec/blob-lib":"3.0.0-nightly.20251025","@aztec/ethereum":"3.0.0-nightly.20251025","@aztec/kv-store":"3.0.0-nightly.20251025","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251025","@aztec/blob-sink":"3.0.0-nightly.20251025","@aztec/constants":"3.0.0-nightly.20251025","@aztec/simulator":"3.0.0-nightly.20251025","@aztec/aztec-node":"3.0.0-nightly.20251025","@aztec/foundation":"3.0.0-nightly.20251025","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251025","@aztec/epoch-cache":"3.0.0-nightly.20251025","@aztec/merkle-tree":"3.0.0-nightly.20251025","@aztec/prover-node":"3.0.0-nightly.20251025","@aztec/test-wallet":"3.0.0-nightly.20251025","@aztec/world-state":"3.0.0-nightly.20251025","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251025","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251025","@aztec/prover-client":"3.0.0-nightly.20251025","@aztec/noir-noirc_abi":"3.0.0-nightly.20251025","@aztec/sequencer-client":"3.0.0-nightly.20251025","@aztec/telemetry-client":"3.0.0-nightly.20251025","@aztec/validator-client":"3.0.0-nightly.20251025","@aztec/noir-contracts.js":"3.0.0-nightly.20251025","@aztec/protocol-contracts":"3.0.0-nightly.20251025","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251025","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251025"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251025_1761361232246_0.9486471570071355","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251026":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251026","_id":"@aztec/end-to-end@3.0.0-nightly.20251026","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6210cb1a8a9b774578d9533ed0f44a3a41754b4c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251026.tgz","fileCount":191,"integrity":"sha512-oR9BEpf/Cxjva0ywtq+qFMfC6hM8oIpBu0HdLsgB3/TK1K5YLXs8AMH0LeHqAcGDhIgtuWkA2v0Lxz8qSZwzZA==","signatures":[{"sig":"MEQCIFJESyCdxVK19jmfj/H4jdMdY2RYQuoc0RziaoAzHgtaAiA7gsOy55V9uXg+Wle3mDcU9dpd2GyGxVBA+3u0IvA2Tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36680188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6fa6c09e2203a49a277a5166ff49767eb11ef007","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251026","@aztec/cli":"3.0.0-nightly.20251026","@aztec/p2p":"3.0.0-nightly.20251026","@aztec/pxe":"3.0.0-nightly.20251026","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251026","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251026","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251026","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251026","@aztec/archiver":"3.0.0-nightly.20251026","@aztec/aztec.js":"3.0.0-nightly.20251026","@aztec/blob-lib":"3.0.0-nightly.20251026","@aztec/ethereum":"3.0.0-nightly.20251026","@aztec/kv-store":"3.0.0-nightly.20251026","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251026","@aztec/blob-sink":"3.0.0-nightly.20251026","@aztec/constants":"3.0.0-nightly.20251026","@aztec/simulator":"3.0.0-nightly.20251026","@aztec/aztec-node":"3.0.0-nightly.20251026","@aztec/foundation":"3.0.0-nightly.20251026","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251026","@aztec/epoch-cache":"3.0.0-nightly.20251026","@aztec/merkle-tree":"3.0.0-nightly.20251026","@aztec/prover-node":"3.0.0-nightly.20251026","@aztec/test-wallet":"3.0.0-nightly.20251026","@aztec/world-state":"3.0.0-nightly.20251026","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251026","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251026","@aztec/prover-client":"3.0.0-nightly.20251026","@aztec/noir-noirc_abi":"3.0.0-nightly.20251026","@aztec/sequencer-client":"3.0.0-nightly.20251026","@aztec/telemetry-client":"3.0.0-nightly.20251026","@aztec/validator-client":"3.0.0-nightly.20251026","@aztec/noir-contracts.js":"3.0.0-nightly.20251026","@aztec/protocol-contracts":"3.0.0-nightly.20251026","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251026","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251026"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251026_1761449209022_0.2828591930435016","host":"s3://npm-registry-packages-npm-production"}},"2.0.4":{"name":"@aztec/end-to-end","version":"2.0.4","_id":"@aztec/end-to-end@2.0.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"47ac86fcb6938f1df1748874f84ef8b716f1627c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.4.tgz","fileCount":183,"integrity":"sha512-+0Pm4PA/3LqLdHRXGqFRmp8rxZjwy+l0Qo5cWyCPHh15Tqh2/01NVirbid2Fg3uNinOVi50MKhxIrMcGTtmZOQ==","signatures":[{"sig":"MEUCIQCiMKzkW002Rea8P49uCHZKcASQV1QcQRa1xqjKeKYdIwIgRJmGB9f5nmdp7SvP2upUEr1U80kYRTegvxHxK0fh5r4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636440},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fbb9c467b2963b77d3299e4553898e209c2ebc6e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.4","@aztec/cli":"2.0.4","@aztec/p2p":"2.0.4","@aztec/pxe":"2.0.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.4","@aztec/archiver":"2.0.4","@aztec/aztec.js":"2.0.4","@aztec/blob-lib":"2.0.4","@aztec/ethereum":"2.0.4","@aztec/kv-store":"2.0.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.4","@aztec/blob-sink":"2.0.4","@aztec/constants":"2.0.4","@aztec/simulator":"2.0.4","@aztec/aztec-node":"2.0.4","@aztec/foundation":"2.0.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.4","@aztec/epoch-cache":"2.0.4","@aztec/merkle-tree":"2.0.4","@aztec/prover-node":"2.0.4","@aztec/world-state":"2.0.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.4","@aztec/prover-client":"2.0.4","@aztec/noir-noirc_abi":"2.0.4","@aztec/sequencer-client":"2.0.4","@aztec/telemetry-client":"2.0.4","@aztec/validator-client":"2.0.4","@aztec/noir-contracts.js":"2.0.4","@aztec/protocol-contracts":"2.0.4","@aztec/noir-test-contracts.js":"2.0.4","@aztec/noir-protocol-circuits-types":"2.0.4"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.4_1761595801204_0.18985938701093086","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.21":{"name":"@aztec/end-to-end","version":"2.1.0-rc.21","_id":"@aztec/end-to-end@2.1.0-rc.21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a5b46794013503e1b8ea0142142463d2220c558f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.21.tgz","fileCount":191,"integrity":"sha512-iyxITjTWTiwT4xQTLsTf4Yxs4iHLscdBFdqhdb2W2gzUy7MUwxZd++gGGLmeuJvwXirt9DknLuf6DsVblU1qUg==","signatures":[{"sig":"MEYCIQDKHoUph7HDWDkxSo2ddSC8e0/0M+DpomfJBnUznZd1zQIhAJtG36a9nHiz1aZ4WP3iTIS7UgdzpQ0Q+aWZ8dGTVQ+b","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4791c59a0082872c36e67595eb1038896dd1abf2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.21","@aztec/cli":"2.1.0-rc.21","@aztec/p2p":"2.1.0-rc.21","@aztec/pxe":"2.1.0-rc.21","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.21","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.21","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.21","@aztec/archiver":"2.1.0-rc.21","@aztec/aztec.js":"2.1.0-rc.21","@aztec/blob-lib":"2.1.0-rc.21","@aztec/ethereum":"2.1.0-rc.21","@aztec/kv-store":"2.1.0-rc.21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.21","@aztec/blob-sink":"2.1.0-rc.21","@aztec/constants":"2.1.0-rc.21","@aztec/simulator":"2.1.0-rc.21","@aztec/aztec-node":"2.1.0-rc.21","@aztec/foundation":"2.1.0-rc.21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.21","@aztec/epoch-cache":"2.1.0-rc.21","@aztec/merkle-tree":"2.1.0-rc.21","@aztec/prover-node":"2.1.0-rc.21","@aztec/world-state":"2.1.0-rc.21","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.21","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.21","@aztec/prover-client":"2.1.0-rc.21","@aztec/noir-noirc_abi":"2.1.0-rc.21","@aztec/sequencer-client":"2.1.0-rc.21","@aztec/telemetry-client":"2.1.0-rc.21","@aztec/validator-client":"2.1.0-rc.21","@aztec/noir-contracts.js":"2.1.0-rc.21","@aztec/protocol-contracts":"2.1.0-rc.21","@aztec/noir-test-contracts.js":"2.1.0-rc.21","@aztec/noir-protocol-circuits-types":"2.1.0-rc.21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.21_1761656474932_0.652345277631299","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.2":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.2","_id":"@aztec/end-to-end@3.0.0-devnet.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"83ba0db112340c047adc48aa89956f5d6e1b18dc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.2.tgz","fileCount":191,"integrity":"sha512-WKTUddHUREd3s7YpUQvzW/r8rYYpqKLEWZJUEBDmcUMZj53dYeKJnl4GHPP3SEG/CyiDMucW1dIg5yTCXFPP/A==","signatures":[{"sig":"MEUCIQDZwGzWY4zTdexMfDeDKF93WsdngckLhmBXC47glD1vmgIgE32FscxDl9Np8jb/9i6Y6Xj1YSg+bBpcdjLqxBOSqVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36679947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c539f41e386ed029e9e644a3284c1c7663285585","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.2","@aztec/cli":"3.0.0-devnet.2","@aztec/p2p":"3.0.0-devnet.2","@aztec/pxe":"3.0.0-devnet.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.2","@aztec/archiver":"3.0.0-devnet.2","@aztec/aztec.js":"3.0.0-devnet.2","@aztec/blob-lib":"3.0.0-devnet.2","@aztec/ethereum":"3.0.0-devnet.2","@aztec/kv-store":"3.0.0-devnet.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.2","@aztec/blob-sink":"3.0.0-devnet.2","@aztec/constants":"3.0.0-devnet.2","@aztec/simulator":"3.0.0-devnet.2","@aztec/aztec-node":"3.0.0-devnet.2","@aztec/foundation":"3.0.0-devnet.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.2","@aztec/epoch-cache":"3.0.0-devnet.2","@aztec/merkle-tree":"3.0.0-devnet.2","@aztec/prover-node":"3.0.0-devnet.2","@aztec/test-wallet":"3.0.0-devnet.2","@aztec/world-state":"3.0.0-devnet.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.2","@aztec/prover-client":"3.0.0-devnet.2","@aztec/noir-noirc_abi":"3.0.0-devnet.2","@aztec/sequencer-client":"3.0.0-devnet.2","@aztec/telemetry-client":"3.0.0-devnet.2","@aztec/validator-client":"3.0.0-devnet.2","@aztec/noir-contracts.js":"3.0.0-devnet.2","@aztec/protocol-contracts":"3.0.0-devnet.2","@aztec/noir-test-contracts.js":"3.0.0-devnet.2","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.2_1761673932816_0.4892628235781824","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.22":{"name":"@aztec/end-to-end","version":"2.1.0-rc.22","_id":"@aztec/end-to-end@2.1.0-rc.22","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3bae664e0cad06e73e5acfe20ca7dc46c11fd0eb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.22.tgz","fileCount":191,"integrity":"sha512-YXs6rplobfKKCKRqSgNQOE+Ad15N0+KrStUKBdo68rYPvmR1UdS0xl1Va7gKWCL3F56X+ENehlsUAG9RXvY1Cw==","signatures":[{"sig":"MEQCIHAcdGqrOi5alGdlEw6Q3ynpUUvR83YpIXuhpzbCGzFQAiAjFjeXafXL1H1EDZZNFFnjx9IulJclSXflSuM6A16F8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"698a1128064a818d5fba11c67b4ca1533839eea0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.22","@aztec/cli":"2.1.0-rc.22","@aztec/p2p":"2.1.0-rc.22","@aztec/pxe":"2.1.0-rc.22","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.22","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.22","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.22","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.22","@aztec/archiver":"2.1.0-rc.22","@aztec/aztec.js":"2.1.0-rc.22","@aztec/blob-lib":"2.1.0-rc.22","@aztec/ethereum":"2.1.0-rc.22","@aztec/kv-store":"2.1.0-rc.22","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.22","@aztec/blob-sink":"2.1.0-rc.22","@aztec/constants":"2.1.0-rc.22","@aztec/simulator":"2.1.0-rc.22","@aztec/aztec-node":"2.1.0-rc.22","@aztec/foundation":"2.1.0-rc.22","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.22","@aztec/epoch-cache":"2.1.0-rc.22","@aztec/merkle-tree":"2.1.0-rc.22","@aztec/prover-node":"2.1.0-rc.22","@aztec/world-state":"2.1.0-rc.22","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.22","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.22","@aztec/prover-client":"2.1.0-rc.22","@aztec/noir-noirc_abi":"2.1.0-rc.22","@aztec/sequencer-client":"2.1.0-rc.22","@aztec/telemetry-client":"2.1.0-rc.22","@aztec/validator-client":"2.1.0-rc.22","@aztec/noir-contracts.js":"2.1.0-rc.22","@aztec/protocol-contracts":"2.1.0-rc.22","@aztec/noir-test-contracts.js":"2.1.0-rc.22","@aztec/noir-protocol-circuits-types":"2.1.0-rc.22"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.22_1761674682268_0.3935401591501193","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.23":{"name":"@aztec/end-to-end","version":"2.1.0-rc.23","_id":"@aztec/end-to-end@2.1.0-rc.23","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e8cc7a74b0558e3a3fb4e9f0085a530ea5125b39","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.23.tgz","fileCount":191,"integrity":"sha512-VB1FCnXZwH1JM9iq6M1dD/f+uifP11YBua1RVy7U/4g4LyjiXfc5vmwiD9dUvqYrJAPHokfdUCo16XkntqN7Bg==","signatures":[{"sig":"MEQCIBGw/Kf/Eqd2//uEMo4LCFN8MFPkV57RBgqPKduIUR+yAiA/s7Bj8sy1iu2/v9/2Rm2KZue+7DNfBeV6RQLoIgHZCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5c90ad0855e5979d4495c69e7690cdc16d5c4ce9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.23","@aztec/cli":"2.1.0-rc.23","@aztec/p2p":"2.1.0-rc.23","@aztec/pxe":"2.1.0-rc.23","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.23","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.23","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.23","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.23","@aztec/archiver":"2.1.0-rc.23","@aztec/aztec.js":"2.1.0-rc.23","@aztec/blob-lib":"2.1.0-rc.23","@aztec/ethereum":"2.1.0-rc.23","@aztec/kv-store":"2.1.0-rc.23","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.23","@aztec/blob-sink":"2.1.0-rc.23","@aztec/constants":"2.1.0-rc.23","@aztec/simulator":"2.1.0-rc.23","@aztec/aztec-node":"2.1.0-rc.23","@aztec/foundation":"2.1.0-rc.23","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.23","@aztec/epoch-cache":"2.1.0-rc.23","@aztec/merkle-tree":"2.1.0-rc.23","@aztec/prover-node":"2.1.0-rc.23","@aztec/world-state":"2.1.0-rc.23","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.23","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.23","@aztec/prover-client":"2.1.0-rc.23","@aztec/noir-noirc_abi":"2.1.0-rc.23","@aztec/sequencer-client":"2.1.0-rc.23","@aztec/telemetry-client":"2.1.0-rc.23","@aztec/validator-client":"2.1.0-rc.23","@aztec/noir-contracts.js":"2.1.0-rc.23","@aztec/protocol-contracts":"2.1.0-rc.23","@aztec/noir-test-contracts.js":"2.1.0-rc.23","@aztec/noir-protocol-circuits-types":"2.1.0-rc.23"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.23_1761677563501_0.9880207465174267","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-fake-c83136db25":{"name":"@aztec/end-to-end","version":"0.0.1-fake-c83136db25","_id":"@aztec/end-to-end@0.0.1-fake-c83136db25","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"af59a94f79cc1507a0666f803c189631a6a38c72","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-fake-c83136db25.tgz","fileCount":191,"integrity":"sha512-FX42l7z+Xgf8AqtLLP0Sgli87Vu44ih/ApOn4Y6o7xsOflZEy/cUXlv17zsssJ8Lu7yeb1B0s1weCIArQomncA==","signatures":[{"sig":"MEUCIQDJ5RikLbQhCZviseAKzg7xmNcCYdNya9u6VZrm8Gjw0QIgFHQoGriUceCSNHb4ZcUgHrIktQsCk5Wps0lXIel4CAI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36680158},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c83136db250111685847a80e772b55c03f3ca39e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-fake-c83136db25","@aztec/cli":"0.0.1-fake-c83136db25","@aztec/p2p":"0.0.1-fake-c83136db25","@aztec/pxe":"0.0.1-fake-c83136db25","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-fake-c83136db25","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-fake-c83136db25","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-fake-c83136db25","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-fake-c83136db25","@aztec/archiver":"0.0.1-fake-c83136db25","@aztec/aztec.js":"0.0.1-fake-c83136db25","@aztec/blob-lib":"0.0.1-fake-c83136db25","@aztec/ethereum":"0.0.1-fake-c83136db25","@aztec/kv-store":"0.0.1-fake-c83136db25","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-fake-c83136db25","@aztec/blob-sink":"0.0.1-fake-c83136db25","@aztec/constants":"0.0.1-fake-c83136db25","@aztec/simulator":"0.0.1-fake-c83136db25","@aztec/aztec-node":"0.0.1-fake-c83136db25","@aztec/foundation":"0.0.1-fake-c83136db25","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-fake-c83136db25","@aztec/epoch-cache":"0.0.1-fake-c83136db25","@aztec/merkle-tree":"0.0.1-fake-c83136db25","@aztec/prover-node":"0.0.1-fake-c83136db25","@aztec/test-wallet":"0.0.1-fake-c83136db25","@aztec/world-state":"0.0.1-fake-c83136db25","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-fake-c83136db25","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-fake-c83136db25","@aztec/prover-client":"0.0.1-fake-c83136db25","@aztec/noir-noirc_abi":"0.0.1-fake-c83136db25","@aztec/sequencer-client":"0.0.1-fake-c83136db25","@aztec/telemetry-client":"0.0.1-fake-c83136db25","@aztec/validator-client":"0.0.1-fake-c83136db25","@aztec/noir-contracts.js":"0.0.1-fake-c83136db25","@aztec/protocol-contracts":"0.0.1-fake-c83136db25","@aztec/noir-test-contracts.js":"0.0.1-fake-c83136db25","@aztec/noir-protocol-circuits-types":"0.0.1-fake-c83136db25"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-fake-c83136db25_1761785998958_0.9478593550024952","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-fake-ceab37513c":{"name":"@aztec/end-to-end","version":"0.0.1-fake-ceab37513c","_id":"@aztec/end-to-end@0.0.1-fake-ceab37513c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"de3e8f94fcd136471f51db701e68610bca180c8c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-fake-ceab37513c.tgz","fileCount":191,"integrity":"sha512-4vvaas3xYrKuycSkgk4FmgMLX+w6gVNGOiAIEkd0ACqoHxnZOIaPYRk3LOCIIXEgwFeoNGG+yEQ6FrbC5+2bGA==","signatures":[{"sig":"MEYCIQDWuegT9bJke6fWMmefOP1OdyIRDF0f9B6I6wNtw2gOngIhANmL9Ab76QU9gnVBE7gwUJk/HenIs4AqT9EdMnsnf8ui","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658194},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ceab37513c7f0f7b2884859b0bccc75888dd66c1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-fake-ceab37513c","@aztec/cli":"0.0.1-fake-ceab37513c","@aztec/p2p":"0.0.1-fake-ceab37513c","@aztec/pxe":"0.0.1-fake-ceab37513c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-fake-ceab37513c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-fake-ceab37513c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-fake-ceab37513c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-fake-ceab37513c","@aztec/archiver":"0.0.1-fake-ceab37513c","@aztec/aztec.js":"0.0.1-fake-ceab37513c","@aztec/blob-lib":"0.0.1-fake-ceab37513c","@aztec/ethereum":"0.0.1-fake-ceab37513c","@aztec/kv-store":"0.0.1-fake-ceab37513c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-fake-ceab37513c","@aztec/blob-sink":"0.0.1-fake-ceab37513c","@aztec/constants":"0.0.1-fake-ceab37513c","@aztec/simulator":"0.0.1-fake-ceab37513c","@aztec/aztec-node":"0.0.1-fake-ceab37513c","@aztec/foundation":"0.0.1-fake-ceab37513c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-fake-ceab37513c","@aztec/epoch-cache":"0.0.1-fake-ceab37513c","@aztec/merkle-tree":"0.0.1-fake-ceab37513c","@aztec/prover-node":"0.0.1-fake-ceab37513c","@aztec/world-state":"0.0.1-fake-ceab37513c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-fake-ceab37513c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-fake-ceab37513c","@aztec/prover-client":"0.0.1-fake-ceab37513c","@aztec/noir-noirc_abi":"0.0.1-fake-ceab37513c","@aztec/sequencer-client":"0.0.1-fake-ceab37513c","@aztec/telemetry-client":"0.0.1-fake-ceab37513c","@aztec/validator-client":"0.0.1-fake-ceab37513c","@aztec/noir-contracts.js":"0.0.1-fake-ceab37513c","@aztec/protocol-contracts":"0.0.1-fake-ceab37513c","@aztec/noir-test-contracts.js":"0.0.1-fake-ceab37513c","@aztec/noir-protocol-circuits-types":"0.0.1-fake-ceab37513c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-fake-ceab37513c_1761789292703_0.1128637884806194","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-manual.20251030":{"name":"@aztec/end-to-end","version":"3.0.0-manual.20251030","_id":"@aztec/end-to-end@3.0.0-manual.20251030","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7cbb95adb8f15a555136100e7c5880c26fffff33","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-manual.20251030.tgz","fileCount":191,"integrity":"sha512-uSPklIq+6QfavfSw/7rCKDKq54w0oBDqM3VnnUoq9ct4RhSDUc/JVH4/5jYJG/A2FkEB3yX0FMK04RkB6wfFmA==","signatures":[{"sig":"MEUCIAFaKGjvOYhNWpU90aq4tjBTFcLREksDsHK/DqKgDDkIAiEA/SoupUJHPKVY3ahUl7GcQnoVxfeBDaDdsCIppjXf30o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36680158},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c8ef7827ac03a059fe3febb2f7552af49cabeeae","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-manual.20251030","@aztec/cli":"3.0.0-manual.20251030","@aztec/p2p":"3.0.0-manual.20251030","@aztec/pxe":"3.0.0-manual.20251030","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-manual.20251030","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-manual.20251030","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-manual.20251030","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-manual.20251030","@aztec/archiver":"3.0.0-manual.20251030","@aztec/aztec.js":"3.0.0-manual.20251030","@aztec/blob-lib":"3.0.0-manual.20251030","@aztec/ethereum":"3.0.0-manual.20251030","@aztec/kv-store":"3.0.0-manual.20251030","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-manual.20251030","@aztec/blob-sink":"3.0.0-manual.20251030","@aztec/constants":"3.0.0-manual.20251030","@aztec/simulator":"3.0.0-manual.20251030","@aztec/aztec-node":"3.0.0-manual.20251030","@aztec/foundation":"3.0.0-manual.20251030","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-manual.20251030","@aztec/epoch-cache":"3.0.0-manual.20251030","@aztec/merkle-tree":"3.0.0-manual.20251030","@aztec/prover-node":"3.0.0-manual.20251030","@aztec/test-wallet":"3.0.0-manual.20251030","@aztec/world-state":"3.0.0-manual.20251030","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-manual.20251030","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-manual.20251030","@aztec/prover-client":"3.0.0-manual.20251030","@aztec/noir-noirc_abi":"3.0.0-manual.20251030","@aztec/sequencer-client":"3.0.0-manual.20251030","@aztec/telemetry-client":"3.0.0-manual.20251030","@aztec/validator-client":"3.0.0-manual.20251030","@aztec/noir-contracts.js":"3.0.0-manual.20251030","@aztec/protocol-contracts":"3.0.0-manual.20251030","@aztec/noir-test-contracts.js":"3.0.0-manual.20251030","@aztec/noir-protocol-circuits-types":"3.0.0-manual.20251030"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-manual.20251030_1761836969882_0.7113299755208113","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251030-2":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251030-2","_id":"@aztec/end-to-end@3.0.0-nightly.20251030-2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7545d3e0e601434bad4d030e8e2eea06be877f0e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251030-2.tgz","fileCount":191,"integrity":"sha512-U5LEDYiH0W7tdRi0hX2v+/rU7j/qU87zrMkHYECaeLLQD8qwhFJUxJkWK1R2aPRB8s7SVRWRLd2QN2F799pvfg==","signatures":[{"sig":"MEUCIEXjrIZnRYd4m5HN+jvZNwshmYDVvrkZJXbx/IuckOGFAiEAi7s1Dfo3Q/IP5cxXNbFkKhudTQfcCH43z38YM26qDXU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36680269},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5d2b21f348897a79aa70f4fa37f1ebc27438c156","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251030-2","@aztec/cli":"3.0.0-nightly.20251030-2","@aztec/p2p":"3.0.0-nightly.20251030-2","@aztec/pxe":"3.0.0-nightly.20251030-2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251030-2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251030-2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251030-2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251030-2","@aztec/archiver":"3.0.0-nightly.20251030-2","@aztec/aztec.js":"3.0.0-nightly.20251030-2","@aztec/blob-lib":"3.0.0-nightly.20251030-2","@aztec/ethereum":"3.0.0-nightly.20251030-2","@aztec/kv-store":"3.0.0-nightly.20251030-2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251030-2","@aztec/blob-sink":"3.0.0-nightly.20251030-2","@aztec/constants":"3.0.0-nightly.20251030-2","@aztec/simulator":"3.0.0-nightly.20251030-2","@aztec/aztec-node":"3.0.0-nightly.20251030-2","@aztec/foundation":"3.0.0-nightly.20251030-2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251030-2","@aztec/epoch-cache":"3.0.0-nightly.20251030-2","@aztec/merkle-tree":"3.0.0-nightly.20251030-2","@aztec/prover-node":"3.0.0-nightly.20251030-2","@aztec/test-wallet":"3.0.0-nightly.20251030-2","@aztec/world-state":"3.0.0-nightly.20251030-2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251030-2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251030-2","@aztec/prover-client":"3.0.0-nightly.20251030-2","@aztec/noir-noirc_abi":"3.0.0-nightly.20251030-2","@aztec/sequencer-client":"3.0.0-nightly.20251030-2","@aztec/telemetry-client":"3.0.0-nightly.20251030-2","@aztec/validator-client":"3.0.0-nightly.20251030-2","@aztec/noir-contracts.js":"3.0.0-nightly.20251030-2","@aztec/protocol-contracts":"3.0.0-nightly.20251030-2","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251030-2","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251030-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251030-2_1761841984773_0.6647903892505593","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.24":{"name":"@aztec/end-to-end","version":"2.1.0-rc.24","_id":"@aztec/end-to-end@2.1.0-rc.24","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5a7094ff8460232de6daf1e30cfb802b5f893082","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.24.tgz","fileCount":191,"integrity":"sha512-GhXprUWUufgcHC9OclzcC2XDe6zZL0wnjbk+1cVmb0h5GnYAx9Rt9OoHi6/5TtyAx1JwUMsIv2ndt6zbMz6gTA==","signatures":[{"sig":"MEUCIFepRtzl6mi9fiGFmcJml9y2uwiYcGOh79h2GV6wr0HgAiEA9CfWzFpLd2PKx+HeEj3LoStyp5nHZetpPP/UXwFLu6o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5f9ad90c4bad5b0ef6989e9dbe779e421c1ab223","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.24","@aztec/cli":"2.1.0-rc.24","@aztec/p2p":"2.1.0-rc.24","@aztec/pxe":"2.1.0-rc.24","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.24","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.24","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.24","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.24","@aztec/archiver":"2.1.0-rc.24","@aztec/aztec.js":"2.1.0-rc.24","@aztec/blob-lib":"2.1.0-rc.24","@aztec/ethereum":"2.1.0-rc.24","@aztec/kv-store":"2.1.0-rc.24","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.24","@aztec/blob-sink":"2.1.0-rc.24","@aztec/constants":"2.1.0-rc.24","@aztec/simulator":"2.1.0-rc.24","@aztec/aztec-node":"2.1.0-rc.24","@aztec/foundation":"2.1.0-rc.24","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.24","@aztec/epoch-cache":"2.1.0-rc.24","@aztec/merkle-tree":"2.1.0-rc.24","@aztec/prover-node":"2.1.0-rc.24","@aztec/world-state":"2.1.0-rc.24","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.24","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.24","@aztec/prover-client":"2.1.0-rc.24","@aztec/noir-noirc_abi":"2.1.0-rc.24","@aztec/sequencer-client":"2.1.0-rc.24","@aztec/telemetry-client":"2.1.0-rc.24","@aztec/validator-client":"2.1.0-rc.24","@aztec/noir-contracts.js":"2.1.0-rc.24","@aztec/protocol-contracts":"2.1.0-rc.24","@aztec/noir-test-contracts.js":"2.1.0-rc.24","@aztec/noir-protocol-circuits-types":"2.1.0-rc.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.24_1761846128651_0.6757733011962341","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251031":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251031","_id":"@aztec/end-to-end@3.0.0-nightly.20251031","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a489ac2b06b33cb5dd9c47306f331926369e5fd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251031.tgz","fileCount":191,"integrity":"sha512-208JykJCS0Nb118eSYx08zezc3+CDJ0nKUvu8QBpxMT5qHdEW54WLjLnlyWwZKvY2y8ZOgPg4Oo/lJsgPoOK4A==","signatures":[{"sig":"MEUCICNhArgRxl/YNxjKEfYybOXf0ic+mZJbNoqWZm+H1IwyAiEA0TxwpSqOv5kRv8bjoNXtvEChy016akBjoLnMWZnsguA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fca9b22f2faabfce71d03b5ea2781485af19ca31","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251031","@aztec/cli":"3.0.0-nightly.20251031","@aztec/p2p":"3.0.0-nightly.20251031","@aztec/pxe":"3.0.0-nightly.20251031","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251031","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251031","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251031","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251031","@aztec/archiver":"3.0.0-nightly.20251031","@aztec/aztec.js":"3.0.0-nightly.20251031","@aztec/blob-lib":"3.0.0-nightly.20251031","@aztec/ethereum":"3.0.0-nightly.20251031","@aztec/kv-store":"3.0.0-nightly.20251031","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251031","@aztec/blob-sink":"3.0.0-nightly.20251031","@aztec/constants":"3.0.0-nightly.20251031","@aztec/simulator":"3.0.0-nightly.20251031","@aztec/aztec-node":"3.0.0-nightly.20251031","@aztec/foundation":"3.0.0-nightly.20251031","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251031","@aztec/epoch-cache":"3.0.0-nightly.20251031","@aztec/merkle-tree":"3.0.0-nightly.20251031","@aztec/prover-node":"3.0.0-nightly.20251031","@aztec/test-wallet":"3.0.0-nightly.20251031","@aztec/world-state":"3.0.0-nightly.20251031","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251031","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251031","@aztec/prover-client":"3.0.0-nightly.20251031","@aztec/noir-noirc_abi":"3.0.0-nightly.20251031","@aztec/sequencer-client":"3.0.0-nightly.20251031","@aztec/telemetry-client":"3.0.0-nightly.20251031","@aztec/validator-client":"3.0.0-nightly.20251031","@aztec/noir-contracts.js":"3.0.0-nightly.20251031","@aztec/protocol-contracts":"3.0.0-nightly.20251031","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251031","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251031"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251031_1761928925925_0.10753758243367928","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251101":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251101","_id":"@aztec/end-to-end@3.0.0-nightly.20251101","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"528599ed33bf9f8d684cc8457e57b489e82f3afa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251101.tgz","fileCount":191,"integrity":"sha512-1vxt8r3emkVDaMuXYnwBigshioMu/wRMDxil5Tp76fDF6OYVlOzmK9/OY1jfL3omrK11hW9IsJMq+M+M91C9Kw==","signatures":[{"sig":"MEUCIBopbtF70zSm0ry3c9xqS240qdprf2wlDimYYDDVLu3aAiEAoyPd/Ll1lL6e8V48aHiA4NwtPydsrbYK1i6RtsEaYzI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"63655fcad4fddc0c0807d273486b9a39793ee45c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251101","@aztec/cli":"3.0.0-nightly.20251101","@aztec/p2p":"3.0.0-nightly.20251101","@aztec/pxe":"3.0.0-nightly.20251101","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251101","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251101","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251101","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251101","@aztec/archiver":"3.0.0-nightly.20251101","@aztec/aztec.js":"3.0.0-nightly.20251101","@aztec/blob-lib":"3.0.0-nightly.20251101","@aztec/ethereum":"3.0.0-nightly.20251101","@aztec/kv-store":"3.0.0-nightly.20251101","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251101","@aztec/blob-sink":"3.0.0-nightly.20251101","@aztec/constants":"3.0.0-nightly.20251101","@aztec/simulator":"3.0.0-nightly.20251101","@aztec/aztec-node":"3.0.0-nightly.20251101","@aztec/foundation":"3.0.0-nightly.20251101","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251101","@aztec/epoch-cache":"3.0.0-nightly.20251101","@aztec/merkle-tree":"3.0.0-nightly.20251101","@aztec/prover-node":"3.0.0-nightly.20251101","@aztec/test-wallet":"3.0.0-nightly.20251101","@aztec/world-state":"3.0.0-nightly.20251101","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251101","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251101","@aztec/prover-client":"3.0.0-nightly.20251101","@aztec/noir-noirc_abi":"3.0.0-nightly.20251101","@aztec/sequencer-client":"3.0.0-nightly.20251101","@aztec/telemetry-client":"3.0.0-nightly.20251101","@aztec/validator-client":"3.0.0-nightly.20251101","@aztec/noir-contracts.js":"3.0.0-nightly.20251101","@aztec/protocol-contracts":"3.0.0-nightly.20251101","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251101","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251101"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251101_1761967027022_0.5191334189391368","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251102":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251102","_id":"@aztec/end-to-end@3.0.0-nightly.20251102","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8b4016f4ec1eda67355e2dbe56855e911553645a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251102.tgz","fileCount":191,"integrity":"sha512-tYUm1TLLmMlRchOhCR0b77hgxzaUSb7LZyB4irjLSTm45YZomYkziE4lWjhQrtub78CuovsE1vglC2gkX8TyGA==","signatures":[{"sig":"MEQCIE8gdQyovdd124Y1BTGS7CCgST6ktsUTOHA7VAdhHtG8AiB13BKRyfrK1VKD5TjZhMcAox8Oes57wv3fsuY8HhOB4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"32fe37a3532590cb575d263792ba66a13aa41dd0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251102","@aztec/cli":"3.0.0-nightly.20251102","@aztec/p2p":"3.0.0-nightly.20251102","@aztec/pxe":"3.0.0-nightly.20251102","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251102","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251102","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251102","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251102","@aztec/archiver":"3.0.0-nightly.20251102","@aztec/aztec.js":"3.0.0-nightly.20251102","@aztec/blob-lib":"3.0.0-nightly.20251102","@aztec/ethereum":"3.0.0-nightly.20251102","@aztec/kv-store":"3.0.0-nightly.20251102","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251102","@aztec/blob-sink":"3.0.0-nightly.20251102","@aztec/constants":"3.0.0-nightly.20251102","@aztec/simulator":"3.0.0-nightly.20251102","@aztec/aztec-node":"3.0.0-nightly.20251102","@aztec/foundation":"3.0.0-nightly.20251102","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251102","@aztec/epoch-cache":"3.0.0-nightly.20251102","@aztec/merkle-tree":"3.0.0-nightly.20251102","@aztec/prover-node":"3.0.0-nightly.20251102","@aztec/test-wallet":"3.0.0-nightly.20251102","@aztec/world-state":"3.0.0-nightly.20251102","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251102","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251102","@aztec/prover-client":"3.0.0-nightly.20251102","@aztec/noir-noirc_abi":"3.0.0-nightly.20251102","@aztec/sequencer-client":"3.0.0-nightly.20251102","@aztec/telemetry-client":"3.0.0-nightly.20251102","@aztec/validator-client":"3.0.0-nightly.20251102","@aztec/noir-contracts.js":"3.0.0-nightly.20251102","@aztec/protocol-contracts":"3.0.0-nightly.20251102","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251102","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251102"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251102_1762052037729_0.65164967504001","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251103":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251103","_id":"@aztec/end-to-end@3.0.0-nightly.20251103","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b9d8e90e8529b1abf602efeec98c8c8dde108fcf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251103.tgz","fileCount":191,"integrity":"sha512-OWXMTnuFmibwfnkR73FgeEQI8S+RV9S2xE0CUL9udqvLoAzGKD1qskQonoWOrf7WAhdPxODUv54srUyLVOuzrA==","signatures":[{"sig":"MEYCIQC3swpHs63rDT9xvrK1+OgqT3wlEZ7yfSg3EopGAXBFwgIhAOTSzNF6Dz8liyvAT1e65OOww+U3EI4MkeHoxlOGypSG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"08d4d256976d52a1f477ac1123af3e4e95bcae5d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251103","@aztec/cli":"3.0.0-nightly.20251103","@aztec/p2p":"3.0.0-nightly.20251103","@aztec/pxe":"3.0.0-nightly.20251103","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251103","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251103","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251103","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251103","@aztec/archiver":"3.0.0-nightly.20251103","@aztec/aztec.js":"3.0.0-nightly.20251103","@aztec/blob-lib":"3.0.0-nightly.20251103","@aztec/ethereum":"3.0.0-nightly.20251103","@aztec/kv-store":"3.0.0-nightly.20251103","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251103","@aztec/blob-sink":"3.0.0-nightly.20251103","@aztec/constants":"3.0.0-nightly.20251103","@aztec/simulator":"3.0.0-nightly.20251103","@aztec/aztec-node":"3.0.0-nightly.20251103","@aztec/foundation":"3.0.0-nightly.20251103","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251103","@aztec/epoch-cache":"3.0.0-nightly.20251103","@aztec/merkle-tree":"3.0.0-nightly.20251103","@aztec/prover-node":"3.0.0-nightly.20251103","@aztec/test-wallet":"3.0.0-nightly.20251103","@aztec/world-state":"3.0.0-nightly.20251103","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251103","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251103","@aztec/prover-client":"3.0.0-nightly.20251103","@aztec/noir-noirc_abi":"3.0.0-nightly.20251103","@aztec/sequencer-client":"3.0.0-nightly.20251103","@aztec/telemetry-client":"3.0.0-nightly.20251103","@aztec/validator-client":"3.0.0-nightly.20251103","@aztec/noir-contracts.js":"3.0.0-nightly.20251103","@aztec/protocol-contracts":"3.0.0-nightly.20251103","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251103","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251103"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251103_1762139659040_0.3832948320090399","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.3":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.3","_id":"@aztec/end-to-end@3.0.0-devnet.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"01ab7fba80992a7d9b03038fa022b6c2d6b72631","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.3.tgz","fileCount":191,"integrity":"sha512-0EaO3qLmZTkPDYyaSGOAIemrCaJMO1x95VXOGdA1Zt0sLLHvxdEMmzy9lA0nXeZUQf4P0WR4GniUGQL8aQvmsg==","signatures":[{"sig":"MEYCIQDgqjnV0isS52WMoyIVXE1jOYD2DuEP297WLGVHwNwnIgIhAIKp5d0y0pVbGv69itItPiohqYwJucH8eC96Z2sHh4kJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36679947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"93b4804eefe4c3f1736dd323c3251c81762c591e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.3","@aztec/cli":"3.0.0-devnet.3","@aztec/p2p":"3.0.0-devnet.3","@aztec/pxe":"3.0.0-devnet.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.3","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.3","@aztec/archiver":"3.0.0-devnet.3","@aztec/aztec.js":"3.0.0-devnet.3","@aztec/blob-lib":"3.0.0-devnet.3","@aztec/ethereum":"3.0.0-devnet.3","@aztec/kv-store":"3.0.0-devnet.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.3","@aztec/blob-sink":"3.0.0-devnet.3","@aztec/constants":"3.0.0-devnet.3","@aztec/simulator":"3.0.0-devnet.3","@aztec/aztec-node":"3.0.0-devnet.3","@aztec/foundation":"3.0.0-devnet.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.3","@aztec/epoch-cache":"3.0.0-devnet.3","@aztec/merkle-tree":"3.0.0-devnet.3","@aztec/prover-node":"3.0.0-devnet.3","@aztec/test-wallet":"3.0.0-devnet.3","@aztec/world-state":"3.0.0-devnet.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.3","@aztec/prover-client":"3.0.0-devnet.3","@aztec/noir-noirc_abi":"3.0.0-devnet.3","@aztec/sequencer-client":"3.0.0-devnet.3","@aztec/telemetry-client":"3.0.0-devnet.3","@aztec/validator-client":"3.0.0-devnet.3","@aztec/noir-contracts.js":"3.0.0-devnet.3","@aztec/protocol-contracts":"3.0.0-devnet.3","@aztec/noir-test-contracts.js":"3.0.0-devnet.3","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.3_1762185185031_0.9264244708197484","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.4":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.4","_id":"@aztec/end-to-end@3.0.0-devnet.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d5fe78065561817a802a7544a050cd445bf7307f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.4.tgz","fileCount":191,"integrity":"sha512-Tplwz3wOhT8bNLSHkBpkU/0k4Q4rWeZGxcsv0hdHOa3TB2Lfj3luChufGsZJSq9/FMMw8OvhwMbIap6zD2ie5A==","signatures":[{"sig":"MEQCIEinv9JS9HO2TXLsZpmw1mC/7YziAo7nQr8+aj4BeF9HAiAvYNO8+5p1NdbB/UmO/QFgSPO1xcpXze4WVon7hpsIqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36679947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e21acde0b8305301e847f5c0f4a65cac3714d1a7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.4","@aztec/cli":"3.0.0-devnet.4","@aztec/p2p":"3.0.0-devnet.4","@aztec/pxe":"3.0.0-devnet.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.4","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.4","@aztec/archiver":"3.0.0-devnet.4","@aztec/aztec.js":"3.0.0-devnet.4","@aztec/blob-lib":"3.0.0-devnet.4","@aztec/ethereum":"3.0.0-devnet.4","@aztec/kv-store":"3.0.0-devnet.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.4","@aztec/blob-sink":"3.0.0-devnet.4","@aztec/constants":"3.0.0-devnet.4","@aztec/simulator":"3.0.0-devnet.4","@aztec/aztec-node":"3.0.0-devnet.4","@aztec/foundation":"3.0.0-devnet.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.4","@aztec/epoch-cache":"3.0.0-devnet.4","@aztec/merkle-tree":"3.0.0-devnet.4","@aztec/prover-node":"3.0.0-devnet.4","@aztec/test-wallet":"3.0.0-devnet.4","@aztec/world-state":"3.0.0-devnet.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.4","@aztec/prover-client":"3.0.0-devnet.4","@aztec/noir-noirc_abi":"3.0.0-devnet.4","@aztec/sequencer-client":"3.0.0-devnet.4","@aztec/telemetry-client":"3.0.0-devnet.4","@aztec/validator-client":"3.0.0-devnet.4","@aztec/noir-contracts.js":"3.0.0-devnet.4","@aztec/protocol-contracts":"3.0.0-devnet.4","@aztec/noir-test-contracts.js":"3.0.0-devnet.4","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.4_1762209258311_0.41315330742521117","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251104":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251104","_id":"@aztec/end-to-end@3.0.0-nightly.20251104","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f88b0ead38ab215c5c5c55f574d224db38d8050a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251104.tgz","fileCount":191,"integrity":"sha512-HbCSPbIXaYRbKfqvdZqHSCRKgRjuwzMVJInvGmNwJRq9vO1hBVPDK1K8N9vUR/DnxxPT3C/5W8rw43OCbrGEuw==","signatures":[{"sig":"MEQCICh/ztT7cs3ud3Iz8dvh9u3WVOuXWkMi07OtMZaqwvj5AiBVdSbdsG401G9gNQiCJ81H2DFzfvFJxRJfE95oYGOQKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d30992f4b8d8f7ba6fcb7db44fc39d3ae0ac75a7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251104","@aztec/cli":"3.0.0-nightly.20251104","@aztec/p2p":"3.0.0-nightly.20251104","@aztec/pxe":"3.0.0-nightly.20251104","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251104","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251104","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251104","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251104","@aztec/archiver":"3.0.0-nightly.20251104","@aztec/aztec.js":"3.0.0-nightly.20251104","@aztec/blob-lib":"3.0.0-nightly.20251104","@aztec/ethereum":"3.0.0-nightly.20251104","@aztec/kv-store":"3.0.0-nightly.20251104","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251104","@aztec/blob-sink":"3.0.0-nightly.20251104","@aztec/constants":"3.0.0-nightly.20251104","@aztec/simulator":"3.0.0-nightly.20251104","@aztec/aztec-node":"3.0.0-nightly.20251104","@aztec/foundation":"3.0.0-nightly.20251104","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251104","@aztec/epoch-cache":"3.0.0-nightly.20251104","@aztec/merkle-tree":"3.0.0-nightly.20251104","@aztec/prover-node":"3.0.0-nightly.20251104","@aztec/test-wallet":"3.0.0-nightly.20251104","@aztec/world-state":"3.0.0-nightly.20251104","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251104","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251104","@aztec/prover-client":"3.0.0-nightly.20251104","@aztec/noir-noirc_abi":"3.0.0-nightly.20251104","@aztec/sequencer-client":"3.0.0-nightly.20251104","@aztec/telemetry-client":"3.0.0-nightly.20251104","@aztec/validator-client":"3.0.0-nightly.20251104","@aztec/noir-contracts.js":"3.0.0-nightly.20251104","@aztec/protocol-contracts":"3.0.0-nightly.20251104","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251104","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251104"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251104_1762225918040_0.1214682156372755","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.27":{"name":"@aztec/end-to-end","version":"2.1.0-rc.27","_id":"@aztec/end-to-end@2.1.0-rc.27","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22d9dfd294b1f7024fa085cff083439cebfcb1d6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.27.tgz","fileCount":191,"integrity":"sha512-aogb5efTScCqoHifrFAnL3H+Zt8gEfCTirs/OzNlRcGeo3m9yovexwtq/xYRhMn3eVRL8PhivtvYEQfsrxjcpA==","signatures":[{"sig":"MEQCIGPjAWp2DSXvLAi5dc3WcyzFOa91KHwicHAHXHs3I418AiAcEZyIS97f4/agSnqiH+1Bfe+H/JUfKAli9E6wqJIDuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"864aa3b4306633e231e4aa733a3eb22e40fe02bc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.27","@aztec/cli":"2.1.0-rc.27","@aztec/p2p":"2.1.0-rc.27","@aztec/pxe":"2.1.0-rc.27","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.27","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.27","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.27","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.27","@aztec/archiver":"2.1.0-rc.27","@aztec/aztec.js":"2.1.0-rc.27","@aztec/blob-lib":"2.1.0-rc.27","@aztec/ethereum":"2.1.0-rc.27","@aztec/kv-store":"2.1.0-rc.27","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.27","@aztec/blob-sink":"2.1.0-rc.27","@aztec/constants":"2.1.0-rc.27","@aztec/simulator":"2.1.0-rc.27","@aztec/aztec-node":"2.1.0-rc.27","@aztec/foundation":"2.1.0-rc.27","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.27","@aztec/epoch-cache":"2.1.0-rc.27","@aztec/merkle-tree":"2.1.0-rc.27","@aztec/prover-node":"2.1.0-rc.27","@aztec/world-state":"2.1.0-rc.27","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.27","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.27","@aztec/prover-client":"2.1.0-rc.27","@aztec/noir-noirc_abi":"2.1.0-rc.27","@aztec/sequencer-client":"2.1.0-rc.27","@aztec/telemetry-client":"2.1.0-rc.27","@aztec/validator-client":"2.1.0-rc.27","@aztec/noir-contracts.js":"2.1.0-rc.27","@aztec/protocol-contracts":"2.1.0-rc.27","@aztec/noir-test-contracts.js":"2.1.0-rc.27","@aztec/noir-protocol-circuits-types":"2.1.0-rc.27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.27_1762277013256_0.5794602245795786","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.28":{"name":"@aztec/end-to-end","version":"2.1.0-rc.28","_id":"@aztec/end-to-end@2.1.0-rc.28","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"593dd3e4c517475d9fdc9c1647f84fa80ae6db43","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.28.tgz","fileCount":191,"integrity":"sha512-741aziJskViUTfOwh7wcsZp3yuiU9LLLWYvPAcOw/ixuAE4Qqh8HKIfougufds0qzuG24tFj6DvjmTYWuL69Ew==","signatures":[{"sig":"MEQCIFXRecP2CRDMShuXNzpl0jr/jOtkJ4XRp3kJM2ICS4MOAiBLdVnUa/UwElGlKq/XfRdbPPJZf5Hyr+8fzp5aqT7EpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"23a16f8958ae08d841d5a077aef3b937c64bc169","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.28","@aztec/cli":"2.1.0-rc.28","@aztec/p2p":"2.1.0-rc.28","@aztec/pxe":"2.1.0-rc.28","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.28","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.28","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.28","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.28","@aztec/archiver":"2.1.0-rc.28","@aztec/aztec.js":"2.1.0-rc.28","@aztec/blob-lib":"2.1.0-rc.28","@aztec/ethereum":"2.1.0-rc.28","@aztec/kv-store":"2.1.0-rc.28","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.28","@aztec/blob-sink":"2.1.0-rc.28","@aztec/constants":"2.1.0-rc.28","@aztec/simulator":"2.1.0-rc.28","@aztec/aztec-node":"2.1.0-rc.28","@aztec/foundation":"2.1.0-rc.28","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.28","@aztec/epoch-cache":"2.1.0-rc.28","@aztec/merkle-tree":"2.1.0-rc.28","@aztec/prover-node":"2.1.0-rc.28","@aztec/world-state":"2.1.0-rc.28","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.28","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.28","@aztec/prover-client":"2.1.0-rc.28","@aztec/noir-noirc_abi":"2.1.0-rc.28","@aztec/sequencer-client":"2.1.0-rc.28","@aztec/telemetry-client":"2.1.0-rc.28","@aztec/validator-client":"2.1.0-rc.28","@aztec/noir-contracts.js":"2.1.0-rc.28","@aztec/protocol-contracts":"2.1.0-rc.28","@aztec/noir-test-contracts.js":"2.1.0-rc.28","@aztec/noir-protocol-circuits-types":"2.1.0-rc.28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.28_1762290966632_0.5409842367360191","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.29":{"name":"@aztec/end-to-end","version":"2.1.0-rc.29","_id":"@aztec/end-to-end@2.1.0-rc.29","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65d7d471009c3383cd6b389c22b90ca172476958","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.29.tgz","fileCount":191,"integrity":"sha512-9G4Rilp4wTmwd/P7caZqE/HWxTGjWIyYKEFOonsrri6Q9phPecoTVpFKU/eyfSrCt3R+IUr9Yp7g+cNg4S6s5g==","signatures":[{"sig":"MEUCIQC3xDUhyhYg2fvQ+qK3Z+kY5BlAW55CG8+S3wLSJw5tMwIgZ7rr9FeTnn3klVQEQ8J1p184kj9B8+dijxzCYuGaGHI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c9f8463a99f63a23d4de8e5164bb6b24299db3b5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.29","@aztec/cli":"2.1.0-rc.29","@aztec/p2p":"2.1.0-rc.29","@aztec/pxe":"2.1.0-rc.29","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.29","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.29","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.29","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.29","@aztec/archiver":"2.1.0-rc.29","@aztec/aztec.js":"2.1.0-rc.29","@aztec/blob-lib":"2.1.0-rc.29","@aztec/ethereum":"2.1.0-rc.29","@aztec/kv-store":"2.1.0-rc.29","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.29","@aztec/blob-sink":"2.1.0-rc.29","@aztec/constants":"2.1.0-rc.29","@aztec/simulator":"2.1.0-rc.29","@aztec/aztec-node":"2.1.0-rc.29","@aztec/foundation":"2.1.0-rc.29","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.29","@aztec/epoch-cache":"2.1.0-rc.29","@aztec/merkle-tree":"2.1.0-rc.29","@aztec/prover-node":"2.1.0-rc.29","@aztec/world-state":"2.1.0-rc.29","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.29","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.29","@aztec/prover-client":"2.1.0-rc.29","@aztec/noir-noirc_abi":"2.1.0-rc.29","@aztec/sequencer-client":"2.1.0-rc.29","@aztec/telemetry-client":"2.1.0-rc.29","@aztec/validator-client":"2.1.0-rc.29","@aztec/noir-contracts.js":"2.1.0-rc.29","@aztec/protocol-contracts":"2.1.0-rc.29","@aztec/noir-test-contracts.js":"2.1.0-rc.29","@aztec/noir-protocol-circuits-types":"2.1.0-rc.29"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.29_1762292890900_0.420974962868065","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.30":{"name":"@aztec/end-to-end","version":"2.1.0-rc.30","_id":"@aztec/end-to-end@2.1.0-rc.30","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c8613876a584e39a128fbda8f81aa7630642be7f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.30.tgz","fileCount":191,"integrity":"sha512-Ri7FEVhfhAMCprbgmmeSN/7ikk/SvY4+dB3rIA172nW49Ukq5LSN/ln5ff3uc/fdBWN1waCspIUEBv2DDurDJw==","signatures":[{"sig":"MEYCIQC97R5X0QxBtWh5gz4CFW/tbxpiPtoUgoFqq7IHdWq56AIhAMmvzx/uiYxajnyoK09UgsGX4uLMY4HVLiW8dWkfieIz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b8f50ec34c710f5603e6078fd76ab32b7c389aa2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.30","@aztec/cli":"2.1.0-rc.30","@aztec/p2p":"2.1.0-rc.30","@aztec/pxe":"2.1.0-rc.30","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.30","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.30","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.30","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.30","@aztec/archiver":"2.1.0-rc.30","@aztec/aztec.js":"2.1.0-rc.30","@aztec/blob-lib":"2.1.0-rc.30","@aztec/ethereum":"2.1.0-rc.30","@aztec/kv-store":"2.1.0-rc.30","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.30","@aztec/blob-sink":"2.1.0-rc.30","@aztec/constants":"2.1.0-rc.30","@aztec/simulator":"2.1.0-rc.30","@aztec/aztec-node":"2.1.0-rc.30","@aztec/foundation":"2.1.0-rc.30","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.30","@aztec/epoch-cache":"2.1.0-rc.30","@aztec/merkle-tree":"2.1.0-rc.30","@aztec/prover-node":"2.1.0-rc.30","@aztec/world-state":"2.1.0-rc.30","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.30","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.30","@aztec/prover-client":"2.1.0-rc.30","@aztec/noir-noirc_abi":"2.1.0-rc.30","@aztec/sequencer-client":"2.1.0-rc.30","@aztec/telemetry-client":"2.1.0-rc.30","@aztec/validator-client":"2.1.0-rc.30","@aztec/noir-contracts.js":"2.1.0-rc.30","@aztec/protocol-contracts":"2.1.0-rc.30","@aztec/noir-test-contracts.js":"2.1.0-rc.30","@aztec/noir-protocol-circuits-types":"2.1.0-rc.30"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.30_1762298054354_0.6237141280963778","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251105":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251105","_id":"@aztec/end-to-end@3.0.0-nightly.20251105","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a1cd2dfd3c4fc81a858946ef9681c0e5c1e6b40","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251105.tgz","fileCount":191,"integrity":"sha512-O2bLgyGtwqizCTEQQMNDLEPlEgjgoY9DEcyGaA3UPjrYPo7RHqEitmANY7TrjSyKIVk+l79s4+qQfj1CAaGfnQ==","signatures":[{"sig":"MEYCIQD4Q2Vy0FYjBMGtgYrvORBNcqOmh94hZFTgBjCf8KK4TwIhAMrl0kyqyBZucIlBVyLQy8rBfzVxdqTCjznW4h3LwKfm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"57f2422d39dbf6bd3626c39ecebef575d8eb2134","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251105","@aztec/cli":"3.0.0-nightly.20251105","@aztec/p2p":"3.0.0-nightly.20251105","@aztec/pxe":"3.0.0-nightly.20251105","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251105","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251105","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251105","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251105","@aztec/archiver":"3.0.0-nightly.20251105","@aztec/aztec.js":"3.0.0-nightly.20251105","@aztec/blob-lib":"3.0.0-nightly.20251105","@aztec/ethereum":"3.0.0-nightly.20251105","@aztec/kv-store":"3.0.0-nightly.20251105","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251105","@aztec/blob-sink":"3.0.0-nightly.20251105","@aztec/constants":"3.0.0-nightly.20251105","@aztec/simulator":"3.0.0-nightly.20251105","@aztec/aztec-node":"3.0.0-nightly.20251105","@aztec/foundation":"3.0.0-nightly.20251105","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251105","@aztec/epoch-cache":"3.0.0-nightly.20251105","@aztec/merkle-tree":"3.0.0-nightly.20251105","@aztec/prover-node":"3.0.0-nightly.20251105","@aztec/test-wallet":"3.0.0-nightly.20251105","@aztec/world-state":"3.0.0-nightly.20251105","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251105","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251105","@aztec/prover-client":"3.0.0-nightly.20251105","@aztec/noir-noirc_abi":"3.0.0-nightly.20251105","@aztec/sequencer-client":"3.0.0-nightly.20251105","@aztec/telemetry-client":"3.0.0-nightly.20251105","@aztec/validator-client":"3.0.0-nightly.20251105","@aztec/noir-contracts.js":"3.0.0-nightly.20251105","@aztec/protocol-contracts":"3.0.0-nightly.20251105","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251105","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251105"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251105_1762312357096_0.7550245541791394","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-rc.31":{"name":"@aztec/end-to-end","version":"2.1.0-rc.31","_id":"@aztec/end-to-end@2.1.0-rc.31","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f6488699d0bbd62717b71fc468e5b99abcdc2408","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.0-rc.31.tgz","fileCount":191,"integrity":"sha512-v6U4WX7PzqrZmVDZOgZXAMESkpTYgb3NxtbY4PtLxxOoQwIG8TRy3jC1w/JHUBJCssITyHLEkIx7yVMt/Jdyag==","signatures":[{"sig":"MEYCIQCKXslwbLt/ItgpK9T0688rrcCK67SvbvFJbbAwDJSD6wIhAO9bjW2VcfrF+D41YKkjgULkAcDqCBPtsFujKlXVc4qf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657834},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e7f16b738f0e90b1d4546b2465b2bea8b344c274","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.0-rc.31","@aztec/cli":"2.1.0-rc.31","@aztec/p2p":"2.1.0-rc.31","@aztec/pxe":"2.1.0-rc.31","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.0-rc.31","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.0-rc.31","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.0-rc.31","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.0-rc.31","@aztec/archiver":"2.1.0-rc.31","@aztec/aztec.js":"2.1.0-rc.31","@aztec/blob-lib":"2.1.0-rc.31","@aztec/ethereum":"2.1.0-rc.31","@aztec/kv-store":"2.1.0-rc.31","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.0-rc.31","@aztec/blob-sink":"2.1.0-rc.31","@aztec/constants":"2.1.0-rc.31","@aztec/simulator":"2.1.0-rc.31","@aztec/aztec-node":"2.1.0-rc.31","@aztec/foundation":"2.1.0-rc.31","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.0-rc.31","@aztec/epoch-cache":"2.1.0-rc.31","@aztec/merkle-tree":"2.1.0-rc.31","@aztec/prover-node":"2.1.0-rc.31","@aztec/world-state":"2.1.0-rc.31","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.0-rc.31","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.0-rc.31","@aztec/prover-client":"2.1.0-rc.31","@aztec/noir-noirc_abi":"2.1.0-rc.31","@aztec/sequencer-client":"2.1.0-rc.31","@aztec/telemetry-client":"2.1.0-rc.31","@aztec/validator-client":"2.1.0-rc.31","@aztec/noir-contracts.js":"2.1.0-rc.31","@aztec/protocol-contracts":"2.1.0-rc.31","@aztec/noir-test-contracts.js":"2.1.0-rc.31","@aztec/noir-protocol-circuits-types":"2.1.0-rc.31"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.0-rc.31_1762376799191_0.8321015913078484","host":"s3://npm-registry-packages-npm-production"}},"2.1.1-rc.1":{"name":"@aztec/end-to-end","version":"2.1.1-rc.1","_id":"@aztec/end-to-end@2.1.1-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9084aa7f1283c327adc1e3625983f036f488ebdc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.1-rc.1.tgz","fileCount":191,"integrity":"sha512-ejJIsILTqGQ+lGGK6+2GODDYlA4ZDUR3XiTgacoJmDY4Z/9DA6mQ8tLqTgDcwdJlJtSHCM4wDQtsO6d5dU3lIw==","signatures":[{"sig":"MEUCIQCqSkWCExsmS0cmnfh7vFm4W4dpai/0KydvYPa1IlkDFgIgRmoFx749pQ72xVOQbK45oHAsN3EWnxUcGvrWbHmFCWA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657798},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"13c077905a5966890b7af560a8d74896292eab75","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.1-rc.1","@aztec/cli":"2.1.1-rc.1","@aztec/p2p":"2.1.1-rc.1","@aztec/pxe":"2.1.1-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.1-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.1-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.1-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.1-rc.1","@aztec/archiver":"2.1.1-rc.1","@aztec/aztec.js":"2.1.1-rc.1","@aztec/blob-lib":"2.1.1-rc.1","@aztec/ethereum":"2.1.1-rc.1","@aztec/kv-store":"2.1.1-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.1-rc.1","@aztec/blob-sink":"2.1.1-rc.1","@aztec/constants":"2.1.1-rc.1","@aztec/simulator":"2.1.1-rc.1","@aztec/aztec-node":"2.1.1-rc.1","@aztec/foundation":"2.1.1-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.1-rc.1","@aztec/epoch-cache":"2.1.1-rc.1","@aztec/merkle-tree":"2.1.1-rc.1","@aztec/prover-node":"2.1.1-rc.1","@aztec/world-state":"2.1.1-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.1-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.1-rc.1","@aztec/prover-client":"2.1.1-rc.1","@aztec/noir-noirc_abi":"2.1.1-rc.1","@aztec/sequencer-client":"2.1.1-rc.1","@aztec/telemetry-client":"2.1.1-rc.1","@aztec/validator-client":"2.1.1-rc.1","@aztec/noir-contracts.js":"2.1.1-rc.1","@aztec/protocol-contracts":"2.1.1-rc.1","@aztec/noir-test-contracts.js":"2.1.1-rc.1","@aztec/noir-protocol-circuits-types":"2.1.1-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.1-rc.1_1762382236524_0.45898539117952875","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.24de95ac":{"name":"@aztec/end-to-end","version":"0.0.1-commit.24de95ac","_id":"@aztec/end-to-end@0.0.1-commit.24de95ac","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"28de67741c6f660cf9c5bcb9a2aefcea34c92f07","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.24de95ac.tgz","fileCount":191,"integrity":"sha512-m2fGX9VPCul/tuQe7oZTHGtvydtBjh4SwcnA4zERrinCCHgjSyhXPPzOrn3gRV6E1ZbdNWG2eQNXAfhFWsXVmA==","signatures":[{"sig":"MEQCIDcOmTbIVwH3/L6FZrfRy92A8pNqkegDbDejnMw0S51qAiBapbkihU4m6zQXwNzAkHtsAKnICyHCz21yJheQYuL91w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682517},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"24de95ac829610f2e122e6a350cc40f8cc97a9ba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.24de95ac","@aztec/cli":"0.0.1-commit.24de95ac","@aztec/p2p":"0.0.1-commit.24de95ac","@aztec/pxe":"0.0.1-commit.24de95ac","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.24de95ac","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.24de95ac","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.24de95ac","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.24de95ac","@aztec/archiver":"0.0.1-commit.24de95ac","@aztec/aztec.js":"0.0.1-commit.24de95ac","@aztec/blob-lib":"0.0.1-commit.24de95ac","@aztec/ethereum":"0.0.1-commit.24de95ac","@aztec/kv-store":"0.0.1-commit.24de95ac","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.24de95ac","@aztec/blob-sink":"0.0.1-commit.24de95ac","@aztec/constants":"0.0.1-commit.24de95ac","@aztec/simulator":"0.0.1-commit.24de95ac","@aztec/aztec-node":"0.0.1-commit.24de95ac","@aztec/foundation":"0.0.1-commit.24de95ac","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.24de95ac","@aztec/epoch-cache":"0.0.1-commit.24de95ac","@aztec/merkle-tree":"0.0.1-commit.24de95ac","@aztec/prover-node":"0.0.1-commit.24de95ac","@aztec/test-wallet":"0.0.1-commit.24de95ac","@aztec/world-state":"0.0.1-commit.24de95ac","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.24de95ac","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.24de95ac","@aztec/prover-client":"0.0.1-commit.24de95ac","@aztec/noir-noirc_abi":"0.0.1-commit.24de95ac","@aztec/sequencer-client":"0.0.1-commit.24de95ac","@aztec/telemetry-client":"0.0.1-commit.24de95ac","@aztec/validator-client":"0.0.1-commit.24de95ac","@aztec/noir-contracts.js":"0.0.1-commit.24de95ac","@aztec/protocol-contracts":"0.0.1-commit.24de95ac","@aztec/noir-test-contracts.js":"0.0.1-commit.24de95ac","@aztec/noir-protocol-circuits-types":"0.0.1-commit.24de95ac"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.24de95ac_1762383497536_0.5524646482480382","host":"s3://npm-registry-packages-npm-production"}},"2.1.2":{"name":"@aztec/end-to-end","version":"2.1.2","_id":"@aztec/end-to-end@2.1.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3bd5c3a33ca3a434cc040cd583e51d2bcb1e16b4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.2.tgz","fileCount":191,"integrity":"sha512-fBsKXAo1xeLs7EwXLrE8XqntiuaHhkELaVp8BNVbvPtveEjQxBNxQTH5xLkWsfmF2wdZh2hhjF8BkclgV/AqhQ==","signatures":[{"sig":"MEQCICs4Vx314ze/Q4INtMSeDnfw4sAyUbK0IA4bdqfWZqWCAiB3IM22GTwAq8icuqQBRLWXjKY5waNvy96c+qxc1k4JIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657618},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5487e8b23ee79e4eb24d4d11b363041716fca875","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.2","@aztec/cli":"2.1.2","@aztec/p2p":"2.1.2","@aztec/pxe":"2.1.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.2","@aztec/archiver":"2.1.2","@aztec/aztec.js":"2.1.2","@aztec/blob-lib":"2.1.2","@aztec/ethereum":"2.1.2","@aztec/kv-store":"2.1.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.2","@aztec/blob-sink":"2.1.2","@aztec/constants":"2.1.2","@aztec/simulator":"2.1.2","@aztec/aztec-node":"2.1.2","@aztec/foundation":"2.1.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.2","@aztec/epoch-cache":"2.1.2","@aztec/merkle-tree":"2.1.2","@aztec/prover-node":"2.1.2","@aztec/world-state":"2.1.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.2","@aztec/prover-client":"2.1.2","@aztec/noir-noirc_abi":"2.1.2","@aztec/sequencer-client":"2.1.2","@aztec/telemetry-client":"2.1.2","@aztec/validator-client":"2.1.2","@aztec/noir-contracts.js":"2.1.2","@aztec/protocol-contracts":"2.1.2","@aztec/noir-test-contracts.js":"2.1.2","@aztec/noir-protocol-circuits-types":"2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.2_1762391757524_0.7214252667272225","host":"s3://npm-registry-packages-npm-production"}},"2.1.2-rc.1":{"name":"@aztec/end-to-end","version":"2.1.2-rc.1","_id":"@aztec/end-to-end@2.1.2-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"66535f9e45c7ee4680d251671709c02a6e56de93","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.2-rc.1.tgz","fileCount":191,"integrity":"sha512-NtFN9YoGYrln05kYU8V6ZuTGeMvts6p7tfctDqm1iZa4SCEaySgZfp3pNlpJrjnFSecIQjfA41NmaFBHfxr76w==","signatures":[{"sig":"MEUCIQCuwv5/bzCxT1EwYPwltp93zDjoWJKeTofzdms4MDNPOAIgV0FJHImfSzfX/mdlxIrLZX2syYYvDesNXvyPG1csWz8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657798},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5487e8b23ee79e4eb24d4d11b363041716fca875","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.2-rc.1","@aztec/cli":"2.1.2-rc.1","@aztec/p2p":"2.1.2-rc.1","@aztec/pxe":"2.1.2-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.2-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.2-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.2-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.2-rc.1","@aztec/archiver":"2.1.2-rc.1","@aztec/aztec.js":"2.1.2-rc.1","@aztec/blob-lib":"2.1.2-rc.1","@aztec/ethereum":"2.1.2-rc.1","@aztec/kv-store":"2.1.2-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.2-rc.1","@aztec/blob-sink":"2.1.2-rc.1","@aztec/constants":"2.1.2-rc.1","@aztec/simulator":"2.1.2-rc.1","@aztec/aztec-node":"2.1.2-rc.1","@aztec/foundation":"2.1.2-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.2-rc.1","@aztec/epoch-cache":"2.1.2-rc.1","@aztec/merkle-tree":"2.1.2-rc.1","@aztec/prover-node":"2.1.2-rc.1","@aztec/world-state":"2.1.2-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.2-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.2-rc.1","@aztec/prover-client":"2.1.2-rc.1","@aztec/noir-noirc_abi":"2.1.2-rc.1","@aztec/sequencer-client":"2.1.2-rc.1","@aztec/telemetry-client":"2.1.2-rc.1","@aztec/validator-client":"2.1.2-rc.1","@aztec/noir-contracts.js":"2.1.2-rc.1","@aztec/protocol-contracts":"2.1.2-rc.1","@aztec/noir-test-contracts.js":"2.1.2-rc.1","@aztec/noir-protocol-circuits-types":"2.1.2-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.2-rc.1_1762392350884_0.33284484341196197","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251106":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251106","_id":"@aztec/end-to-end@3.0.0-nightly.20251106","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9dce4abdfd478e27bc7a2f82953f8529d3b3827f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251106.tgz","fileCount":191,"integrity":"sha512-Xrp/V4v6p7EfC8OojGvwwA9RV8+fQXr0L6nMh2wDfY7QeHF0EYMyfyexabAcOjQK1qbNBCee6PG3KlU8Ub9wWw==","signatures":[{"sig":"MEQCIA5zEqbUmJ1xr5NhuJo4wC4GMtWQ+BVULvyGW/XYt0fIAiAzuPHCm2WUpCwMGElcqBuD0TkwAp/i1KHblo9NGvvmmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"31a6b6fa93b314ebfd43e7912f74384ff4192211","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251106","@aztec/cli":"3.0.0-nightly.20251106","@aztec/p2p":"3.0.0-nightly.20251106","@aztec/pxe":"3.0.0-nightly.20251106","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251106","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251106","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251106","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251106","@aztec/archiver":"3.0.0-nightly.20251106","@aztec/aztec.js":"3.0.0-nightly.20251106","@aztec/blob-lib":"3.0.0-nightly.20251106","@aztec/ethereum":"3.0.0-nightly.20251106","@aztec/kv-store":"3.0.0-nightly.20251106","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251106","@aztec/blob-sink":"3.0.0-nightly.20251106","@aztec/constants":"3.0.0-nightly.20251106","@aztec/simulator":"3.0.0-nightly.20251106","@aztec/aztec-node":"3.0.0-nightly.20251106","@aztec/foundation":"3.0.0-nightly.20251106","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251106","@aztec/epoch-cache":"3.0.0-nightly.20251106","@aztec/merkle-tree":"3.0.0-nightly.20251106","@aztec/prover-node":"3.0.0-nightly.20251106","@aztec/test-wallet":"3.0.0-nightly.20251106","@aztec/world-state":"3.0.0-nightly.20251106","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251106","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251106","@aztec/prover-client":"3.0.0-nightly.20251106","@aztec/noir-noirc_abi":"3.0.0-nightly.20251106","@aztec/sequencer-client":"3.0.0-nightly.20251106","@aztec/telemetry-client":"3.0.0-nightly.20251106","@aztec/validator-client":"3.0.0-nightly.20251106","@aztec/noir-contracts.js":"3.0.0-nightly.20251106","@aztec/protocol-contracts":"3.0.0-nightly.20251106","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251106","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251106"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251106_1762398770850_0.9255814144526016","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b655e406":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b655e406","_id":"@aztec/end-to-end@0.0.1-commit.b655e406","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bb872259c148a0446d1ded59a2fb0ed5470317f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b655e406.tgz","fileCount":191,"integrity":"sha512-07aha4Uo2foL/Unx6ngkJ3GKMShqIVhqCAfN+GeKRfXLknis8d2AvVxDBzYKRuW+VbwacI9sgWRGxxjhWgTxxg==","signatures":[{"sig":"MEUCID9W4wtcm0bl2sdmcI2hM1qtZ6/ldirhPcc/J1FjfOWFAiEA0wAARohIK4j9F4/IpmyN9AgBftNGFUB8wBJxazob1CY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682517},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b655e4068728afb45926137e968402618b50f479","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b655e406","@aztec/cli":"0.0.1-commit.b655e406","@aztec/p2p":"0.0.1-commit.b655e406","@aztec/pxe":"0.0.1-commit.b655e406","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b655e406","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b655e406","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b655e406","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b655e406","@aztec/archiver":"0.0.1-commit.b655e406","@aztec/aztec.js":"0.0.1-commit.b655e406","@aztec/blob-lib":"0.0.1-commit.b655e406","@aztec/ethereum":"0.0.1-commit.b655e406","@aztec/kv-store":"0.0.1-commit.b655e406","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b655e406","@aztec/blob-sink":"0.0.1-commit.b655e406","@aztec/constants":"0.0.1-commit.b655e406","@aztec/simulator":"0.0.1-commit.b655e406","@aztec/aztec-node":"0.0.1-commit.b655e406","@aztec/foundation":"0.0.1-commit.b655e406","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.b655e406","@aztec/epoch-cache":"0.0.1-commit.b655e406","@aztec/merkle-tree":"0.0.1-commit.b655e406","@aztec/prover-node":"0.0.1-commit.b655e406","@aztec/test-wallet":"0.0.1-commit.b655e406","@aztec/world-state":"0.0.1-commit.b655e406","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b655e406","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b655e406","@aztec/prover-client":"0.0.1-commit.b655e406","@aztec/noir-noirc_abi":"0.0.1-commit.b655e406","@aztec/sequencer-client":"0.0.1-commit.b655e406","@aztec/telemetry-client":"0.0.1-commit.b655e406","@aztec/validator-client":"0.0.1-commit.b655e406","@aztec/noir-contracts.js":"0.0.1-commit.b655e406","@aztec/protocol-contracts":"0.0.1-commit.b655e406","@aztec/noir-test-contracts.js":"0.0.1-commit.b655e406","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b655e406"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b655e406_1762407748631_0.7857233035785076","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251107":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251107","_id":"@aztec/end-to-end@3.0.0-nightly.20251107","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0d7163290a554d26dd8eaee9dee41d7616451354","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251107.tgz","fileCount":191,"integrity":"sha512-3SPLW5sK9kJmMtlKo9tyPwOZDjCr6d/Zkwjy5mRJULXpI7BhITBxCE4GyqQOjeNec8pQzW11LRgTrc9Sf8Wfzw==","signatures":[{"sig":"MEUCIBQZt8VksoCSjHP+be1VKAYumyaiJjTIGBk649KJ3ZzqAiEAmKkSWSrb4QZX2vij/1p6Wr0k9OyFkljyP8ttkwXWZm0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682554},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8ed98bed237ee912133752de69609cfc7b6f5465","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251107","@aztec/cli":"3.0.0-nightly.20251107","@aztec/p2p":"3.0.0-nightly.20251107","@aztec/pxe":"3.0.0-nightly.20251107","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251107","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251107","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251107","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251107","@aztec/archiver":"3.0.0-nightly.20251107","@aztec/aztec.js":"3.0.0-nightly.20251107","@aztec/blob-lib":"3.0.0-nightly.20251107","@aztec/ethereum":"3.0.0-nightly.20251107","@aztec/kv-store":"3.0.0-nightly.20251107","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251107","@aztec/blob-sink":"3.0.0-nightly.20251107","@aztec/constants":"3.0.0-nightly.20251107","@aztec/simulator":"3.0.0-nightly.20251107","@aztec/aztec-node":"3.0.0-nightly.20251107","@aztec/foundation":"3.0.0-nightly.20251107","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251107","@aztec/epoch-cache":"3.0.0-nightly.20251107","@aztec/merkle-tree":"3.0.0-nightly.20251107","@aztec/prover-node":"3.0.0-nightly.20251107","@aztec/test-wallet":"3.0.0-nightly.20251107","@aztec/world-state":"3.0.0-nightly.20251107","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251107","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251107","@aztec/prover-client":"3.0.0-nightly.20251107","@aztec/noir-noirc_abi":"3.0.0-nightly.20251107","@aztec/sequencer-client":"3.0.0-nightly.20251107","@aztec/telemetry-client":"3.0.0-nightly.20251107","@aztec/validator-client":"3.0.0-nightly.20251107","@aztec/noir-contracts.js":"3.0.0-nightly.20251107","@aztec/protocol-contracts":"3.0.0-nightly.20251107","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251107","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251107"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251107_1762484320156_0.3560897634281328","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251108":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251108","_id":"@aztec/end-to-end@3.0.0-nightly.20251108","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9ca291bb95ce28604fa04b560d3ba7b9f2fdc162","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251108.tgz","fileCount":191,"integrity":"sha512-VAzaqvGyOgXDnscALUnKEdd2049PJSLTGCnlQTGDPXE9k9d4YAgSMSqaqD0rJc91Hp2SbkqXL78lTqoD4UipFw==","signatures":[{"sig":"MEQCICLFssIKfRgRiMI9cELpn74vbOrjQIYpdXIXTcv6LsBqAiBbjSXv2ViQOSpQZb00PqZjdTuz7mIN/3+BJ+FZxCe9Nw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"401df56b3da34833bfa7ec54b35151ed4f1e1c1f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251108","@aztec/cli":"3.0.0-nightly.20251108","@aztec/p2p":"3.0.0-nightly.20251108","@aztec/pxe":"3.0.0-nightly.20251108","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251108","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251108","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251108","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251108","@aztec/archiver":"3.0.0-nightly.20251108","@aztec/aztec.js":"3.0.0-nightly.20251108","@aztec/blob-lib":"3.0.0-nightly.20251108","@aztec/ethereum":"3.0.0-nightly.20251108","@aztec/kv-store":"3.0.0-nightly.20251108","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251108","@aztec/blob-sink":"3.0.0-nightly.20251108","@aztec/constants":"3.0.0-nightly.20251108","@aztec/simulator":"3.0.0-nightly.20251108","@aztec/aztec-node":"3.0.0-nightly.20251108","@aztec/foundation":"3.0.0-nightly.20251108","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251108","@aztec/epoch-cache":"3.0.0-nightly.20251108","@aztec/merkle-tree":"3.0.0-nightly.20251108","@aztec/prover-node":"3.0.0-nightly.20251108","@aztec/test-wallet":"3.0.0-nightly.20251108","@aztec/world-state":"3.0.0-nightly.20251108","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251108","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251108","@aztec/prover-client":"3.0.0-nightly.20251108","@aztec/noir-noirc_abi":"3.0.0-nightly.20251108","@aztec/sequencer-client":"3.0.0-nightly.20251108","@aztec/telemetry-client":"3.0.0-nightly.20251108","@aztec/validator-client":"3.0.0-nightly.20251108","@aztec/noir-contracts.js":"3.0.0-nightly.20251108","@aztec/protocol-contracts":"3.0.0-nightly.20251108","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251108","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251108"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251108_1762570516533_0.7128080602991183","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251109":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251109","_id":"@aztec/end-to-end@3.0.0-nightly.20251109","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"31fc01793fbfa393ff6a0d55e0d23bca3def1154","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251109.tgz","fileCount":191,"integrity":"sha512-p6vxQVgPQ8QuphUV8JpMEXbw+3RZ51NNdinVIUTe2JmWPLE91NPtYsfkC3qLfPett+Z0GNPOWazhWsx4IRrOvg==","signatures":[{"sig":"MEUCIFaiXHEYCYN4i9XLTxebXUF9+wXpm7MgsT7CBDwBDzReAiEA4NUMP7d2Qh0r5l06ariUXFmQrhWRQl3rb/nWrO/CeUE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"898849952ce2cc7c911a75b9b641bbd553768a1c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251109","@aztec/cli":"3.0.0-nightly.20251109","@aztec/p2p":"3.0.0-nightly.20251109","@aztec/pxe":"3.0.0-nightly.20251109","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251109","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251109","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251109","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251109","@aztec/archiver":"3.0.0-nightly.20251109","@aztec/aztec.js":"3.0.0-nightly.20251109","@aztec/blob-lib":"3.0.0-nightly.20251109","@aztec/ethereum":"3.0.0-nightly.20251109","@aztec/kv-store":"3.0.0-nightly.20251109","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251109","@aztec/blob-sink":"3.0.0-nightly.20251109","@aztec/constants":"3.0.0-nightly.20251109","@aztec/simulator":"3.0.0-nightly.20251109","@aztec/aztec-node":"3.0.0-nightly.20251109","@aztec/foundation":"3.0.0-nightly.20251109","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251109","@aztec/epoch-cache":"3.0.0-nightly.20251109","@aztec/merkle-tree":"3.0.0-nightly.20251109","@aztec/prover-node":"3.0.0-nightly.20251109","@aztec/test-wallet":"3.0.0-nightly.20251109","@aztec/world-state":"3.0.0-nightly.20251109","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251109","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251109","@aztec/prover-client":"3.0.0-nightly.20251109","@aztec/noir-noirc_abi":"3.0.0-nightly.20251109","@aztec/sequencer-client":"3.0.0-nightly.20251109","@aztec/telemetry-client":"3.0.0-nightly.20251109","@aztec/validator-client":"3.0.0-nightly.20251109","@aztec/noir-contracts.js":"3.0.0-nightly.20251109","@aztec/protocol-contracts":"3.0.0-nightly.20251109","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251109","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251109"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251109_1762657912596_0.7355829683724067","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251110":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251110","_id":"@aztec/end-to-end@3.0.0-nightly.20251110","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4edf2dc699adfb12d20aedc9d896dd59d82620c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251110.tgz","fileCount":191,"integrity":"sha512-dvHpRw6fivv0upJ8+TzFOjLNHBRJS8n/IAUuTnMoAAeNH97DxQxOMpIpQIxULSZoZ14ba05DgYDlybgCCjkvAA==","signatures":[{"sig":"MEYCIQDkTDd522MvE74FKszmBTX02hytLSmQpWu6wCVK54qe4AIhAJwdcPe6Ekg7jiLjXP1s3LibEQT/XcnogZ6Nx6Q4QStx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b3b5ffa09aa3d05c3123d61e171170919d1f83a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251110","@aztec/cli":"3.0.0-nightly.20251110","@aztec/p2p":"3.0.0-nightly.20251110","@aztec/pxe":"3.0.0-nightly.20251110","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251110","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251110","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251110","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251110","@aztec/archiver":"3.0.0-nightly.20251110","@aztec/aztec.js":"3.0.0-nightly.20251110","@aztec/blob-lib":"3.0.0-nightly.20251110","@aztec/ethereum":"3.0.0-nightly.20251110","@aztec/kv-store":"3.0.0-nightly.20251110","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251110","@aztec/blob-sink":"3.0.0-nightly.20251110","@aztec/constants":"3.0.0-nightly.20251110","@aztec/simulator":"3.0.0-nightly.20251110","@aztec/aztec-node":"3.0.0-nightly.20251110","@aztec/foundation":"3.0.0-nightly.20251110","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251110","@aztec/epoch-cache":"3.0.0-nightly.20251110","@aztec/merkle-tree":"3.0.0-nightly.20251110","@aztec/prover-node":"3.0.0-nightly.20251110","@aztec/test-wallet":"3.0.0-nightly.20251110","@aztec/world-state":"3.0.0-nightly.20251110","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251110","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251110","@aztec/prover-client":"3.0.0-nightly.20251110","@aztec/noir-noirc_abi":"3.0.0-nightly.20251110","@aztec/sequencer-client":"3.0.0-nightly.20251110","@aztec/telemetry-client":"3.0.0-nightly.20251110","@aztec/validator-client":"3.0.0-nightly.20251110","@aztec/noir-contracts.js":"3.0.0-nightly.20251110","@aztec/protocol-contracts":"3.0.0-nightly.20251110","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251110","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251110"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251110_1762744413046_0.9944187239723108","host":"s3://npm-registry-packages-npm-production"}},"2.1.2-rc.2":{"name":"@aztec/end-to-end","version":"2.1.2-rc.2","_id":"@aztec/end-to-end@2.1.2-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"50a273fdd1100e493a1ab19ab82001ee8086dd86","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.2-rc.2.tgz","fileCount":191,"integrity":"sha512-v06T/kvqSJxoHjXTAly4WFlndK09tQfVvPhbZT4mLAEKDkqLJOPVyZ3Qo10YUeD8piwubaMXLbvnykrtdsX+jg==","signatures":[{"sig":"MEUCIEqauB2n5E1Xne/oeE/QF6kN/+GlBCjBFbYOQVfop++8AiEA3VdMB5M6j1i3v2vNVAPHZUnCkgukhFU98WupzXddc5c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7a510a71e020ac7096e51c84f15c04594208a01a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.2-rc.2","@aztec/cli":"2.1.2-rc.2","@aztec/p2p":"2.1.2-rc.2","@aztec/pxe":"2.1.2-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.2-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.2-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.2-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.2-rc.2","@aztec/archiver":"2.1.2-rc.2","@aztec/aztec.js":"2.1.2-rc.2","@aztec/blob-lib":"2.1.2-rc.2","@aztec/ethereum":"2.1.2-rc.2","@aztec/kv-store":"2.1.2-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.2-rc.2","@aztec/blob-sink":"2.1.2-rc.2","@aztec/constants":"2.1.2-rc.2","@aztec/simulator":"2.1.2-rc.2","@aztec/aztec-node":"2.1.2-rc.2","@aztec/foundation":"2.1.2-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.2-rc.2","@aztec/epoch-cache":"2.1.2-rc.2","@aztec/merkle-tree":"2.1.2-rc.2","@aztec/prover-node":"2.1.2-rc.2","@aztec/world-state":"2.1.2-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.2-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.2-rc.2","@aztec/prover-client":"2.1.2-rc.2","@aztec/noir-noirc_abi":"2.1.2-rc.2","@aztec/sequencer-client":"2.1.2-rc.2","@aztec/telemetry-client":"2.1.2-rc.2","@aztec/validator-client":"2.1.2-rc.2","@aztec/noir-contracts.js":"2.1.2-rc.2","@aztec/protocol-contracts":"2.1.2-rc.2","@aztec/noir-test-contracts.js":"2.1.2-rc.2","@aztec/noir-protocol-circuits-types":"2.1.2-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.2-rc.2_1762799713414_0.7131615652759722","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251111":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251111","_id":"@aztec/end-to-end@3.0.0-nightly.20251111","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a3a535344ee64bb28152c87342dc5b22914b12a0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251111.tgz","fileCount":191,"integrity":"sha512-KjDVrtvZes75ITqVJj4h3DDzjS4GrmLMKj9zOPq/MezHn3BmpskpGrA57XACz3R2s2AmafE6sKc1fEyj5VHa5Q==","signatures":[{"sig":"MEYCIQD8RcclYq/ZTT0p21XqXUNpHFFPnoBcp/Xhcosq/gIWmQIhALrHLfIzjK+eo/tvDQ0Cg2xGs8nGaJtuSahtyggaqGpe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a6afd767dd5711f7cda6120b2f1447ec7905901f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251111","@aztec/cli":"3.0.0-nightly.20251111","@aztec/p2p":"3.0.0-nightly.20251111","@aztec/pxe":"3.0.0-nightly.20251111","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251111","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251111","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251111","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251111","@aztec/archiver":"3.0.0-nightly.20251111","@aztec/aztec.js":"3.0.0-nightly.20251111","@aztec/blob-lib":"3.0.0-nightly.20251111","@aztec/ethereum":"3.0.0-nightly.20251111","@aztec/kv-store":"3.0.0-nightly.20251111","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251111","@aztec/blob-sink":"3.0.0-nightly.20251111","@aztec/constants":"3.0.0-nightly.20251111","@aztec/simulator":"3.0.0-nightly.20251111","@aztec/aztec-node":"3.0.0-nightly.20251111","@aztec/foundation":"3.0.0-nightly.20251111","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251111","@aztec/epoch-cache":"3.0.0-nightly.20251111","@aztec/merkle-tree":"3.0.0-nightly.20251111","@aztec/prover-node":"3.0.0-nightly.20251111","@aztec/test-wallet":"3.0.0-nightly.20251111","@aztec/world-state":"3.0.0-nightly.20251111","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251111","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251111","@aztec/prover-client":"3.0.0-nightly.20251111","@aztec/noir-noirc_abi":"3.0.0-nightly.20251111","@aztec/sequencer-client":"3.0.0-nightly.20251111","@aztec/telemetry-client":"3.0.0-nightly.20251111","@aztec/validator-client":"3.0.0-nightly.20251111","@aztec/noir-contracts.js":"3.0.0-nightly.20251111","@aztec/protocol-contracts":"3.0.0-nightly.20251111","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251111","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251111"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251111_1762830695557_0.5960468817391997","host":"s3://npm-registry-packages-npm-production"}},"2.1.2-rc.3":{"name":"@aztec/end-to-end","version":"2.1.2-rc.3","_id":"@aztec/end-to-end@2.1.2-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d1758dc92f29133d3a31d23f58f55c9c71b19d44","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.2-rc.3.tgz","fileCount":191,"integrity":"sha512-/MJiZm3dmv681PbtsxiwozHwLa3wCpXzN0LuGROE1Mn1LJxL8u3aymQH4VjnKeobv8D0S3ThuGPuibARf1XATg==","signatures":[{"sig":"MEYCIQDtY2wWyWnZvyDoYmoLwEbZZe3KuyYDg9bmacePQxjGSgIhAJ5BWJGduWCzheFIeNSWFuLNkUkWNhs8J8bg0a0AEinr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"78f3039e30658b472902c27b6f7f64a6d2513a0a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.2-rc.3","@aztec/cli":"2.1.2-rc.3","@aztec/p2p":"2.1.2-rc.3","@aztec/pxe":"2.1.2-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.2-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.2-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.2-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.2-rc.3","@aztec/archiver":"2.1.2-rc.3","@aztec/aztec.js":"2.1.2-rc.3","@aztec/blob-lib":"2.1.2-rc.3","@aztec/ethereum":"2.1.2-rc.3","@aztec/kv-store":"2.1.2-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.2-rc.3","@aztec/blob-sink":"2.1.2-rc.3","@aztec/constants":"2.1.2-rc.3","@aztec/simulator":"2.1.2-rc.3","@aztec/aztec-node":"2.1.2-rc.3","@aztec/foundation":"2.1.2-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.2-rc.3","@aztec/epoch-cache":"2.1.2-rc.3","@aztec/merkle-tree":"2.1.2-rc.3","@aztec/prover-node":"2.1.2-rc.3","@aztec/world-state":"2.1.2-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.2-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.2-rc.3","@aztec/prover-client":"2.1.2-rc.3","@aztec/noir-noirc_abi":"2.1.2-rc.3","@aztec/sequencer-client":"2.1.2-rc.3","@aztec/telemetry-client":"2.1.2-rc.3","@aztec/validator-client":"2.1.2-rc.3","@aztec/noir-contracts.js":"2.1.2-rc.3","@aztec/protocol-contracts":"2.1.2-rc.3","@aztec/noir-test-contracts.js":"2.1.2-rc.3","@aztec/noir-protocol-circuits-types":"2.1.2-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.2-rc.3_1762853558366_0.5583431932405265","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.5":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.5","_id":"@aztec/end-to-end@3.0.0-devnet.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"73dbccf92a441d00128dffb204c1d428c6aac3f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.5.tgz","fileCount":191,"integrity":"sha512-dgt8aXF5aDQDiNqkt9pXUFHsBJcRPZWXjUJNwH2vvVLNYZnCtl9TmUkJhaT0IKwnlPwJ2MlxLqQI0ZwYHV+iNw==","signatures":[{"sig":"MEUCIQCC1by9SuRdJ4kXjst6UgavtoePxWSREZG9Kz4AT58YQwIgRUlVYrQbS8QZo0k3ni/7BVPNuN73HjMKpkPq/fOzVCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36679947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f62d46ce90441ccc73c9224f871be778ff08953c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.5","@aztec/cli":"3.0.0-devnet.5","@aztec/p2p":"3.0.0-devnet.5","@aztec/pxe":"3.0.0-devnet.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.5","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.5","@aztec/archiver":"3.0.0-devnet.5","@aztec/aztec.js":"3.0.0-devnet.5","@aztec/blob-lib":"3.0.0-devnet.5","@aztec/ethereum":"3.0.0-devnet.5","@aztec/kv-store":"3.0.0-devnet.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.5","@aztec/blob-sink":"3.0.0-devnet.5","@aztec/constants":"3.0.0-devnet.5","@aztec/simulator":"3.0.0-devnet.5","@aztec/aztec-node":"3.0.0-devnet.5","@aztec/foundation":"3.0.0-devnet.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.5","@aztec/epoch-cache":"3.0.0-devnet.5","@aztec/merkle-tree":"3.0.0-devnet.5","@aztec/prover-node":"3.0.0-devnet.5","@aztec/test-wallet":"3.0.0-devnet.5","@aztec/world-state":"3.0.0-devnet.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.5","@aztec/prover-client":"3.0.0-devnet.5","@aztec/noir-noirc_abi":"3.0.0-devnet.5","@aztec/sequencer-client":"3.0.0-devnet.5","@aztec/telemetry-client":"3.0.0-devnet.5","@aztec/validator-client":"3.0.0-devnet.5","@aztec/noir-contracts.js":"3.0.0-devnet.5","@aztec/protocol-contracts":"3.0.0-devnet.5","@aztec/noir-test-contracts.js":"3.0.0-devnet.5","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.5_1762888309810_0.11640339657192089","host":"s3://npm-registry-packages-npm-production"}},"2.1.2-rc.5":{"name":"@aztec/end-to-end","version":"2.1.2-rc.5","_id":"@aztec/end-to-end@2.1.2-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"901fcfa19ef721bf3af656f165776b1625af5c22","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.2-rc.5.tgz","fileCount":191,"integrity":"sha512-VQWFSeRNoNLpdzTUKUHVs/HVdHnNzXB0y6Qn3MUd3Uwfecp20F6/6LexVViAAOlK49T5vVpzx+DEAqESeHC4Qw==","signatures":[{"sig":"MEYCIQDapdNflEHHI6NJQ9Ol1nPk5ZgXPt9dyREBjZ/Gjn7iVgIhAP0/21dNjr9NZiagcOLkuHKb7rhO6FQ9wzNcCGn9IEAY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5600dfdee13d00c760b49604511ec6decccf319d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.2-rc.5","@aztec/cli":"2.1.2-rc.5","@aztec/p2p":"2.1.2-rc.5","@aztec/pxe":"2.1.2-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.2-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.2-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.2-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.2-rc.5","@aztec/archiver":"2.1.2-rc.5","@aztec/aztec.js":"2.1.2-rc.5","@aztec/blob-lib":"2.1.2-rc.5","@aztec/ethereum":"2.1.2-rc.5","@aztec/kv-store":"2.1.2-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.2-rc.5","@aztec/blob-sink":"2.1.2-rc.5","@aztec/constants":"2.1.2-rc.5","@aztec/simulator":"2.1.2-rc.5","@aztec/aztec-node":"2.1.2-rc.5","@aztec/foundation":"2.1.2-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.2-rc.5","@aztec/epoch-cache":"2.1.2-rc.5","@aztec/merkle-tree":"2.1.2-rc.5","@aztec/prover-node":"2.1.2-rc.5","@aztec/world-state":"2.1.2-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.2-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.2-rc.5","@aztec/prover-client":"2.1.2-rc.5","@aztec/noir-noirc_abi":"2.1.2-rc.5","@aztec/sequencer-client":"2.1.2-rc.5","@aztec/telemetry-client":"2.1.2-rc.5","@aztec/validator-client":"2.1.2-rc.5","@aztec/noir-contracts.js":"2.1.2-rc.5","@aztec/protocol-contracts":"2.1.2-rc.5","@aztec/noir-test-contracts.js":"2.1.2-rc.5","@aztec/noir-protocol-circuits-types":"2.1.2-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.2-rc.5_1762895421520_0.07946868287417819","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251112":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251112","_id":"@aztec/end-to-end@3.0.0-nightly.20251112","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"41e9fa87594007cdca4d7b8f983a0cdff3c93df6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251112.tgz","fileCount":191,"integrity":"sha512-LCg53RH0dGYvBkiGbdJELjHd15V2Tk75qGeu8Us9y6SwnQFZgGt/J3yZF//pxff8BT2j0Jx3pC+IgkH8lmXyug==","signatures":[{"sig":"MEQCIE5Fkc14esNkucfoYChnHIMgoihaGyV33gqgNmCD2uFFAiAIQhYa4PyNCrpfC2/W7KGxUHgQ2820iXV7gq7/QaM3NA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36682809},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"470c394bb7e087f31a1105f935e0c117b00cff86","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251112","@aztec/cli":"3.0.0-nightly.20251112","@aztec/p2p":"3.0.0-nightly.20251112","@aztec/pxe":"3.0.0-nightly.20251112","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251112","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251112","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251112","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251112","@aztec/archiver":"3.0.0-nightly.20251112","@aztec/aztec.js":"3.0.0-nightly.20251112","@aztec/blob-lib":"3.0.0-nightly.20251112","@aztec/ethereum":"3.0.0-nightly.20251112","@aztec/kv-store":"3.0.0-nightly.20251112","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251112","@aztec/blob-sink":"3.0.0-nightly.20251112","@aztec/constants":"3.0.0-nightly.20251112","@aztec/simulator":"3.0.0-nightly.20251112","@aztec/aztec-node":"3.0.0-nightly.20251112","@aztec/foundation":"3.0.0-nightly.20251112","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251112","@aztec/epoch-cache":"3.0.0-nightly.20251112","@aztec/merkle-tree":"3.0.0-nightly.20251112","@aztec/prover-node":"3.0.0-nightly.20251112","@aztec/test-wallet":"3.0.0-nightly.20251112","@aztec/world-state":"3.0.0-nightly.20251112","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251112","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251112","@aztec/prover-client":"3.0.0-nightly.20251112","@aztec/noir-noirc_abi":"3.0.0-nightly.20251112","@aztec/sequencer-client":"3.0.0-nightly.20251112","@aztec/telemetry-client":"3.0.0-nightly.20251112","@aztec/validator-client":"3.0.0-nightly.20251112","@aztec/noir-contracts.js":"3.0.0-nightly.20251112","@aztec/protocol-contracts":"3.0.0-nightly.20251112","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251112","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251112"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251112_1762917108509_0.382770013369937","host":"s3://npm-registry-packages-npm-production"}},"2.1.3":{"name":"@aztec/end-to-end","version":"2.1.3","_id":"@aztec/end-to-end@2.1.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c91af5fdeb05a9f5540189b39f1a89cc2bca6482","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.3.tgz","fileCount":191,"integrity":"sha512-RJH0X91p56+NBdWgBMQwFQRayvqbi6+5TowmWsDh3rZLcpTC4QUgEVW1LQZDYJYqeJ7IB7+Q551YT8RzobDjxw==","signatures":[{"sig":"MEQCICjyBRHGJIMJ7e3et8H0nnFeXAzrfxifnsky5q26cmxCAiBmqbhCDfV/6W/8b6dKQNdVXsnA/AvKykpeSYuhJYp9MQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657835},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"606b31107f42ded031be47e4713cf0a73b03b35c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.3","@aztec/cli":"2.1.3","@aztec/p2p":"2.1.3","@aztec/pxe":"2.1.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.3","@aztec/archiver":"2.1.3","@aztec/aztec.js":"2.1.3","@aztec/blob-lib":"2.1.3","@aztec/ethereum":"2.1.3","@aztec/kv-store":"2.1.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.3","@aztec/blob-sink":"2.1.3","@aztec/constants":"2.1.3","@aztec/simulator":"2.1.3","@aztec/aztec-node":"2.1.3","@aztec/foundation":"2.1.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.3","@aztec/epoch-cache":"2.1.3","@aztec/merkle-tree":"2.1.3","@aztec/prover-node":"2.1.3","@aztec/world-state":"2.1.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.3","@aztec/prover-client":"2.1.3","@aztec/noir-noirc_abi":"2.1.3","@aztec/sequencer-client":"2.1.3","@aztec/telemetry-client":"2.1.3","@aztec/validator-client":"2.1.3","@aztec/noir-contracts.js":"2.1.3","@aztec/protocol-contracts":"2.1.3","@aztec/noir-test-contracts.js":"2.1.3","@aztec/noir-protocol-circuits-types":"2.1.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.3_1762944313273_0.40926351200930866","host":"s3://npm-registry-packages-npm-production"}},"2.1.3-rc.1":{"name":"@aztec/end-to-end","version":"2.1.3-rc.1","_id":"@aztec/end-to-end@2.1.3-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a3046c4b0df12c007f2df1b8313ad311f7ca6a69","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.3-rc.1.tgz","fileCount":191,"integrity":"sha512-XTNUNbK7J2j+K31EJy3g24wsfOGcAMmdslC5CAtzcFAFELS19AgFUybyyOl6hkMoXMslUliYSSdsRHMFy30QVw==","signatures":[{"sig":"MEUCIQDyictxVMWCUR0wjq3pUDxFm12cJd0alRr/Myq1c8J9SQIgB5EhMvOa6XBhcq8FQ1TYlUbkrM5gim71VLL/RSBIBAk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"606b31107f42ded031be47e4713cf0a73b03b35c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.3-rc.1","@aztec/cli":"2.1.3-rc.1","@aztec/p2p":"2.1.3-rc.1","@aztec/pxe":"2.1.3-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.3-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.3-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.3-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.3-rc.1","@aztec/archiver":"2.1.3-rc.1","@aztec/aztec.js":"2.1.3-rc.1","@aztec/blob-lib":"2.1.3-rc.1","@aztec/ethereum":"2.1.3-rc.1","@aztec/kv-store":"2.1.3-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.3-rc.1","@aztec/blob-sink":"2.1.3-rc.1","@aztec/constants":"2.1.3-rc.1","@aztec/simulator":"2.1.3-rc.1","@aztec/aztec-node":"2.1.3-rc.1","@aztec/foundation":"2.1.3-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.3-rc.1","@aztec/epoch-cache":"2.1.3-rc.1","@aztec/merkle-tree":"2.1.3-rc.1","@aztec/prover-node":"2.1.3-rc.1","@aztec/world-state":"2.1.3-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.3-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.3-rc.1","@aztec/prover-client":"2.1.3-rc.1","@aztec/noir-noirc_abi":"2.1.3-rc.1","@aztec/sequencer-client":"2.1.3-rc.1","@aztec/telemetry-client":"2.1.3-rc.1","@aztec/validator-client":"2.1.3-rc.1","@aztec/noir-contracts.js":"2.1.3-rc.1","@aztec/protocol-contracts":"2.1.3-rc.1","@aztec/noir-test-contracts.js":"2.1.3-rc.1","@aztec/noir-protocol-circuits-types":"2.1.3-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.3-rc.1_1762945079514_0.55553058760393","host":"s3://npm-registry-packages-npm-production"}},"2.1.3-rc.2":{"name":"@aztec/end-to-end","version":"2.1.3-rc.2","_id":"@aztec/end-to-end@2.1.3-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b73b3117333d7da0bcc3434652645e5d3d030f2e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.3-rc.2.tgz","fileCount":191,"integrity":"sha512-MgLHnrQ+GxmZgpCpGS/zu7IviPXWPKoY1wEzxCYbC44/PmDrTgi5FtzrkcM4GTdOn4SD5x+3uiecawEc/2U2wQ==","signatures":[{"sig":"MEQCIHtjw9uSwWw43F4lS5iGb2ls73J8c4XPjE0yFpvgbBNiAiBj1Lf56SMzAuSXihtF9YdxOl8aZadkJOhFZijXgl+uEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fcb571800629bc357c9ab976e99fbbd7f0a32c55","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.3-rc.2","@aztec/cli":"2.1.3-rc.2","@aztec/p2p":"2.1.3-rc.2","@aztec/pxe":"2.1.3-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.3-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.3-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.3-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.3-rc.2","@aztec/archiver":"2.1.3-rc.2","@aztec/aztec.js":"2.1.3-rc.2","@aztec/blob-lib":"2.1.3-rc.2","@aztec/ethereum":"2.1.3-rc.2","@aztec/kv-store":"2.1.3-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.3-rc.2","@aztec/blob-sink":"2.1.3-rc.2","@aztec/constants":"2.1.3-rc.2","@aztec/simulator":"2.1.3-rc.2","@aztec/aztec-node":"2.1.3-rc.2","@aztec/foundation":"2.1.3-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.3-rc.2","@aztec/epoch-cache":"2.1.3-rc.2","@aztec/merkle-tree":"2.1.3-rc.2","@aztec/prover-node":"2.1.3-rc.2","@aztec/world-state":"2.1.3-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.3-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.3-rc.2","@aztec/prover-client":"2.1.3-rc.2","@aztec/noir-noirc_abi":"2.1.3-rc.2","@aztec/sequencer-client":"2.1.3-rc.2","@aztec/telemetry-client":"2.1.3-rc.2","@aztec/validator-client":"2.1.3-rc.2","@aztec/noir-contracts.js":"2.1.3-rc.2","@aztec/protocol-contracts":"2.1.3-rc.2","@aztec/noir-test-contracts.js":"2.1.3-rc.2","@aztec/noir-protocol-circuits-types":"2.1.3-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.3-rc.2_1762965715281_0.8450828921404405","host":"s3://npm-registry-packages-npm-production"}},"2.1.4":{"name":"@aztec/end-to-end","version":"2.1.4","_id":"@aztec/end-to-end@2.1.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"933653c39cf6933d3ac5aee30d97c07a758cfd04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.4.tgz","fileCount":191,"integrity":"sha512-i2ufHJUauFMkhJOhhWcBZBVcfXRa6cymA5wB1UF+Ag021OxNAlCFBhGs8dXWD2ZQ+0QO0n0vszLUd6gXV4ofPQ==","signatures":[{"sig":"MEYCIQCWGupNhFBeMR4mWU50YzCiF3jdtWWVWlgQPv0Moy7SqwIhAOPz2zv3U77kTzcJFSnJe/WkkYUu6zZ1/dxV+Vcv/Fp3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657835},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3d9dccdae863a72c0c4ba91019e504d778f21e3c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.4","@aztec/cli":"2.1.4","@aztec/p2p":"2.1.4","@aztec/pxe":"2.1.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.4","@aztec/archiver":"2.1.4","@aztec/aztec.js":"2.1.4","@aztec/blob-lib":"2.1.4","@aztec/ethereum":"2.1.4","@aztec/kv-store":"2.1.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.4","@aztec/blob-sink":"2.1.4","@aztec/constants":"2.1.4","@aztec/simulator":"2.1.4","@aztec/aztec-node":"2.1.4","@aztec/foundation":"2.1.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.4","@aztec/epoch-cache":"2.1.4","@aztec/merkle-tree":"2.1.4","@aztec/prover-node":"2.1.4","@aztec/world-state":"2.1.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.4","@aztec/prover-client":"2.1.4","@aztec/noir-noirc_abi":"2.1.4","@aztec/sequencer-client":"2.1.4","@aztec/telemetry-client":"2.1.4","@aztec/validator-client":"2.1.4","@aztec/noir-contracts.js":"2.1.4","@aztec/protocol-contracts":"2.1.4","@aztec/noir-test-contracts.js":"2.1.4","@aztec/noir-protocol-circuits-types":"2.1.4"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.4_1762968265882_0.6416037928404206","host":"s3://npm-registry-packages-npm-production"}},"2.1.4-rc.1":{"name":"@aztec/end-to-end","version":"2.1.4-rc.1","_id":"@aztec/end-to-end@2.1.4-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bad5a8912905597b2f65f85207f6a16f90e368a8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.4-rc.1.tgz","fileCount":191,"integrity":"sha512-lcLgim/W3OiOSxtUpVBHVdplXMcRgX5a/E39cFs7uNm4HtKkIeI0ZUTHbwBr2M+4JjgED//gfNQMES5cJ26SSQ==","signatures":[{"sig":"MEYCIQDhGQFsRsXLeXZ8YWpRInFwnZK6VZhRgu2FT8xQyck0nwIhALLZhp4eAeFlRe37pxKhkwGwO7PGfldqylLT1VVZFqoR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3d9dccdae863a72c0c4ba91019e504d778f21e3c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.4-rc.1","@aztec/cli":"2.1.4-rc.1","@aztec/p2p":"2.1.4-rc.1","@aztec/pxe":"2.1.4-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.4-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.4-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.4-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.4-rc.1","@aztec/archiver":"2.1.4-rc.1","@aztec/aztec.js":"2.1.4-rc.1","@aztec/blob-lib":"2.1.4-rc.1","@aztec/ethereum":"2.1.4-rc.1","@aztec/kv-store":"2.1.4-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.4-rc.1","@aztec/blob-sink":"2.1.4-rc.1","@aztec/constants":"2.1.4-rc.1","@aztec/simulator":"2.1.4-rc.1","@aztec/aztec-node":"2.1.4-rc.1","@aztec/foundation":"2.1.4-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.4-rc.1","@aztec/epoch-cache":"2.1.4-rc.1","@aztec/merkle-tree":"2.1.4-rc.1","@aztec/prover-node":"2.1.4-rc.1","@aztec/world-state":"2.1.4-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.4-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.4-rc.1","@aztec/prover-client":"2.1.4-rc.1","@aztec/noir-noirc_abi":"2.1.4-rc.1","@aztec/sequencer-client":"2.1.4-rc.1","@aztec/telemetry-client":"2.1.4-rc.1","@aztec/validator-client":"2.1.4-rc.1","@aztec/noir-contracts.js":"2.1.4-rc.1","@aztec/protocol-contracts":"2.1.4-rc.1","@aztec/noir-test-contracts.js":"2.1.4-rc.1","@aztec/noir-protocol-circuits-types":"2.1.4-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.4-rc.1_1762969082805_0.02140861649279624","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251113":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251113","_id":"@aztec/end-to-end@3.0.0-nightly.20251113","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8ed96cae5c5db99df1f5770af58c8a2d58048f2c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251113.tgz","fileCount":191,"integrity":"sha512-vuerphk9MANJ7rmVq7SKIupk8A5S9mV9cPlYZ9m7juH9QfJa9svy0H1lNfhIGzP7ztRikGXZVVjYFpUZcDL91w==","signatures":[{"sig":"MEUCIB8r12d3DTx2ZvXvUPQjlkkZ376DnjzIr61Irz5hxibiAiEAuEUFP8rvS36iVJVAlQg8RuLX9TpmofK3tpynXUEJhDQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36683032},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1cd452c92bda3605a576e23e602ce7dcef5e3577","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251113","@aztec/cli":"3.0.0-nightly.20251113","@aztec/p2p":"3.0.0-nightly.20251113","@aztec/pxe":"3.0.0-nightly.20251113","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251113","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251113","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251113","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251113","@aztec/archiver":"3.0.0-nightly.20251113","@aztec/aztec.js":"3.0.0-nightly.20251113","@aztec/blob-lib":"3.0.0-nightly.20251113","@aztec/ethereum":"3.0.0-nightly.20251113","@aztec/kv-store":"3.0.0-nightly.20251113","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251113","@aztec/blob-sink":"3.0.0-nightly.20251113","@aztec/constants":"3.0.0-nightly.20251113","@aztec/simulator":"3.0.0-nightly.20251113","@aztec/aztec-node":"3.0.0-nightly.20251113","@aztec/foundation":"3.0.0-nightly.20251113","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251113","@aztec/epoch-cache":"3.0.0-nightly.20251113","@aztec/merkle-tree":"3.0.0-nightly.20251113","@aztec/prover-node":"3.0.0-nightly.20251113","@aztec/test-wallet":"3.0.0-nightly.20251113","@aztec/world-state":"3.0.0-nightly.20251113","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251113","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251113","@aztec/prover-client":"3.0.0-nightly.20251113","@aztec/noir-noirc_abi":"3.0.0-nightly.20251113","@aztec/sequencer-client":"3.0.0-nightly.20251113","@aztec/telemetry-client":"3.0.0-nightly.20251113","@aztec/validator-client":"3.0.0-nightly.20251113","@aztec/noir-contracts.js":"3.0.0-nightly.20251113","@aztec/protocol-contracts":"3.0.0-nightly.20251113","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251113","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251113"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251113_1763005832781_0.8559165503526502","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251114":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251114","_id":"@aztec/end-to-end@3.0.0-nightly.20251114","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cd90380925bb3c2971b949686c5ba418517bbee9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251114.tgz","fileCount":191,"integrity":"sha512-aXn0sc0aahMzLHU2atxBrjv3SajJWm7YJjilJefyxDj6IwxAitqZhs69xHigEkEF022YoaEoyS+f6G0wiVh7gA==","signatures":[{"sig":"MEQCIBwjiqh50EBDFTdwm+tRZxI3z3mfDHsO5vkHkiIpfyTyAiB5pkstDXw7G7Ti/ho3ZJTvmSPXlcEcsiaOpflRC0RiGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36683032},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5f44cc691fa2ae52da18a29fb55988f951980e63","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251114","@aztec/cli":"3.0.0-nightly.20251114","@aztec/p2p":"3.0.0-nightly.20251114","@aztec/pxe":"3.0.0-nightly.20251114","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251114","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251114","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251114","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251114","@aztec/archiver":"3.0.0-nightly.20251114","@aztec/aztec.js":"3.0.0-nightly.20251114","@aztec/blob-lib":"3.0.0-nightly.20251114","@aztec/ethereum":"3.0.0-nightly.20251114","@aztec/kv-store":"3.0.0-nightly.20251114","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251114","@aztec/blob-sink":"3.0.0-nightly.20251114","@aztec/constants":"3.0.0-nightly.20251114","@aztec/simulator":"3.0.0-nightly.20251114","@aztec/aztec-node":"3.0.0-nightly.20251114","@aztec/foundation":"3.0.0-nightly.20251114","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251114","@aztec/epoch-cache":"3.0.0-nightly.20251114","@aztec/merkle-tree":"3.0.0-nightly.20251114","@aztec/prover-node":"3.0.0-nightly.20251114","@aztec/test-wallet":"3.0.0-nightly.20251114","@aztec/world-state":"3.0.0-nightly.20251114","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251114","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251114","@aztec/prover-client":"3.0.0-nightly.20251114","@aztec/noir-noirc_abi":"3.0.0-nightly.20251114","@aztec/sequencer-client":"3.0.0-nightly.20251114","@aztec/telemetry-client":"3.0.0-nightly.20251114","@aztec/validator-client":"3.0.0-nightly.20251114","@aztec/noir-contracts.js":"3.0.0-nightly.20251114","@aztec/protocol-contracts":"3.0.0-nightly.20251114","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251114","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251114"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251114_1763092174697_0.07981189843249381","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251115":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251115","_id":"@aztec/end-to-end@3.0.0-nightly.20251115","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fd0126eb2749cfc031797d14aa2ee50cc3c3b695","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251115.tgz","fileCount":191,"integrity":"sha512-mCbyJj1ud2UFLhx60Y5s4BuMhLbfr25fjvqnReah9r8oI2FH6E67iezqxLrhyQkfEBOgWdaYXuVMTPxdbF5c0Q==","signatures":[{"sig":"MEUCIQDjFY7ArPgNHEaW5IVjikYIHDEb/RFWH6yvQ9j78jQ6QwIgRq3Z0+4aTqI/rztERC7pDlIKqljo+gj1v+AE8sojuU4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36683032},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a48c205d6dcd4338f5b83b4fda18bff6015be07b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251115","@aztec/cli":"3.0.0-nightly.20251115","@aztec/p2p":"3.0.0-nightly.20251115","@aztec/pxe":"3.0.0-nightly.20251115","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251115","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251115","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251115","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251115","@aztec/archiver":"3.0.0-nightly.20251115","@aztec/aztec.js":"3.0.0-nightly.20251115","@aztec/blob-lib":"3.0.0-nightly.20251115","@aztec/ethereum":"3.0.0-nightly.20251115","@aztec/kv-store":"3.0.0-nightly.20251115","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251115","@aztec/blob-sink":"3.0.0-nightly.20251115","@aztec/constants":"3.0.0-nightly.20251115","@aztec/simulator":"3.0.0-nightly.20251115","@aztec/aztec-node":"3.0.0-nightly.20251115","@aztec/foundation":"3.0.0-nightly.20251115","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251115","@aztec/epoch-cache":"3.0.0-nightly.20251115","@aztec/merkle-tree":"3.0.0-nightly.20251115","@aztec/prover-node":"3.0.0-nightly.20251115","@aztec/test-wallet":"3.0.0-nightly.20251115","@aztec/world-state":"3.0.0-nightly.20251115","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251115","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251115","@aztec/prover-client":"3.0.0-nightly.20251115","@aztec/noir-noirc_abi":"3.0.0-nightly.20251115","@aztec/sequencer-client":"3.0.0-nightly.20251115","@aztec/telemetry-client":"3.0.0-nightly.20251115","@aztec/validator-client":"3.0.0-nightly.20251115","@aztec/noir-contracts.js":"3.0.0-nightly.20251115","@aztec/protocol-contracts":"3.0.0-nightly.20251115","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251115","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251115"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251115_1763178200686_0.2977386101091395","host":"s3://npm-registry-packages-npm-production"}},"2.1.4-rc.2":{"name":"@aztec/end-to-end","version":"2.1.4-rc.2","_id":"@aztec/end-to-end@2.1.4-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5b936cde4038b311cc3ceb3a7d8829c27fd00108","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.4-rc.2.tgz","fileCount":191,"integrity":"sha512-kju5adYj7cesOOfJjuoEGipzByj4hqHr7MqGhnwHONaOkwgHqkNBIT9sMFnA5XN0hfJSdaLRKiUqFbivaz/eYQ==","signatures":[{"sig":"MEUCIGdtkYjJN7lc5JPaGwbluO+23E/4Um5ajLoyRKdFS+AGAiEAmABaANxV0UtiMHogB8t9kfXYB3MZDQ+w5sHCNh2RuXA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5796a10d8bb77b180bf393f1b528856121626aa3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.1","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.4-rc.2","@aztec/cli":"2.1.4-rc.2","@aztec/p2p":"2.1.4-rc.2","@aztec/pxe":"2.1.4-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.4-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.4-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.4-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.4-rc.2","@aztec/archiver":"2.1.4-rc.2","@aztec/aztec.js":"2.1.4-rc.2","@aztec/blob-lib":"2.1.4-rc.2","@aztec/ethereum":"2.1.4-rc.2","@aztec/kv-store":"2.1.4-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.4-rc.2","@aztec/blob-sink":"2.1.4-rc.2","@aztec/constants":"2.1.4-rc.2","@aztec/simulator":"2.1.4-rc.2","@aztec/aztec-node":"2.1.4-rc.2","@aztec/foundation":"2.1.4-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.4-rc.2","@aztec/epoch-cache":"2.1.4-rc.2","@aztec/merkle-tree":"2.1.4-rc.2","@aztec/prover-node":"2.1.4-rc.2","@aztec/world-state":"2.1.4-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.4-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.4-rc.2","@aztec/prover-client":"2.1.4-rc.2","@aztec/noir-noirc_abi":"2.1.4-rc.2","@aztec/sequencer-client":"2.1.4-rc.2","@aztec/telemetry-client":"2.1.4-rc.2","@aztec/validator-client":"2.1.4-rc.2","@aztec/noir-contracts.js":"2.1.4-rc.2","@aztec/protocol-contracts":"2.1.4-rc.2","@aztec/noir-test-contracts.js":"2.1.4-rc.2","@aztec/noir-protocol-circuits-types":"2.1.4-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.4-rc.2_1763228859461_0.9886802154720067","host":"s3://npm-registry-packages-npm-production"}},"2.1.5":{"name":"@aztec/end-to-end","version":"2.1.5","_id":"@aztec/end-to-end@2.1.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"76426cb7d4da886d8c50d3f9eeff98404e6895ff","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.5.tgz","fileCount":191,"integrity":"sha512-nbq2//8NUQZG7kfUqbcXvUvb0XlHlBUqa6i7/Zsc3rYAdw6idN+ADhfq5FyzO8IWZZFhe89A1E8Ke/vaLlKzdw==","signatures":[{"sig":"MEQCIHGpCZgHXbyfLQhjnJsMTOygim0wadzwMoLNWr29WkxEAiB/dbwced3Gh0JWQowZfJTQ31j6CJJ5dGcqL/2GquryhA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657835},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"606145b5b859129c7ea0788237f8b13a2a2d92c2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.1","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.5","@aztec/cli":"2.1.5","@aztec/p2p":"2.1.5","@aztec/pxe":"2.1.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.5","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.5","@aztec/archiver":"2.1.5","@aztec/aztec.js":"2.1.5","@aztec/blob-lib":"2.1.5","@aztec/ethereum":"2.1.5","@aztec/kv-store":"2.1.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.5","@aztec/blob-sink":"2.1.5","@aztec/constants":"2.1.5","@aztec/simulator":"2.1.5","@aztec/aztec-node":"2.1.5","@aztec/foundation":"2.1.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.5","@aztec/epoch-cache":"2.1.5","@aztec/merkle-tree":"2.1.5","@aztec/prover-node":"2.1.5","@aztec/world-state":"2.1.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.5","@aztec/prover-client":"2.1.5","@aztec/noir-noirc_abi":"2.1.5","@aztec/sequencer-client":"2.1.5","@aztec/telemetry-client":"2.1.5","@aztec/validator-client":"2.1.5","@aztec/noir-contracts.js":"2.1.5","@aztec/protocol-contracts":"2.1.5","@aztec/noir-test-contracts.js":"2.1.5","@aztec/noir-protocol-circuits-types":"2.1.5"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.5_1763233043547_0.6599285519483622","host":"s3://npm-registry-packages-npm-production"}},"2.1.5-rc.1":{"name":"@aztec/end-to-end","version":"2.1.5-rc.1","_id":"@aztec/end-to-end@2.1.5-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d93b82958531a51dd21691141c3b76a4c965e9fb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.5-rc.1.tgz","fileCount":191,"integrity":"sha512-tj2HMBSUWaHAMOfU/w3LXNK96g+h+3xJuhwSTzUzvE+cV1F7Ivrt/0W76UiBsKUkFDGGcmQeQCLBLbWvcmvZog==","signatures":[{"sig":"MEUCIQCuUuHzEIMThGkhq5ajQMOY5ueHBYgzDPdeHzhyfapWSAIgR/Kb382lwc7BQf7jOs0BguIgCQVMSUkH5qMmR0BPQk8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"606145b5b859129c7ea0788237f8b13a2a2d92c2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.1","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.5-rc.1","@aztec/cli":"2.1.5-rc.1","@aztec/p2p":"2.1.5-rc.1","@aztec/pxe":"2.1.5-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.5-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.5-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.5-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.5-rc.1","@aztec/archiver":"2.1.5-rc.1","@aztec/aztec.js":"2.1.5-rc.1","@aztec/blob-lib":"2.1.5-rc.1","@aztec/ethereum":"2.1.5-rc.1","@aztec/kv-store":"2.1.5-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.5-rc.1","@aztec/blob-sink":"2.1.5-rc.1","@aztec/constants":"2.1.5-rc.1","@aztec/simulator":"2.1.5-rc.1","@aztec/aztec-node":"2.1.5-rc.1","@aztec/foundation":"2.1.5-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.5-rc.1","@aztec/epoch-cache":"2.1.5-rc.1","@aztec/merkle-tree":"2.1.5-rc.1","@aztec/prover-node":"2.1.5-rc.1","@aztec/world-state":"2.1.5-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.5-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.5-rc.1","@aztec/prover-client":"2.1.5-rc.1","@aztec/noir-noirc_abi":"2.1.5-rc.1","@aztec/sequencer-client":"2.1.5-rc.1","@aztec/telemetry-client":"2.1.5-rc.1","@aztec/validator-client":"2.1.5-rc.1","@aztec/noir-contracts.js":"2.1.5-rc.1","@aztec/protocol-contracts":"2.1.5-rc.1","@aztec/noir-test-contracts.js":"2.1.5-rc.1","@aztec/noir-protocol-circuits-types":"2.1.5-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.5-rc.1_1763234630707_0.4456237472567819","host":"s3://npm-registry-packages-npm-production"}},"2.1.5-rc.3":{"name":"@aztec/end-to-end","version":"2.1.5-rc.3","_id":"@aztec/end-to-end@2.1.5-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b77435bb72214bd2b2e47537ff5acc9d1e11a149","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.5-rc.3.tgz","fileCount":191,"integrity":"sha512-Po37uiNNMAOZZms369ZWIOX7kbfrUu5a7TKJRADlw7cXyuv4iZHpbXYKQPMhfdHB2pi+NCAi37IbRrW5+9ZHHg==","signatures":[{"sig":"MEYCIQDGb6r5O189FWetjJdmtU6/KC0qJMBLF0L8JC7WozrHQwIhAKZDSmfe2G5fWH8ywRfmdwdKzUlehdxPV++T1z5DWySI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1074b9640f2342f98d71dd04ffb2304f28a977e8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.5-rc.3","@aztec/cli":"2.1.5-rc.3","@aztec/p2p":"2.1.5-rc.3","@aztec/pxe":"2.1.5-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.5-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.5-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.5-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.5-rc.3","@aztec/archiver":"2.1.5-rc.3","@aztec/aztec.js":"2.1.5-rc.3","@aztec/blob-lib":"2.1.5-rc.3","@aztec/ethereum":"2.1.5-rc.3","@aztec/kv-store":"2.1.5-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.5-rc.3","@aztec/blob-sink":"2.1.5-rc.3","@aztec/constants":"2.1.5-rc.3","@aztec/simulator":"2.1.5-rc.3","@aztec/aztec-node":"2.1.5-rc.3","@aztec/foundation":"2.1.5-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.5-rc.3","@aztec/epoch-cache":"2.1.5-rc.3","@aztec/merkle-tree":"2.1.5-rc.3","@aztec/prover-node":"2.1.5-rc.3","@aztec/world-state":"2.1.5-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.5-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.5-rc.3","@aztec/prover-client":"2.1.5-rc.3","@aztec/noir-noirc_abi":"2.1.5-rc.3","@aztec/sequencer-client":"2.1.5-rc.3","@aztec/telemetry-client":"2.1.5-rc.3","@aztec/validator-client":"2.1.5-rc.3","@aztec/noir-contracts.js":"2.1.5-rc.3","@aztec/protocol-contracts":"2.1.5-rc.3","@aztec/noir-test-contracts.js":"2.1.5-rc.3","@aztec/noir-protocol-circuits-types":"2.1.5-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.5-rc.3_1763332132845_0.08767357362730732","host":"s3://npm-registry-packages-npm-production"}},"2.1.6":{"name":"@aztec/end-to-end","version":"2.1.6","_id":"@aztec/end-to-end@2.1.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c6d42511478251403e5b17299a47dd9fa9ae7d77","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.6.tgz","fileCount":191,"integrity":"sha512-BmcxD+RiO+XJMt1YkC/Ma1LULq3+1+fAgjUS9IflpB2H8wCKaAuOQ9KyrHzFsOf3XiUWdJyDzemnLtAxahXpSQ==","signatures":[{"sig":"MEYCIQDnrAfp7PmjKfGeFfjKP9X2p8W8F7gWrzPwG8u/pIeNmwIhAPf7z5adDuOvL8IN+knm1Cs++veNDiW1GJ/mpUu6HNRa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657835},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2a194b23b9759505a84898bf59a5fb43e1003c9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.6","@aztec/cli":"2.1.6","@aztec/p2p":"2.1.6","@aztec/pxe":"2.1.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.6","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.6","@aztec/archiver":"2.1.6","@aztec/aztec.js":"2.1.6","@aztec/blob-lib":"2.1.6","@aztec/ethereum":"2.1.6","@aztec/kv-store":"2.1.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.6","@aztec/blob-sink":"2.1.6","@aztec/constants":"2.1.6","@aztec/simulator":"2.1.6","@aztec/aztec-node":"2.1.6","@aztec/foundation":"2.1.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.6","@aztec/epoch-cache":"2.1.6","@aztec/merkle-tree":"2.1.6","@aztec/prover-node":"2.1.6","@aztec/world-state":"2.1.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.6","@aztec/prover-client":"2.1.6","@aztec/noir-noirc_abi":"2.1.6","@aztec/sequencer-client":"2.1.6","@aztec/telemetry-client":"2.1.6","@aztec/validator-client":"2.1.6","@aztec/noir-contracts.js":"2.1.6","@aztec/protocol-contracts":"2.1.6","@aztec/noir-test-contracts.js":"2.1.6","@aztec/noir-protocol-circuits-types":"2.1.6"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.6_1763332774744_0.7825671960099572","host":"s3://npm-registry-packages-npm-production"}},"2.1.6-rc.1":{"name":"@aztec/end-to-end","version":"2.1.6-rc.1","_id":"@aztec/end-to-end@2.1.6-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"139f4e618807f38a9609fc14efdd30a0dbfb82e6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.6-rc.1.tgz","fileCount":191,"integrity":"sha512-ellhe0u0Vy44XXC477TF/r3LDfVYfXVk6HlyAM72OdD8za72p00VKaK9SuOK7nW1o+f6K+vDmGF8HOxGS8bHWg==","signatures":[{"sig":"MEUCIQD5FC+4tcLKX4j9cy9+ETo+8gU91mpKIlYtUo05V3KiiAIgITXI0IDW/49bqS2maI5JT/TO1grUv0aGYbba7FZGYO4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2a194b23b9759505a84898bf59a5fb43e1003c9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.6-rc.1","@aztec/cli":"2.1.6-rc.1","@aztec/p2p":"2.1.6-rc.1","@aztec/pxe":"2.1.6-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.6-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.6-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.6-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.6-rc.1","@aztec/archiver":"2.1.6-rc.1","@aztec/aztec.js":"2.1.6-rc.1","@aztec/blob-lib":"2.1.6-rc.1","@aztec/ethereum":"2.1.6-rc.1","@aztec/kv-store":"2.1.6-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.6-rc.1","@aztec/blob-sink":"2.1.6-rc.1","@aztec/constants":"2.1.6-rc.1","@aztec/simulator":"2.1.6-rc.1","@aztec/aztec-node":"2.1.6-rc.1","@aztec/foundation":"2.1.6-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.6-rc.1","@aztec/epoch-cache":"2.1.6-rc.1","@aztec/merkle-tree":"2.1.6-rc.1","@aztec/prover-node":"2.1.6-rc.1","@aztec/world-state":"2.1.6-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.6-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.6-rc.1","@aztec/prover-client":"2.1.6-rc.1","@aztec/noir-noirc_abi":"2.1.6-rc.1","@aztec/sequencer-client":"2.1.6-rc.1","@aztec/telemetry-client":"2.1.6-rc.1","@aztec/validator-client":"2.1.6-rc.1","@aztec/noir-contracts.js":"2.1.6-rc.1","@aztec/protocol-contracts":"2.1.6-rc.1","@aztec/noir-test-contracts.js":"2.1.6-rc.1","@aztec/noir-protocol-circuits-types":"2.1.6-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.6-rc.1_1763333598696_0.7194034621284082","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251118":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251118","_id":"@aztec/end-to-end@3.0.0-nightly.20251118","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5d51b7f107e00613892c57d14e410cdcc95de513","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251118.tgz","fileCount":191,"integrity":"sha512-UI+If7ErOQKV/kou4tOoObqB7Y0MY9jXs++ty2LFEIVN0wb4WLDc7cxuAAGIVk4kwTgY4OFs4rbTwUf/ZK4LWA==","signatures":[{"sig":"MEUCIBdTJ3MUo1tldrmma5XW71glA6MGBft3hX/I7GXZMMCiAiEAppySDlPOhT4s9NVaeYqgNaxJEk7AR3+ODzQZviqYbbQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36681251},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ed29f5ba4916d0462033f55930818ab4452d2ed1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251118","@aztec/cli":"3.0.0-nightly.20251118","@aztec/p2p":"3.0.0-nightly.20251118","@aztec/pxe":"3.0.0-nightly.20251118","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251118","@aztec/bb.js":"3.0.0-nightly.20251118","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251118","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251118","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251118","@aztec/archiver":"3.0.0-nightly.20251118","@aztec/aztec.js":"3.0.0-nightly.20251118","@aztec/blob-lib":"3.0.0-nightly.20251118","@aztec/ethereum":"3.0.0-nightly.20251118","@aztec/kv-store":"3.0.0-nightly.20251118","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251118","@aztec/blob-sink":"3.0.0-nightly.20251118","@aztec/constants":"3.0.0-nightly.20251118","@aztec/simulator":"3.0.0-nightly.20251118","@aztec/aztec-node":"3.0.0-nightly.20251118","@aztec/foundation":"3.0.0-nightly.20251118","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251118","@aztec/epoch-cache":"3.0.0-nightly.20251118","@aztec/merkle-tree":"3.0.0-nightly.20251118","@aztec/prover-node":"3.0.0-nightly.20251118","@aztec/test-wallet":"3.0.0-nightly.20251118","@aztec/world-state":"3.0.0-nightly.20251118","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251118","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251118","@aztec/prover-client":"3.0.0-nightly.20251118","@aztec/noir-noirc_abi":"3.0.0-nightly.20251118","@aztec/sequencer-client":"3.0.0-nightly.20251118","@aztec/telemetry-client":"3.0.0-nightly.20251118","@aztec/validator-client":"3.0.0-nightly.20251118","@aztec/noir-contracts.js":"3.0.0-nightly.20251118","@aztec/protocol-contracts":"3.0.0-nightly.20251118","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251118","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251118"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251118_1763437301544_0.06220103564266677","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251119":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251119","_id":"@aztec/end-to-end@3.0.0-nightly.20251119","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9f9ff5244b82ef34a980b08d51d23d2cf4f3ccbe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251119.tgz","fileCount":191,"integrity":"sha512-12CMNykVnSjeLpWgZUqfboW9vRY2If5daCEZlRQgw3TFyfqcd+Pfdi823vZeo0Hm+P7pyHCNMdqBfSnJyantjQ==","signatures":[{"sig":"MEQCIGUABiJ69XU/KQE2mnCEL44kxdQ7/87OS/H2RZP+DNyXAiByAcwtffv2CnU6H/xTE4aC2SemU0TRsPzqMPS/zWE4xQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36685383},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cfe919b3efbfabc3834a93ceffe1e6d3bed78119","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251119","@aztec/cli":"3.0.0-nightly.20251119","@aztec/p2p":"3.0.0-nightly.20251119","@aztec/pxe":"3.0.0-nightly.20251119","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251119","@aztec/bb.js":"3.0.0-nightly.20251119","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251119","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251119","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251119","@aztec/archiver":"3.0.0-nightly.20251119","@aztec/aztec.js":"3.0.0-nightly.20251119","@aztec/blob-lib":"3.0.0-nightly.20251119","@aztec/ethereum":"3.0.0-nightly.20251119","@aztec/kv-store":"3.0.0-nightly.20251119","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251119","@aztec/blob-sink":"3.0.0-nightly.20251119","@aztec/constants":"3.0.0-nightly.20251119","@aztec/simulator":"3.0.0-nightly.20251119","@aztec/aztec-node":"3.0.0-nightly.20251119","@aztec/foundation":"3.0.0-nightly.20251119","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251119","@aztec/epoch-cache":"3.0.0-nightly.20251119","@aztec/merkle-tree":"3.0.0-nightly.20251119","@aztec/prover-node":"3.0.0-nightly.20251119","@aztec/test-wallet":"3.0.0-nightly.20251119","@aztec/world-state":"3.0.0-nightly.20251119","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251119","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251119","@aztec/prover-client":"3.0.0-nightly.20251119","@aztec/noir-noirc_abi":"3.0.0-nightly.20251119","@aztec/sequencer-client":"3.0.0-nightly.20251119","@aztec/telemetry-client":"3.0.0-nightly.20251119","@aztec/validator-client":"3.0.0-nightly.20251119","@aztec/noir-contracts.js":"3.0.0-nightly.20251119","@aztec/protocol-contracts":"3.0.0-nightly.20251119","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251119","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251119"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251119_1763523653421_0.5558669049928913","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251120":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251120","_id":"@aztec/end-to-end@3.0.0-nightly.20251120","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8b27c635cd98a9579e2d1d39f74b051b1945a8db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251120.tgz","fileCount":191,"integrity":"sha512-t84A1xW8HD5HhJb7pR5E6r8HB2Y2tjVQcUJjgxj29ccSVHn7R3Z/fGEXccp54bazA0xPniBQBNalabAUoRn9NQ==","signatures":[{"sig":"MEYCIQCnYD7SpMDDdo8rHHJ9xkgqTqTvJUTM1g0IRJUFC+KjQwIhAONlDMvWIRt7fh2ExB8qKC5yU4HaGFnpdnPr/VZOHMIA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686585},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3cd2eb5edbbbf7ca6c91c0e2bf455ad37f39fbaf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251120","@aztec/cli":"3.0.0-nightly.20251120","@aztec/p2p":"3.0.0-nightly.20251120","@aztec/pxe":"3.0.0-nightly.20251120","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251120","@aztec/bb.js":"3.0.0-nightly.20251120","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251120","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251120","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251120","@aztec/archiver":"3.0.0-nightly.20251120","@aztec/aztec.js":"3.0.0-nightly.20251120","@aztec/blob-lib":"3.0.0-nightly.20251120","@aztec/ethereum":"3.0.0-nightly.20251120","@aztec/kv-store":"3.0.0-nightly.20251120","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251120","@aztec/blob-sink":"3.0.0-nightly.20251120","@aztec/constants":"3.0.0-nightly.20251120","@aztec/simulator":"3.0.0-nightly.20251120","@aztec/aztec-node":"3.0.0-nightly.20251120","@aztec/foundation":"3.0.0-nightly.20251120","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251120","@aztec/epoch-cache":"3.0.0-nightly.20251120","@aztec/merkle-tree":"3.0.0-nightly.20251120","@aztec/prover-node":"3.0.0-nightly.20251120","@aztec/test-wallet":"3.0.0-nightly.20251120","@aztec/world-state":"3.0.0-nightly.20251120","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251120","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251120","@aztec/prover-client":"3.0.0-nightly.20251120","@aztec/noir-noirc_abi":"3.0.0-nightly.20251120","@aztec/sequencer-client":"3.0.0-nightly.20251120","@aztec/telemetry-client":"3.0.0-nightly.20251120","@aztec/validator-client":"3.0.0-nightly.20251120","@aztec/noir-contracts.js":"3.0.0-nightly.20251120","@aztec/protocol-contracts":"3.0.0-nightly.20251120","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251120","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251120"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251120_1763609915828_0.2106167864916635","host":"s3://npm-registry-packages-npm-production"}},"2.1.6-rc.2":{"name":"@aztec/end-to-end","version":"2.1.6-rc.2","_id":"@aztec/end-to-end@2.1.6-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"956db69a2eda0d0fc5b9f6457caf5681c1ac1475","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.6-rc.2.tgz","fileCount":191,"integrity":"sha512-hBGMq+zJ3UdPbzAUabN6dL71KlxQjJMh1iv9dBQ7OnQtyj5SSEvHV1Vx4hWibecmDFmdEUdJcKYKib7HZtg7pQ==","signatures":[{"sig":"MEUCIAhK5wEo3CcRjlGfoF712RqoCH/XkEjiNFkpZpoq8T1iAiEA4+Zbk6eZH+WjGH8sDozXNpJvDsnlPebLSNSUQMAzyZ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8fca955302e21c54dd1d13386b8bbb60fe15ceb8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.6-rc.2","@aztec/cli":"2.1.6-rc.2","@aztec/p2p":"2.1.6-rc.2","@aztec/pxe":"2.1.6-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.6-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.6-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.6-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.6-rc.2","@aztec/archiver":"2.1.6-rc.2","@aztec/aztec.js":"2.1.6-rc.2","@aztec/blob-lib":"2.1.6-rc.2","@aztec/ethereum":"2.1.6-rc.2","@aztec/kv-store":"2.1.6-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.6-rc.2","@aztec/blob-sink":"2.1.6-rc.2","@aztec/constants":"2.1.6-rc.2","@aztec/simulator":"2.1.6-rc.2","@aztec/aztec-node":"2.1.6-rc.2","@aztec/foundation":"2.1.6-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.6-rc.2","@aztec/epoch-cache":"2.1.6-rc.2","@aztec/merkle-tree":"2.1.6-rc.2","@aztec/prover-node":"2.1.6-rc.2","@aztec/world-state":"2.1.6-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.6-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.6-rc.2","@aztec/prover-client":"2.1.6-rc.2","@aztec/noir-noirc_abi":"2.1.6-rc.2","@aztec/sequencer-client":"2.1.6-rc.2","@aztec/telemetry-client":"2.1.6-rc.2","@aztec/validator-client":"2.1.6-rc.2","@aztec/noir-contracts.js":"2.1.6-rc.2","@aztec/protocol-contracts":"2.1.6-rc.2","@aztec/noir-test-contracts.js":"2.1.6-rc.2","@aztec/noir-protocol-circuits-types":"2.1.6-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.6-rc.2_1763654317265_0.25565339131459264","host":"s3://npm-registry-packages-npm-production"}},"2.1.7":{"name":"@aztec/end-to-end","version":"2.1.7","_id":"@aztec/end-to-end@2.1.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"15059710e3bd77ac0a2945dc47599e3c37605083","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.7.tgz","fileCount":191,"integrity":"sha512-pr9uQ8aP1oFEA0RGlqb8S465lH/qqtXvmirrzYjYll5W1f7386HmVvi88gc11+uhn5rnSpTcjf28VWfct2NOjA==","signatures":[{"sig":"MEQCIH/35BKyPLgLqCwiKHSQOm7rlK0+uv9VWFoQwBnmu0UpAiBlNx2YM1EkAOp4CMXl47K8ACzB0lxB1fHRgt81GxjnZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36657835},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"484d5b4f6dfbb662a0484e2f7ff833e80840adc3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.7","@aztec/cli":"2.1.7","@aztec/p2p":"2.1.7","@aztec/pxe":"2.1.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.7","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.7","@aztec/archiver":"2.1.7","@aztec/aztec.js":"2.1.7","@aztec/blob-lib":"2.1.7","@aztec/ethereum":"2.1.7","@aztec/kv-store":"2.1.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.7","@aztec/blob-sink":"2.1.7","@aztec/constants":"2.1.7","@aztec/simulator":"2.1.7","@aztec/aztec-node":"2.1.7","@aztec/foundation":"2.1.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.7","@aztec/epoch-cache":"2.1.7","@aztec/merkle-tree":"2.1.7","@aztec/prover-node":"2.1.7","@aztec/world-state":"2.1.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.7","@aztec/prover-client":"2.1.7","@aztec/noir-noirc_abi":"2.1.7","@aztec/sequencer-client":"2.1.7","@aztec/telemetry-client":"2.1.7","@aztec/validator-client":"2.1.7","@aztec/noir-contracts.js":"2.1.7","@aztec/protocol-contracts":"2.1.7","@aztec/noir-test-contracts.js":"2.1.7","@aztec/noir-protocol-circuits-types":"2.1.7"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.7_1763656451240_0.02659992424816071","host":"s3://npm-registry-packages-npm-production"}},"2.1.7-rc.1":{"name":"@aztec/end-to-end","version":"2.1.7-rc.1","_id":"@aztec/end-to-end@2.1.7-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6239115e8fc4efb8d66a15d82d01eb5b5b07e2e7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.7-rc.1.tgz","fileCount":191,"integrity":"sha512-tnBBz8DV/LDxjpsZeHr+mF2RE+hFqlOhEiRhcWDT3MwbB1+HUs5/UFbqhbKeu2mR1UXNHw9MfwNya3tY9iLCHQ==","signatures":[{"sig":"MEYCIQDRgddWi8/LVSxIWQQK+81mpOx08RPNfRaoTAuE82pZnQIhANgBepzLMUdaJ9RCcwe0CqtcZTvXbSSaSG29Lg3Qq/yV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"484d5b4f6dfbb662a0484e2f7ff833e80840adc3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.7-rc.1","@aztec/cli":"2.1.7-rc.1","@aztec/p2p":"2.1.7-rc.1","@aztec/pxe":"2.1.7-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.7-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.7-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.7-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.7-rc.1","@aztec/archiver":"2.1.7-rc.1","@aztec/aztec.js":"2.1.7-rc.1","@aztec/blob-lib":"2.1.7-rc.1","@aztec/ethereum":"2.1.7-rc.1","@aztec/kv-store":"2.1.7-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.7-rc.1","@aztec/blob-sink":"2.1.7-rc.1","@aztec/constants":"2.1.7-rc.1","@aztec/simulator":"2.1.7-rc.1","@aztec/aztec-node":"2.1.7-rc.1","@aztec/foundation":"2.1.7-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.7-rc.1","@aztec/epoch-cache":"2.1.7-rc.1","@aztec/merkle-tree":"2.1.7-rc.1","@aztec/prover-node":"2.1.7-rc.1","@aztec/world-state":"2.1.7-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.7-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.7-rc.1","@aztec/prover-client":"2.1.7-rc.1","@aztec/noir-noirc_abi":"2.1.7-rc.1","@aztec/sequencer-client":"2.1.7-rc.1","@aztec/telemetry-client":"2.1.7-rc.1","@aztec/validator-client":"2.1.7-rc.1","@aztec/noir-contracts.js":"2.1.7-rc.1","@aztec/protocol-contracts":"2.1.7-rc.1","@aztec/noir-test-contracts.js":"2.1.7-rc.1","@aztec/noir-protocol-circuits-types":"2.1.7-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.7-rc.1_1763657267173_0.2978332196041278","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251121":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251121","_id":"@aztec/end-to-end@3.0.0-nightly.20251121","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4214002bb2b71739a285013dcde22d340252f271","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251121.tgz","fileCount":191,"integrity":"sha512-lNvPDB+zawughzlcLh3o0z1mzu43YHh1ZVQd0Dbgyo+WdrzAQb+cFyAEEWolX+vqfOOw2d5G8Gbpt4JoUh4t5Q==","signatures":[{"sig":"MEUCIQC0yUOR+W9Mx7QIJEZbpcDJp89oUU0IAqmzHEWkKVmYqAIgcLT5YVWH5yujuf/9xchELZBhtnmrZiF8YMy9uqIiI5A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686585},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4d7ccb65b106df670107b3981e16aa9166b514df","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251121","@aztec/cli":"3.0.0-nightly.20251121","@aztec/p2p":"3.0.0-nightly.20251121","@aztec/pxe":"3.0.0-nightly.20251121","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251121","@aztec/bb.js":"3.0.0-nightly.20251121","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251121","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251121","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251121","@aztec/archiver":"3.0.0-nightly.20251121","@aztec/aztec.js":"3.0.0-nightly.20251121","@aztec/blob-lib":"3.0.0-nightly.20251121","@aztec/ethereum":"3.0.0-nightly.20251121","@aztec/kv-store":"3.0.0-nightly.20251121","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251121","@aztec/blob-sink":"3.0.0-nightly.20251121","@aztec/constants":"3.0.0-nightly.20251121","@aztec/simulator":"3.0.0-nightly.20251121","@aztec/aztec-node":"3.0.0-nightly.20251121","@aztec/foundation":"3.0.0-nightly.20251121","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251121","@aztec/epoch-cache":"3.0.0-nightly.20251121","@aztec/merkle-tree":"3.0.0-nightly.20251121","@aztec/prover-node":"3.0.0-nightly.20251121","@aztec/test-wallet":"3.0.0-nightly.20251121","@aztec/world-state":"3.0.0-nightly.20251121","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251121","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251121","@aztec/prover-client":"3.0.0-nightly.20251121","@aztec/noir-noirc_abi":"3.0.0-nightly.20251121","@aztec/sequencer-client":"3.0.0-nightly.20251121","@aztec/telemetry-client":"3.0.0-nightly.20251121","@aztec/validator-client":"3.0.0-nightly.20251121","@aztec/noir-contracts.js":"3.0.0-nightly.20251121","@aztec/protocol-contracts":"3.0.0-nightly.20251121","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251121","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251121"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251121_1763696377575_0.7103264497722843","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251122":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251122","_id":"@aztec/end-to-end@3.0.0-nightly.20251122","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2338623bde29220cb75ffdfe8109c978195a876c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251122.tgz","fileCount":191,"integrity":"sha512-XWidRLEF97BcePoGwfBNd5XsDl/l26qWHklgDKFlYXl/hSZCaHtDVxGof/4AietsWuPzCL+2Ms9WBNLFE/1BZQ==","signatures":[{"sig":"MEQCIG1pNA+sOW33qkhsKT3OPO84+bchHC7qK65kRvX4P7vxAiASUQursSrkx9D/vTvHAEXYuhi25sSnKif1gAX/9uuTpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686721},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"96598c6696be2b29d233088a20e0fed8d63011c7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251122","@aztec/cli":"3.0.0-nightly.20251122","@aztec/p2p":"3.0.0-nightly.20251122","@aztec/pxe":"3.0.0-nightly.20251122","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251122","@aztec/bb.js":"3.0.0-nightly.20251122","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251122","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251122","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251122","@aztec/archiver":"3.0.0-nightly.20251122","@aztec/aztec.js":"3.0.0-nightly.20251122","@aztec/blob-lib":"3.0.0-nightly.20251122","@aztec/ethereum":"3.0.0-nightly.20251122","@aztec/kv-store":"3.0.0-nightly.20251122","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251122","@aztec/blob-sink":"3.0.0-nightly.20251122","@aztec/constants":"3.0.0-nightly.20251122","@aztec/simulator":"3.0.0-nightly.20251122","@aztec/aztec-node":"3.0.0-nightly.20251122","@aztec/foundation":"3.0.0-nightly.20251122","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251122","@aztec/epoch-cache":"3.0.0-nightly.20251122","@aztec/merkle-tree":"3.0.0-nightly.20251122","@aztec/prover-node":"3.0.0-nightly.20251122","@aztec/test-wallet":"3.0.0-nightly.20251122","@aztec/world-state":"3.0.0-nightly.20251122","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251122","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251122","@aztec/prover-client":"3.0.0-nightly.20251122","@aztec/noir-noirc_abi":"3.0.0-nightly.20251122","@aztec/sequencer-client":"3.0.0-nightly.20251122","@aztec/telemetry-client":"3.0.0-nightly.20251122","@aztec/validator-client":"3.0.0-nightly.20251122","@aztec/noir-contracts.js":"3.0.0-nightly.20251122","@aztec/protocol-contracts":"3.0.0-nightly.20251122","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251122","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251122"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251122_1763782419077_0.6250011548606225","host":"s3://npm-registry-packages-npm-production"}},"2.1.7-rc.2":{"name":"@aztec/end-to-end","version":"2.1.7-rc.2","_id":"@aztec/end-to-end@2.1.7-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"416c78b0b43a91c808f133c2014a227d9b961f87","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.7-rc.2.tgz","fileCount":191,"integrity":"sha512-bJ4TzxOvUO6e+sBJrWAmhS7t/riYChfmNQuigXJsKx/Ms/coiobBuQQnHUus95LUxzsyVPatTg8MrCB1c3A9DA==","signatures":[{"sig":"MEQCIH19j9l6hTJZEvHIb0iemDJKlrzvY/XC/ohqkOlhBfYUAiABYQof2Hpkcqhs1JBn3/uMK0ezMiFvGYdz7hi5T/YYpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658015},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e9141b62f44caf3b6948a83b12efa3a8b3f9783c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.7-rc.2","@aztec/cli":"2.1.7-rc.2","@aztec/p2p":"2.1.7-rc.2","@aztec/pxe":"2.1.7-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.7-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.7-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.7-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.7-rc.2","@aztec/archiver":"2.1.7-rc.2","@aztec/aztec.js":"2.1.7-rc.2","@aztec/blob-lib":"2.1.7-rc.2","@aztec/ethereum":"2.1.7-rc.2","@aztec/kv-store":"2.1.7-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.7-rc.2","@aztec/blob-sink":"2.1.7-rc.2","@aztec/constants":"2.1.7-rc.2","@aztec/simulator":"2.1.7-rc.2","@aztec/aztec-node":"2.1.7-rc.2","@aztec/foundation":"2.1.7-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.7-rc.2","@aztec/epoch-cache":"2.1.7-rc.2","@aztec/merkle-tree":"2.1.7-rc.2","@aztec/prover-node":"2.1.7-rc.2","@aztec/world-state":"2.1.7-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.7-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.7-rc.2","@aztec/prover-client":"2.1.7-rc.2","@aztec/noir-noirc_abi":"2.1.7-rc.2","@aztec/sequencer-client":"2.1.7-rc.2","@aztec/telemetry-client":"2.1.7-rc.2","@aztec/validator-client":"2.1.7-rc.2","@aztec/noir-contracts.js":"2.1.7-rc.2","@aztec/protocol-contracts":"2.1.7-rc.2","@aztec/noir-test-contracts.js":"2.1.7-rc.2","@aztec/noir-protocol-circuits-types":"2.1.7-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.7-rc.2_1763843694717_0.5814575578888614","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251123":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251123","_id":"@aztec/end-to-end@3.0.0-nightly.20251123","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"64b60e28caae222cd1f993d22139d8f19eb6733e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251123.tgz","fileCount":191,"integrity":"sha512-YFVWFZL9aKicFArWNb3iNW04MZQ/fcwl4taD4xDPHZ6smfakF2/sjdfpVl4pl8XDkZ7uxdW726JzaIBxQo0CXw==","signatures":[{"sig":"MEUCIQCh4oSdN6QS055HADyZ0EkV5WjzQxCO3KhMh/UVZ3rZfAIgQp2vyrJDTH8pWYhvvjwX+DwADWLHzeiNLipP7H3gYIA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686721},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2f8096bd3aa6dceae9f0d36f4334a26929950e5f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251123","@aztec/cli":"3.0.0-nightly.20251123","@aztec/p2p":"3.0.0-nightly.20251123","@aztec/pxe":"3.0.0-nightly.20251123","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251123","@aztec/bb.js":"3.0.0-nightly.20251123","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251123","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251123","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251123","@aztec/archiver":"3.0.0-nightly.20251123","@aztec/aztec.js":"3.0.0-nightly.20251123","@aztec/blob-lib":"3.0.0-nightly.20251123","@aztec/ethereum":"3.0.0-nightly.20251123","@aztec/kv-store":"3.0.0-nightly.20251123","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251123","@aztec/blob-sink":"3.0.0-nightly.20251123","@aztec/constants":"3.0.0-nightly.20251123","@aztec/simulator":"3.0.0-nightly.20251123","@aztec/aztec-node":"3.0.0-nightly.20251123","@aztec/foundation":"3.0.0-nightly.20251123","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251123","@aztec/epoch-cache":"3.0.0-nightly.20251123","@aztec/merkle-tree":"3.0.0-nightly.20251123","@aztec/prover-node":"3.0.0-nightly.20251123","@aztec/test-wallet":"3.0.0-nightly.20251123","@aztec/world-state":"3.0.0-nightly.20251123","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251123","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251123","@aztec/prover-client":"3.0.0-nightly.20251123","@aztec/noir-noirc_abi":"3.0.0-nightly.20251123","@aztec/sequencer-client":"3.0.0-nightly.20251123","@aztec/telemetry-client":"3.0.0-nightly.20251123","@aztec/validator-client":"3.0.0-nightly.20251123","@aztec/noir-contracts.js":"3.0.0-nightly.20251123","@aztec/protocol-contracts":"3.0.0-nightly.20251123","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251123","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251123"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251123_1763870352454_0.9393948875446587","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251124":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251124","_id":"@aztec/end-to-end@3.0.0-nightly.20251124","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3b48528c1898aef622f6e10d4472de9aad5c26da","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251124.tgz","fileCount":191,"integrity":"sha512-FvIV5/3KcCvRD/Qzc42vYUhAEJZg3lyI1AIMjKRSvlhE95wdcQk5+kx/CEGeO+S8TcmIYe+q9wFScQ1QJrE2CQ==","signatures":[{"sig":"MEQCIAU7cxFa1qltScjsCP5XyYzPKKQYylt0ZTg00s7PfleKAiBFL1piG7LZ/TYUaeDBu21bb80opk6hx1ufjt2JsjnLgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686721},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c60fb4901101ef0ee3b5b7842fa99595f2f9e345","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251124","@aztec/cli":"3.0.0-nightly.20251124","@aztec/p2p":"3.0.0-nightly.20251124","@aztec/pxe":"3.0.0-nightly.20251124","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251124","@aztec/bb.js":"3.0.0-nightly.20251124","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251124","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251124","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251124","@aztec/archiver":"3.0.0-nightly.20251124","@aztec/aztec.js":"3.0.0-nightly.20251124","@aztec/blob-lib":"3.0.0-nightly.20251124","@aztec/ethereum":"3.0.0-nightly.20251124","@aztec/kv-store":"3.0.0-nightly.20251124","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251124","@aztec/blob-sink":"3.0.0-nightly.20251124","@aztec/constants":"3.0.0-nightly.20251124","@aztec/simulator":"3.0.0-nightly.20251124","@aztec/aztec-node":"3.0.0-nightly.20251124","@aztec/foundation":"3.0.0-nightly.20251124","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251124","@aztec/epoch-cache":"3.0.0-nightly.20251124","@aztec/merkle-tree":"3.0.0-nightly.20251124","@aztec/prover-node":"3.0.0-nightly.20251124","@aztec/test-wallet":"3.0.0-nightly.20251124","@aztec/world-state":"3.0.0-nightly.20251124","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251124","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251124","@aztec/prover-client":"3.0.0-nightly.20251124","@aztec/noir-noirc_abi":"3.0.0-nightly.20251124","@aztec/sequencer-client":"3.0.0-nightly.20251124","@aztec/telemetry-client":"3.0.0-nightly.20251124","@aztec/validator-client":"3.0.0-nightly.20251124","@aztec/noir-contracts.js":"3.0.0-nightly.20251124","@aztec/protocol-contracts":"3.0.0-nightly.20251124","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251124","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251124"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251124_1763955512593_0.4480285898378442","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251125":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251125","_id":"@aztec/end-to-end@3.0.0-nightly.20251125","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ca58668c679dd41bb568d5b4fb9d8b7c9003c1ac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251125.tgz","fileCount":191,"integrity":"sha512-0HlRkxaIlcUTqMvutvDdlNvx2UQxE4Qm7O/5X2zta2aRkQ3yHfRUhRjfZycbJWEmPB5PlGa9NQUm1iYhVb1BJQ==","signatures":[{"sig":"MEYCIQDlAKE9CtSfLJzoNgBqlohOIM4zDMYAGW85fdgDN2VNFAIhANcvwzAxVeKezlq5Ro7Dea+Ba9qZ3EpsKhZEq5KKSige","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36686873},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"06043120d0e45ee4ccb643088088c193f3aa7ab5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251125","@aztec/cli":"3.0.0-nightly.20251125","@aztec/p2p":"3.0.0-nightly.20251125","@aztec/pxe":"3.0.0-nightly.20251125","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251125","@aztec/bb.js":"3.0.0-nightly.20251125","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251125","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251125","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251125","@aztec/archiver":"3.0.0-nightly.20251125","@aztec/aztec.js":"3.0.0-nightly.20251125","@aztec/blob-lib":"3.0.0-nightly.20251125","@aztec/ethereum":"3.0.0-nightly.20251125","@aztec/kv-store":"3.0.0-nightly.20251125","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251125","@aztec/blob-sink":"3.0.0-nightly.20251125","@aztec/constants":"3.0.0-nightly.20251125","@aztec/simulator":"3.0.0-nightly.20251125","@aztec/aztec-node":"3.0.0-nightly.20251125","@aztec/foundation":"3.0.0-nightly.20251125","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251125","@aztec/epoch-cache":"3.0.0-nightly.20251125","@aztec/merkle-tree":"3.0.0-nightly.20251125","@aztec/prover-node":"3.0.0-nightly.20251125","@aztec/test-wallet":"3.0.0-nightly.20251125","@aztec/world-state":"3.0.0-nightly.20251125","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251125","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251125","@aztec/prover-client":"3.0.0-nightly.20251125","@aztec/noir-noirc_abi":"3.0.0-nightly.20251125","@aztec/sequencer-client":"3.0.0-nightly.20251125","@aztec/telemetry-client":"3.0.0-nightly.20251125","@aztec/validator-client":"3.0.0-nightly.20251125","@aztec/noir-contracts.js":"3.0.0-nightly.20251125","@aztec/protocol-contracts":"3.0.0-nightly.20251125","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251125","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251125"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251125_1764042248784_0.6036250271709214","host":"s3://npm-registry-packages-npm-production"}},"2.1.7-rc.3":{"name":"@aztec/end-to-end","version":"2.1.7-rc.3","_id":"@aztec/end-to-end@2.1.7-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bbd5f63d54f16de4b6797ffbf58049725c7bcb76","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.7-rc.3.tgz","fileCount":191,"integrity":"sha512-kRw4HrtZA01wK9lk934NTsVnLA7wcz+4qxqJ+lqQgFFg9uhCb6Hf+XkBt1LBH2JOCAQIqwUfNEakJFr64YZl1w==","signatures":[{"sig":"MEUCICpgAD8ROo+YKZreiQbkCJNbHDkw1ctnYZLfHOR17DmmAiEA+xnKv5KJLf6W7+yZelJ4vATOXieN64ZPyvyS84UhvhA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36658238},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2fa7ef4542837c80d8c20e652754c9528efeefad","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.7-rc.3","@aztec/cli":"2.1.7-rc.3","@aztec/p2p":"2.1.7-rc.3","@aztec/pxe":"2.1.7-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.7-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.7-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.7-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.7-rc.3","@aztec/archiver":"2.1.7-rc.3","@aztec/aztec.js":"2.1.7-rc.3","@aztec/blob-lib":"2.1.7-rc.3","@aztec/ethereum":"2.1.7-rc.3","@aztec/kv-store":"2.1.7-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.7-rc.3","@aztec/blob-sink":"2.1.7-rc.3","@aztec/constants":"2.1.7-rc.3","@aztec/simulator":"2.1.7-rc.3","@aztec/aztec-node":"2.1.7-rc.3","@aztec/foundation":"2.1.7-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.7-rc.3","@aztec/epoch-cache":"2.1.7-rc.3","@aztec/merkle-tree":"2.1.7-rc.3","@aztec/prover-node":"2.1.7-rc.3","@aztec/world-state":"2.1.7-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.7-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.7-rc.3","@aztec/prover-client":"2.1.7-rc.3","@aztec/noir-noirc_abi":"2.1.7-rc.3","@aztec/sequencer-client":"2.1.7-rc.3","@aztec/telemetry-client":"2.1.7-rc.3","@aztec/validator-client":"2.1.7-rc.3","@aztec/noir-contracts.js":"2.1.7-rc.3","@aztec/protocol-contracts":"2.1.7-rc.3","@aztec/noir-test-contracts.js":"2.1.7-rc.3","@aztec/noir-protocol-circuits-types":"2.1.7-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.7-rc.3_1764063663489_0.5121445184291478","host":"s3://npm-registry-packages-npm-production"}},"2.1.7-rc.4":{"name":"@aztec/end-to-end","version":"2.1.7-rc.4","_id":"@aztec/end-to-end@2.1.7-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6132fd9b9c1cbf027ed1ad540d9bd860c4927f8b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.7-rc.4.tgz","fileCount":191,"integrity":"sha512-U+oxXFOcZoe1wIP+slmJd+unuL1eScvjGL8WhOlYGT92FrZnDLm7jHnTf0xrYJ9Shr/ym0VJNUWl9Ytb0H+6Dg==","signatures":[{"sig":"MEYCIQDe8thb0a1Wa9Goe64EGAaCBCtqnPOOeaRP2o4/YOSitQIhANMq331CvjJvPNvaB0qc8OkRIyz0sypSuVT/h6wgizM7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659425},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ec73ce72d91a7cba486604941e264897b8c6aa09","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.7-rc.4","@aztec/cli":"2.1.7-rc.4","@aztec/p2p":"2.1.7-rc.4","@aztec/pxe":"2.1.7-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.7-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.7-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.7-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.7-rc.4","@aztec/archiver":"2.1.7-rc.4","@aztec/aztec.js":"2.1.7-rc.4","@aztec/blob-lib":"2.1.7-rc.4","@aztec/ethereum":"2.1.7-rc.4","@aztec/kv-store":"2.1.7-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.7-rc.4","@aztec/blob-sink":"2.1.7-rc.4","@aztec/constants":"2.1.7-rc.4","@aztec/simulator":"2.1.7-rc.4","@aztec/aztec-node":"2.1.7-rc.4","@aztec/foundation":"2.1.7-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.7-rc.4","@aztec/epoch-cache":"2.1.7-rc.4","@aztec/merkle-tree":"2.1.7-rc.4","@aztec/prover-node":"2.1.7-rc.4","@aztec/world-state":"2.1.7-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.7-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.7-rc.4","@aztec/prover-client":"2.1.7-rc.4","@aztec/noir-noirc_abi":"2.1.7-rc.4","@aztec/sequencer-client":"2.1.7-rc.4","@aztec/telemetry-client":"2.1.7-rc.4","@aztec/validator-client":"2.1.7-rc.4","@aztec/noir-contracts.js":"2.1.7-rc.4","@aztec/protocol-contracts":"2.1.7-rc.4","@aztec/noir-test-contracts.js":"2.1.7-rc.4","@aztec/noir-protocol-circuits-types":"2.1.7-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.7-rc.4_1764112778048_0.04872071515209253","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251126":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251126","_id":"@aztec/end-to-end@3.0.0-nightly.20251126","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"23f4e7a1bbb5d79fccf524758197cb39deb086dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251126.tgz","fileCount":191,"integrity":"sha512-KTeRIdV+WM9y1FHsRwfZpLPetTI9WGKHI6neYV5DTdXRzD78bxQuMLi2orD6tU4NJfRrSnWnRq986Ci1Zft8zw==","signatures":[{"sig":"MEUCIQCm79P+o1HyAa2Ux32pEc1ceAajcx1EQN33GxYkNt5DYwIgFL504IdFwGEElGEmOoRN60wAXJ4TglCAGcL4V/Kr9aA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36690577},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a0097d9fd5f82a470fc723e083b10139b8f4456e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251126","@aztec/cli":"3.0.0-nightly.20251126","@aztec/p2p":"3.0.0-nightly.20251126","@aztec/pxe":"3.0.0-nightly.20251126","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251126","@aztec/bb.js":"3.0.0-nightly.20251126","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251126","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251126","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251126","@aztec/archiver":"3.0.0-nightly.20251126","@aztec/aztec.js":"3.0.0-nightly.20251126","@aztec/blob-lib":"3.0.0-nightly.20251126","@aztec/ethereum":"3.0.0-nightly.20251126","@aztec/kv-store":"3.0.0-nightly.20251126","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251126","@aztec/blob-sink":"3.0.0-nightly.20251126","@aztec/constants":"3.0.0-nightly.20251126","@aztec/simulator":"3.0.0-nightly.20251126","@aztec/aztec-node":"3.0.0-nightly.20251126","@aztec/foundation":"3.0.0-nightly.20251126","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251126","@aztec/epoch-cache":"3.0.0-nightly.20251126","@aztec/merkle-tree":"3.0.0-nightly.20251126","@aztec/prover-node":"3.0.0-nightly.20251126","@aztec/test-wallet":"3.0.0-nightly.20251126","@aztec/world-state":"3.0.0-nightly.20251126","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251126","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251126","@aztec/prover-client":"3.0.0-nightly.20251126","@aztec/noir-noirc_abi":"3.0.0-nightly.20251126","@aztec/sequencer-client":"3.0.0-nightly.20251126","@aztec/telemetry-client":"3.0.0-nightly.20251126","@aztec/validator-client":"3.0.0-nightly.20251126","@aztec/noir-contracts.js":"3.0.0-nightly.20251126","@aztec/protocol-contracts":"3.0.0-nightly.20251126","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251126","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251126"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251126_1764128652720_0.18499251426791274","host":"s3://npm-registry-packages-npm-production"}},"2.1.8":{"name":"@aztec/end-to-end","version":"2.1.8","_id":"@aztec/end-to-end@2.1.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e064ee735dd2fee0d01859ecacf153cb5a0b5694","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.8.tgz","fileCount":191,"integrity":"sha512-WphInuYQfgeH4dDiMbTNN9bWSHPEC0Mh6cg6c3AUWHoesXo957cczz/n6LX4CYHOO0IixFfDiKIKkeJ2LHq2QA==","signatures":[{"sig":"MEYCIQDk++vEdsFQDlh5NR1KKR0HpAjIlboIKt/h/DcgmaS4IQIhAJldNRMiUaRAl7E/Dw9SkX6Dek7Wi+YMgSX1KHCEmmP0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659245},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64591cf7d278126662c052782e761bf773011e11","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.8","@aztec/cli":"2.1.8","@aztec/p2p":"2.1.8","@aztec/pxe":"2.1.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.8","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.8","@aztec/archiver":"2.1.8","@aztec/aztec.js":"2.1.8","@aztec/blob-lib":"2.1.8","@aztec/ethereum":"2.1.8","@aztec/kv-store":"2.1.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.8","@aztec/blob-sink":"2.1.8","@aztec/constants":"2.1.8","@aztec/simulator":"2.1.8","@aztec/aztec-node":"2.1.8","@aztec/foundation":"2.1.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.8","@aztec/epoch-cache":"2.1.8","@aztec/merkle-tree":"2.1.8","@aztec/prover-node":"2.1.8","@aztec/world-state":"2.1.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.8","@aztec/prover-client":"2.1.8","@aztec/noir-noirc_abi":"2.1.8","@aztec/sequencer-client":"2.1.8","@aztec/telemetry-client":"2.1.8","@aztec/validator-client":"2.1.8","@aztec/noir-contracts.js":"2.1.8","@aztec/protocol-contracts":"2.1.8","@aztec/noir-test-contracts.js":"2.1.8","@aztec/noir-protocol-circuits-types":"2.1.8"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.8_1764157383154_0.18949679029756172","host":"s3://npm-registry-packages-npm-production"}},"2.1.8-rc.1":{"name":"@aztec/end-to-end","version":"2.1.8-rc.1","_id":"@aztec/end-to-end@2.1.8-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1e074084ee8886071a76f45f91d0d3d294a2bc6e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.8-rc.1.tgz","fileCount":191,"integrity":"sha512-TY06vke6SuSrqDtQ3iloqDGiZPUXH76lgc4MXuXnLFr3ZkpxBDq5NuJVc+ZQ8f16ByUDQmY3bHi+yC4gqT4PZQ==","signatures":[{"sig":"MEUCIB8EgeLWsEelfvwrrPxu/RbiI0vJPQJOv80ekhfJxOJbAiEAp9ehb0z3Ll6JLos2ccGb106Euze3ZRbrrJ/S0d1t+Ks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659425},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64591cf7d278126662c052782e761bf773011e11","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.8-rc.1","@aztec/cli":"2.1.8-rc.1","@aztec/p2p":"2.1.8-rc.1","@aztec/pxe":"2.1.8-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.8-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.8-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.8-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.8-rc.1","@aztec/archiver":"2.1.8-rc.1","@aztec/aztec.js":"2.1.8-rc.1","@aztec/blob-lib":"2.1.8-rc.1","@aztec/ethereum":"2.1.8-rc.1","@aztec/kv-store":"2.1.8-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.8-rc.1","@aztec/blob-sink":"2.1.8-rc.1","@aztec/constants":"2.1.8-rc.1","@aztec/simulator":"2.1.8-rc.1","@aztec/aztec-node":"2.1.8-rc.1","@aztec/foundation":"2.1.8-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.8-rc.1","@aztec/epoch-cache":"2.1.8-rc.1","@aztec/merkle-tree":"2.1.8-rc.1","@aztec/prover-node":"2.1.8-rc.1","@aztec/world-state":"2.1.8-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.8-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.8-rc.1","@aztec/prover-client":"2.1.8-rc.1","@aztec/noir-noirc_abi":"2.1.8-rc.1","@aztec/sequencer-client":"2.1.8-rc.1","@aztec/telemetry-client":"2.1.8-rc.1","@aztec/validator-client":"2.1.8-rc.1","@aztec/noir-contracts.js":"2.1.8-rc.1","@aztec/protocol-contracts":"2.1.8-rc.1","@aztec/noir-test-contracts.js":"2.1.8-rc.1","@aztec/noir-protocol-circuits-types":"2.1.8-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.8-rc.1_1764158213950_0.7650027713827987","host":"s3://npm-registry-packages-npm-production"}},"2.1.8-rc.3":{"name":"@aztec/end-to-end","version":"2.1.8-rc.3","_id":"@aztec/end-to-end@2.1.8-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"987d8a6645d95122025d1c073e78e99c7a7eeb2b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.8-rc.3.tgz","fileCount":191,"integrity":"sha512-U7h2hLPlZXZyJSBqcoXaxPi4bMwHR+CIA6+9JLhPo+Up3A1BmcpYuVUDvJkh67h3SagRzfQ6BOxnEnBWCj0ltw==","signatures":[{"sig":"MEYCIQCbt0t8sYEviySP5y6fR1nx0Ykawm0muqR1U92h7rHehwIhALtvdC+G70kZ+AuIDmi65U2lzJpk0acBAQVxfSCSZMHk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659425},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6e5a9fcdf0deaf2e074c5ea8661c235349af4fe2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.8-rc.3","@aztec/cli":"2.1.8-rc.3","@aztec/p2p":"2.1.8-rc.3","@aztec/pxe":"2.1.8-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.8-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.8-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.8-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.8-rc.3","@aztec/archiver":"2.1.8-rc.3","@aztec/aztec.js":"2.1.8-rc.3","@aztec/blob-lib":"2.1.8-rc.3","@aztec/ethereum":"2.1.8-rc.3","@aztec/kv-store":"2.1.8-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.8-rc.3","@aztec/blob-sink":"2.1.8-rc.3","@aztec/constants":"2.1.8-rc.3","@aztec/simulator":"2.1.8-rc.3","@aztec/aztec-node":"2.1.8-rc.3","@aztec/foundation":"2.1.8-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.8-rc.3","@aztec/epoch-cache":"2.1.8-rc.3","@aztec/merkle-tree":"2.1.8-rc.3","@aztec/prover-node":"2.1.8-rc.3","@aztec/world-state":"2.1.8-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.8-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.8-rc.3","@aztec/prover-client":"2.1.8-rc.3","@aztec/noir-noirc_abi":"2.1.8-rc.3","@aztec/sequencer-client":"2.1.8-rc.3","@aztec/telemetry-client":"2.1.8-rc.3","@aztec/validator-client":"2.1.8-rc.3","@aztec/noir-contracts.js":"2.1.8-rc.3","@aztec/protocol-contracts":"2.1.8-rc.3","@aztec/noir-test-contracts.js":"2.1.8-rc.3","@aztec/noir-protocol-circuits-types":"2.1.8-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.8-rc.3_1764166649762_0.8590748976156601","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251127":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251127","_id":"@aztec/end-to-end@3.0.0-nightly.20251127","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8d1d3087bb7eadcf339720df534489877127858c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251127.tgz","fileCount":191,"integrity":"sha512-7b1VwJUxYdDDHsu8P9jhqTrt3VbKucHI3XORFE7rDbyYy0Ls5zbmNv+6/Kh+GZxZMhoRL7WZ1UZN1DSNXY1ePA==","signatures":[{"sig":"MEQCICKw80f6pT4BgSz348YP5uWOo+TJ9C6EFtpsok7gdFLBAiBpyprgNdjuu+IGxBzbPe9Eu0Fc99v0x7q9bCcOti8OPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36690562},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2754126d56a8634fbc039afc37c3d1cdddce5863","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251127","@aztec/cli":"3.0.0-nightly.20251127","@aztec/p2p":"3.0.0-nightly.20251127","@aztec/pxe":"3.0.0-nightly.20251127","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251127","@aztec/bb.js":"3.0.0-nightly.20251127","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251127","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251127","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251127","@aztec/archiver":"3.0.0-nightly.20251127","@aztec/aztec.js":"3.0.0-nightly.20251127","@aztec/blob-lib":"3.0.0-nightly.20251127","@aztec/ethereum":"3.0.0-nightly.20251127","@aztec/kv-store":"3.0.0-nightly.20251127","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251127","@aztec/blob-sink":"3.0.0-nightly.20251127","@aztec/constants":"3.0.0-nightly.20251127","@aztec/simulator":"3.0.0-nightly.20251127","@aztec/aztec-node":"3.0.0-nightly.20251127","@aztec/foundation":"3.0.0-nightly.20251127","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251127","@aztec/epoch-cache":"3.0.0-nightly.20251127","@aztec/merkle-tree":"3.0.0-nightly.20251127","@aztec/prover-node":"3.0.0-nightly.20251127","@aztec/test-wallet":"3.0.0-nightly.20251127","@aztec/world-state":"3.0.0-nightly.20251127","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251127","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251127","@aztec/prover-client":"3.0.0-nightly.20251127","@aztec/noir-noirc_abi":"3.0.0-nightly.20251127","@aztec/sequencer-client":"3.0.0-nightly.20251127","@aztec/telemetry-client":"3.0.0-nightly.20251127","@aztec/validator-client":"3.0.0-nightly.20251127","@aztec/noir-contracts.js":"3.0.0-nightly.20251127","@aztec/protocol-contracts":"3.0.0-nightly.20251127","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251127","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251127"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251127_1764214849877_0.6471608901382591","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251128":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251128","_id":"@aztec/end-to-end@3.0.0-nightly.20251128","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dfa35b0965472fa5a647019e31a29b7b898d2e9e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251128.tgz","fileCount":191,"integrity":"sha512-ExO7KLdHg8AWX/mbPB+Ctyw3g1mm7L4NtyMes92XmJHIDAR3WCkh/v5gVAhX3oCySo05fmdmX07filVwcxUO+g==","signatures":[{"sig":"MEUCIAXoM9Z2qqvLrzRyM1wXqGMs0J+P4camiBVMPE4cbyNBAiEA62apiLBNOTkIUFZ3FgCFw6Fj6XARU28c+CxbmobVGRw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36821400},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"68f6f5ec62f5588b7123ce9e56ae6fd88d6bc5c2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251128","@aztec/cli":"3.0.0-nightly.20251128","@aztec/p2p":"3.0.0-nightly.20251128","@aztec/pxe":"3.0.0-nightly.20251128","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251128","@aztec/bb.js":"3.0.0-nightly.20251128","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251128","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251128","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251128","@aztec/archiver":"3.0.0-nightly.20251128","@aztec/aztec.js":"3.0.0-nightly.20251128","@aztec/blob-lib":"3.0.0-nightly.20251128","@aztec/ethereum":"3.0.0-nightly.20251128","@aztec/kv-store":"3.0.0-nightly.20251128","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251128","@aztec/blob-sink":"3.0.0-nightly.20251128","@aztec/constants":"3.0.0-nightly.20251128","@aztec/simulator":"3.0.0-nightly.20251128","@aztec/aztec-node":"3.0.0-nightly.20251128","@aztec/foundation":"3.0.0-nightly.20251128","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251128","@aztec/epoch-cache":"3.0.0-nightly.20251128","@aztec/merkle-tree":"3.0.0-nightly.20251128","@aztec/prover-node":"3.0.0-nightly.20251128","@aztec/test-wallet":"3.0.0-nightly.20251128","@aztec/world-state":"3.0.0-nightly.20251128","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251128","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251128","@aztec/prover-client":"3.0.0-nightly.20251128","@aztec/noir-noirc_abi":"3.0.0-nightly.20251128","@aztec/sequencer-client":"3.0.0-nightly.20251128","@aztec/telemetry-client":"3.0.0-nightly.20251128","@aztec/validator-client":"3.0.0-nightly.20251128","@aztec/noir-contracts.js":"3.0.0-nightly.20251128","@aztec/protocol-contracts":"3.0.0-nightly.20251128","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251128","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251128"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251128_1764301243806_0.9028397751395332","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251201.2":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251201.2","_id":"@aztec/end-to-end@3.0.0-nightly.20251201.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"06e12dfb5d59695eb012b53f54f02159756ef003","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251201.2.tgz","fileCount":191,"integrity":"sha512-qcl2LDLZejuk1HhehD2gkFD2wT8TY6WyCGpOlPIDTcimR62gLPLdIWAaBFTN/FiUTxTvMu2G+miit2wK+j+KuA==","signatures":[{"sig":"MEYCIQDlQnbDZapMXlbQo/zU66ydGuhYEg58lcJ5YSlg949HbgIhAISizgDiEiqTRZeOEsmbBk6vMTrNmeMMMfJPmk3o3Nyc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36824202},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5daedc802ea69a1aa9b17a3b94cccfb6011e165a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251201.2","@aztec/cli":"3.0.0-nightly.20251201.2","@aztec/p2p":"3.0.0-nightly.20251201.2","@aztec/pxe":"3.0.0-nightly.20251201.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251201.2","@aztec/bb.js":"3.0.0-nightly.20251201.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251201.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251201.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251201.2","@aztec/archiver":"3.0.0-nightly.20251201.2","@aztec/aztec.js":"3.0.0-nightly.20251201.2","@aztec/blob-lib":"3.0.0-nightly.20251201.2","@aztec/ethereum":"3.0.0-nightly.20251201.2","@aztec/kv-store":"3.0.0-nightly.20251201.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251201.2","@aztec/blob-sink":"3.0.0-nightly.20251201.2","@aztec/constants":"3.0.0-nightly.20251201.2","@aztec/simulator":"3.0.0-nightly.20251201.2","@aztec/aztec-node":"3.0.0-nightly.20251201.2","@aztec/foundation":"3.0.0-nightly.20251201.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251201.2","@aztec/epoch-cache":"3.0.0-nightly.20251201.2","@aztec/merkle-tree":"3.0.0-nightly.20251201.2","@aztec/prover-node":"3.0.0-nightly.20251201.2","@aztec/test-wallet":"3.0.0-nightly.20251201.2","@aztec/world-state":"3.0.0-nightly.20251201.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251201.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251201.2","@aztec/prover-client":"3.0.0-nightly.20251201.2","@aztec/noir-noirc_abi":"3.0.0-nightly.20251201.2","@aztec/sequencer-client":"3.0.0-nightly.20251201.2","@aztec/telemetry-client":"3.0.0-nightly.20251201.2","@aztec/validator-client":"3.0.0-nightly.20251201.2","@aztec/noir-contracts.js":"3.0.0-nightly.20251201.2","@aztec/protocol-contracts":"3.0.0-nightly.20251201.2","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251201.2","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251201.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251201.2_1764606979227_0.16280278414053573","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5daedc8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5daedc8","_id":"@aztec/end-to-end@0.0.1-commit.5daedc8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7570f41d42dd73e8928ba4e7a25d859c7e135f5d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5daedc8.tgz","fileCount":191,"integrity":"sha512-PxxrwPwmX2tYox8ts9VMjC4pkuZocVooFba3s/55VOhnAwu344A19OB+1Hc3ypgakMiNftx8ggdDnFv2vGNTsw==","signatures":[{"sig":"MEUCIHjW194Dj7GD/BBI6q8XelBuc9hD7d3a4NNe7L8xOcAOAiEA0j28Lh5ejPbylxRVCPIjTa0X/9PQtgLXWfmJbC2eogc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36824050},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5daedc802ea69a1aa9b17a3b94cccfb6011e165a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5daedc8","@aztec/cli":"0.0.1-commit.5daedc8","@aztec/p2p":"0.0.1-commit.5daedc8","@aztec/pxe":"0.0.1-commit.5daedc8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5daedc8","@aztec/bb.js":"0.0.1-commit.5daedc8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5daedc8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5daedc8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5daedc8","@aztec/archiver":"0.0.1-commit.5daedc8","@aztec/aztec.js":"0.0.1-commit.5daedc8","@aztec/blob-lib":"0.0.1-commit.5daedc8","@aztec/ethereum":"0.0.1-commit.5daedc8","@aztec/kv-store":"0.0.1-commit.5daedc8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5daedc8","@aztec/blob-sink":"0.0.1-commit.5daedc8","@aztec/constants":"0.0.1-commit.5daedc8","@aztec/simulator":"0.0.1-commit.5daedc8","@aztec/aztec-node":"0.0.1-commit.5daedc8","@aztec/foundation":"0.0.1-commit.5daedc8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.5daedc8","@aztec/epoch-cache":"0.0.1-commit.5daedc8","@aztec/merkle-tree":"0.0.1-commit.5daedc8","@aztec/prover-node":"0.0.1-commit.5daedc8","@aztec/test-wallet":"0.0.1-commit.5daedc8","@aztec/world-state":"0.0.1-commit.5daedc8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5daedc8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5daedc8","@aztec/prover-client":"0.0.1-commit.5daedc8","@aztec/noir-noirc_abi":"0.0.1-commit.5daedc8","@aztec/sequencer-client":"0.0.1-commit.5daedc8","@aztec/telemetry-client":"0.0.1-commit.5daedc8","@aztec/validator-client":"0.0.1-commit.5daedc8","@aztec/noir-contracts.js":"0.0.1-commit.5daedc8","@aztec/protocol-contracts":"0.0.1-commit.5daedc8","@aztec/noir-test-contracts.js":"0.0.1-commit.5daedc8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5daedc8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5daedc8_1764607608896_0.6003463042415518","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5476d83":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5476d83","_id":"@aztec/end-to-end@0.0.1-commit.5476d83","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2053ac1fcc2c77724d1ede9b2664d7afd3469c61","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5476d83.tgz","fileCount":191,"integrity":"sha512-P4qws4NzQElpiZvLaywinvosd+WAiPRwxRf5DCU9TMDhfoPvC7kcTmnf92FLV8aUKE1mvp7qHidBWqQbky3Zsg==","signatures":[{"sig":"MEUCIFYxW+kGU3TSXDeQ0tWhcwqG/owdzh+7Vs2kC03kS8Q3AiEAmp4T+FFU1cnSw/OCwzII0Eqw2NHgW1jEFdBhL+79TZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36824050},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5476d834a29ffb72ce3990ec2883ec59e6d92b32","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5476d83","@aztec/cli":"0.0.1-commit.5476d83","@aztec/p2p":"0.0.1-commit.5476d83","@aztec/pxe":"0.0.1-commit.5476d83","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5476d83","@aztec/bb.js":"0.0.1-commit.5476d83","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5476d83","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5476d83","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5476d83","@aztec/archiver":"0.0.1-commit.5476d83","@aztec/aztec.js":"0.0.1-commit.5476d83","@aztec/blob-lib":"0.0.1-commit.5476d83","@aztec/ethereum":"0.0.1-commit.5476d83","@aztec/kv-store":"0.0.1-commit.5476d83","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5476d83","@aztec/blob-sink":"0.0.1-commit.5476d83","@aztec/constants":"0.0.1-commit.5476d83","@aztec/simulator":"0.0.1-commit.5476d83","@aztec/aztec-node":"0.0.1-commit.5476d83","@aztec/foundation":"0.0.1-commit.5476d83","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.5476d83","@aztec/epoch-cache":"0.0.1-commit.5476d83","@aztec/merkle-tree":"0.0.1-commit.5476d83","@aztec/prover-node":"0.0.1-commit.5476d83","@aztec/test-wallet":"0.0.1-commit.5476d83","@aztec/world-state":"0.0.1-commit.5476d83","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5476d83","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5476d83","@aztec/prover-client":"0.0.1-commit.5476d83","@aztec/noir-noirc_abi":"0.0.1-commit.5476d83","@aztec/sequencer-client":"0.0.1-commit.5476d83","@aztec/telemetry-client":"0.0.1-commit.5476d83","@aztec/validator-client":"0.0.1-commit.5476d83","@aztec/noir-contracts.js":"0.0.1-commit.5476d83","@aztec/protocol-contracts":"0.0.1-commit.5476d83","@aztec/noir-test-contracts.js":"0.0.1-commit.5476d83","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5476d83"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5476d83_1764609370777_0.36028913645744987","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251202":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251202","_id":"@aztec/end-to-end@3.0.0-nightly.20251202","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"894891dc32d93147961bfde89561a849c6e77a62","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251202.tgz","fileCount":191,"integrity":"sha512-AmawtN7d7SA5RLALqOCbjkkJOd16AYLEC/zIiLMNx4NZT2/n3WpvQnWhkafn+mAVfqwcLDRs9skAuzP/qnwEHA==","signatures":[{"sig":"MEUCIHJCVIi75CLzsKf0zY+UZ3OEoaBBngL81WpeunfF4mQ/AiEArhdlgqtILW5zjxdpSePGzDxJHCDBdC0iDZET6hLaxJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36824448},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9e6f2c1610a496249d7dfe3e598787c1252c44dd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251202","@aztec/cli":"3.0.0-nightly.20251202","@aztec/p2p":"3.0.0-nightly.20251202","@aztec/pxe":"3.0.0-nightly.20251202","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251202","@aztec/bb.js":"3.0.0-nightly.20251202","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251202","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251202","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251202","@aztec/archiver":"3.0.0-nightly.20251202","@aztec/aztec.js":"3.0.0-nightly.20251202","@aztec/blob-lib":"3.0.0-nightly.20251202","@aztec/ethereum":"3.0.0-nightly.20251202","@aztec/kv-store":"3.0.0-nightly.20251202","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251202","@aztec/blob-sink":"3.0.0-nightly.20251202","@aztec/constants":"3.0.0-nightly.20251202","@aztec/simulator":"3.0.0-nightly.20251202","@aztec/aztec-node":"3.0.0-nightly.20251202","@aztec/foundation":"3.0.0-nightly.20251202","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251202","@aztec/epoch-cache":"3.0.0-nightly.20251202","@aztec/merkle-tree":"3.0.0-nightly.20251202","@aztec/prover-node":"3.0.0-nightly.20251202","@aztec/test-wallet":"3.0.0-nightly.20251202","@aztec/world-state":"3.0.0-nightly.20251202","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251202","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251202","@aztec/prover-client":"3.0.0-nightly.20251202","@aztec/noir-noirc_abi":"3.0.0-nightly.20251202","@aztec/sequencer-client":"3.0.0-nightly.20251202","@aztec/telemetry-client":"3.0.0-nightly.20251202","@aztec/validator-client":"3.0.0-nightly.20251202","@aztec/noir-contracts.js":"3.0.0-nightly.20251202","@aztec/protocol-contracts":"3.0.0-nightly.20251202","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251202","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251202"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251202_1764647289071_0.28371656717343274","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251203":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251203","_id":"@aztec/end-to-end@3.0.0-nightly.20251203","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7483500741b6ac6de913e43cf124979dd45b7fae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251203.tgz","fileCount":191,"integrity":"sha512-tf780TL38SvhviSBbjGWWECe2O8XDMs6uUlT+j87gfFyMJyr60EnyhWy91JplUJ4mCLSPZPSbZFaTgrlwARHkw==","signatures":[{"sig":"MEUCIQCjYg5vsdvNIxL0IcDZNWr8Ze4VYXuCw4LCBEelpmFd1AIgfohc6rhpMQUkSxfkAqAjeCmbHuj/3qDy56gubLb7WTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36824448},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0ee19d84ae63d6388cec66c91e41aefa0fc2097e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251203","@aztec/cli":"3.0.0-nightly.20251203","@aztec/p2p":"3.0.0-nightly.20251203","@aztec/pxe":"3.0.0-nightly.20251203","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251203","@aztec/bb.js":"3.0.0-nightly.20251203","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251203","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251203","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251203","@aztec/archiver":"3.0.0-nightly.20251203","@aztec/aztec.js":"3.0.0-nightly.20251203","@aztec/blob-lib":"3.0.0-nightly.20251203","@aztec/ethereum":"3.0.0-nightly.20251203","@aztec/kv-store":"3.0.0-nightly.20251203","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251203","@aztec/blob-sink":"3.0.0-nightly.20251203","@aztec/constants":"3.0.0-nightly.20251203","@aztec/simulator":"3.0.0-nightly.20251203","@aztec/aztec-node":"3.0.0-nightly.20251203","@aztec/foundation":"3.0.0-nightly.20251203","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251203","@aztec/epoch-cache":"3.0.0-nightly.20251203","@aztec/merkle-tree":"3.0.0-nightly.20251203","@aztec/prover-node":"3.0.0-nightly.20251203","@aztec/test-wallet":"3.0.0-nightly.20251203","@aztec/world-state":"3.0.0-nightly.20251203","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251203","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251203","@aztec/prover-client":"3.0.0-nightly.20251203","@aztec/noir-noirc_abi":"3.0.0-nightly.20251203","@aztec/sequencer-client":"3.0.0-nightly.20251203","@aztec/telemetry-client":"3.0.0-nightly.20251203","@aztec/validator-client":"3.0.0-nightly.20251203","@aztec/noir-contracts.js":"3.0.0-nightly.20251203","@aztec/protocol-contracts":"3.0.0-nightly.20251203","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251203","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251203"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251203_1764733613955_0.2363628742500894","host":"s3://npm-registry-packages-npm-production"}},"2.0.3-zkpassport":{"name":"@aztec/end-to-end","version":"2.0.3-zkpassport","_id":"@aztec/end-to-end@2.0.3-zkpassport","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22792b88811bd9e335525b80d13010d83788d40d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.0.3-zkpassport.tgz","fileCount":183,"integrity":"sha512-J2e7pMItqqwjQoJBDgbcxfaUM13LbQxMOucAfMnaLjlVDh3efZjuqfPiUq/ncvenmRqeJtOOPiv4zYy7xy0kPg==","signatures":[{"sig":"MEUCIGNq5kbv/ZqWDEuQ1I9fOpr6rJ5GUPHTTQ7lugwesuFwAiEA2qkrtdHnvjbXLBjWxR4bYPIBVSJF2LZHkq15hbUZeek=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36636836},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a4f7c39e15e7835c1f5f491168afa4aaac286894","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"2.23.7","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.4.4","@aztec/bot":"2.0.3-zkpassport","@aztec/cli":"2.0.3-zkpassport","@aztec/p2p":"2.0.3-zkpassport","@aztec/pxe":"2.0.3-zkpassport","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.0.3-zkpassport","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.0.3-zkpassport","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.0.3-zkpassport","lodash.compact":"^3.0.1","@aztec/accounts":"2.0.3-zkpassport","@aztec/archiver":"2.0.3-zkpassport","@aztec/aztec.js":"2.0.3-zkpassport","@aztec/blob-lib":"2.0.3-zkpassport","@aztec/ethereum":"2.0.3-zkpassport","@aztec/kv-store":"2.0.3-zkpassport","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.0.3-zkpassport","@aztec/blob-sink":"2.0.3-zkpassport","@aztec/constants":"2.0.3-zkpassport","@aztec/simulator":"2.0.3-zkpassport","@aztec/aztec-node":"2.0.3-zkpassport","@aztec/foundation":"2.0.3-zkpassport","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.0.3-zkpassport","@aztec/epoch-cache":"2.0.3-zkpassport","@aztec/merkle-tree":"2.0.3-zkpassport","@aztec/prover-node":"2.0.3-zkpassport","@aztec/world-state":"2.0.3-zkpassport","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.0.3-zkpassport","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.0.3-zkpassport","@aztec/prover-client":"2.0.3-zkpassport","@aztec/noir-noirc_abi":"2.0.3-zkpassport","@aztec/sequencer-client":"2.0.3-zkpassport","@aztec/telemetry-client":"2.0.3-zkpassport","@aztec/validator-client":"2.0.3-zkpassport","@aztec/noir-contracts.js":"2.0.3-zkpassport","@aztec/protocol-contracts":"2.0.3-zkpassport","@aztec/noir-test-contracts.js":"2.0.3-zkpassport","@aztec/noir-protocol-circuits-types":"2.0.3-zkpassport"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.0.3-zkpassport_1764780611347_0.28213678028920386","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9b94fc1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9b94fc1","_id":"@aztec/end-to-end@0.0.1-commit.9b94fc1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f4e7a01f1922b63fdfbe961310cebb6b9c230869","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9b94fc1.tgz","fileCount":191,"integrity":"sha512-ktAmVAHe6nOJdDmJQxys3ObZWDn1q23PZkjdKWpaEiqr3RuLAjIEn+OlRFv+a36YtCRnnwXDzs5oYgpRzrOg5Q==","signatures":[{"sig":"MEUCIFXI3AiaF24SAwJGgtAoXCXK6OUXN4D+IH2bDkIVRB/pAiEAmxi5Cg4DLnLJlahr52xVbCR62saOlLba1Nv6wdabxSk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36821693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b94fc11ce20913b2418a54333a4d1ae3e2d570c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9b94fc1","@aztec/cli":"0.0.1-commit.9b94fc1","@aztec/p2p":"0.0.1-commit.9b94fc1","@aztec/pxe":"0.0.1-commit.9b94fc1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9b94fc1","@aztec/bb.js":"0.0.1-commit.9b94fc1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9b94fc1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9b94fc1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9b94fc1","@aztec/archiver":"0.0.1-commit.9b94fc1","@aztec/aztec.js":"0.0.1-commit.9b94fc1","@aztec/blob-lib":"0.0.1-commit.9b94fc1","@aztec/ethereum":"0.0.1-commit.9b94fc1","@aztec/kv-store":"0.0.1-commit.9b94fc1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9b94fc1","@aztec/blob-sink":"0.0.1-commit.9b94fc1","@aztec/constants":"0.0.1-commit.9b94fc1","@aztec/simulator":"0.0.1-commit.9b94fc1","@aztec/aztec-node":"0.0.1-commit.9b94fc1","@aztec/foundation":"0.0.1-commit.9b94fc1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.9b94fc1","@aztec/epoch-cache":"0.0.1-commit.9b94fc1","@aztec/merkle-tree":"0.0.1-commit.9b94fc1","@aztec/prover-node":"0.0.1-commit.9b94fc1","@aztec/test-wallet":"0.0.1-commit.9b94fc1","@aztec/world-state":"0.0.1-commit.9b94fc1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9b94fc1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9b94fc1","@aztec/prover-client":"0.0.1-commit.9b94fc1","@aztec/noir-noirc_abi":"0.0.1-commit.9b94fc1","@aztec/sequencer-client":"0.0.1-commit.9b94fc1","@aztec/telemetry-client":"0.0.1-commit.9b94fc1","@aztec/validator-client":"0.0.1-commit.9b94fc1","@aztec/noir-contracts.js":"0.0.1-commit.9b94fc1","@aztec/protocol-contracts":"0.0.1-commit.9b94fc1","@aztec/noir-test-contracts.js":"0.0.1-commit.9b94fc1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9b94fc1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9b94fc1_1764812489768_0.901848342434727","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251204":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251204","_id":"@aztec/end-to-end@3.0.0-nightly.20251204","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fdc8f1eb69880620c32be1ae20cc548fbb4e85ff","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251204.tgz","fileCount":191,"integrity":"sha512-dKum5f0D+c25VoYhJiO7l4GQghqGxtF5jJAhDSHh2qfCasmGusEufbaEwKLSsCvQbfvppXqG/yyihbM7TOHQ8A==","signatures":[{"sig":"MEUCIQDkPItAd3R4aI7kko0fH/R4scqJxlR+xs0lar3C0z0WUAIgXnZ57p/EhVfhyRXM3+kh8avEJl+8018e4MeveawlPQ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825138},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d6c5f7333862c62c5cec6204f426de81ca81e7bc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251204","@aztec/cli":"3.0.0-nightly.20251204","@aztec/p2p":"3.0.0-nightly.20251204","@aztec/pxe":"3.0.0-nightly.20251204","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251204","@aztec/bb.js":"3.0.0-nightly.20251204","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251204","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251204","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251204","@aztec/archiver":"3.0.0-nightly.20251204","@aztec/aztec.js":"3.0.0-nightly.20251204","@aztec/blob-lib":"3.0.0-nightly.20251204","@aztec/ethereum":"3.0.0-nightly.20251204","@aztec/kv-store":"3.0.0-nightly.20251204","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251204","@aztec/blob-sink":"3.0.0-nightly.20251204","@aztec/constants":"3.0.0-nightly.20251204","@aztec/simulator":"3.0.0-nightly.20251204","@aztec/aztec-node":"3.0.0-nightly.20251204","@aztec/foundation":"3.0.0-nightly.20251204","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251204","@aztec/epoch-cache":"3.0.0-nightly.20251204","@aztec/merkle-tree":"3.0.0-nightly.20251204","@aztec/prover-node":"3.0.0-nightly.20251204","@aztec/test-wallet":"3.0.0-nightly.20251204","@aztec/world-state":"3.0.0-nightly.20251204","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251204","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251204","@aztec/prover-client":"3.0.0-nightly.20251204","@aztec/noir-noirc_abi":"3.0.0-nightly.20251204","@aztec/sequencer-client":"3.0.0-nightly.20251204","@aztec/telemetry-client":"3.0.0-nightly.20251204","@aztec/validator-client":"3.0.0-nightly.20251204","@aztec/noir-contracts.js":"3.0.0-nightly.20251204","@aztec/protocol-contracts":"3.0.0-nightly.20251204","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251204","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251204"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251204_1764819279208_0.22778859616358482","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.21caa21":{"name":"@aztec/end-to-end","version":"0.0.1-commit.21caa21","_id":"@aztec/end-to-end@0.0.1-commit.21caa21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e885f5452ebf7cd0f9e2ed1a08509099efd99482","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.21caa21.tgz","fileCount":191,"integrity":"sha512-PKYiv/fTypJPxjWhZRVD7zpiKP7h7TFbNrgFvYVi9LM4JFwCCMJ4u5lS7m420ByPN16ycVeyrLDa+S7r/PhZkA==","signatures":[{"sig":"MEQCIA37xvcq/cZG5p0giOUpqkvOTCM4ZCfup4pMGcZkmuhIAiBgthMOPRFiS5eMKO727X45j3DVvCM2x2Atz0wxiXGEUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36821693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"21caa21c5ca661666b3d94cef51f2a7ffec11f35","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.21caa21","@aztec/cli":"0.0.1-commit.21caa21","@aztec/p2p":"0.0.1-commit.21caa21","@aztec/pxe":"0.0.1-commit.21caa21","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.21caa21","@aztec/bb.js":"0.0.1-commit.21caa21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.21caa21","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.21caa21","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.21caa21","@aztec/archiver":"0.0.1-commit.21caa21","@aztec/aztec.js":"0.0.1-commit.21caa21","@aztec/blob-lib":"0.0.1-commit.21caa21","@aztec/ethereum":"0.0.1-commit.21caa21","@aztec/kv-store":"0.0.1-commit.21caa21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.21caa21","@aztec/blob-sink":"0.0.1-commit.21caa21","@aztec/constants":"0.0.1-commit.21caa21","@aztec/simulator":"0.0.1-commit.21caa21","@aztec/aztec-node":"0.0.1-commit.21caa21","@aztec/foundation":"0.0.1-commit.21caa21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.21caa21","@aztec/epoch-cache":"0.0.1-commit.21caa21","@aztec/merkle-tree":"0.0.1-commit.21caa21","@aztec/prover-node":"0.0.1-commit.21caa21","@aztec/test-wallet":"0.0.1-commit.21caa21","@aztec/world-state":"0.0.1-commit.21caa21","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.21caa21","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.21caa21","@aztec/prover-client":"0.0.1-commit.21caa21","@aztec/noir-noirc_abi":"0.0.1-commit.21caa21","@aztec/sequencer-client":"0.0.1-commit.21caa21","@aztec/telemetry-client":"0.0.1-commit.21caa21","@aztec/validator-client":"0.0.1-commit.21caa21","@aztec/noir-contracts.js":"0.0.1-commit.21caa21","@aztec/protocol-contracts":"0.0.1-commit.21caa21","@aztec/noir-test-contracts.js":"0.0.1-commit.21caa21","@aztec/noir-protocol-circuits-types":"0.0.1-commit.21caa21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.21caa21_1764861754949_0.38283633158346464","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9593d84":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9593d84","_id":"@aztec/end-to-end@0.0.1-commit.9593d84","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7419a3c8ee4cd5cf685bd6e4f12e6b603f766643","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9593d84.tgz","fileCount":191,"integrity":"sha512-/G3FVA1x31lhYTHypldbjvn/JMg3/EMXvvlqK0jInkhtPTjqEoXRJBxCl55z+3vbUIQG2EEWDOBU6f9YATlL7g==","signatures":[{"sig":"MEUCIQDJTS2hf+0/+l/Wh3Dn8+8FvVz4sCi0qp8pNthbOgqkBgIgS4S+FO2dKklijwVSdf/YEz5a/UUpWyDoRko6b8ru/KY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36821693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9593d8469d8fa8deb8a855c6fe8cfa170f798462","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9593d84","@aztec/cli":"0.0.1-commit.9593d84","@aztec/p2p":"0.0.1-commit.9593d84","@aztec/pxe":"0.0.1-commit.9593d84","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9593d84","@aztec/bb.js":"0.0.1-commit.9593d84","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9593d84","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9593d84","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9593d84","@aztec/archiver":"0.0.1-commit.9593d84","@aztec/aztec.js":"0.0.1-commit.9593d84","@aztec/blob-lib":"0.0.1-commit.9593d84","@aztec/ethereum":"0.0.1-commit.9593d84","@aztec/kv-store":"0.0.1-commit.9593d84","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9593d84","@aztec/blob-sink":"0.0.1-commit.9593d84","@aztec/constants":"0.0.1-commit.9593d84","@aztec/simulator":"0.0.1-commit.9593d84","@aztec/aztec-node":"0.0.1-commit.9593d84","@aztec/foundation":"0.0.1-commit.9593d84","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.9593d84","@aztec/epoch-cache":"0.0.1-commit.9593d84","@aztec/merkle-tree":"0.0.1-commit.9593d84","@aztec/prover-node":"0.0.1-commit.9593d84","@aztec/test-wallet":"0.0.1-commit.9593d84","@aztec/world-state":"0.0.1-commit.9593d84","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9593d84","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9593d84","@aztec/prover-client":"0.0.1-commit.9593d84","@aztec/noir-noirc_abi":"0.0.1-commit.9593d84","@aztec/sequencer-client":"0.0.1-commit.9593d84","@aztec/telemetry-client":"0.0.1-commit.9593d84","@aztec/validator-client":"0.0.1-commit.9593d84","@aztec/noir-contracts.js":"0.0.1-commit.9593d84","@aztec/protocol-contracts":"0.0.1-commit.9593d84","@aztec/noir-test-contracts.js":"0.0.1-commit.9593d84","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9593d84"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9593d84_1764869580966_0.5273531387087405","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.fce3e4f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.fce3e4f","_id":"@aztec/end-to-end@0.0.1-commit.fce3e4f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2d2ba84ff2ce1205a7adafbb9212f781eb7cc990","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.fce3e4f.tgz","fileCount":191,"integrity":"sha512-P9ISKZIDt6fZxGzpWB2M3ag3cHaGdq4lwSzw76q2DK4EvOzhG7gUiTOE+pn/NFj2skmXpFuhDQxignuXMXz2/A==","signatures":[{"sig":"MEUCIQDyxGNotFh4ni+6lZquyiscQMXO6xAKLa8aQTX7l/wQKAIgFiBu/6pLRPwk5riaj5NLwTgzDW4f3aTMtyTDrZUdaaw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36821693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fce3e4f9d408795515dde81cd7a416c9e765e94a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsgo -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsgo -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.fce3e4f","@aztec/cli":"0.0.1-commit.fce3e4f","@aztec/p2p":"0.0.1-commit.fce3e4f","@aztec/pxe":"0.0.1-commit.fce3e4f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.fce3e4f","@aztec/bb.js":"0.0.1-commit.fce3e4f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.fce3e4f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.fce3e4f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.fce3e4f","@aztec/archiver":"0.0.1-commit.fce3e4f","@aztec/aztec.js":"0.0.1-commit.fce3e4f","@aztec/blob-lib":"0.0.1-commit.fce3e4f","@aztec/ethereum":"0.0.1-commit.fce3e4f","@aztec/kv-store":"0.0.1-commit.fce3e4f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.fce3e4f","@aztec/blob-sink":"0.0.1-commit.fce3e4f","@aztec/constants":"0.0.1-commit.fce3e4f","@aztec/simulator":"0.0.1-commit.fce3e4f","@aztec/aztec-node":"0.0.1-commit.fce3e4f","@aztec/foundation":"0.0.1-commit.fce3e4f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.fce3e4f","@aztec/epoch-cache":"0.0.1-commit.fce3e4f","@aztec/merkle-tree":"0.0.1-commit.fce3e4f","@aztec/prover-node":"0.0.1-commit.fce3e4f","@aztec/test-wallet":"0.0.1-commit.fce3e4f","@aztec/world-state":"0.0.1-commit.fce3e4f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.fce3e4f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.fce3e4f","@aztec/prover-client":"0.0.1-commit.fce3e4f","@aztec/noir-noirc_abi":"0.0.1-commit.fce3e4f","@aztec/sequencer-client":"0.0.1-commit.fce3e4f","@aztec/telemetry-client":"0.0.1-commit.fce3e4f","@aztec/validator-client":"0.0.1-commit.fce3e4f","@aztec/noir-contracts.js":"0.0.1-commit.fce3e4f","@aztec/protocol-contracts":"0.0.1-commit.fce3e4f","@aztec/noir-test-contracts.js":"0.0.1-commit.fce3e4f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.fce3e4f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.fce3e4f_1764870142280_0.045101366106526486","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251205":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251205","_id":"@aztec/end-to-end@3.0.0-nightly.20251205","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ab598c6f8ffd51f4a3201a162ba238cf5a218b24","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251205.tgz","fileCount":191,"integrity":"sha512-2fh6psYuL4TWJ11Iug1I5wmlP0xDbuzr0IcuG/xuBysTPGRDGn39m3MSpm7f9uxjoyx52CUrNgI5v42yYVPUUw==","signatures":[{"sig":"MEYCIQD9TTT18ROct9B1b/BgwtZatr/lnLH0isNNnqp+Yd4sLQIhANZcuYQ1fXPYeaj/uLWj4UbdMf72SuxGbpJ9y0wPc9Fb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825092},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"412b246de28c5cecb04a3d30e0a1c34bf0ee1639","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251205","@aztec/cli":"3.0.0-nightly.20251205","@aztec/p2p":"3.0.0-nightly.20251205","@aztec/pxe":"3.0.0-nightly.20251205","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251205","@aztec/bb.js":"3.0.0-nightly.20251205","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251205","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251205","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251205","@aztec/archiver":"3.0.0-nightly.20251205","@aztec/aztec.js":"3.0.0-nightly.20251205","@aztec/blob-lib":"3.0.0-nightly.20251205","@aztec/ethereum":"3.0.0-nightly.20251205","@aztec/kv-store":"3.0.0-nightly.20251205","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251205","@aztec/blob-sink":"3.0.0-nightly.20251205","@aztec/constants":"3.0.0-nightly.20251205","@aztec/simulator":"3.0.0-nightly.20251205","@aztec/aztec-node":"3.0.0-nightly.20251205","@aztec/foundation":"3.0.0-nightly.20251205","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251205","@aztec/epoch-cache":"3.0.0-nightly.20251205","@aztec/merkle-tree":"3.0.0-nightly.20251205","@aztec/prover-node":"3.0.0-nightly.20251205","@aztec/test-wallet":"3.0.0-nightly.20251205","@aztec/world-state":"3.0.0-nightly.20251205","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251205","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251205","@aztec/prover-client":"3.0.0-nightly.20251205","@aztec/noir-noirc_abi":"3.0.0-nightly.20251205","@aztec/sequencer-client":"3.0.0-nightly.20251205","@aztec/telemetry-client":"3.0.0-nightly.20251205","@aztec/validator-client":"3.0.0-nightly.20251205","@aztec/noir-contracts.js":"3.0.0-nightly.20251205","@aztec/protocol-contracts":"3.0.0-nightly.20251205","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251205","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251205"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251205_1764906617949_0.23814471945472238","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251206":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251206","_id":"@aztec/end-to-end@3.0.0-nightly.20251206","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7f038231bac986bd462af90d970be01c7ad35991","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251206.tgz","fileCount":191,"integrity":"sha512-p7mgu+H2ge9p15Go/XrdHlD88f/bCaufaAYvaiowJMGzp5NovKqMBrJ72eRnyws6KJ2wXMVVgta3aov2kud5SA==","signatures":[{"sig":"MEQCIA+DW6FHF1uVd5mnibk6FIq0fSsCvlelItWycdp+TKbkAiAU2WfSgkO4A6FVMg11n0yJpgsICa7eI5I72CSIDb706A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825384},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1c68fb7e0eaeed3ac76055ebe90fb3203a5dc406","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251206","@aztec/cli":"3.0.0-nightly.20251206","@aztec/p2p":"3.0.0-nightly.20251206","@aztec/pxe":"3.0.0-nightly.20251206","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251206","@aztec/bb.js":"3.0.0-nightly.20251206","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251206","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251206","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251206","@aztec/archiver":"3.0.0-nightly.20251206","@aztec/aztec.js":"3.0.0-nightly.20251206","@aztec/blob-lib":"3.0.0-nightly.20251206","@aztec/ethereum":"3.0.0-nightly.20251206","@aztec/kv-store":"3.0.0-nightly.20251206","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251206","@aztec/blob-sink":"3.0.0-nightly.20251206","@aztec/constants":"3.0.0-nightly.20251206","@aztec/simulator":"3.0.0-nightly.20251206","@aztec/aztec-node":"3.0.0-nightly.20251206","@aztec/foundation":"3.0.0-nightly.20251206","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251206","@aztec/epoch-cache":"3.0.0-nightly.20251206","@aztec/merkle-tree":"3.0.0-nightly.20251206","@aztec/prover-node":"3.0.0-nightly.20251206","@aztec/test-wallet":"3.0.0-nightly.20251206","@aztec/world-state":"3.0.0-nightly.20251206","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251206","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251206","@aztec/prover-client":"3.0.0-nightly.20251206","@aztec/noir-noirc_abi":"3.0.0-nightly.20251206","@aztec/sequencer-client":"3.0.0-nightly.20251206","@aztec/telemetry-client":"3.0.0-nightly.20251206","@aztec/validator-client":"3.0.0-nightly.20251206","@aztec/noir-contracts.js":"3.0.0-nightly.20251206","@aztec/protocol-contracts":"3.0.0-nightly.20251206","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251206","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251206"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251206_1764992320019_0.42120231483248727","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251207":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251207","_id":"@aztec/end-to-end@3.0.0-nightly.20251207","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b5b1849cc88995723dabd3e0e5468998b71aa3a6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251207.tgz","fileCount":191,"integrity":"sha512-uWcoqjOYs3QaYfh0GzlNZAX7Fbaq5fz+zeun5VN6WMZuSakDVfdDoA9jG1feXuXwAy3thIhk2lR9Xpi2/7E5Fg==","signatures":[{"sig":"MEUCIQCpCxviZtyPUaOlk3H9Nsu6D3YG12VWZF29xyyfIy5MLwIgPgCP94nzaMMFBY6ru/itoAJ7cUwRSEua+aeEcDT5iPY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825384},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1afff26ca24d2afddc323be899eae10cba27a1ab","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251207","@aztec/cli":"3.0.0-nightly.20251207","@aztec/p2p":"3.0.0-nightly.20251207","@aztec/pxe":"3.0.0-nightly.20251207","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251207","@aztec/bb.js":"3.0.0-nightly.20251207","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251207","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251207","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251207","@aztec/archiver":"3.0.0-nightly.20251207","@aztec/aztec.js":"3.0.0-nightly.20251207","@aztec/blob-lib":"3.0.0-nightly.20251207","@aztec/ethereum":"3.0.0-nightly.20251207","@aztec/kv-store":"3.0.0-nightly.20251207","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251207","@aztec/blob-sink":"3.0.0-nightly.20251207","@aztec/constants":"3.0.0-nightly.20251207","@aztec/simulator":"3.0.0-nightly.20251207","@aztec/aztec-node":"3.0.0-nightly.20251207","@aztec/foundation":"3.0.0-nightly.20251207","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251207","@aztec/epoch-cache":"3.0.0-nightly.20251207","@aztec/merkle-tree":"3.0.0-nightly.20251207","@aztec/prover-node":"3.0.0-nightly.20251207","@aztec/test-wallet":"3.0.0-nightly.20251207","@aztec/world-state":"3.0.0-nightly.20251207","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251207","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251207","@aztec/prover-client":"3.0.0-nightly.20251207","@aztec/noir-noirc_abi":"3.0.0-nightly.20251207","@aztec/sequencer-client":"3.0.0-nightly.20251207","@aztec/telemetry-client":"3.0.0-nightly.20251207","@aztec/validator-client":"3.0.0-nightly.20251207","@aztec/noir-contracts.js":"3.0.0-nightly.20251207","@aztec/protocol-contracts":"3.0.0-nightly.20251207","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251207","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251207"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251207_1765079911427_0.7245491799142778","host":"s3://npm-registry-packages-npm-production"}},"2.1.8-rc.4":{"name":"@aztec/end-to-end","version":"2.1.8-rc.4","_id":"@aztec/end-to-end@2.1.8-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7400cb347df7938cfc518a99da84eb26d47066e9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.8-rc.4.tgz","fileCount":191,"integrity":"sha512-dLE1JQ5JzQ6fulrbF1NMKlm/LRfCx5tN7/hDn7pBfrUSApPO/i9kHqH9Bsb22TO1b3Skp3PUTS7mNtvbl4O3Sg==","signatures":[{"sig":"MEUCIQDoF78BrZbolBM+DI9e4BG3t+b6shM2iwZ2hYx4L4PQUQIgKE8Z3yzJHDQv2/svmLEI7LyZpXjc7rWIGemsxrqBtAg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659533},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dd97b789b3a7b0768287e95efc026a74f7861805","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.8-rc.4","@aztec/cli":"2.1.8-rc.4","@aztec/p2p":"2.1.8-rc.4","@aztec/pxe":"2.1.8-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.8-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.8-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.8-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.8-rc.4","@aztec/archiver":"2.1.8-rc.4","@aztec/aztec.js":"2.1.8-rc.4","@aztec/blob-lib":"2.1.8-rc.4","@aztec/ethereum":"2.1.8-rc.4","@aztec/kv-store":"2.1.8-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.8-rc.4","@aztec/blob-sink":"2.1.8-rc.4","@aztec/constants":"2.1.8-rc.4","@aztec/simulator":"2.1.8-rc.4","@aztec/aztec-node":"2.1.8-rc.4","@aztec/foundation":"2.1.8-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.8-rc.4","@aztec/epoch-cache":"2.1.8-rc.4","@aztec/merkle-tree":"2.1.8-rc.4","@aztec/prover-node":"2.1.8-rc.4","@aztec/world-state":"2.1.8-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.8-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.8-rc.4","@aztec/prover-client":"2.1.8-rc.4","@aztec/noir-noirc_abi":"2.1.8-rc.4","@aztec/sequencer-client":"2.1.8-rc.4","@aztec/telemetry-client":"2.1.8-rc.4","@aztec/validator-client":"2.1.8-rc.4","@aztec/noir-contracts.js":"2.1.8-rc.4","@aztec/protocol-contracts":"2.1.8-rc.4","@aztec/noir-test-contracts.js":"2.1.8-rc.4","@aztec/noir-protocol-circuits-types":"2.1.8-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.8-rc.4_1765126763380_0.9751633869194976","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251208":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251208","_id":"@aztec/end-to-end@3.0.0-nightly.20251208","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da8ebbc7cccd06dfbd8a1e0bd5d541e44b135b98","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251208.tgz","fileCount":191,"integrity":"sha512-ZgSKKs++CiOZnbPNqlabcPP3I6C/cWF64FKdKMOt8viV1QhETrRMEBb9pAWTYzSceZbxTeeAz/6mzDiwULC46g==","signatures":[{"sig":"MEQCICA7pt1UxAvi0aJdsjkOprER4eykAAuI5I2Zq26puwDwAiAi/YxqRZYi6iUBz0KrqRT6GvswU/W9XGOrl4/xVv8b0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825384},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cb8f701afc8552deb819e453c3027cf85736b5b5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251208","@aztec/cli":"3.0.0-nightly.20251208","@aztec/p2p":"3.0.0-nightly.20251208","@aztec/pxe":"3.0.0-nightly.20251208","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251208","@aztec/bb.js":"3.0.0-nightly.20251208","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251208","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251208","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251208","@aztec/archiver":"3.0.0-nightly.20251208","@aztec/aztec.js":"3.0.0-nightly.20251208","@aztec/blob-lib":"3.0.0-nightly.20251208","@aztec/ethereum":"3.0.0-nightly.20251208","@aztec/kv-store":"3.0.0-nightly.20251208","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251208","@aztec/blob-sink":"3.0.0-nightly.20251208","@aztec/constants":"3.0.0-nightly.20251208","@aztec/simulator":"3.0.0-nightly.20251208","@aztec/aztec-node":"3.0.0-nightly.20251208","@aztec/foundation":"3.0.0-nightly.20251208","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251208","@aztec/epoch-cache":"3.0.0-nightly.20251208","@aztec/merkle-tree":"3.0.0-nightly.20251208","@aztec/prover-node":"3.0.0-nightly.20251208","@aztec/test-wallet":"3.0.0-nightly.20251208","@aztec/world-state":"3.0.0-nightly.20251208","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251208","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251208","@aztec/prover-client":"3.0.0-nightly.20251208","@aztec/noir-noirc_abi":"3.0.0-nightly.20251208","@aztec/sequencer-client":"3.0.0-nightly.20251208","@aztec/telemetry-client":"3.0.0-nightly.20251208","@aztec/validator-client":"3.0.0-nightly.20251208","@aztec/noir-contracts.js":"3.0.0-nightly.20251208","@aztec/protocol-contracts":"3.0.0-nightly.20251208","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251208","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251208"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251208_1765165169012_0.5102103627193273","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d3ec352c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d3ec352c","_id":"@aztec/end-to-end@0.0.1-commit.d3ec352c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"558954a8c5908bf0213a35360f9ff5dc51b15ac3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d3ec352c.tgz","fileCount":191,"integrity":"sha512-1M7IM5BhcdaNM0htxo6dvvg5NGLKdTJJ52ogCnKSIqhI5UzHoLFeTzJKj+UvTDaHTQSfRrPqGvUf+CPwEpvlvA==","signatures":[{"sig":"MEYCIQC8MvTT2+cRCqbo2wm8DZD6lpJZYAoZPYHD1YP6BIfAqQIhAPIqPZof5WOci3Lk7UBbIiWAFBn4b6DY4OXZpO15qOmz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825346},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d3ec352c7ab9d0da6449eadad2e4b8d791323be2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d3ec352c","@aztec/cli":"0.0.1-commit.d3ec352c","@aztec/p2p":"0.0.1-commit.d3ec352c","@aztec/pxe":"0.0.1-commit.d3ec352c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d3ec352c","@aztec/bb.js":"0.0.1-commit.d3ec352c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d3ec352c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d3ec352c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d3ec352c","@aztec/archiver":"0.0.1-commit.d3ec352c","@aztec/aztec.js":"0.0.1-commit.d3ec352c","@aztec/blob-lib":"0.0.1-commit.d3ec352c","@aztec/ethereum":"0.0.1-commit.d3ec352c","@aztec/kv-store":"0.0.1-commit.d3ec352c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d3ec352c","@aztec/blob-sink":"0.0.1-commit.d3ec352c","@aztec/constants":"0.0.1-commit.d3ec352c","@aztec/simulator":"0.0.1-commit.d3ec352c","@aztec/aztec-node":"0.0.1-commit.d3ec352c","@aztec/foundation":"0.0.1-commit.d3ec352c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"0.0.1-commit.d3ec352c","@aztec/epoch-cache":"0.0.1-commit.d3ec352c","@aztec/merkle-tree":"0.0.1-commit.d3ec352c","@aztec/prover-node":"0.0.1-commit.d3ec352c","@aztec/test-wallet":"0.0.1-commit.d3ec352c","@aztec/world-state":"0.0.1-commit.d3ec352c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d3ec352c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d3ec352c","@aztec/prover-client":"0.0.1-commit.d3ec352c","@aztec/noir-noirc_abi":"0.0.1-commit.d3ec352c","@aztec/sequencer-client":"0.0.1-commit.d3ec352c","@aztec/telemetry-client":"0.0.1-commit.d3ec352c","@aztec/validator-client":"0.0.1-commit.d3ec352c","@aztec/noir-contracts.js":"0.0.1-commit.d3ec352c","@aztec/protocol-contracts":"0.0.1-commit.d3ec352c","@aztec/noir-test-contracts.js":"0.0.1-commit.d3ec352c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d3ec352c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d3ec352c_1765190921443_0.8294036204990367","host":"s3://npm-registry-packages-npm-production"}},"2.1.9":{"name":"@aztec/end-to-end","version":"2.1.9","_id":"@aztec/end-to-end@2.1.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"806fdac7d286d3f5019679e26490a3af8a4f893e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9.tgz","fileCount":191,"integrity":"sha512-VoBYTuQnPkIvr+AuH7oePzfwQ0zGzPGXTN79aNYiNMrq3Ivstr0tI61d0kU0iMcIs5L8x8fjU+4H9a9m/6ED+w==","signatures":[{"sig":"MEUCIQCApYwWyjU22eadpJs3SWWzt+q4vP0SR/h/gILvmhJgcwIgOzcYtk9vqGd2wGv3LUdR1HA3hxeTGpo4LtaOdTxTw1Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659353},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2bed7ed073966bb2a2dcdd02a133d11bf2996d3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9","@aztec/cli":"2.1.9","@aztec/p2p":"2.1.9","@aztec/pxe":"2.1.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9","@aztec/archiver":"2.1.9","@aztec/aztec.js":"2.1.9","@aztec/blob-lib":"2.1.9","@aztec/ethereum":"2.1.9","@aztec/kv-store":"2.1.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9","@aztec/blob-sink":"2.1.9","@aztec/constants":"2.1.9","@aztec/simulator":"2.1.9","@aztec/aztec-node":"2.1.9","@aztec/foundation":"2.1.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9","@aztec/epoch-cache":"2.1.9","@aztec/merkle-tree":"2.1.9","@aztec/prover-node":"2.1.9","@aztec/world-state":"2.1.9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9","@aztec/prover-client":"2.1.9","@aztec/noir-noirc_abi":"2.1.9","@aztec/sequencer-client":"2.1.9","@aztec/telemetry-client":"2.1.9","@aztec/validator-client":"2.1.9","@aztec/noir-contracts.js":"2.1.9","@aztec/protocol-contracts":"2.1.9","@aztec/noir-test-contracts.js":"2.1.9","@aztec/noir-protocol-circuits-types":"2.1.9"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9_1765205953924_0.025986619181646242","host":"s3://npm-registry-packages-npm-production"}},"2.1.9-rc.1":{"name":"@aztec/end-to-end","version":"2.1.9-rc.1","_id":"@aztec/end-to-end@2.1.9-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bea15f93a2a96e8ba21b4242bd93006c1f691f21","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9-rc.1.tgz","fileCount":191,"integrity":"sha512-OdevnamtSpRqGWLyg80HCzm8BH4XIH7N0Y8li+LT03vk8D+IegmmIiWKLnzWa3qTwRyqFayz3UPbQFHJpjoKCg==","signatures":[{"sig":"MEYCIQCe+Q1SixGfk2NzUaYInTqeiX1HvAL9VDQDLYOIjxlqVQIhAPy6pafyOf7M/h+RdbOM4+u2qb72QFgEXm18xFW1QzkE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659533},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2bed7ed073966bb2a2dcdd02a133d11bf2996d3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9-rc.1","@aztec/cli":"2.1.9-rc.1","@aztec/p2p":"2.1.9-rc.1","@aztec/pxe":"2.1.9-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9-rc.1","@aztec/archiver":"2.1.9-rc.1","@aztec/aztec.js":"2.1.9-rc.1","@aztec/blob-lib":"2.1.9-rc.1","@aztec/ethereum":"2.1.9-rc.1","@aztec/kv-store":"2.1.9-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9-rc.1","@aztec/blob-sink":"2.1.9-rc.1","@aztec/constants":"2.1.9-rc.1","@aztec/simulator":"2.1.9-rc.1","@aztec/aztec-node":"2.1.9-rc.1","@aztec/foundation":"2.1.9-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9-rc.1","@aztec/epoch-cache":"2.1.9-rc.1","@aztec/merkle-tree":"2.1.9-rc.1","@aztec/prover-node":"2.1.9-rc.1","@aztec/world-state":"2.1.9-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9-rc.1","@aztec/prover-client":"2.1.9-rc.1","@aztec/noir-noirc_abi":"2.1.9-rc.1","@aztec/sequencer-client":"2.1.9-rc.1","@aztec/telemetry-client":"2.1.9-rc.1","@aztec/validator-client":"2.1.9-rc.1","@aztec/noir-contracts.js":"2.1.9-rc.1","@aztec/protocol-contracts":"2.1.9-rc.1","@aztec/noir-test-contracts.js":"2.1.9-rc.1","@aztec/noir-protocol-circuits-types":"2.1.9-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9-rc.1_1765206912598_0.6939432198480471","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251209":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251209","_id":"@aztec/end-to-end@3.0.0-nightly.20251209","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8829df40f21f8dd34697f539b1dd2fbee0a77598","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251209.tgz","fileCount":191,"integrity":"sha512-hknj5uezp1USyurWgh2CxGXeDsxyt0Gwf76a8RhmqEcdwyhy0LkpJkdUkb3JGKRKMGFGkkreM+xRDspnCwMgNw==","signatures":[{"sig":"MEYCIQDudILfaSXPpFsOb+caLhEtayK4nZT2UcDmtscOKGxduQIhAKWAnoWJmwJCOV46h48by6k5zasBWUxHjftj6wVy7ZJo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825384},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"631c323e57ab7a8a433715bb2c4a55186474bee9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251209","@aztec/cli":"3.0.0-nightly.20251209","@aztec/p2p":"3.0.0-nightly.20251209","@aztec/pxe":"3.0.0-nightly.20251209","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251209","@aztec/bb.js":"3.0.0-nightly.20251209","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251209","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251209","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251209","@aztec/archiver":"3.0.0-nightly.20251209","@aztec/aztec.js":"3.0.0-nightly.20251209","@aztec/blob-lib":"3.0.0-nightly.20251209","@aztec/ethereum":"3.0.0-nightly.20251209","@aztec/kv-store":"3.0.0-nightly.20251209","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251209","@aztec/blob-sink":"3.0.0-nightly.20251209","@aztec/constants":"3.0.0-nightly.20251209","@aztec/simulator":"3.0.0-nightly.20251209","@aztec/aztec-node":"3.0.0-nightly.20251209","@aztec/foundation":"3.0.0-nightly.20251209","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251209","@aztec/epoch-cache":"3.0.0-nightly.20251209","@aztec/merkle-tree":"3.0.0-nightly.20251209","@aztec/prover-node":"3.0.0-nightly.20251209","@aztec/test-wallet":"3.0.0-nightly.20251209","@aztec/world-state":"3.0.0-nightly.20251209","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251209","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251209","@aztec/prover-client":"3.0.0-nightly.20251209","@aztec/noir-noirc_abi":"3.0.0-nightly.20251209","@aztec/sequencer-client":"3.0.0-nightly.20251209","@aztec/telemetry-client":"3.0.0-nightly.20251209","@aztec/validator-client":"3.0.0-nightly.20251209","@aztec/noir-contracts.js":"3.0.0-nightly.20251209","@aztec/protocol-contracts":"3.0.0-nightly.20251209","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251209","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251209"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251209_1765252185086_0.3773694740272884","host":"s3://npm-registry-packages-npm-production"}},"2.1.9-rc.2":{"name":"@aztec/end-to-end","version":"2.1.9-rc.2","_id":"@aztec/end-to-end@2.1.9-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"835ca8b9a60001f994a23a808c99c335540270df","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9-rc.2.tgz","fileCount":191,"integrity":"sha512-zzSDtw7LD76ZerHZvQb6HmX8Cpqpas2fsvJNTTegw/hLu38Y+r7PjrpwS16mXJxOOAWzTJg3VCUVi8PuhWlsqA==","signatures":[{"sig":"MEQCIHAkTAPgokUTH+5c1JoMGSbaUPqyH5YvxN7KEZoBvSoNAiBDSUykycOZBHLPENjP44keTRH5e1fqmsO0b/9YvsGm0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659533},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f4f6ed4e0c5de5a4241a2ccd8aa9a9d7c41c335d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9-rc.2","@aztec/cli":"2.1.9-rc.2","@aztec/p2p":"2.1.9-rc.2","@aztec/pxe":"2.1.9-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9-rc.2","@aztec/archiver":"2.1.9-rc.2","@aztec/aztec.js":"2.1.9-rc.2","@aztec/blob-lib":"2.1.9-rc.2","@aztec/ethereum":"2.1.9-rc.2","@aztec/kv-store":"2.1.9-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9-rc.2","@aztec/blob-sink":"2.1.9-rc.2","@aztec/constants":"2.1.9-rc.2","@aztec/simulator":"2.1.9-rc.2","@aztec/aztec-node":"2.1.9-rc.2","@aztec/foundation":"2.1.9-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9-rc.2","@aztec/epoch-cache":"2.1.9-rc.2","@aztec/merkle-tree":"2.1.9-rc.2","@aztec/prover-node":"2.1.9-rc.2","@aztec/world-state":"2.1.9-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9-rc.2","@aztec/prover-client":"2.1.9-rc.2","@aztec/noir-noirc_abi":"2.1.9-rc.2","@aztec/sequencer-client":"2.1.9-rc.2","@aztec/telemetry-client":"2.1.9-rc.2","@aztec/validator-client":"2.1.9-rc.2","@aztec/noir-contracts.js":"2.1.9-rc.2","@aztec/protocol-contracts":"2.1.9-rc.2","@aztec/noir-test-contracts.js":"2.1.9-rc.2","@aztec/noir-protocol-circuits-types":"2.1.9-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9-rc.2_1765294748943_0.5133747695940223","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251210":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251210","_id":"@aztec/end-to-end@3.0.0-nightly.20251210","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"541c83cdcc71b7b0d568400e35f1de035df6dedb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251210.tgz","fileCount":191,"integrity":"sha512-FDTUqfZK+TW88795AUO8rCR3p53Aa1mxdtRNh8XWYFtzrSXU2BTT/fOt0p27+dwB7vfX3JxT6z4B+/FdSSQcjA==","signatures":[{"sig":"MEUCIC6TZoQH0GGiTbwL9YyTPrdNu06CtvoSk0sjvNk1635pAiEAuiWm5zLLn3SsoZDoluL7Kqabn0eJbGv2r/wBFBNQg8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825560},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0d853f9d66760867ea242ac76b829589b5447552","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251210","@aztec/cli":"3.0.0-nightly.20251210","@aztec/p2p":"3.0.0-nightly.20251210","@aztec/pxe":"3.0.0-nightly.20251210","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251210","@aztec/bb.js":"3.0.0-nightly.20251210","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251210","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251210","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251210","@aztec/archiver":"3.0.0-nightly.20251210","@aztec/aztec.js":"3.0.0-nightly.20251210","@aztec/blob-lib":"3.0.0-nightly.20251210","@aztec/ethereum":"3.0.0-nightly.20251210","@aztec/kv-store":"3.0.0-nightly.20251210","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251210","@aztec/blob-sink":"3.0.0-nightly.20251210","@aztec/constants":"3.0.0-nightly.20251210","@aztec/simulator":"3.0.0-nightly.20251210","@aztec/aztec-node":"3.0.0-nightly.20251210","@aztec/foundation":"3.0.0-nightly.20251210","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251210","@aztec/epoch-cache":"3.0.0-nightly.20251210","@aztec/merkle-tree":"3.0.0-nightly.20251210","@aztec/prover-node":"3.0.0-nightly.20251210","@aztec/test-wallet":"3.0.0-nightly.20251210","@aztec/world-state":"3.0.0-nightly.20251210","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251210","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251210","@aztec/prover-client":"3.0.0-nightly.20251210","@aztec/noir-noirc_abi":"3.0.0-nightly.20251210","@aztec/sequencer-client":"3.0.0-nightly.20251210","@aztec/telemetry-client":"3.0.0-nightly.20251210","@aztec/validator-client":"3.0.0-nightly.20251210","@aztec/noir-contracts.js":"3.0.0-nightly.20251210","@aztec/protocol-contracts":"3.0.0-nightly.20251210","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251210","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251210"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251210_1765384069315_0.8935262716494528","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251211":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251211","_id":"@aztec/end-to-end@3.0.0-nightly.20251211","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7306b7f38bea545d383e64915cf3e26d62cdb838","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251211.tgz","fileCount":191,"integrity":"sha512-G5qEKWJs2COvkOoXpPXTC1SNmbWHd5HRIe5Fx3qx8jo+FRi8aXUqrhHcCLwgtqPKCW5uLdb50HanJk0Iuv5wNw==","signatures":[{"sig":"MEUCIAP/KJF6Gxbm0E5JeQiWOhMSdO4CJ8GBVElC322NhCSyAiEArDxUp4yivK0KD7AAJhsYDidQ9UFDRhR4QuGHPjVGGno=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36829637},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4ba425f6b4749dff2b953108ff92a9e621b367ff","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251211","@aztec/cli":"3.0.0-nightly.20251211","@aztec/p2p":"3.0.0-nightly.20251211","@aztec/pxe":"3.0.0-nightly.20251211","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251211","@aztec/bb.js":"3.0.0-nightly.20251211","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251211","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251211","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251211","@aztec/archiver":"3.0.0-nightly.20251211","@aztec/aztec.js":"3.0.0-nightly.20251211","@aztec/blob-lib":"3.0.0-nightly.20251211","@aztec/ethereum":"3.0.0-nightly.20251211","@aztec/kv-store":"3.0.0-nightly.20251211","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251211","@aztec/blob-sink":"3.0.0-nightly.20251211","@aztec/constants":"3.0.0-nightly.20251211","@aztec/simulator":"3.0.0-nightly.20251211","@aztec/aztec-node":"3.0.0-nightly.20251211","@aztec/foundation":"3.0.0-nightly.20251211","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251211","@aztec/epoch-cache":"3.0.0-nightly.20251211","@aztec/merkle-tree":"3.0.0-nightly.20251211","@aztec/prover-node":"3.0.0-nightly.20251211","@aztec/test-wallet":"3.0.0-nightly.20251211","@aztec/world-state":"3.0.0-nightly.20251211","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251211","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251211","@aztec/prover-client":"3.0.0-nightly.20251211","@aztec/noir-noirc_abi":"3.0.0-nightly.20251211","@aztec/sequencer-client":"3.0.0-nightly.20251211","@aztec/telemetry-client":"3.0.0-nightly.20251211","@aztec/validator-client":"3.0.0-nightly.20251211","@aztec/noir-contracts.js":"3.0.0-nightly.20251211","@aztec/protocol-contracts":"3.0.0-nightly.20251211","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251211","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251211"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251211_1765425088238_0.19472007023771098","host":"s3://npm-registry-packages-npm-production"}},"2.1.9-rc.3":{"name":"@aztec/end-to-end","version":"2.1.9-rc.3","_id":"@aztec/end-to-end@2.1.9-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b1fa720a60ddb31b934aa1b448c1fd578ab04451","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9-rc.3.tgz","fileCount":191,"integrity":"sha512-3+D5T5P3XoGq0tuZeORWiXNXp5RBMs1kX/5xltJWQ2nUT5iNEca8lvmZNQHfmrofo/gSM7MmoUdyv75pLk7MDg==","signatures":[{"sig":"MEUCIQDoREo7ELxZoMKXaQsZsfp/k2yRA1JZSq/yiDqFdle0NwIgBTTJXtTqcR+4oQhjBFKnGqgtZf/Lfh9gOKdmYwExp+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659533},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6f35d7088f0905cf359f0cbead5837a6cd9e386b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9-rc.3","@aztec/cli":"2.1.9-rc.3","@aztec/p2p":"2.1.9-rc.3","@aztec/pxe":"2.1.9-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9-rc.3","@aztec/archiver":"2.1.9-rc.3","@aztec/aztec.js":"2.1.9-rc.3","@aztec/blob-lib":"2.1.9-rc.3","@aztec/ethereum":"2.1.9-rc.3","@aztec/kv-store":"2.1.9-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9-rc.3","@aztec/blob-sink":"2.1.9-rc.3","@aztec/constants":"2.1.9-rc.3","@aztec/simulator":"2.1.9-rc.3","@aztec/aztec-node":"2.1.9-rc.3","@aztec/foundation":"2.1.9-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9-rc.3","@aztec/epoch-cache":"2.1.9-rc.3","@aztec/merkle-tree":"2.1.9-rc.3","@aztec/prover-node":"2.1.9-rc.3","@aztec/world-state":"2.1.9-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9-rc.3","@aztec/prover-client":"2.1.9-rc.3","@aztec/noir-noirc_abi":"2.1.9-rc.3","@aztec/sequencer-client":"2.1.9-rc.3","@aztec/telemetry-client":"2.1.9-rc.3","@aztec/validator-client":"2.1.9-rc.3","@aztec/noir-contracts.js":"2.1.9-rc.3","@aztec/protocol-contracts":"2.1.9-rc.3","@aztec/noir-test-contracts.js":"2.1.9-rc.3","@aztec/noir-protocol-circuits-types":"2.1.9-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9-rc.3_1765451142763_0.7926224812057199","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251212":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251212","_id":"@aztec/end-to-end@3.0.0-nightly.20251212","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"07274ee9aab238632ee3e1c9ab1b07a4919fc865","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251212.tgz","fileCount":195,"integrity":"sha512-g3csGY9FwzFa3CF7iec4USRW0nl3XkGHgpjbRRDPjcpvpKf344tNC0W48kohXGHcdZk/gu0fTYqNmA7z+axkJQ==","signatures":[{"sig":"MEUCIBgEFlQu4Eu5vINJB0YcsY9XAkrtZamEyyOMVyFO0PUbAiEA7QJezA4c1JWEKSrU0ICNUVmF5yPna+d3BMxMxR93s6o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36840214},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fa9c5fa19cc73ebabe83160d2beec508a3abe961","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251212","@aztec/cli":"3.0.0-nightly.20251212","@aztec/p2p":"3.0.0-nightly.20251212","@aztec/pxe":"3.0.0-nightly.20251212","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251212","@aztec/bb.js":"3.0.0-nightly.20251212","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251212","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251212","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251212","@aztec/archiver":"3.0.0-nightly.20251212","@aztec/aztec.js":"3.0.0-nightly.20251212","@aztec/blob-lib":"3.0.0-nightly.20251212","@aztec/ethereum":"3.0.0-nightly.20251212","@aztec/kv-store":"3.0.0-nightly.20251212","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251212","@aztec/blob-sink":"3.0.0-nightly.20251212","@aztec/constants":"3.0.0-nightly.20251212","@aztec/simulator":"3.0.0-nightly.20251212","@aztec/aztec-node":"3.0.0-nightly.20251212","@aztec/foundation":"3.0.0-nightly.20251212","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251212","@aztec/epoch-cache":"3.0.0-nightly.20251212","@aztec/merkle-tree":"3.0.0-nightly.20251212","@aztec/prover-node":"3.0.0-nightly.20251212","@aztec/test-wallet":"3.0.0-nightly.20251212","@aztec/world-state":"3.0.0-nightly.20251212","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251212","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251212","@aztec/prover-client":"3.0.0-nightly.20251212","@aztec/noir-noirc_abi":"3.0.0-nightly.20251212","@aztec/sequencer-client":"3.0.0-nightly.20251212","@aztec/telemetry-client":"3.0.0-nightly.20251212","@aztec/validator-client":"3.0.0-nightly.20251212","@aztec/noir-contracts.js":"3.0.0-nightly.20251212","@aztec/protocol-contracts":"3.0.0-nightly.20251212","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251212","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251212"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251212_1765511409298_0.9738630363707761","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251213":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251213","_id":"@aztec/end-to-end@3.0.0-nightly.20251213","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1f96ba03389d21d82ea1db65219ba052664bb126","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251213.tgz","fileCount":191,"integrity":"sha512-44ql/3XKBqNoGGJ7UEcqzQfEMeBvYWXWb4gWjafdOQrB7Ina6OxvGoUGmdSM9L9hH+ln5sAh6ePKQyV+YXdVaA==","signatures":[{"sig":"MEUCIQCqGfzxq0LqJlwkY/J9PUD7qKZkrs+dwQpzPNri4eMo0wIgVQ/FpGWzBDVcQy+Hz+vlJfvajbzf+h8alZJJCh1zvTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c3f55fa00f60f7a794713bb5f297d13d2e806483","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251213","@aztec/cli":"3.0.0-nightly.20251213","@aztec/p2p":"3.0.0-nightly.20251213","@aztec/pxe":"3.0.0-nightly.20251213","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251213","@aztec/bb.js":"3.0.0-nightly.20251213","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251213","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251213","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251213","@aztec/archiver":"3.0.0-nightly.20251213","@aztec/aztec.js":"3.0.0-nightly.20251213","@aztec/blob-lib":"3.0.0-nightly.20251213","@aztec/ethereum":"3.0.0-nightly.20251213","@aztec/kv-store":"3.0.0-nightly.20251213","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251213","@aztec/blob-sink":"3.0.0-nightly.20251213","@aztec/constants":"3.0.0-nightly.20251213","@aztec/simulator":"3.0.0-nightly.20251213","@aztec/aztec-node":"3.0.0-nightly.20251213","@aztec/foundation":"3.0.0-nightly.20251213","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251213","@aztec/epoch-cache":"3.0.0-nightly.20251213","@aztec/merkle-tree":"3.0.0-nightly.20251213","@aztec/prover-node":"3.0.0-nightly.20251213","@aztec/test-wallet":"3.0.0-nightly.20251213","@aztec/world-state":"3.0.0-nightly.20251213","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251213","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251213","@aztec/prover-client":"3.0.0-nightly.20251213","@aztec/noir-noirc_abi":"3.0.0-nightly.20251213","@aztec/sequencer-client":"3.0.0-nightly.20251213","@aztec/telemetry-client":"3.0.0-nightly.20251213","@aztec/validator-client":"3.0.0-nightly.20251213","@aztec/noir-contracts.js":"3.0.0-nightly.20251213","@aztec/protocol-contracts":"3.0.0-nightly.20251213","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251213","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251213"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251213_1765597436950_0.4863967960675166","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251214":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251214","_id":"@aztec/end-to-end@3.0.0-nightly.20251214","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4fda7b8fcf98aeb88f3fa366f5c0ba20c0e9cea1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251214.tgz","fileCount":191,"integrity":"sha512-5Ui+GTYeWVnfc69xlfEieaOfamDxHf0nqBgvSV386+GYR2ypGR7YOu7jeSI/LAhhz3s8H3XczcXiAQVT+1hxGQ==","signatures":[{"sig":"MEYCIQCqkEt4cSBIlRS5XRtatrxNrvHnE6mlUkxF3b6X9Qu6MQIhAML0gXCv7UYHZwwHJVaLbMqGF8qHGAYDD4dXlODEzExp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4a943aefbe555ba7d353864ec217006baa2dd588","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251214","@aztec/cli":"3.0.0-nightly.20251214","@aztec/p2p":"3.0.0-nightly.20251214","@aztec/pxe":"3.0.0-nightly.20251214","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251214","@aztec/bb.js":"3.0.0-nightly.20251214","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251214","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251214","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251214","@aztec/archiver":"3.0.0-nightly.20251214","@aztec/aztec.js":"3.0.0-nightly.20251214","@aztec/blob-lib":"3.0.0-nightly.20251214","@aztec/ethereum":"3.0.0-nightly.20251214","@aztec/kv-store":"3.0.0-nightly.20251214","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251214","@aztec/blob-sink":"3.0.0-nightly.20251214","@aztec/constants":"3.0.0-nightly.20251214","@aztec/simulator":"3.0.0-nightly.20251214","@aztec/aztec-node":"3.0.0-nightly.20251214","@aztec/foundation":"3.0.0-nightly.20251214","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251214","@aztec/epoch-cache":"3.0.0-nightly.20251214","@aztec/merkle-tree":"3.0.0-nightly.20251214","@aztec/prover-node":"3.0.0-nightly.20251214","@aztec/test-wallet":"3.0.0-nightly.20251214","@aztec/world-state":"3.0.0-nightly.20251214","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251214","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251214","@aztec/prover-client":"3.0.0-nightly.20251214","@aztec/noir-noirc_abi":"3.0.0-nightly.20251214","@aztec/sequencer-client":"3.0.0-nightly.20251214","@aztec/telemetry-client":"3.0.0-nightly.20251214","@aztec/validator-client":"3.0.0-nightly.20251214","@aztec/noir-contracts.js":"3.0.0-nightly.20251214","@aztec/protocol-contracts":"3.0.0-nightly.20251214","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251214","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251214"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251214_1765684334092_0.8661824210008893","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.1":{"name":"@aztec/end-to-end","version":"3.0.0-rc.1","_id":"@aztec/end-to-end@3.0.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fc64ffa1ab6a8b1dbb09e4b2c269129130dcd48e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.1.tgz","fileCount":191,"integrity":"sha512-HfVe+DJPscY2XoH81VJyJfDI9sGcQAa5h8pPzFgY53bG6k8EOiZRjvfoUBCllSkrVgLHtJrPhk1YWbNbMwQGYQ==","signatures":[{"sig":"MEYCIQCVF3n6M0kth2cKa8y+hX2iCQ6KZfK1oTp0OMLTXN9eJQIhAIdJFz0X/GoCnWg7zsGxwuRrBKsFWlqgr9kILAFzLGPJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"595e5a195d73432a826850beaa89ae06b76e96de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.1","@aztec/cli":"3.0.0-rc.1","@aztec/p2p":"3.0.0-rc.1","@aztec/pxe":"3.0.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.1","@aztec/bb.js":"3.0.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.1","@aztec/archiver":"3.0.0-rc.1","@aztec/aztec.js":"3.0.0-rc.1","@aztec/blob-lib":"3.0.0-rc.1","@aztec/ethereum":"3.0.0-rc.1","@aztec/kv-store":"3.0.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.1","@aztec/blob-sink":"3.0.0-rc.1","@aztec/constants":"3.0.0-rc.1","@aztec/simulator":"3.0.0-rc.1","@aztec/aztec-node":"3.0.0-rc.1","@aztec/foundation":"3.0.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.1","@aztec/epoch-cache":"3.0.0-rc.1","@aztec/merkle-tree":"3.0.0-rc.1","@aztec/prover-node":"3.0.0-rc.1","@aztec/test-wallet":"3.0.0-rc.1","@aztec/world-state":"3.0.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.1","@aztec/prover-client":"3.0.0-rc.1","@aztec/noir-noirc_abi":"3.0.0-rc.1","@aztec/sequencer-client":"3.0.0-rc.1","@aztec/telemetry-client":"3.0.0-rc.1","@aztec/validator-client":"3.0.0-rc.1","@aztec/noir-contracts.js":"3.0.0-rc.1","@aztec/protocol-contracts":"3.0.0-rc.1","@aztec/noir-test-contracts.js":"3.0.0-rc.1","@aztec/noir-protocol-circuits-types":"3.0.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.1_1765731692776_0.2341710761955813","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.2":{"name":"@aztec/end-to-end","version":"3.0.0-rc.2","_id":"@aztec/end-to-end@3.0.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"df3f8e1db77836427316b929cd6d9f6687538e56","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.2.tgz","fileCount":191,"integrity":"sha512-RRxQwsaEokuwjkVjYtzv8Ls+oaFlXH58nXUfkEkfTcjrh0JMbgHWwLAeqQDbOwt/OiuMDfe6xvPwsUHU7arVBw==","signatures":[{"sig":"MEQCIBgWClrAvnudp3vHL0uOY5HTQAtpyaZaj6AAkknKbTrSAiAVyj0U2WLHuc6+aSK0/yw1IHXC/Gai+F5PzIjFUNf3og==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b7b427f83a35ba8adfb525fd12de95815549a109","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.2","@aztec/cli":"3.0.0-rc.2","@aztec/p2p":"3.0.0-rc.2","@aztec/pxe":"3.0.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.2","@aztec/bb.js":"3.0.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.2","@aztec/archiver":"3.0.0-rc.2","@aztec/aztec.js":"3.0.0-rc.2","@aztec/blob-lib":"3.0.0-rc.2","@aztec/ethereum":"3.0.0-rc.2","@aztec/kv-store":"3.0.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.2","@aztec/blob-sink":"3.0.0-rc.2","@aztec/constants":"3.0.0-rc.2","@aztec/simulator":"3.0.0-rc.2","@aztec/aztec-node":"3.0.0-rc.2","@aztec/foundation":"3.0.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.2","@aztec/epoch-cache":"3.0.0-rc.2","@aztec/merkle-tree":"3.0.0-rc.2","@aztec/prover-node":"3.0.0-rc.2","@aztec/test-wallet":"3.0.0-rc.2","@aztec/world-state":"3.0.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.2","@aztec/prover-client":"3.0.0-rc.2","@aztec/noir-noirc_abi":"3.0.0-rc.2","@aztec/sequencer-client":"3.0.0-rc.2","@aztec/telemetry-client":"3.0.0-rc.2","@aztec/validator-client":"3.0.0-rc.2","@aztec/noir-contracts.js":"3.0.0-rc.2","@aztec/protocol-contracts":"3.0.0-rc.2","@aztec/noir-test-contracts.js":"3.0.0-rc.2","@aztec/noir-protocol-circuits-types":"3.0.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.2_1765739166590_0.6283515875196206","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251216":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251216","_id":"@aztec/end-to-end@3.0.0-nightly.20251216","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"688616989446a17f4ed7a0bae3fc14f215423d09","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251216.tgz","fileCount":191,"integrity":"sha512-kkD2oxbxvBO7Jj3HzUukdmOTWixleCKnIbgnPjjohZhJQsYzmE5NZWKwVGyrygHIUnxe8+LUBcPczKJKHX52cQ==","signatures":[{"sig":"MEUCIB64kOy40w6IkipDFENENyqG1dEe7p+Yn6v58E82M4noAiEApnrCmn6oPURpwv0efvocYtKf9O3q2WjkRS0IEM2Tcog=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"07bfac896a88e07b3034f34c35d0d7d03e8c4a2e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251216","@aztec/cli":"3.0.0-nightly.20251216","@aztec/p2p":"3.0.0-nightly.20251216","@aztec/pxe":"3.0.0-nightly.20251216","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251216","@aztec/bb.js":"3.0.0-nightly.20251216","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251216","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251216","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251216","@aztec/archiver":"3.0.0-nightly.20251216","@aztec/aztec.js":"3.0.0-nightly.20251216","@aztec/blob-lib":"3.0.0-nightly.20251216","@aztec/ethereum":"3.0.0-nightly.20251216","@aztec/kv-store":"3.0.0-nightly.20251216","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251216","@aztec/blob-sink":"3.0.0-nightly.20251216","@aztec/constants":"3.0.0-nightly.20251216","@aztec/simulator":"3.0.0-nightly.20251216","@aztec/aztec-node":"3.0.0-nightly.20251216","@aztec/foundation":"3.0.0-nightly.20251216","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251216","@aztec/epoch-cache":"3.0.0-nightly.20251216","@aztec/merkle-tree":"3.0.0-nightly.20251216","@aztec/prover-node":"3.0.0-nightly.20251216","@aztec/test-wallet":"3.0.0-nightly.20251216","@aztec/world-state":"3.0.0-nightly.20251216","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251216","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251216","@aztec/prover-client":"3.0.0-nightly.20251216","@aztec/noir-noirc_abi":"3.0.0-nightly.20251216","@aztec/sequencer-client":"3.0.0-nightly.20251216","@aztec/telemetry-client":"3.0.0-nightly.20251216","@aztec/validator-client":"3.0.0-nightly.20251216","@aztec/noir-contracts.js":"3.0.0-nightly.20251216","@aztec/protocol-contracts":"3.0.0-nightly.20251216","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251216","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251216"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251216_1765857094561_0.8049923002070591","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.3":{"name":"@aztec/end-to-end","version":"3.0.0-rc.3","_id":"@aztec/end-to-end@3.0.0-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"27027cc64e9fb821fdafd6ca59ecc252322b9cb2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.3.tgz","fileCount":191,"integrity":"sha512-AVoAiIUrdJHuFYbbRwI0SGbbhmnJAQ0rem0xT9Px4BmaPXw2gD02ywqhkgaF6LKAJlLc/BMeQy3eJO6hiWMvDQ==","signatures":[{"sig":"MEUCIQCeqoNxiKK8sS8sy3pn/nDcmT896iz20UBOAjb1zFY2awIgXwYbKyPLS5jPQAxtu8ObHJFduQlhcvOMuHhKs08y2Gc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"60d353cded21d7ebeed9bc64b5ae87ebba5f9a38","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.3","@aztec/cli":"3.0.0-rc.3","@aztec/p2p":"3.0.0-rc.3","@aztec/pxe":"3.0.0-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.3","@aztec/bb.js":"3.0.0-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.3","@aztec/archiver":"3.0.0-rc.3","@aztec/aztec.js":"3.0.0-rc.3","@aztec/blob-lib":"3.0.0-rc.3","@aztec/ethereum":"3.0.0-rc.3","@aztec/kv-store":"3.0.0-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.3","@aztec/blob-sink":"3.0.0-rc.3","@aztec/constants":"3.0.0-rc.3","@aztec/simulator":"3.0.0-rc.3","@aztec/aztec-node":"3.0.0-rc.3","@aztec/foundation":"3.0.0-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.3","@aztec/epoch-cache":"3.0.0-rc.3","@aztec/merkle-tree":"3.0.0-rc.3","@aztec/prover-node":"3.0.0-rc.3","@aztec/test-wallet":"3.0.0-rc.3","@aztec/world-state":"3.0.0-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.3","@aztec/prover-client":"3.0.0-rc.3","@aztec/noir-noirc_abi":"3.0.0-rc.3","@aztec/sequencer-client":"3.0.0-rc.3","@aztec/telemetry-client":"3.0.0-rc.3","@aztec/validator-client":"3.0.0-rc.3","@aztec/noir-contracts.js":"3.0.0-rc.3","@aztec/protocol-contracts":"3.0.0-rc.3","@aztec/noir-test-contracts.js":"3.0.0-rc.3","@aztec/noir-protocol-circuits-types":"3.0.0-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.3_1765909674217_0.20187766364016757","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.4":{"name":"@aztec/end-to-end","version":"3.0.0-rc.4","_id":"@aztec/end-to-end@3.0.0-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9eabf6986ef2dc7cfe89dd4caa788e387989981d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.4.tgz","fileCount":191,"integrity":"sha512-qX2lkhIH5t7sn2jxzUf6LDCoYiu85nad5n3kRn76R3gcanT/S5VU7zDB8qWxVXvpBvZRgOp+gDx64AhTeiA8bQ==","signatures":[{"sig":"MEQCICIk3GCNPyWwni2Zq5z19pPMaX0FmOMZWBUnHanj7ptqAiBsHAiwkUDfTPWMr8xBGQoeH7D53op5yNy9F1WJUWCXhg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7211ec2e90a1c5e9976daf572e88b59716a743bc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.4","@aztec/cli":"3.0.0-rc.4","@aztec/p2p":"3.0.0-rc.4","@aztec/pxe":"3.0.0-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.4","@aztec/bb.js":"3.0.0-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.4","@aztec/archiver":"3.0.0-rc.4","@aztec/aztec.js":"3.0.0-rc.4","@aztec/blob-lib":"3.0.0-rc.4","@aztec/ethereum":"3.0.0-rc.4","@aztec/kv-store":"3.0.0-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.4","@aztec/blob-sink":"3.0.0-rc.4","@aztec/constants":"3.0.0-rc.4","@aztec/simulator":"3.0.0-rc.4","@aztec/aztec-node":"3.0.0-rc.4","@aztec/foundation":"3.0.0-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.4","@aztec/epoch-cache":"3.0.0-rc.4","@aztec/merkle-tree":"3.0.0-rc.4","@aztec/prover-node":"3.0.0-rc.4","@aztec/test-wallet":"3.0.0-rc.4","@aztec/world-state":"3.0.0-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.4","@aztec/prover-client":"3.0.0-rc.4","@aztec/noir-noirc_abi":"3.0.0-rc.4","@aztec/sequencer-client":"3.0.0-rc.4","@aztec/telemetry-client":"3.0.0-rc.4","@aztec/validator-client":"3.0.0-rc.4","@aztec/noir-contracts.js":"3.0.0-rc.4","@aztec/protocol-contracts":"3.0.0-rc.4","@aztec/noir-test-contracts.js":"3.0.0-rc.4","@aztec/noir-protocol-circuits-types":"3.0.0-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.4_1765929203001_0.7136509842442282","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251217":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251217","_id":"@aztec/end-to-end@3.0.0-nightly.20251217","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"764c5e1935468d718fd0d74583216ab37acd94e7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251217.tgz","fileCount":191,"integrity":"sha512-KAJiDGC0CiKokKmBq0/mY6enkOSOYLDBpPUnOHclycNSG8EkKJuWo9f+NKOGSKfqcf5ao7+3hrlUcuToEXtfaw==","signatures":[{"sig":"MEYCIQDTGpIiO5nJdN+wJiebbcncfMpn8A/gkztlfJemNrzCGwIhAMVIrNIAVErp+PEHPnsnjrTqVEV/gHISR63A9NtsgWJ/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b98e36bfafeeccb57659104106ec2adbfb42800a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251217","@aztec/cli":"3.0.0-nightly.20251217","@aztec/p2p":"3.0.0-nightly.20251217","@aztec/pxe":"3.0.0-nightly.20251217","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251217","@aztec/bb.js":"3.0.0-nightly.20251217","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251217","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251217","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251217","@aztec/archiver":"3.0.0-nightly.20251217","@aztec/aztec.js":"3.0.0-nightly.20251217","@aztec/blob-lib":"3.0.0-nightly.20251217","@aztec/ethereum":"3.0.0-nightly.20251217","@aztec/kv-store":"3.0.0-nightly.20251217","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251217","@aztec/blob-sink":"3.0.0-nightly.20251217","@aztec/constants":"3.0.0-nightly.20251217","@aztec/simulator":"3.0.0-nightly.20251217","@aztec/aztec-node":"3.0.0-nightly.20251217","@aztec/foundation":"3.0.0-nightly.20251217","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251217","@aztec/epoch-cache":"3.0.0-nightly.20251217","@aztec/merkle-tree":"3.0.0-nightly.20251217","@aztec/prover-node":"3.0.0-nightly.20251217","@aztec/test-wallet":"3.0.0-nightly.20251217","@aztec/world-state":"3.0.0-nightly.20251217","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251217","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251217","@aztec/prover-client":"3.0.0-nightly.20251217","@aztec/noir-noirc_abi":"3.0.0-nightly.20251217","@aztec/sequencer-client":"3.0.0-nightly.20251217","@aztec/telemetry-client":"3.0.0-nightly.20251217","@aztec/validator-client":"3.0.0-nightly.20251217","@aztec/noir-contracts.js":"3.0.0-nightly.20251217","@aztec/protocol-contracts":"3.0.0-nightly.20251217","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251217","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251217"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251217_1765943256565_0.41930291105704964","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251218":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251218","_id":"@aztec/end-to-end@3.0.0-nightly.20251218","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"356ae57a3cbb3ff03c64643618e1095b052dfed3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251218.tgz","fileCount":191,"integrity":"sha512-SpkHqT5EMdAwIKfKrEgSdoWdtrTOmORwNWGE6ETma1uqQJUj2KL6BN62tfXjYTtdloVwf/fVTzH8meb94w27QQ==","signatures":[{"sig":"MEUCIFBSqcuCWhUf6bQ7mvYip3sTISMcrBhqH9MWeyTaTH43AiEAzk7TRtzAKWzFzbSntiI5edv0Fqm0KIGkHBJEUeRXFjA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f6e358b355479eb4350491f58e4d013467169e60","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251218","@aztec/cli":"3.0.0-nightly.20251218","@aztec/p2p":"3.0.0-nightly.20251218","@aztec/pxe":"3.0.0-nightly.20251218","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251218","@aztec/bb.js":"3.0.0-nightly.20251218","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251218","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251218","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251218","@aztec/archiver":"3.0.0-nightly.20251218","@aztec/aztec.js":"3.0.0-nightly.20251218","@aztec/blob-lib":"3.0.0-nightly.20251218","@aztec/ethereum":"3.0.0-nightly.20251218","@aztec/kv-store":"3.0.0-nightly.20251218","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251218","@aztec/blob-sink":"3.0.0-nightly.20251218","@aztec/constants":"3.0.0-nightly.20251218","@aztec/simulator":"3.0.0-nightly.20251218","@aztec/aztec-node":"3.0.0-nightly.20251218","@aztec/foundation":"3.0.0-nightly.20251218","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251218","@aztec/epoch-cache":"3.0.0-nightly.20251218","@aztec/merkle-tree":"3.0.0-nightly.20251218","@aztec/prover-node":"3.0.0-nightly.20251218","@aztec/test-wallet":"3.0.0-nightly.20251218","@aztec/world-state":"3.0.0-nightly.20251218","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251218","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251218","@aztec/prover-client":"3.0.0-nightly.20251218","@aztec/noir-noirc_abi":"3.0.0-nightly.20251218","@aztec/sequencer-client":"3.0.0-nightly.20251218","@aztec/telemetry-client":"3.0.0-nightly.20251218","@aztec/validator-client":"3.0.0-nightly.20251218","@aztec/noir-contracts.js":"3.0.0-nightly.20251218","@aztec/protocol-contracts":"3.0.0-nightly.20251218","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251218","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251218"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251218_1766029679602_0.8269659489154948","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.5":{"name":"@aztec/end-to-end","version":"3.0.0-rc.5","_id":"@aztec/end-to-end@3.0.0-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2bb9399c4b3ac39e6e58f0a6680c77c1f0ade561","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.5.tgz","fileCount":191,"integrity":"sha512-8gsRx8ndNARdJTxI2jCiFmoUwhQ+8Pb+IkXklQ7uxqdf+OWg7/L3B5qiquiOnQlAbYJeJflsebTSam5QS84+iA==","signatures":[{"sig":"MEQCIFHK1HrX+h76Kfs0Riz+HyNskbl1zZM4o/Khu7W0RxjTAiBG7qhu99XoLIYSW726MX/qeAP8s1mjhv+5/IMnj4eHgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b306087d58054ccb9ebcb24468e9845e5bfaf97e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.5","@aztec/cli":"3.0.0-rc.5","@aztec/p2p":"3.0.0-rc.5","@aztec/pxe":"3.0.0-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.5","@aztec/bb.js":"3.0.0-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.5","@aztec/archiver":"3.0.0-rc.5","@aztec/aztec.js":"3.0.0-rc.5","@aztec/blob-lib":"3.0.0-rc.5","@aztec/ethereum":"3.0.0-rc.5","@aztec/kv-store":"3.0.0-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.5","@aztec/blob-sink":"3.0.0-rc.5","@aztec/constants":"3.0.0-rc.5","@aztec/simulator":"3.0.0-rc.5","@aztec/aztec-node":"3.0.0-rc.5","@aztec/foundation":"3.0.0-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.5","@aztec/epoch-cache":"3.0.0-rc.5","@aztec/merkle-tree":"3.0.0-rc.5","@aztec/prover-node":"3.0.0-rc.5","@aztec/test-wallet":"3.0.0-rc.5","@aztec/world-state":"3.0.0-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.5","@aztec/prover-client":"3.0.0-rc.5","@aztec/noir-noirc_abi":"3.0.0-rc.5","@aztec/sequencer-client":"3.0.0-rc.5","@aztec/telemetry-client":"3.0.0-rc.5","@aztec/validator-client":"3.0.0-rc.5","@aztec/noir-contracts.js":"3.0.0-rc.5","@aztec/protocol-contracts":"3.0.0-rc.5","@aztec/noir-test-contracts.js":"3.0.0-rc.5","@aztec/noir-protocol-circuits-types":"3.0.0-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.5_1766089114959_0.48248948913030665","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251219":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251219","_id":"@aztec/end-to-end@3.0.0-nightly.20251219","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0dba8a47392ec3436f8df2265957d3af1f1a335e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251219.tgz","fileCount":191,"integrity":"sha512-hbguZp2VFOZl7de0hv7SZIFlmMXTCd73o9s/tgR7GXqX3tXNMJM8mZwkp+hQOxvv0SmM3jQ6E8E1gZ6IRBW7iw==","signatures":[{"sig":"MEUCIECdKxz1RNV1gy/WgI0bgH6kyvQEUDcfUqtlL+jDoUucAiEAuBE+lJeF9b2RprNsdm4XHamtemac3JrHe/DeLvZaXuo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36795146},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1684678f431a350553077341f86a8d76658c569b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251219","@aztec/cli":"3.0.0-nightly.20251219","@aztec/p2p":"3.0.0-nightly.20251219","@aztec/pxe":"3.0.0-nightly.20251219","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251219","@aztec/bb.js":"3.0.0-nightly.20251219","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251219","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251219","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251219","@aztec/archiver":"3.0.0-nightly.20251219","@aztec/aztec.js":"3.0.0-nightly.20251219","@aztec/blob-lib":"3.0.0-nightly.20251219","@aztec/ethereum":"3.0.0-nightly.20251219","@aztec/kv-store":"3.0.0-nightly.20251219","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251219","@aztec/blob-sink":"3.0.0-nightly.20251219","@aztec/constants":"3.0.0-nightly.20251219","@aztec/simulator":"3.0.0-nightly.20251219","@aztec/aztec-node":"3.0.0-nightly.20251219","@aztec/foundation":"3.0.0-nightly.20251219","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251219","@aztec/epoch-cache":"3.0.0-nightly.20251219","@aztec/merkle-tree":"3.0.0-nightly.20251219","@aztec/prover-node":"3.0.0-nightly.20251219","@aztec/test-wallet":"3.0.0-nightly.20251219","@aztec/world-state":"3.0.0-nightly.20251219","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251219","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251219","@aztec/prover-client":"3.0.0-nightly.20251219","@aztec/noir-noirc_abi":"3.0.0-nightly.20251219","@aztec/sequencer-client":"3.0.0-nightly.20251219","@aztec/telemetry-client":"3.0.0-nightly.20251219","@aztec/validator-client":"3.0.0-nightly.20251219","@aztec/noir-contracts.js":"3.0.0-nightly.20251219","@aztec/protocol-contracts":"3.0.0-nightly.20251219","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251219","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251219"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251219_1766116309244_0.41595986308725474","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.20251212":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.20251212","_id":"@aztec/end-to-end@3.0.0-devnet.20251212","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a4b2e26b61506be93cc748e44d10b90e4358552a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.20251212.tgz","fileCount":195,"integrity":"sha512-WfCQwWkK80JK4TcuXZZo9Ntdz8a3Vg/1sdOPF06nVx5968jp3fVDEsx6F4afpRQ46fZq/jt0bXIp/tX3RNr8qQ==","signatures":[{"sig":"MEYCIQDEGG4wbl7uDwGoFgjp2ZiNjQYim1qDqmztjuJpfs8YmwIhAKy7yviEI8uOlJEamzzD8eXS40j/7CHy2pVdq4XDCLj3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36840176},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"362dd9cdf13239623dff2fdf4f3cdfc8edcbf5af","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.20251212","@aztec/cli":"3.0.0-devnet.20251212","@aztec/p2p":"3.0.0-devnet.20251212","@aztec/pxe":"3.0.0-devnet.20251212","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.20251212","@aztec/bb.js":"3.0.0-devnet.20251212","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.20251212","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.20251212","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.20251212","@aztec/archiver":"3.0.0-devnet.20251212","@aztec/aztec.js":"3.0.0-devnet.20251212","@aztec/blob-lib":"3.0.0-devnet.20251212","@aztec/ethereum":"3.0.0-devnet.20251212","@aztec/kv-store":"3.0.0-devnet.20251212","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.20251212","@aztec/blob-sink":"3.0.0-devnet.20251212","@aztec/constants":"3.0.0-devnet.20251212","@aztec/simulator":"3.0.0-devnet.20251212","@aztec/aztec-node":"3.0.0-devnet.20251212","@aztec/foundation":"3.0.0-devnet.20251212","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.20251212","@aztec/epoch-cache":"3.0.0-devnet.20251212","@aztec/merkle-tree":"3.0.0-devnet.20251212","@aztec/prover-node":"3.0.0-devnet.20251212","@aztec/test-wallet":"3.0.0-devnet.20251212","@aztec/world-state":"3.0.0-devnet.20251212","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.20251212","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.20251212","@aztec/prover-client":"3.0.0-devnet.20251212","@aztec/noir-noirc_abi":"3.0.0-devnet.20251212","@aztec/sequencer-client":"3.0.0-devnet.20251212","@aztec/telemetry-client":"3.0.0-devnet.20251212","@aztec/validator-client":"3.0.0-devnet.20251212","@aztec/noir-contracts.js":"3.0.0-devnet.20251212","@aztec/protocol-contracts":"3.0.0-devnet.20251212","@aztec/noir-test-contracts.js":"3.0.0-devnet.20251212","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.20251212"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.20251212_1766122534345_0.4890632890475306","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251220":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251220","_id":"@aztec/end-to-end@3.0.0-nightly.20251220","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e903fdd3ac7ed98fe4ae3793fe12ff7a5ea8f0e5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251220.tgz","fileCount":191,"integrity":"sha512-Crfe9vcHrEXz5iYdqqRcdmzQQ9BTefWL6jqbuXBTQiFc8P2sv8VUXYB94mkmWuGgzzJzd/0e9COCmvgeMnuUcg==","signatures":[{"sig":"MEQCIGff8Skmp8OLSxq5Hj8qVtE/pVqQAgkCIY+bukkSBohbAiBGBD4dRJ3Y/+wSxQ1W1TC13rXtfPOlNzuY7nQVuLniGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36803557},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e0ea846b0d1f7c0a8e080249a1d3ba7c0101b331","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251220","@aztec/cli":"3.0.0-nightly.20251220","@aztec/p2p":"3.0.0-nightly.20251220","@aztec/pxe":"3.0.0-nightly.20251220","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251220","@aztec/bb.js":"3.0.0-nightly.20251220","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251220","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251220","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251220","@aztec/archiver":"3.0.0-nightly.20251220","@aztec/aztec.js":"3.0.0-nightly.20251220","@aztec/blob-lib":"3.0.0-nightly.20251220","@aztec/ethereum":"3.0.0-nightly.20251220","@aztec/kv-store":"3.0.0-nightly.20251220","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251220","@aztec/blob-sink":"3.0.0-nightly.20251220","@aztec/constants":"3.0.0-nightly.20251220","@aztec/simulator":"3.0.0-nightly.20251220","@aztec/aztec-node":"3.0.0-nightly.20251220","@aztec/foundation":"3.0.0-nightly.20251220","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251220","@aztec/epoch-cache":"3.0.0-nightly.20251220","@aztec/merkle-tree":"3.0.0-nightly.20251220","@aztec/prover-node":"3.0.0-nightly.20251220","@aztec/test-wallet":"3.0.0-nightly.20251220","@aztec/world-state":"3.0.0-nightly.20251220","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251220","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251220","@aztec/prover-client":"3.0.0-nightly.20251220","@aztec/noir-noirc_abi":"3.0.0-nightly.20251220","@aztec/sequencer-client":"3.0.0-nightly.20251220","@aztec/telemetry-client":"3.0.0-nightly.20251220","@aztec/validator-client":"3.0.0-nightly.20251220","@aztec/noir-contracts.js":"3.0.0-nightly.20251220","@aztec/protocol-contracts":"3.0.0-nightly.20251220","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251220","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251220"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251220_1766202176828_0.3582108165785285","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251221":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251221","_id":"@aztec/end-to-end@3.0.0-nightly.20251221","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"564ed79ddf16add7df58b02abf69f876583855dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251221.tgz","fileCount":191,"integrity":"sha512-GDBu0cgO/723IHZzeUtMlctQ3/4qn0W3kt2pJi34Bnnwyhwn9rvvGjYEjrUYdG8liy0Fwcb7PrI4ojQN+PXt/g==","signatures":[{"sig":"MEUCIA81rybZqByiVqcEnEv9BmzqHf2/5+K1pJbemTsixF3LAiEAtABmHKpTniRsSdSvJIg8x94BebkqYodmcj4BrdrMQNA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36803557},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9ee2d158b82b4dd7a6449950c5faf6054d166123","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251221","@aztec/cli":"3.0.0-nightly.20251221","@aztec/p2p":"3.0.0-nightly.20251221","@aztec/pxe":"3.0.0-nightly.20251221","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251221","@aztec/bb.js":"3.0.0-nightly.20251221","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251221","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251221","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251221","@aztec/archiver":"3.0.0-nightly.20251221","@aztec/aztec.js":"3.0.0-nightly.20251221","@aztec/blob-lib":"3.0.0-nightly.20251221","@aztec/ethereum":"3.0.0-nightly.20251221","@aztec/kv-store":"3.0.0-nightly.20251221","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251221","@aztec/blob-sink":"3.0.0-nightly.20251221","@aztec/constants":"3.0.0-nightly.20251221","@aztec/simulator":"3.0.0-nightly.20251221","@aztec/aztec-node":"3.0.0-nightly.20251221","@aztec/foundation":"3.0.0-nightly.20251221","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251221","@aztec/epoch-cache":"3.0.0-nightly.20251221","@aztec/merkle-tree":"3.0.0-nightly.20251221","@aztec/prover-node":"3.0.0-nightly.20251221","@aztec/test-wallet":"3.0.0-nightly.20251221","@aztec/world-state":"3.0.0-nightly.20251221","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251221","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251221","@aztec/prover-client":"3.0.0-nightly.20251221","@aztec/noir-noirc_abi":"3.0.0-nightly.20251221","@aztec/sequencer-client":"3.0.0-nightly.20251221","@aztec/telemetry-client":"3.0.0-nightly.20251221","@aztec/validator-client":"3.0.0-nightly.20251221","@aztec/noir-contracts.js":"3.0.0-nightly.20251221","@aztec/protocol-contracts":"3.0.0-nightly.20251221","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251221","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251221"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251221_1766289952892_0.7592221706311697","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251222":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251222","_id":"@aztec/end-to-end@3.0.0-nightly.20251222","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5a23bd2fc2fb8685e8a631c9de3fe0600d3ec752","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251222.tgz","fileCount":191,"integrity":"sha512-lt8EwMevVDjAy6u2zzjQO1MMnY+7RD5ZhxyMt+UnZMwZwjuiZbiKiCb8ITmP1CMelPxzhyzKudLkvmxGq0x9DA==","signatures":[{"sig":"MEUCIQC8YSY2nHdWpeXJVeG6c+qJP+g9CsZED238MUWTO/y3kQIgUFZuUIKGQqmlVFBuIYgwvw44Hr7u4DCon4MkgrOu0yI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36803557},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c45c72ba274b5a4e40724089817d31a01033c5f2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251222","@aztec/cli":"3.0.0-nightly.20251222","@aztec/p2p":"3.0.0-nightly.20251222","@aztec/pxe":"3.0.0-nightly.20251222","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251222","@aztec/bb.js":"3.0.0-nightly.20251222","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251222","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251222","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251222","@aztec/archiver":"3.0.0-nightly.20251222","@aztec/aztec.js":"3.0.0-nightly.20251222","@aztec/blob-lib":"3.0.0-nightly.20251222","@aztec/ethereum":"3.0.0-nightly.20251222","@aztec/kv-store":"3.0.0-nightly.20251222","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251222","@aztec/blob-sink":"3.0.0-nightly.20251222","@aztec/constants":"3.0.0-nightly.20251222","@aztec/simulator":"3.0.0-nightly.20251222","@aztec/aztec-node":"3.0.0-nightly.20251222","@aztec/foundation":"3.0.0-nightly.20251222","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-nightly.20251222","@aztec/epoch-cache":"3.0.0-nightly.20251222","@aztec/merkle-tree":"3.0.0-nightly.20251222","@aztec/prover-node":"3.0.0-nightly.20251222","@aztec/test-wallet":"3.0.0-nightly.20251222","@aztec/world-state":"3.0.0-nightly.20251222","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251222","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251222","@aztec/prover-client":"3.0.0-nightly.20251222","@aztec/noir-noirc_abi":"3.0.0-nightly.20251222","@aztec/sequencer-client":"3.0.0-nightly.20251222","@aztec/telemetry-client":"3.0.0-nightly.20251222","@aztec/validator-client":"3.0.0-nightly.20251222","@aztec/noir-contracts.js":"3.0.0-nightly.20251222","@aztec/protocol-contracts":"3.0.0-nightly.20251222","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251222","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251222"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251222_1766375716238_0.36168699598159026","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251223":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251223","_id":"@aztec/end-to-end@3.0.0-nightly.20251223","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4bbf563627d6b6ceb855a8c963e7bc3d4e7b2a0e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251223.tgz","fileCount":191,"integrity":"sha512-zYrBM7CftdIZRFznKfBGD29gwfuwURNXvqEQphju5b0omjxCAjkLqT2IWzFhAFJb3BVRZNXmg4P30hoVnhpqGw==","signatures":[{"sig":"MEQCIG1HocWq/sLqWYcC2q7ThJjIXuY9HgYWUzX5jwTcL27eAiA+96dYvk3jY9AaUU20zcUgHCxDlyWLsOwZEB9A8qye0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802526},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c485cb88b22ede64273b4c9d1a9de3b5017955d0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251223","@aztec/cli":"3.0.0-nightly.20251223","@aztec/p2p":"3.0.0-nightly.20251223","@aztec/pxe":"3.0.0-nightly.20251223","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251223","@aztec/bb.js":"3.0.0-nightly.20251223","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251223","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251223","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251223","@aztec/archiver":"3.0.0-nightly.20251223","@aztec/aztec.js":"3.0.0-nightly.20251223","@aztec/blob-lib":"3.0.0-nightly.20251223","@aztec/ethereum":"3.0.0-nightly.20251223","@aztec/kv-store":"3.0.0-nightly.20251223","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251223","@aztec/constants":"3.0.0-nightly.20251223","@aztec/simulator":"3.0.0-nightly.20251223","@aztec/aztec-node":"3.0.0-nightly.20251223","@aztec/foundation":"3.0.0-nightly.20251223","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251223","@aztec/entrypoints":"3.0.0-nightly.20251223","@aztec/epoch-cache":"3.0.0-nightly.20251223","@aztec/merkle-tree":"3.0.0-nightly.20251223","@aztec/prover-node":"3.0.0-nightly.20251223","@aztec/test-wallet":"3.0.0-nightly.20251223","@aztec/world-state":"3.0.0-nightly.20251223","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251223","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251223","@aztec/prover-client":"3.0.0-nightly.20251223","@aztec/noir-noirc_abi":"3.0.0-nightly.20251223","@aztec/sequencer-client":"3.0.0-nightly.20251223","@aztec/telemetry-client":"3.0.0-nightly.20251223","@aztec/validator-client":"3.0.0-nightly.20251223","@aztec/noir-contracts.js":"3.0.0-nightly.20251223","@aztec/protocol-contracts":"3.0.0-nightly.20251223","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251223","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251223"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251223_1766462025525_0.5552479015430936","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251224":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251224","_id":"@aztec/end-to-end@3.0.0-nightly.20251224","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e2a701e6e94d14837f651e4a454cb195c144ded6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251224.tgz","fileCount":191,"integrity":"sha512-YYCdAdLivceE0FBnaHQIF7bzv+V7DDyHWGY3LFeXCqR1Yk3HEEPgilDLSoiOxuOtdxj7sSm5cHe/sVLTKoFMGQ==","signatures":[{"sig":"MEUCIQDhkGF8MIGh99yEFGzOOP25xVXGiUXs2KgIzRAMQTdJygIgciH5Fe9v4BcHDsruNFI5xZMpdWqVhmFAM6XsI54FNDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"082bdd139bb1fb0cc37b6c94a1d8ad40225db02e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251224","@aztec/cli":"3.0.0-nightly.20251224","@aztec/p2p":"3.0.0-nightly.20251224","@aztec/pxe":"3.0.0-nightly.20251224","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251224","@aztec/bb.js":"3.0.0-nightly.20251224","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251224","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251224","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251224","@aztec/archiver":"3.0.0-nightly.20251224","@aztec/aztec.js":"3.0.0-nightly.20251224","@aztec/blob-lib":"3.0.0-nightly.20251224","@aztec/ethereum":"3.0.0-nightly.20251224","@aztec/kv-store":"3.0.0-nightly.20251224","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251224","@aztec/constants":"3.0.0-nightly.20251224","@aztec/simulator":"3.0.0-nightly.20251224","@aztec/aztec-node":"3.0.0-nightly.20251224","@aztec/foundation":"3.0.0-nightly.20251224","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251224","@aztec/entrypoints":"3.0.0-nightly.20251224","@aztec/epoch-cache":"3.0.0-nightly.20251224","@aztec/merkle-tree":"3.0.0-nightly.20251224","@aztec/prover-node":"3.0.0-nightly.20251224","@aztec/test-wallet":"3.0.0-nightly.20251224","@aztec/world-state":"3.0.0-nightly.20251224","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251224","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251224","@aztec/prover-client":"3.0.0-nightly.20251224","@aztec/noir-noirc_abi":"3.0.0-nightly.20251224","@aztec/sequencer-client":"3.0.0-nightly.20251224","@aztec/telemetry-client":"3.0.0-nightly.20251224","@aztec/validator-client":"3.0.0-nightly.20251224","@aztec/noir-contracts.js":"3.0.0-nightly.20251224","@aztec/protocol-contracts":"3.0.0-nightly.20251224","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251224","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251224"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251224_1766548289288_0.7312489300605136","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251225":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251225","_id":"@aztec/end-to-end@3.0.0-nightly.20251225","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f2ec011977045ce94ffdd9eca600a666ef7ba3d8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251225.tgz","fileCount":191,"integrity":"sha512-qRKsLr+1X9prSd1cOHCnJsrVKiQcLLics8q2VO2wE7QaC2giJGJzJEB+B6UNfa44LQy5uVuDCkyUoexAdXeRsg==","signatures":[{"sig":"MEQCIFUlCF/hudQxlLtrgIX3FP7aAkmoefSklV0ATDtNAKPyAiALnZGwX+WYJL5K3WzQtvXUcP4Uhc2PDQIHxjp5F63AOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"be5f6abad8931c4c2e37b4d7c9b02507834091de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251225","@aztec/cli":"3.0.0-nightly.20251225","@aztec/p2p":"3.0.0-nightly.20251225","@aztec/pxe":"3.0.0-nightly.20251225","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251225","@aztec/bb.js":"3.0.0-nightly.20251225","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251225","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251225","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251225","@aztec/archiver":"3.0.0-nightly.20251225","@aztec/aztec.js":"3.0.0-nightly.20251225","@aztec/blob-lib":"3.0.0-nightly.20251225","@aztec/ethereum":"3.0.0-nightly.20251225","@aztec/kv-store":"3.0.0-nightly.20251225","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251225","@aztec/constants":"3.0.0-nightly.20251225","@aztec/simulator":"3.0.0-nightly.20251225","@aztec/aztec-node":"3.0.0-nightly.20251225","@aztec/foundation":"3.0.0-nightly.20251225","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251225","@aztec/entrypoints":"3.0.0-nightly.20251225","@aztec/epoch-cache":"3.0.0-nightly.20251225","@aztec/merkle-tree":"3.0.0-nightly.20251225","@aztec/prover-node":"3.0.0-nightly.20251225","@aztec/test-wallet":"3.0.0-nightly.20251225","@aztec/world-state":"3.0.0-nightly.20251225","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251225","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251225","@aztec/prover-client":"3.0.0-nightly.20251225","@aztec/noir-noirc_abi":"3.0.0-nightly.20251225","@aztec/sequencer-client":"3.0.0-nightly.20251225","@aztec/telemetry-client":"3.0.0-nightly.20251225","@aztec/validator-client":"3.0.0-nightly.20251225","@aztec/noir-contracts.js":"3.0.0-nightly.20251225","@aztec/protocol-contracts":"3.0.0-nightly.20251225","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251225","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251225"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251225_1766634855390_0.6684535404708662","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251226":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251226","_id":"@aztec/end-to-end@3.0.0-nightly.20251226","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ce75e1037bf0fefa4980850f7fbce05f55110344","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251226.tgz","fileCount":191,"integrity":"sha512-Br6L9vNOTcZLioWOpS6ScKaZszxEc/zKNOmtC7OzhGFZ2HvNZGQHWvb4lvrwJ4jLYt3PsQbeZFAJ2nkyDmbpaQ==","signatures":[{"sig":"MEQCH3Jl+h6P2/C1uF+5HOFUGetN/GJ7t4Tj/k7a452EbkMCIQDpAqHS+SkTO6zec/TfTjx0rGRPpqS77HY8zLQpEnM53A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bdb70de16cc19069a6411c9d91d8c83b44e29e84","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251226","@aztec/cli":"3.0.0-nightly.20251226","@aztec/p2p":"3.0.0-nightly.20251226","@aztec/pxe":"3.0.0-nightly.20251226","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251226","@aztec/bb.js":"3.0.0-nightly.20251226","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251226","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251226","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251226","@aztec/archiver":"3.0.0-nightly.20251226","@aztec/aztec.js":"3.0.0-nightly.20251226","@aztec/blob-lib":"3.0.0-nightly.20251226","@aztec/ethereum":"3.0.0-nightly.20251226","@aztec/kv-store":"3.0.0-nightly.20251226","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251226","@aztec/constants":"3.0.0-nightly.20251226","@aztec/simulator":"3.0.0-nightly.20251226","@aztec/aztec-node":"3.0.0-nightly.20251226","@aztec/foundation":"3.0.0-nightly.20251226","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251226","@aztec/entrypoints":"3.0.0-nightly.20251226","@aztec/epoch-cache":"3.0.0-nightly.20251226","@aztec/merkle-tree":"3.0.0-nightly.20251226","@aztec/prover-node":"3.0.0-nightly.20251226","@aztec/test-wallet":"3.0.0-nightly.20251226","@aztec/world-state":"3.0.0-nightly.20251226","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251226","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251226","@aztec/prover-client":"3.0.0-nightly.20251226","@aztec/noir-noirc_abi":"3.0.0-nightly.20251226","@aztec/sequencer-client":"3.0.0-nightly.20251226","@aztec/telemetry-client":"3.0.0-nightly.20251226","@aztec/validator-client":"3.0.0-nightly.20251226","@aztec/noir-contracts.js":"3.0.0-nightly.20251226","@aztec/protocol-contracts":"3.0.0-nightly.20251226","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251226","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251226"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251226_1766721117966_0.27506526895432204","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251227":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251227","_id":"@aztec/end-to-end@3.0.0-nightly.20251227","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9a5649d29e934a269671119f023d9e9a638e1c33","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251227.tgz","fileCount":191,"integrity":"sha512-6VErXMbh4/4ud0RU55BoR2W2Pat4Hm9rPUY58/VupMvPb/jE3vrwBNAyMx6Sf5fxpZtio3ptg79o2pngSzE7+w==","signatures":[{"sig":"MEYCIQDZJv3tjsmU4Rnvse5gM75pBEqm3ALcpXhgbJZiMXensgIhAIQinapjZP8AMcTXzSXdAi7cLqwhB4cp4k0vIl+lMYM3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5df128f6b93772f6d333f639cb7e98cb12b15eec","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251227","@aztec/cli":"3.0.0-nightly.20251227","@aztec/p2p":"3.0.0-nightly.20251227","@aztec/pxe":"3.0.0-nightly.20251227","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251227","@aztec/bb.js":"3.0.0-nightly.20251227","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251227","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251227","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251227","@aztec/archiver":"3.0.0-nightly.20251227","@aztec/aztec.js":"3.0.0-nightly.20251227","@aztec/blob-lib":"3.0.0-nightly.20251227","@aztec/ethereum":"3.0.0-nightly.20251227","@aztec/kv-store":"3.0.0-nightly.20251227","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251227","@aztec/constants":"3.0.0-nightly.20251227","@aztec/simulator":"3.0.0-nightly.20251227","@aztec/aztec-node":"3.0.0-nightly.20251227","@aztec/foundation":"3.0.0-nightly.20251227","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251227","@aztec/entrypoints":"3.0.0-nightly.20251227","@aztec/epoch-cache":"3.0.0-nightly.20251227","@aztec/merkle-tree":"3.0.0-nightly.20251227","@aztec/prover-node":"3.0.0-nightly.20251227","@aztec/test-wallet":"3.0.0-nightly.20251227","@aztec/world-state":"3.0.0-nightly.20251227","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251227","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251227","@aztec/prover-client":"3.0.0-nightly.20251227","@aztec/noir-noirc_abi":"3.0.0-nightly.20251227","@aztec/sequencer-client":"3.0.0-nightly.20251227","@aztec/telemetry-client":"3.0.0-nightly.20251227","@aztec/validator-client":"3.0.0-nightly.20251227","@aztec/noir-contracts.js":"3.0.0-nightly.20251227","@aztec/protocol-contracts":"3.0.0-nightly.20251227","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251227","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251227"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251227_1766807417358_0.09514279478391541","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.03f7ef2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.03f7ef2","_id":"@aztec/end-to-end@0.0.1-commit.03f7ef2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"31312044a6a6353d799a5c0c8ef5fa2ca912a23d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.03f7ef2.tgz","fileCount":191,"integrity":"sha512-3NP16Q4r+0k+mYgs4WSOj1fo+yPovyJJc1empS1zBebZZcLHEY0LGXXWgYP1az8OqD4n1Qc1Jcx+b90hWtAf+w==","signatures":[{"sig":"MEYCIQCdGrf3EDz8ba0J+/KOF2cZnmHcKAKH0BIQwohdoq3ceQIhAPdjSb96QNVrn0nCmQsK9g/wpHWOtxJFz/DvnliU420c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802454},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"03f7ef23e1716f525d1d37f3ef493ab54c751739","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.03f7ef2","@aztec/cli":"0.0.1-commit.03f7ef2","@aztec/p2p":"0.0.1-commit.03f7ef2","@aztec/pxe":"0.0.1-commit.03f7ef2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.03f7ef2","@aztec/bb.js":"0.0.1-commit.03f7ef2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.03f7ef2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.03f7ef2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.03f7ef2","@aztec/archiver":"0.0.1-commit.03f7ef2","@aztec/aztec.js":"0.0.1-commit.03f7ef2","@aztec/blob-lib":"0.0.1-commit.03f7ef2","@aztec/ethereum":"0.0.1-commit.03f7ef2","@aztec/kv-store":"0.0.1-commit.03f7ef2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.03f7ef2","@aztec/constants":"0.0.1-commit.03f7ef2","@aztec/simulator":"0.0.1-commit.03f7ef2","@aztec/aztec-node":"0.0.1-commit.03f7ef2","@aztec/foundation":"0.0.1-commit.03f7ef2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.03f7ef2","@aztec/entrypoints":"0.0.1-commit.03f7ef2","@aztec/epoch-cache":"0.0.1-commit.03f7ef2","@aztec/merkle-tree":"0.0.1-commit.03f7ef2","@aztec/prover-node":"0.0.1-commit.03f7ef2","@aztec/test-wallet":"0.0.1-commit.03f7ef2","@aztec/world-state":"0.0.1-commit.03f7ef2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.03f7ef2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.03f7ef2","@aztec/prover-client":"0.0.1-commit.03f7ef2","@aztec/noir-noirc_abi":"0.0.1-commit.03f7ef2","@aztec/sequencer-client":"0.0.1-commit.03f7ef2","@aztec/telemetry-client":"0.0.1-commit.03f7ef2","@aztec/validator-client":"0.0.1-commit.03f7ef2","@aztec/noir-contracts.js":"0.0.1-commit.03f7ef2","@aztec/protocol-contracts":"0.0.1-commit.03f7ef2","@aztec/noir-test-contracts.js":"0.0.1-commit.03f7ef2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.03f7ef2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.03f7ef2_1766844654610_0.8155944498190741","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251228":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251228","_id":"@aztec/end-to-end@3.0.0-nightly.20251228","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e3ee84a82a4e665ad062ca13eb3024102d1f00eb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251228.tgz","fileCount":191,"integrity":"sha512-1uSkQsadQEEtfZR8r3z5oE2hSOE4htCEvn3sR3DTzjpJ2xT/6jxqqsiEwFTBHCWDCPxah0+k/ypXz40Hud+7sA==","signatures":[{"sig":"MEUCIQCNINpWgmkJFsiZQcBEv26HeMDuRLwEne7pUOZJfchvNwIgclBlS3BDW0XVtR18CqXSy5d/yWIPKpOsaicaI9sV1pk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"906407be4802e351a4d18778c5ca5aaf310a0d25","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251228","@aztec/cli":"3.0.0-nightly.20251228","@aztec/p2p":"3.0.0-nightly.20251228","@aztec/pxe":"3.0.0-nightly.20251228","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251228","@aztec/bb.js":"3.0.0-nightly.20251228","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251228","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251228","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251228","@aztec/archiver":"3.0.0-nightly.20251228","@aztec/aztec.js":"3.0.0-nightly.20251228","@aztec/blob-lib":"3.0.0-nightly.20251228","@aztec/ethereum":"3.0.0-nightly.20251228","@aztec/kv-store":"3.0.0-nightly.20251228","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251228","@aztec/constants":"3.0.0-nightly.20251228","@aztec/simulator":"3.0.0-nightly.20251228","@aztec/aztec-node":"3.0.0-nightly.20251228","@aztec/foundation":"3.0.0-nightly.20251228","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251228","@aztec/entrypoints":"3.0.0-nightly.20251228","@aztec/epoch-cache":"3.0.0-nightly.20251228","@aztec/merkle-tree":"3.0.0-nightly.20251228","@aztec/prover-node":"3.0.0-nightly.20251228","@aztec/test-wallet":"3.0.0-nightly.20251228","@aztec/world-state":"3.0.0-nightly.20251228","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251228","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251228","@aztec/prover-client":"3.0.0-nightly.20251228","@aztec/noir-noirc_abi":"3.0.0-nightly.20251228","@aztec/sequencer-client":"3.0.0-nightly.20251228","@aztec/telemetry-client":"3.0.0-nightly.20251228","@aztec/validator-client":"3.0.0-nightly.20251228","@aztec/noir-contracts.js":"3.0.0-nightly.20251228","@aztec/protocol-contracts":"3.0.0-nightly.20251228","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251228","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251228"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251228_1766894474138_0.814505497688337","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251229":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251229","_id":"@aztec/end-to-end@3.0.0-nightly.20251229","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a3d9f2d455f5c7e6e72caa41686ff8a4f0c8ddb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251229.tgz","fileCount":191,"integrity":"sha512-86Ud2vAQJvxj8MFBIABIh++9zYD5b2djWD29t5X7nrKg/qGXGofn2rG1FWl9hDOdtI/nvNCY1E4Brp6IX1Kzvg==","signatures":[{"sig":"MEUCIQCanUBAAHH8WlkyI8k/+ofvQg6wi028PR6XsKRsWW3E1gIgNZOTk7J+lc2/qpNuwhAuwXqFWoCSB0RG9W27VULVUe4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"19ebfcb2993a89a37b780f4a37379b171b9f6310","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251229","@aztec/cli":"3.0.0-nightly.20251229","@aztec/p2p":"3.0.0-nightly.20251229","@aztec/pxe":"3.0.0-nightly.20251229","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251229","@aztec/bb.js":"3.0.0-nightly.20251229","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251229","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251229","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251229","@aztec/archiver":"3.0.0-nightly.20251229","@aztec/aztec.js":"3.0.0-nightly.20251229","@aztec/blob-lib":"3.0.0-nightly.20251229","@aztec/ethereum":"3.0.0-nightly.20251229","@aztec/kv-store":"3.0.0-nightly.20251229","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251229","@aztec/constants":"3.0.0-nightly.20251229","@aztec/simulator":"3.0.0-nightly.20251229","@aztec/aztec-node":"3.0.0-nightly.20251229","@aztec/foundation":"3.0.0-nightly.20251229","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251229","@aztec/entrypoints":"3.0.0-nightly.20251229","@aztec/epoch-cache":"3.0.0-nightly.20251229","@aztec/merkle-tree":"3.0.0-nightly.20251229","@aztec/prover-node":"3.0.0-nightly.20251229","@aztec/test-wallet":"3.0.0-nightly.20251229","@aztec/world-state":"3.0.0-nightly.20251229","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251229","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251229","@aztec/prover-client":"3.0.0-nightly.20251229","@aztec/noir-noirc_abi":"3.0.0-nightly.20251229","@aztec/sequencer-client":"3.0.0-nightly.20251229","@aztec/telemetry-client":"3.0.0-nightly.20251229","@aztec/validator-client":"3.0.0-nightly.20251229","@aztec/noir-contracts.js":"3.0.0-nightly.20251229","@aztec/protocol-contracts":"3.0.0-nightly.20251229","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251229","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251229"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251229_1766980990203_0.7733667040478178","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251230":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251230","_id":"@aztec/end-to-end@3.0.0-nightly.20251230","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f7cef7f511dabbf6d805b467b9073fe503a4ad98","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251230.tgz","fileCount":191,"integrity":"sha512-OApoNS8XLmb9TIHboL4K29ys205Tpz1Yw5IJop7KnGKkCYhrpNJAR1gB6vFlKQ8/HyoVwMBiV1jG0oVesmwSnw==","signatures":[{"sig":"MEUCIGvJjTG8gnjNaO/w+5Ia0brrQc2YM1UanrsB5NaMCp7bAiEA9DqInYP23c4/6BUpQLw0dbJXmAumznGceeSUoSExOGM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"481416650623cc78023ef9753fef25fd9cadc8b8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251230","@aztec/cli":"3.0.0-nightly.20251230","@aztec/p2p":"3.0.0-nightly.20251230","@aztec/pxe":"3.0.0-nightly.20251230","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251230","@aztec/bb.js":"3.0.0-nightly.20251230","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251230","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251230","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251230","@aztec/archiver":"3.0.0-nightly.20251230","@aztec/aztec.js":"3.0.0-nightly.20251230","@aztec/blob-lib":"3.0.0-nightly.20251230","@aztec/ethereum":"3.0.0-nightly.20251230","@aztec/kv-store":"3.0.0-nightly.20251230","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251230","@aztec/constants":"3.0.0-nightly.20251230","@aztec/simulator":"3.0.0-nightly.20251230","@aztec/aztec-node":"3.0.0-nightly.20251230","@aztec/foundation":"3.0.0-nightly.20251230","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251230","@aztec/entrypoints":"3.0.0-nightly.20251230","@aztec/epoch-cache":"3.0.0-nightly.20251230","@aztec/merkle-tree":"3.0.0-nightly.20251230","@aztec/prover-node":"3.0.0-nightly.20251230","@aztec/test-wallet":"3.0.0-nightly.20251230","@aztec/world-state":"3.0.0-nightly.20251230","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251230","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251230","@aztec/prover-client":"3.0.0-nightly.20251230","@aztec/noir-noirc_abi":"3.0.0-nightly.20251230","@aztec/sequencer-client":"3.0.0-nightly.20251230","@aztec/telemetry-client":"3.0.0-nightly.20251230","@aztec/validator-client":"3.0.0-nightly.20251230","@aztec/noir-contracts.js":"3.0.0-nightly.20251230","@aztec/protocol-contracts":"3.0.0-nightly.20251230","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251230","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251230"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251230_1767066113036_0.009602388910860515","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20251231":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20251231","_id":"@aztec/end-to-end@3.0.0-nightly.20251231","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"80dafb1a73f123a062ebb8c00a92184e2d2ccc06","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20251231.tgz","fileCount":191,"integrity":"sha512-sDwPJ/7OkcBKfqh8Yp9hzFXgEHTQmKVRlyyfiLN5STX9Rj0+o/W1uMSyjt9MpxooP1StOdrSaJrkFcDgN/l/ng==","signatures":[{"sig":"MEUCIQCCDCp/GCzL2QcELnhQTK3UJ37yK83hhU/A+cEi8I+OxgIgROOWoul3F2pPkFNgWZimh8YggVYqMw1a8aG1h1U4oVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fcb3beeab21653a66f313a73ef65f91a8f25bb99","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20251231","@aztec/cli":"3.0.0-nightly.20251231","@aztec/p2p":"3.0.0-nightly.20251231","@aztec/pxe":"3.0.0-nightly.20251231","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20251231","@aztec/bb.js":"3.0.0-nightly.20251231","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20251231","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20251231","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20251231","@aztec/archiver":"3.0.0-nightly.20251231","@aztec/aztec.js":"3.0.0-nightly.20251231","@aztec/blob-lib":"3.0.0-nightly.20251231","@aztec/ethereum":"3.0.0-nightly.20251231","@aztec/kv-store":"3.0.0-nightly.20251231","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20251231","@aztec/constants":"3.0.0-nightly.20251231","@aztec/simulator":"3.0.0-nightly.20251231","@aztec/aztec-node":"3.0.0-nightly.20251231","@aztec/foundation":"3.0.0-nightly.20251231","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20251231","@aztec/entrypoints":"3.0.0-nightly.20251231","@aztec/epoch-cache":"3.0.0-nightly.20251231","@aztec/merkle-tree":"3.0.0-nightly.20251231","@aztec/prover-node":"3.0.0-nightly.20251231","@aztec/test-wallet":"3.0.0-nightly.20251231","@aztec/world-state":"3.0.0-nightly.20251231","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20251231","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20251231","@aztec/prover-client":"3.0.0-nightly.20251231","@aztec/noir-noirc_abi":"3.0.0-nightly.20251231","@aztec/sequencer-client":"3.0.0-nightly.20251231","@aztec/telemetry-client":"3.0.0-nightly.20251231","@aztec/validator-client":"3.0.0-nightly.20251231","@aztec/noir-contracts.js":"3.0.0-nightly.20251231","@aztec/protocol-contracts":"3.0.0-nightly.20251231","@aztec/noir-test-contracts.js":"3.0.0-nightly.20251231","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20251231"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20251231_1767152393277_0.6594784159779246","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260101":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260101","_id":"@aztec/end-to-end@3.0.0-nightly.20260101","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d755112a0243aede82392be54d2d4282f2ce49b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260101.tgz","fileCount":191,"integrity":"sha512-mrblGkFQT4FSY6lWQKuPpstc6NYcV23Pdco98OVL3h5u78ZdSOUEidyO8FsBbvVeUzKOsj10BGtDHK5SKMMduQ==","signatures":[{"sig":"MEUCIQDAHQF3DTtojeBiijvcZvDx0JQEHleSTjhih2rtYwcqLgIgA3Xmsnh+B2ESHGxloQeopfR1ToEqiIxLYbUaGoHryP0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d63ff985e4969fb0dc05d9dbe9d455a85fa39dd1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260101","@aztec/cli":"3.0.0-nightly.20260101","@aztec/p2p":"3.0.0-nightly.20260101","@aztec/pxe":"3.0.0-nightly.20260101","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260101","@aztec/bb.js":"3.0.0-nightly.20260101","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260101","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260101","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260101","@aztec/archiver":"3.0.0-nightly.20260101","@aztec/aztec.js":"3.0.0-nightly.20260101","@aztec/blob-lib":"3.0.0-nightly.20260101","@aztec/ethereum":"3.0.0-nightly.20260101","@aztec/kv-store":"3.0.0-nightly.20260101","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260101","@aztec/constants":"3.0.0-nightly.20260101","@aztec/simulator":"3.0.0-nightly.20260101","@aztec/aztec-node":"3.0.0-nightly.20260101","@aztec/foundation":"3.0.0-nightly.20260101","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260101","@aztec/entrypoints":"3.0.0-nightly.20260101","@aztec/epoch-cache":"3.0.0-nightly.20260101","@aztec/merkle-tree":"3.0.0-nightly.20260101","@aztec/prover-node":"3.0.0-nightly.20260101","@aztec/test-wallet":"3.0.0-nightly.20260101","@aztec/world-state":"3.0.0-nightly.20260101","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260101","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260101","@aztec/prover-client":"3.0.0-nightly.20260101","@aztec/noir-noirc_abi":"3.0.0-nightly.20260101","@aztec/sequencer-client":"3.0.0-nightly.20260101","@aztec/telemetry-client":"3.0.0-nightly.20260101","@aztec/validator-client":"3.0.0-nightly.20260101","@aztec/noir-contracts.js":"3.0.0-nightly.20260101","@aztec/protocol-contracts":"3.0.0-nightly.20260101","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260101","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260101"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260101_1767240226119_0.5946758350101358","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260102":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260102","_id":"@aztec/end-to-end@3.0.0-nightly.20260102","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2829d8fd5612338af8b0bd012ab69009ad00298f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260102.tgz","fileCount":191,"integrity":"sha512-SJlko1VzpKKc6xoYRL/EDgjDa7nRoN7MAoImNbR4jptNGHRINheY57+mIEgyQYypdGegE1pmfWfv1oPpooizbw==","signatures":[{"sig":"MEQCIB42KZznEgPZw/ZexyBNnYGhQSWerBZbEI9KiGwy1NDzAiBWpI4Y7uOgQ1Fy7Q5mtruQWQWu11th9rvrAD2lonkJjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36802530},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"77ac464e1c866786e719b89042458333edc4c156","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260102","@aztec/cli":"3.0.0-nightly.20260102","@aztec/p2p":"3.0.0-nightly.20260102","@aztec/pxe":"3.0.0-nightly.20260102","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260102","@aztec/bb.js":"3.0.0-nightly.20260102","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260102","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260102","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260102","@aztec/archiver":"3.0.0-nightly.20260102","@aztec/aztec.js":"3.0.0-nightly.20260102","@aztec/blob-lib":"3.0.0-nightly.20260102","@aztec/ethereum":"3.0.0-nightly.20260102","@aztec/kv-store":"3.0.0-nightly.20260102","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260102","@aztec/constants":"3.0.0-nightly.20260102","@aztec/simulator":"3.0.0-nightly.20260102","@aztec/aztec-node":"3.0.0-nightly.20260102","@aztec/foundation":"3.0.0-nightly.20260102","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260102","@aztec/entrypoints":"3.0.0-nightly.20260102","@aztec/epoch-cache":"3.0.0-nightly.20260102","@aztec/merkle-tree":"3.0.0-nightly.20260102","@aztec/prover-node":"3.0.0-nightly.20260102","@aztec/test-wallet":"3.0.0-nightly.20260102","@aztec/world-state":"3.0.0-nightly.20260102","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260102","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260102","@aztec/prover-client":"3.0.0-nightly.20260102","@aztec/noir-noirc_abi":"3.0.0-nightly.20260102","@aztec/sequencer-client":"3.0.0-nightly.20260102","@aztec/telemetry-client":"3.0.0-nightly.20260102","@aztec/validator-client":"3.0.0-nightly.20260102","@aztec/noir-contracts.js":"3.0.0-nightly.20260102","@aztec/protocol-contracts":"3.0.0-nightly.20260102","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260102","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260102"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260102_1767325982377_0.634387823276946","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260103":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260103","_id":"@aztec/end-to-end@3.0.0-nightly.20260103","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3dea1a878e4f8ca69c96400c257238ef01f9d7b9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260103.tgz","fileCount":191,"integrity":"sha512-RSj4WD1a9WRcI0khAVbZN5TL94P5l0b1ApliJl/d8sUndBv3pSRsMrAaya77DofOrVlvOSrNEsite3eAfk2UPg==","signatures":[{"sig":"MEUCIBbA96CQdx0bbBzvj0d/iEySGaLa08bd7XIsuel42JGOAiEAz5OsSSY7sqTpRou02Xt3nY1h8QP5igfRwRLvOEcbo8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809792},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0b17e80693027f21dba76b8dfa2db925d9336249","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260103","@aztec/cli":"3.0.0-nightly.20260103","@aztec/p2p":"3.0.0-nightly.20260103","@aztec/pxe":"3.0.0-nightly.20260103","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260103","@aztec/bb.js":"3.0.0-nightly.20260103","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260103","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260103","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260103","@aztec/archiver":"3.0.0-nightly.20260103","@aztec/aztec.js":"3.0.0-nightly.20260103","@aztec/blob-lib":"3.0.0-nightly.20260103","@aztec/ethereum":"3.0.0-nightly.20260103","@aztec/kv-store":"3.0.0-nightly.20260103","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260103","@aztec/constants":"3.0.0-nightly.20260103","@aztec/simulator":"3.0.0-nightly.20260103","@aztec/aztec-node":"3.0.0-nightly.20260103","@aztec/foundation":"3.0.0-nightly.20260103","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260103","@aztec/entrypoints":"3.0.0-nightly.20260103","@aztec/epoch-cache":"3.0.0-nightly.20260103","@aztec/merkle-tree":"3.0.0-nightly.20260103","@aztec/prover-node":"3.0.0-nightly.20260103","@aztec/test-wallet":"3.0.0-nightly.20260103","@aztec/world-state":"3.0.0-nightly.20260103","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260103","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260103","@aztec/prover-client":"3.0.0-nightly.20260103","@aztec/noir-noirc_abi":"3.0.0-nightly.20260103","@aztec/sequencer-client":"3.0.0-nightly.20260103","@aztec/telemetry-client":"3.0.0-nightly.20260103","@aztec/validator-client":"3.0.0-nightly.20260103","@aztec/noir-contracts.js":"3.0.0-nightly.20260103","@aztec/protocol-contracts":"3.0.0-nightly.20260103","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260103","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260103"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260103_1767411296999_0.19540797151171851","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260104":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260104","_id":"@aztec/end-to-end@3.0.0-nightly.20260104","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a74e1de12c303ebc8fb43d08868d325627eba9f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260104.tgz","fileCount":191,"integrity":"sha512-8kSyxQHmRexd6rLtpxpe2nsnkkqYyEjBnT6qYOdmNVdYnx2MUVAnN6cJbYERxjGGQzce3mNPfJudKuxIH0MpVA==","signatures":[{"sig":"MEQCIB0oEcpL0YzguUhPerXswqWIABmPSikF5u8EilJkoFkDAiBzeq63DRpFW3jEyfRZIRo5md2aaGrVXQxDKtmatIo6jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809792},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fe51c73c2159ee99f10cd9f2086c2f2f9d04e1b8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260104","@aztec/cli":"3.0.0-nightly.20260104","@aztec/p2p":"3.0.0-nightly.20260104","@aztec/pxe":"3.0.0-nightly.20260104","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260104","@aztec/bb.js":"3.0.0-nightly.20260104","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260104","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260104","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260104","@aztec/archiver":"3.0.0-nightly.20260104","@aztec/aztec.js":"3.0.0-nightly.20260104","@aztec/blob-lib":"3.0.0-nightly.20260104","@aztec/ethereum":"3.0.0-nightly.20260104","@aztec/kv-store":"3.0.0-nightly.20260104","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260104","@aztec/constants":"3.0.0-nightly.20260104","@aztec/simulator":"3.0.0-nightly.20260104","@aztec/aztec-node":"3.0.0-nightly.20260104","@aztec/foundation":"3.0.0-nightly.20260104","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260104","@aztec/entrypoints":"3.0.0-nightly.20260104","@aztec/epoch-cache":"3.0.0-nightly.20260104","@aztec/merkle-tree":"3.0.0-nightly.20260104","@aztec/prover-node":"3.0.0-nightly.20260104","@aztec/test-wallet":"3.0.0-nightly.20260104","@aztec/world-state":"3.0.0-nightly.20260104","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260104","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260104","@aztec/prover-client":"3.0.0-nightly.20260104","@aztec/noir-noirc_abi":"3.0.0-nightly.20260104","@aztec/sequencer-client":"3.0.0-nightly.20260104","@aztec/telemetry-client":"3.0.0-nightly.20260104","@aztec/validator-client":"3.0.0-nightly.20260104","@aztec/noir-contracts.js":"3.0.0-nightly.20260104","@aztec/protocol-contracts":"3.0.0-nightly.20260104","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260104","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260104"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260104_1767499444887_0.8881573508291627","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260105":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260105","_id":"@aztec/end-to-end@3.0.0-nightly.20260105","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"67f0b0ee2e7d84ff43579b1519cbc4504c83eaa3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260105.tgz","fileCount":191,"integrity":"sha512-f1p8A/KJgwcyeXKY40v7QbPsJB0agV+CEty5v8x3NzvWSmqPKt5uZGUaALSe+ug8mSuxhzT5WO16lq+++BGx1w==","signatures":[{"sig":"MEQCIDZyLuSAtzWgxC4v0Dn+rCKsTRUBz7X15pkZLtR7FgFQAiA857EzTG2sh+E3QOeSKApJeDXZsQ3pZm3UX9tSr3vjFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809792},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"241f73d0c17642034abe47b7a90d2e1e84b24def","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260105","@aztec/cli":"3.0.0-nightly.20260105","@aztec/p2p":"3.0.0-nightly.20260105","@aztec/pxe":"3.0.0-nightly.20260105","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260105","@aztec/bb.js":"3.0.0-nightly.20260105","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260105","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260105","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260105","@aztec/archiver":"3.0.0-nightly.20260105","@aztec/aztec.js":"3.0.0-nightly.20260105","@aztec/blob-lib":"3.0.0-nightly.20260105","@aztec/ethereum":"3.0.0-nightly.20260105","@aztec/kv-store":"3.0.0-nightly.20260105","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260105","@aztec/constants":"3.0.0-nightly.20260105","@aztec/simulator":"3.0.0-nightly.20260105","@aztec/aztec-node":"3.0.0-nightly.20260105","@aztec/foundation":"3.0.0-nightly.20260105","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260105","@aztec/entrypoints":"3.0.0-nightly.20260105","@aztec/epoch-cache":"3.0.0-nightly.20260105","@aztec/merkle-tree":"3.0.0-nightly.20260105","@aztec/prover-node":"3.0.0-nightly.20260105","@aztec/test-wallet":"3.0.0-nightly.20260105","@aztec/world-state":"3.0.0-nightly.20260105","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260105","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260105","@aztec/prover-client":"3.0.0-nightly.20260105","@aztec/noir-noirc_abi":"3.0.0-nightly.20260105","@aztec/sequencer-client":"3.0.0-nightly.20260105","@aztec/telemetry-client":"3.0.0-nightly.20260105","@aztec/validator-client":"3.0.0-nightly.20260105","@aztec/noir-contracts.js":"3.0.0-nightly.20260105","@aztec/protocol-contracts":"3.0.0-nightly.20260105","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260105","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260105"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260105_1767586162408_0.514406686951038","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c7c42ec":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c7c42ec","_id":"@aztec/end-to-end@0.0.1-commit.c7c42ec","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a25772a0f32eac6e514b67d1cf7d663ce5a8d645","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c7c42ec.tgz","fileCount":191,"integrity":"sha512-WfAM+jhVIYN0bg0DtB54NGFBTteJjYnDKoRr5dui2vuPPllYCOD8Dnmi8BaLRw283LdxqXCFhnxg3mSsvYvtAA==","signatures":[{"sig":"MEQCIBLrmguUnB369eiktafb9SIG8yq+EdTONcmdITfgu7h6AiB8V3QUzLL8iHaNukgMwdJ96l2rW1vcMcd/h4J76hwa8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809716},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c7c42ec7d768153a360ceed401deea9d298c52b1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c7c42ec","@aztec/cli":"0.0.1-commit.c7c42ec","@aztec/p2p":"0.0.1-commit.c7c42ec","@aztec/pxe":"0.0.1-commit.c7c42ec","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c7c42ec","@aztec/bb.js":"0.0.1-commit.c7c42ec","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c7c42ec","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c7c42ec","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c7c42ec","@aztec/archiver":"0.0.1-commit.c7c42ec","@aztec/aztec.js":"0.0.1-commit.c7c42ec","@aztec/blob-lib":"0.0.1-commit.c7c42ec","@aztec/ethereum":"0.0.1-commit.c7c42ec","@aztec/kv-store":"0.0.1-commit.c7c42ec","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c7c42ec","@aztec/constants":"0.0.1-commit.c7c42ec","@aztec/simulator":"0.0.1-commit.c7c42ec","@aztec/aztec-node":"0.0.1-commit.c7c42ec","@aztec/foundation":"0.0.1-commit.c7c42ec","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c7c42ec","@aztec/entrypoints":"0.0.1-commit.c7c42ec","@aztec/epoch-cache":"0.0.1-commit.c7c42ec","@aztec/merkle-tree":"0.0.1-commit.c7c42ec","@aztec/prover-node":"0.0.1-commit.c7c42ec","@aztec/test-wallet":"0.0.1-commit.c7c42ec","@aztec/world-state":"0.0.1-commit.c7c42ec","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c7c42ec","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c7c42ec","@aztec/prover-client":"0.0.1-commit.c7c42ec","@aztec/noir-noirc_abi":"0.0.1-commit.c7c42ec","@aztec/sequencer-client":"0.0.1-commit.c7c42ec","@aztec/telemetry-client":"0.0.1-commit.c7c42ec","@aztec/validator-client":"0.0.1-commit.c7c42ec","@aztec/noir-contracts.js":"0.0.1-commit.c7c42ec","@aztec/protocol-contracts":"0.0.1-commit.c7c42ec","@aztec/noir-test-contracts.js":"0.0.1-commit.c7c42ec","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c7c42ec"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c7c42ec_1767645287604_0.2600407693223279","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.fcb71a6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.fcb71a6","_id":"@aztec/end-to-end@0.0.1-commit.fcb71a6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4fccfed9ad28c7319d58fa2076b214cd9ec820a4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.fcb71a6.tgz","fileCount":191,"integrity":"sha512-KDHpSQL60VeMq/9XnMXxNQjzngIGsk6BVm71uwOlzZpU4lt1Az1t4rWVvRKdfFE4YPtEc98jwN9WIYBqhA9QUQ==","signatures":[{"sig":"MEYCIQDjW8tjeSN3TuAJxsOdAWPqtXe4/NwTZxTCxFbzPihOAAIhAKB3Ljap0ifbmXbsUApoLMEHCk3iJJMynEhuPcuj+2pu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809716},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fcb71a64c11cfa12da5a0438d771f7737a40a81b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.fcb71a6","@aztec/cli":"0.0.1-commit.fcb71a6","@aztec/p2p":"0.0.1-commit.fcb71a6","@aztec/pxe":"0.0.1-commit.fcb71a6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.fcb71a6","@aztec/bb.js":"0.0.1-commit.fcb71a6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.fcb71a6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.fcb71a6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.fcb71a6","@aztec/archiver":"0.0.1-commit.fcb71a6","@aztec/aztec.js":"0.0.1-commit.fcb71a6","@aztec/blob-lib":"0.0.1-commit.fcb71a6","@aztec/ethereum":"0.0.1-commit.fcb71a6","@aztec/kv-store":"0.0.1-commit.fcb71a6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.fcb71a6","@aztec/constants":"0.0.1-commit.fcb71a6","@aztec/simulator":"0.0.1-commit.fcb71a6","@aztec/aztec-node":"0.0.1-commit.fcb71a6","@aztec/foundation":"0.0.1-commit.fcb71a6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.fcb71a6","@aztec/entrypoints":"0.0.1-commit.fcb71a6","@aztec/epoch-cache":"0.0.1-commit.fcb71a6","@aztec/merkle-tree":"0.0.1-commit.fcb71a6","@aztec/prover-node":"0.0.1-commit.fcb71a6","@aztec/test-wallet":"0.0.1-commit.fcb71a6","@aztec/world-state":"0.0.1-commit.fcb71a6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.fcb71a6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.fcb71a6","@aztec/prover-client":"0.0.1-commit.fcb71a6","@aztec/noir-noirc_abi":"0.0.1-commit.fcb71a6","@aztec/sequencer-client":"0.0.1-commit.fcb71a6","@aztec/telemetry-client":"0.0.1-commit.fcb71a6","@aztec/validator-client":"0.0.1-commit.fcb71a6","@aztec/noir-contracts.js":"0.0.1-commit.fcb71a6","@aztec/protocol-contracts":"0.0.1-commit.fcb71a6","@aztec/noir-test-contracts.js":"0.0.1-commit.fcb71a6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.fcb71a6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.fcb71a6_1767648592163_0.06371267674881453","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6230efd":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6230efd","_id":"@aztec/end-to-end@0.0.1-commit.6230efd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"654d69f0203781dd39a21ffa48fe910c1ceb2814","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6230efd.tgz","fileCount":191,"integrity":"sha512-8pL4W++BnIfCjFApgvp+EdZrMSkst83ixf/tuwZZm//DSZyTbeugqd7yfO9TdNsDq1IGytcH13hPi9bPmORmng==","signatures":[{"sig":"MEQCIAO45XDg/NBNF7CHZbcfBCCGCZAWIpiRUwqVysI+xkHsAiBK0YUYczuOb8JCp4UiRacVjumREohMj/V9Ag9mm+Fdng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809716},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6230efd59b329490f45d21831bfb330f2d0be05e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6230efd","@aztec/cli":"0.0.1-commit.6230efd","@aztec/p2p":"0.0.1-commit.6230efd","@aztec/pxe":"0.0.1-commit.6230efd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6230efd","@aztec/bb.js":"0.0.1-commit.6230efd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6230efd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6230efd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6230efd","@aztec/archiver":"0.0.1-commit.6230efd","@aztec/aztec.js":"0.0.1-commit.6230efd","@aztec/blob-lib":"0.0.1-commit.6230efd","@aztec/ethereum":"0.0.1-commit.6230efd","@aztec/kv-store":"0.0.1-commit.6230efd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6230efd","@aztec/constants":"0.0.1-commit.6230efd","@aztec/simulator":"0.0.1-commit.6230efd","@aztec/aztec-node":"0.0.1-commit.6230efd","@aztec/foundation":"0.0.1-commit.6230efd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6230efd","@aztec/entrypoints":"0.0.1-commit.6230efd","@aztec/epoch-cache":"0.0.1-commit.6230efd","@aztec/merkle-tree":"0.0.1-commit.6230efd","@aztec/prover-node":"0.0.1-commit.6230efd","@aztec/test-wallet":"0.0.1-commit.6230efd","@aztec/world-state":"0.0.1-commit.6230efd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6230efd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6230efd","@aztec/prover-client":"0.0.1-commit.6230efd","@aztec/noir-noirc_abi":"0.0.1-commit.6230efd","@aztec/sequencer-client":"0.0.1-commit.6230efd","@aztec/telemetry-client":"0.0.1-commit.6230efd","@aztec/validator-client":"0.0.1-commit.6230efd","@aztec/noir-contracts.js":"0.0.1-commit.6230efd","@aztec/protocol-contracts":"0.0.1-commit.6230efd","@aztec/noir-test-contracts.js":"0.0.1-commit.6230efd","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6230efd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6230efd_1767648760718_0.9582123983116262","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6c91f13":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6c91f13","_id":"@aztec/end-to-end@0.0.1-commit.6c91f13","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cabf759db5476ce0194d2afb419a56ef1baf87f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6c91f13.tgz","fileCount":191,"integrity":"sha512-zIDODVog2PHuWLlajAS3F0IlZ42qbUTuSpl2jdTo5aEBJI26iF7V8pwhHO1gfYWVWcnEaY7Y1bJYfeJnTCjRqQ==","signatures":[{"sig":"MEQCICMCid2JfMRhZG35kwZAhqpQVKv93kFeWiXC4X/qYK2RAiANBfumHrC4ouq9eFmEWsF9W+N1VK1XWY27D2oAmgy5HQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809716},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6c91f13ef959c6eeac801fa1c88ffa3ee7e1c629","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6c91f13","@aztec/cli":"0.0.1-commit.6c91f13","@aztec/p2p":"0.0.1-commit.6c91f13","@aztec/pxe":"0.0.1-commit.6c91f13","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6c91f13","@aztec/bb.js":"0.0.1-commit.6c91f13","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6c91f13","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6c91f13","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6c91f13","@aztec/archiver":"0.0.1-commit.6c91f13","@aztec/aztec.js":"0.0.1-commit.6c91f13","@aztec/blob-lib":"0.0.1-commit.6c91f13","@aztec/ethereum":"0.0.1-commit.6c91f13","@aztec/kv-store":"0.0.1-commit.6c91f13","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6c91f13","@aztec/constants":"0.0.1-commit.6c91f13","@aztec/simulator":"0.0.1-commit.6c91f13","@aztec/aztec-node":"0.0.1-commit.6c91f13","@aztec/foundation":"0.0.1-commit.6c91f13","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6c91f13","@aztec/entrypoints":"0.0.1-commit.6c91f13","@aztec/epoch-cache":"0.0.1-commit.6c91f13","@aztec/merkle-tree":"0.0.1-commit.6c91f13","@aztec/prover-node":"0.0.1-commit.6c91f13","@aztec/test-wallet":"0.0.1-commit.6c91f13","@aztec/world-state":"0.0.1-commit.6c91f13","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6c91f13","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6c91f13","@aztec/prover-client":"0.0.1-commit.6c91f13","@aztec/noir-noirc_abi":"0.0.1-commit.6c91f13","@aztec/sequencer-client":"0.0.1-commit.6c91f13","@aztec/telemetry-client":"0.0.1-commit.6c91f13","@aztec/validator-client":"0.0.1-commit.6c91f13","@aztec/noir-contracts.js":"0.0.1-commit.6c91f13","@aztec/protocol-contracts":"0.0.1-commit.6c91f13","@aztec/noir-test-contracts.js":"0.0.1-commit.6c91f13","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6c91f13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6c91f13_1767648955188_0.6078738743835528","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-nightly.20260106":{"name":"@aztec/end-to-end","version":"3.0.0-nightly.20260106","_id":"@aztec/end-to-end@3.0.0-nightly.20260106","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3e9ab9e4f53cbc4dfca889f3a49168c6b30d33f5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-nightly.20260106.tgz","fileCount":191,"integrity":"sha512-pmE7Gi7No7nB6HbdDkCu08ziAv3gIDX8UhG1t/n53vyBqDp9nkMKBx6ZQ4M6qprucklJ0t2iVPz3qMNTYr3EQg==","signatures":[{"sig":"MEUCID+Ko172Caf2UvSxQq0irak0wQyGBOVz2JSjXL/fp2tzAiEAtCbkCMJWu+i4p7/YsXBGHAroNXE0rXGMccbGhY1ksR8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36809828},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"53fa24275a5b5126e3c33d3067e6d127be21b96a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-nightly.20260106","@aztec/cli":"3.0.0-nightly.20260106","@aztec/p2p":"3.0.0-nightly.20260106","@aztec/pxe":"3.0.0-nightly.20260106","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-nightly.20260106","@aztec/bb.js":"3.0.0-nightly.20260106","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-nightly.20260106","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-nightly.20260106","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-nightly.20260106","@aztec/archiver":"3.0.0-nightly.20260106","@aztec/aztec.js":"3.0.0-nightly.20260106","@aztec/blob-lib":"3.0.0-nightly.20260106","@aztec/ethereum":"3.0.0-nightly.20260106","@aztec/kv-store":"3.0.0-nightly.20260106","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-nightly.20260106","@aztec/constants":"3.0.0-nightly.20260106","@aztec/simulator":"3.0.0-nightly.20260106","@aztec/aztec-node":"3.0.0-nightly.20260106","@aztec/foundation":"3.0.0-nightly.20260106","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.0.0-nightly.20260106","@aztec/entrypoints":"3.0.0-nightly.20260106","@aztec/epoch-cache":"3.0.0-nightly.20260106","@aztec/merkle-tree":"3.0.0-nightly.20260106","@aztec/prover-node":"3.0.0-nightly.20260106","@aztec/test-wallet":"3.0.0-nightly.20260106","@aztec/world-state":"3.0.0-nightly.20260106","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-nightly.20260106","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-nightly.20260106","@aztec/prover-client":"3.0.0-nightly.20260106","@aztec/noir-noirc_abi":"3.0.0-nightly.20260106","@aztec/sequencer-client":"3.0.0-nightly.20260106","@aztec/telemetry-client":"3.0.0-nightly.20260106","@aztec/validator-client":"3.0.0-nightly.20260106","@aztec/noir-contracts.js":"3.0.0-nightly.20260106","@aztec/protocol-contracts":"3.0.0-nightly.20260106","@aztec/noir-test-contracts.js":"3.0.0-nightly.20260106","@aztec/noir-protocol-circuits-types":"3.0.0-nightly.20260106"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-nightly.20260106_1767672353601_0.36442488618693303","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260107":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260107","_id":"@aztec/end-to-end@4.0.0-nightly.20260107","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d0885c609974788ef4118a158fb6b56ee8dc106b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260107.tgz","fileCount":191,"integrity":"sha512-phUSaz1wSrDlprPiAQwgng1wCuGtiRN3tWlNc77FPWdcAOhJ5tyfmwwIohW2r2bnhVoQIzcrDSkcLofYRy+xuw==","signatures":[{"sig":"MEYCIQCBOXbMtFSu3mSmV1Q5LUmoZML3jyyvs8BhCCCfHzv1OQIhAOuhkAdrIH+aSOd7L7ydKuE62bNd/w/rPH63LNndBGNf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808117},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"26f20c6ef27e8fc3a93157582c28c3b3917b6111","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260107","@aztec/cli":"4.0.0-nightly.20260107","@aztec/p2p":"4.0.0-nightly.20260107","@aztec/pxe":"4.0.0-nightly.20260107","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260107","@aztec/bb.js":"4.0.0-nightly.20260107","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260107","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260107","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260107","@aztec/archiver":"4.0.0-nightly.20260107","@aztec/aztec.js":"4.0.0-nightly.20260107","@aztec/blob-lib":"4.0.0-nightly.20260107","@aztec/ethereum":"4.0.0-nightly.20260107","@aztec/kv-store":"4.0.0-nightly.20260107","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260107","@aztec/constants":"4.0.0-nightly.20260107","@aztec/simulator":"4.0.0-nightly.20260107","@aztec/aztec-node":"4.0.0-nightly.20260107","@aztec/foundation":"4.0.0-nightly.20260107","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260107","@aztec/entrypoints":"4.0.0-nightly.20260107","@aztec/epoch-cache":"4.0.0-nightly.20260107","@aztec/merkle-tree":"4.0.0-nightly.20260107","@aztec/prover-node":"4.0.0-nightly.20260107","@aztec/test-wallet":"4.0.0-nightly.20260107","@aztec/world-state":"4.0.0-nightly.20260107","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260107","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260107","@aztec/prover-client":"4.0.0-nightly.20260107","@aztec/noir-noirc_abi":"4.0.0-nightly.20260107","@aztec/sequencer-client":"4.0.0-nightly.20260107","@aztec/telemetry-client":"4.0.0-nightly.20260107","@aztec/validator-client":"4.0.0-nightly.20260107","@aztec/noir-contracts.js":"4.0.0-nightly.20260107","@aztec/protocol-contracts":"4.0.0-nightly.20260107","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260107","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260107"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260107_1767758783562_0.369121336405438","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260108":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260108","_id":"@aztec/end-to-end@4.0.0-nightly.20260108","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1dd64bb8f9b0daef979b11db2c3afa5dc29bc7ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260108.tgz","fileCount":191,"integrity":"sha512-fC4Rce6qtNdKRgyeCq4Wm6kCgy7oj4yUzgqmxYU98tS2kCC2+uVVeQg1UbS3HBBMzOpdecxFTgQiWGw+jxJt9A==","signatures":[{"sig":"MEMCIB9rC4CSaAKd7HychlCKIonZ2EctkMqrOj64F+FMc0CnAh89Ca70cd1s/L+1NbDmwcy4b3/DuJmWG6GrfP56JNKb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808113},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"83049d0681e353fc4de6ace812cfd0055d17d370","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260108","@aztec/cli":"4.0.0-nightly.20260108","@aztec/p2p":"4.0.0-nightly.20260108","@aztec/pxe":"4.0.0-nightly.20260108","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260108","@aztec/bb.js":"4.0.0-nightly.20260108","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260108","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260108","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260108","@aztec/archiver":"4.0.0-nightly.20260108","@aztec/aztec.js":"4.0.0-nightly.20260108","@aztec/blob-lib":"4.0.0-nightly.20260108","@aztec/ethereum":"4.0.0-nightly.20260108","@aztec/kv-store":"4.0.0-nightly.20260108","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260108","@aztec/constants":"4.0.0-nightly.20260108","@aztec/simulator":"4.0.0-nightly.20260108","@aztec/aztec-node":"4.0.0-nightly.20260108","@aztec/foundation":"4.0.0-nightly.20260108","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260108","@aztec/entrypoints":"4.0.0-nightly.20260108","@aztec/epoch-cache":"4.0.0-nightly.20260108","@aztec/merkle-tree":"4.0.0-nightly.20260108","@aztec/prover-node":"4.0.0-nightly.20260108","@aztec/test-wallet":"4.0.0-nightly.20260108","@aztec/world-state":"4.0.0-nightly.20260108","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260108","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260108","@aztec/prover-client":"4.0.0-nightly.20260108","@aztec/noir-noirc_abi":"4.0.0-nightly.20260108","@aztec/sequencer-client":"4.0.0-nightly.20260108","@aztec/telemetry-client":"4.0.0-nightly.20260108","@aztec/validator-client":"4.0.0-nightly.20260108","@aztec/noir-contracts.js":"4.0.0-nightly.20260108","@aztec/protocol-contracts":"4.0.0-nightly.20260108","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260108","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260108"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260108_1767845183293_0.9744952927578752","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-rc.6":{"name":"@aztec/end-to-end","version":"3.0.0-rc.6","_id":"@aztec/end-to-end@3.0.0-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cf58c0405c4a45b89e7f1a94938ca893ba1f259a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-rc.6.tgz","fileCount":191,"integrity":"sha512-+JScRSZRCuZOixR/2kBlhAt9bzZmbjLQKPbE1eVyI8rc+Wx/Xg1OJjBWDNeJuFP8xboV5ikxWgX+H6npLxo5Nw==","signatures":[{"sig":"MEUCIEnEWOzqdu3l5R+lVZP28C2d0K/eym691Jtz6BME8GzsAiEA3WDnmmVaZEPYCZ/2i/20Ef0ZSfXWY3eHKz/nINdKC4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64cdfdb2a7fe61c2ee90cfa9fee0c3344a41f366","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-rc.6","@aztec/cli":"3.0.0-rc.6","@aztec/p2p":"3.0.0-rc.6","@aztec/pxe":"3.0.0-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-rc.6","@aztec/bb.js":"3.0.0-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-rc.6","@aztec/archiver":"3.0.0-rc.6","@aztec/aztec.js":"3.0.0-rc.6","@aztec/blob-lib":"3.0.0-rc.6","@aztec/ethereum":"3.0.0-rc.6","@aztec/kv-store":"3.0.0-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-rc.6","@aztec/blob-sink":"3.0.0-rc.6","@aztec/constants":"3.0.0-rc.6","@aztec/simulator":"3.0.0-rc.6","@aztec/aztec-node":"3.0.0-rc.6","@aztec/foundation":"3.0.0-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-rc.6","@aztec/epoch-cache":"3.0.0-rc.6","@aztec/merkle-tree":"3.0.0-rc.6","@aztec/prover-node":"3.0.0-rc.6","@aztec/test-wallet":"3.0.0-rc.6","@aztec/world-state":"3.0.0-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-rc.6","@aztec/prover-client":"3.0.0-rc.6","@aztec/noir-noirc_abi":"3.0.0-rc.6","@aztec/sequencer-client":"3.0.0-rc.6","@aztec/telemetry-client":"3.0.0-rc.6","@aztec/validator-client":"3.0.0-rc.6","@aztec/noir-contracts.js":"3.0.0-rc.6","@aztec/protocol-contracts":"3.0.0-rc.6","@aztec/noir-test-contracts.js":"3.0.0-rc.6","@aztec/noir-protocol-circuits-types":"3.0.0-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-rc.6_1767865265027_0.6083893904396511","host":"s3://npm-registry-packages-npm-production"}},"3.0.1":{"name":"@aztec/end-to-end","version":"3.0.1","_id":"@aztec/end-to-end@3.0.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"267221f9dcf670259072122aabcbd6023b7ed814","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.1.tgz","fileCount":191,"integrity":"sha512-ra674PI3ahan883XzNGAb7MBGhO+WuLi/XUlHQVeQh1/dxJgd/3AXrjsFtXPPcpsyV173th5EPuWoN4UtCSRkQ==","signatures":[{"sig":"MEUCIQDJAeEmCGbA6efgTibjwj5/3wvQi3hquCSUABcdCofk2QIgB0aYI3vhqKMxy5+oDx1YqOYv+Ls3vAjUxy6CDI/PXlk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794500},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"087f538a5d254f345d581b56b2ead5df966fc2c6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.1","@aztec/cli":"3.0.1","@aztec/p2p":"3.0.1","@aztec/pxe":"3.0.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.1","@aztec/bb.js":"3.0.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.1","@aztec/archiver":"3.0.1","@aztec/aztec.js":"3.0.1","@aztec/blob-lib":"3.0.1","@aztec/ethereum":"3.0.1","@aztec/kv-store":"3.0.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.1","@aztec/blob-sink":"3.0.1","@aztec/constants":"3.0.1","@aztec/simulator":"3.0.1","@aztec/aztec-node":"3.0.1","@aztec/foundation":"3.0.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.1","@aztec/epoch-cache":"3.0.1","@aztec/merkle-tree":"3.0.1","@aztec/prover-node":"3.0.1","@aztec/test-wallet":"3.0.1","@aztec/world-state":"3.0.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.1","@aztec/prover-client":"3.0.1","@aztec/noir-noirc_abi":"3.0.1","@aztec/sequencer-client":"3.0.1","@aztec/telemetry-client":"3.0.1","@aztec/validator-client":"3.0.1","@aztec/noir-contracts.js":"3.0.1","@aztec/protocol-contracts":"3.0.1","@aztec/noir-test-contracts.js":"3.0.1","@aztec/noir-protocol-circuits-types":"3.0.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.1_1767871705808_0.45533934932930453","host":"s3://npm-registry-packages-npm-production"}},"3.0.1-rc.1":{"name":"@aztec/end-to-end","version":"3.0.1-rc.1","_id":"@aztec/end-to-end@3.0.1-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"19fd4e8002c6b3a5ebde4f93eb8fbe16f5d7f4b8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.1-rc.1.tgz","fileCount":191,"integrity":"sha512-UXoyYKG/UHixLhViAC6EeZtCSTT/lFJZ6YKLWBq8TVw0Wx/zRYV3jSJh/iCzF1i6NXI9OEskMPCRAKhAlK9/Tw==","signatures":[{"sig":"MEQCIEEiUG/pWg2uKqltVIVuCIN2pUf41l034NUdtw2Lr/XPAiBVOHmIIzRyJkvKr5UlWYyPi40OEGDd/Ab9F1MsWXEMEw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"087f538a5d254f345d581b56b2ead5df966fc2c6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.1-rc.1","@aztec/cli":"3.0.1-rc.1","@aztec/p2p":"3.0.1-rc.1","@aztec/pxe":"3.0.1-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.1-rc.1","@aztec/bb.js":"3.0.1-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.1-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.1-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.1-rc.1","@aztec/archiver":"3.0.1-rc.1","@aztec/aztec.js":"3.0.1-rc.1","@aztec/blob-lib":"3.0.1-rc.1","@aztec/ethereum":"3.0.1-rc.1","@aztec/kv-store":"3.0.1-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.1-rc.1","@aztec/blob-sink":"3.0.1-rc.1","@aztec/constants":"3.0.1-rc.1","@aztec/simulator":"3.0.1-rc.1","@aztec/aztec-node":"3.0.1-rc.1","@aztec/foundation":"3.0.1-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.1-rc.1","@aztec/epoch-cache":"3.0.1-rc.1","@aztec/merkle-tree":"3.0.1-rc.1","@aztec/prover-node":"3.0.1-rc.1","@aztec/test-wallet":"3.0.1-rc.1","@aztec/world-state":"3.0.1-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.1-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.1-rc.1","@aztec/prover-client":"3.0.1-rc.1","@aztec/noir-noirc_abi":"3.0.1-rc.1","@aztec/sequencer-client":"3.0.1-rc.1","@aztec/telemetry-client":"3.0.1-rc.1","@aztec/validator-client":"3.0.1-rc.1","@aztec/noir-contracts.js":"3.0.1-rc.1","@aztec/protocol-contracts":"3.0.1-rc.1","@aztec/noir-test-contracts.js":"3.0.1-rc.1","@aztec/noir-protocol-circuits-types":"3.0.1-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.1-rc.1_1767871826392_0.8493934311900198","host":"s3://npm-registry-packages-npm-production"}},"2.1.9-rc.4":{"name":"@aztec/end-to-end","version":"2.1.9-rc.4","_id":"@aztec/end-to-end@2.1.9-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc7447707fa1a92393c52824289dd5a134d8e87a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9-rc.4.tgz","fileCount":191,"integrity":"sha512-dfeRt4E4Q203PDmVE3XjriJInc5r7piBPrkV4oaz/EGf/TVce4DdcUfJ5s9JxZhdmeMPFQuqlwkWbRS/Bnwbfw==","signatures":[{"sig":"MEUCIQDcBM6MqcCsJJClyJeX0RkvBAWyLzvk5uFErwFFiuHEbQIganjy0rWlN7nzbdyxeUSW81dBiBr9D3GRsQq8g+2zTAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659533},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"152e8822d252947186e8c0e8a40d16963529d2de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9-rc.4","@aztec/cli":"2.1.9-rc.4","@aztec/p2p":"2.1.9-rc.4","@aztec/pxe":"2.1.9-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9-rc.4","@aztec/archiver":"2.1.9-rc.4","@aztec/aztec.js":"2.1.9-rc.4","@aztec/blob-lib":"2.1.9-rc.4","@aztec/ethereum":"2.1.9-rc.4","@aztec/kv-store":"2.1.9-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9-rc.4","@aztec/blob-sink":"2.1.9-rc.4","@aztec/constants":"2.1.9-rc.4","@aztec/simulator":"2.1.9-rc.4","@aztec/aztec-node":"2.1.9-rc.4","@aztec/foundation":"2.1.9-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9-rc.4","@aztec/epoch-cache":"2.1.9-rc.4","@aztec/merkle-tree":"2.1.9-rc.4","@aztec/prover-node":"2.1.9-rc.4","@aztec/world-state":"2.1.9-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9-rc.4","@aztec/prover-client":"2.1.9-rc.4","@aztec/noir-noirc_abi":"2.1.9-rc.4","@aztec/sequencer-client":"2.1.9-rc.4","@aztec/telemetry-client":"2.1.9-rc.4","@aztec/validator-client":"2.1.9-rc.4","@aztec/noir-contracts.js":"2.1.9-rc.4","@aztec/protocol-contracts":"2.1.9-rc.4","@aztec/noir-test-contracts.js":"2.1.9-rc.4","@aztec/noir-protocol-circuits-types":"2.1.9-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9-rc.4_1767889257487_0.8366737281081011","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260110":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260110","_id":"@aztec/end-to-end@4.0.0-nightly.20260110","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22046f22ccc5776190e9fc4b90e261933763641e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260110.tgz","fileCount":191,"integrity":"sha512-FzYYocq9u+cYKlRFd0fv0/xf4fL+vrJtOBhWuq5AuHHSi2OxzVDOJUCta7Th3eXMMmTHLj5gqj61xa2iACee4w==","signatures":[{"sig":"MEQCIDGK90ykF+lCuZI2MkaKIgcAEpUr9/WDgF4841mWqhmaAiBKOzF6YBT2ysyjqt7VQQeOG+UGF/4Bws/J/jJthck+EQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808744},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6fb60b346ecdbb458fff078d1b16a56f2c63591c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260110","@aztec/cli":"4.0.0-nightly.20260110","@aztec/p2p":"4.0.0-nightly.20260110","@aztec/pxe":"4.0.0-nightly.20260110","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260110","@aztec/bb.js":"4.0.0-nightly.20260110","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260110","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260110","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260110","@aztec/archiver":"4.0.0-nightly.20260110","@aztec/aztec.js":"4.0.0-nightly.20260110","@aztec/blob-lib":"4.0.0-nightly.20260110","@aztec/ethereum":"4.0.0-nightly.20260110","@aztec/kv-store":"4.0.0-nightly.20260110","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260110","@aztec/constants":"4.0.0-nightly.20260110","@aztec/simulator":"4.0.0-nightly.20260110","@aztec/aztec-node":"4.0.0-nightly.20260110","@aztec/foundation":"4.0.0-nightly.20260110","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260110","@aztec/entrypoints":"4.0.0-nightly.20260110","@aztec/epoch-cache":"4.0.0-nightly.20260110","@aztec/merkle-tree":"4.0.0-nightly.20260110","@aztec/prover-node":"4.0.0-nightly.20260110","@aztec/test-wallet":"4.0.0-nightly.20260110","@aztec/world-state":"4.0.0-nightly.20260110","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260110","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260110","@aztec/prover-client":"4.0.0-nightly.20260110","@aztec/noir-noirc_abi":"4.0.0-nightly.20260110","@aztec/sequencer-client":"4.0.0-nightly.20260110","@aztec/telemetry-client":"4.0.0-nightly.20260110","@aztec/validator-client":"4.0.0-nightly.20260110","@aztec/noir-contracts.js":"4.0.0-nightly.20260110","@aztec/protocol-contracts":"4.0.0-nightly.20260110","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260110","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260110"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260110_1768017212186_0.038926608800956775","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260111":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260111","_id":"@aztec/end-to-end@4.0.0-nightly.20260111","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"12e08ac71dfa675fe386828c8dd4e623240d2e08","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260111.tgz","fileCount":191,"integrity":"sha512-sBTgvvjRXa6YLMa5M4TIiT1dteJVuPQvq/RrY4cLwyKsz2Zip6l0GbcruI85N0giFjJ4/ziPaKmlfKHXRtVRLw==","signatures":[{"sig":"MEUCIA5AGAG6n7LvSeEJkN5/45MRZdoJ0h1DiQwE4DG+sf1aAiEA+0gH+aPWMIB90vVe0A3qzcoOdAotvj+9GDFeVvxnSTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808744},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a895f37193b92e3d20c5ca78bb36300f1d875d4f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260111","@aztec/cli":"4.0.0-nightly.20260111","@aztec/p2p":"4.0.0-nightly.20260111","@aztec/pxe":"4.0.0-nightly.20260111","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260111","@aztec/bb.js":"4.0.0-nightly.20260111","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260111","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260111","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260111","@aztec/archiver":"4.0.0-nightly.20260111","@aztec/aztec.js":"4.0.0-nightly.20260111","@aztec/blob-lib":"4.0.0-nightly.20260111","@aztec/ethereum":"4.0.0-nightly.20260111","@aztec/kv-store":"4.0.0-nightly.20260111","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260111","@aztec/constants":"4.0.0-nightly.20260111","@aztec/simulator":"4.0.0-nightly.20260111","@aztec/aztec-node":"4.0.0-nightly.20260111","@aztec/foundation":"4.0.0-nightly.20260111","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260111","@aztec/entrypoints":"4.0.0-nightly.20260111","@aztec/epoch-cache":"4.0.0-nightly.20260111","@aztec/merkle-tree":"4.0.0-nightly.20260111","@aztec/prover-node":"4.0.0-nightly.20260111","@aztec/test-wallet":"4.0.0-nightly.20260111","@aztec/world-state":"4.0.0-nightly.20260111","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260111","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260111","@aztec/prover-client":"4.0.0-nightly.20260111","@aztec/noir-noirc_abi":"4.0.0-nightly.20260111","@aztec/sequencer-client":"4.0.0-nightly.20260111","@aztec/telemetry-client":"4.0.0-nightly.20260111","@aztec/validator-client":"4.0.0-nightly.20260111","@aztec/noir-contracts.js":"4.0.0-nightly.20260111","@aztec/protocol-contracts":"4.0.0-nightly.20260111","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260111","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260111"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260111_1768104277373_0.9435587146469231","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260112":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260112","_id":"@aztec/end-to-end@4.0.0-nightly.20260112","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2907333601731691139e93847b6a81dea4b5e408","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260112.tgz","fileCount":191,"integrity":"sha512-3XF9U3zDacVCOheVBdRcLXFObrJulMvWlVIeVIZk6exadBG7pQ88pMRJOqyUTQDXbzZbtX3wselGC8OISMY9LA==","signatures":[{"sig":"MEQCIDJJjBCnPX0xNr5WJZrTqlkpsHq1pWGgO/fa9g9yUNFeAiATHVKysbEa3i9gCqxC87/lvKFOlBONeMS0zRdrVx+TBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808744},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fe859c4c9229fd92c4c750a6cae3e2fa2a30c33b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260112","@aztec/cli":"4.0.0-nightly.20260112","@aztec/p2p":"4.0.0-nightly.20260112","@aztec/pxe":"4.0.0-nightly.20260112","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260112","@aztec/bb.js":"4.0.0-nightly.20260112","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260112","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260112","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260112","@aztec/archiver":"4.0.0-nightly.20260112","@aztec/aztec.js":"4.0.0-nightly.20260112","@aztec/blob-lib":"4.0.0-nightly.20260112","@aztec/ethereum":"4.0.0-nightly.20260112","@aztec/kv-store":"4.0.0-nightly.20260112","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260112","@aztec/constants":"4.0.0-nightly.20260112","@aztec/simulator":"4.0.0-nightly.20260112","@aztec/aztec-node":"4.0.0-nightly.20260112","@aztec/foundation":"4.0.0-nightly.20260112","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260112","@aztec/entrypoints":"4.0.0-nightly.20260112","@aztec/epoch-cache":"4.0.0-nightly.20260112","@aztec/merkle-tree":"4.0.0-nightly.20260112","@aztec/prover-node":"4.0.0-nightly.20260112","@aztec/test-wallet":"4.0.0-nightly.20260112","@aztec/world-state":"4.0.0-nightly.20260112","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260112","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260112","@aztec/prover-client":"4.0.0-nightly.20260112","@aztec/noir-noirc_abi":"4.0.0-nightly.20260112","@aztec/sequencer-client":"4.0.0-nightly.20260112","@aztec/telemetry-client":"4.0.0-nightly.20260112","@aztec/validator-client":"4.0.0-nightly.20260112","@aztec/noir-contracts.js":"4.0.0-nightly.20260112","@aztec/protocol-contracts":"4.0.0-nightly.20260112","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260112","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260112"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260112_1768190638574_0.046369100999356316","host":"s3://npm-registry-packages-npm-production"}},"3.0.1-rc.2":{"name":"@aztec/end-to-end","version":"3.0.1-rc.2","_id":"@aztec/end-to-end@3.0.1-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"17cd3857d17d22eea241f0a2671cf02fbcc2fc85","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.1-rc.2.tgz","fileCount":191,"integrity":"sha512-Au6/iYweCDsKTzLmfEoqyIQ7k+ougGMhlRxjfZjZOIVm82VrlLkMdQW4ODqz8midxZ5IIlymEUic3+E4ZJHryA==","signatures":[{"sig":"MEYCIQD5/EUV068+1twt/Jbwo+q2jtnG81NT5vANmW2q1pr9qwIhAK2qylZU6AdYP+LPsju9ZvWCLIIECTPUWQ0L/9VdP4ZW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4a29a70d171df337fba51ab62567c853f84fca68","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.1-rc.2","@aztec/cli":"3.0.1-rc.2","@aztec/p2p":"3.0.1-rc.2","@aztec/pxe":"3.0.1-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.1-rc.2","@aztec/bb.js":"3.0.1-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.1-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.1-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.1-rc.2","@aztec/archiver":"3.0.1-rc.2","@aztec/aztec.js":"3.0.1-rc.2","@aztec/blob-lib":"3.0.1-rc.2","@aztec/ethereum":"3.0.1-rc.2","@aztec/kv-store":"3.0.1-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.1-rc.2","@aztec/blob-sink":"3.0.1-rc.2","@aztec/constants":"3.0.1-rc.2","@aztec/simulator":"3.0.1-rc.2","@aztec/aztec-node":"3.0.1-rc.2","@aztec/foundation":"3.0.1-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.1-rc.2","@aztec/epoch-cache":"3.0.1-rc.2","@aztec/merkle-tree":"3.0.1-rc.2","@aztec/prover-node":"3.0.1-rc.2","@aztec/test-wallet":"3.0.1-rc.2","@aztec/world-state":"3.0.1-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.1-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.1-rc.2","@aztec/prover-client":"3.0.1-rc.2","@aztec/noir-noirc_abi":"3.0.1-rc.2","@aztec/sequencer-client":"3.0.1-rc.2","@aztec/telemetry-client":"3.0.1-rc.2","@aztec/validator-client":"3.0.1-rc.2","@aztec/noir-contracts.js":"3.0.1-rc.2","@aztec/protocol-contracts":"3.0.1-rc.2","@aztec/noir-test-contracts.js":"3.0.1-rc.2","@aztec/noir-protocol-circuits-types":"3.0.1-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.1-rc.2_1768239807166_0.8291647333570888","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.96bb3f7":{"name":"@aztec/end-to-end","version":"0.0.1-commit.96bb3f7","_id":"@aztec/end-to-end@0.0.1-commit.96bb3f7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c8ee06c89d315fa5b18998827f20ab50772de9b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.96bb3f7.tgz","fileCount":191,"integrity":"sha512-iE7RLHmN5hmnAQ0U1s16aYlx+mQ3mDp9B4sYcE2UjQePmCVLBdYvFcZrnqzOYqo1zb0y34aXZKEcJRcE7BQzjA==","signatures":[{"sig":"MEQCIEKuvAiqQXFAsVg4lOs0Boiss6sbs5Xeom36NVGI0cfAAiBvrBcKoDm6EQMk3hV0s3WiJ+PzRiHcSeciVuDtfoUXgQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808874},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"96bb3f7539a2379dc10dd0284c2adc0da68173a8","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.96bb3f7","@aztec/cli":"0.0.1-commit.96bb3f7","@aztec/p2p":"0.0.1-commit.96bb3f7","@aztec/pxe":"0.0.1-commit.96bb3f7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.96bb3f7","@aztec/bb.js":"0.0.1-commit.96bb3f7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.96bb3f7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.96bb3f7","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.96bb3f7","@aztec/archiver":"0.0.1-commit.96bb3f7","@aztec/aztec.js":"0.0.1-commit.96bb3f7","@aztec/blob-lib":"0.0.1-commit.96bb3f7","@aztec/ethereum":"0.0.1-commit.96bb3f7","@aztec/kv-store":"0.0.1-commit.96bb3f7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.96bb3f7","@aztec/constants":"0.0.1-commit.96bb3f7","@aztec/simulator":"0.0.1-commit.96bb3f7","@aztec/aztec-node":"0.0.1-commit.96bb3f7","@aztec/foundation":"0.0.1-commit.96bb3f7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.96bb3f7","@aztec/entrypoints":"0.0.1-commit.96bb3f7","@aztec/epoch-cache":"0.0.1-commit.96bb3f7","@aztec/merkle-tree":"0.0.1-commit.96bb3f7","@aztec/prover-node":"0.0.1-commit.96bb3f7","@aztec/test-wallet":"0.0.1-commit.96bb3f7","@aztec/world-state":"0.0.1-commit.96bb3f7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.96bb3f7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.96bb3f7","@aztec/prover-client":"0.0.1-commit.96bb3f7","@aztec/noir-noirc_abi":"0.0.1-commit.96bb3f7","@aztec/sequencer-client":"0.0.1-commit.96bb3f7","@aztec/telemetry-client":"0.0.1-commit.96bb3f7","@aztec/validator-client":"0.0.1-commit.96bb3f7","@aztec/noir-contracts.js":"0.0.1-commit.96bb3f7","@aztec/protocol-contracts":"0.0.1-commit.96bb3f7","@aztec/noir-test-contracts.js":"0.0.1-commit.96bb3f7","@aztec/noir-protocol-circuits-types":"0.0.1-commit.96bb3f7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.96bb3f7_1768243893413_0.6589732609618177","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260113":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260113","_id":"@aztec/end-to-end@4.0.0-nightly.20260113","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7025571902ddd087ff504e78dddc2fa285cf427c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260113.tgz","fileCount":191,"integrity":"sha512-OBhaQkoVMof9YG7UMWRmqpSzxyzqQAThCvjXdIrPO5LPFr3zv9CnZuGgZ3RCF4kbFD/0ZMtpBOuy0qJN9a5Xxg==","signatures":[{"sig":"MEUCIQDCA3JRyGp47RUfFyaqeoBgI8G2GZq4jA0tjT64vTT4+QIgJaOjZwJCGQewWtZ0ugYdRotA4w/jZP2Ny9+UMdNMZ1M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808950},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"35f474b42c9d86a725aa6353748d6e80b35d8465","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260113","@aztec/cli":"4.0.0-nightly.20260113","@aztec/p2p":"4.0.0-nightly.20260113","@aztec/pxe":"4.0.0-nightly.20260113","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260113","@aztec/bb.js":"4.0.0-nightly.20260113","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260113","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260113","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260113","@aztec/archiver":"4.0.0-nightly.20260113","@aztec/aztec.js":"4.0.0-nightly.20260113","@aztec/blob-lib":"4.0.0-nightly.20260113","@aztec/ethereum":"4.0.0-nightly.20260113","@aztec/kv-store":"4.0.0-nightly.20260113","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260113","@aztec/constants":"4.0.0-nightly.20260113","@aztec/simulator":"4.0.0-nightly.20260113","@aztec/aztec-node":"4.0.0-nightly.20260113","@aztec/foundation":"4.0.0-nightly.20260113","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260113","@aztec/entrypoints":"4.0.0-nightly.20260113","@aztec/epoch-cache":"4.0.0-nightly.20260113","@aztec/merkle-tree":"4.0.0-nightly.20260113","@aztec/prover-node":"4.0.0-nightly.20260113","@aztec/test-wallet":"4.0.0-nightly.20260113","@aztec/world-state":"4.0.0-nightly.20260113","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260113","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260113","@aztec/prover-client":"4.0.0-nightly.20260113","@aztec/noir-noirc_abi":"4.0.0-nightly.20260113","@aztec/sequencer-client":"4.0.0-nightly.20260113","@aztec/telemetry-client":"4.0.0-nightly.20260113","@aztec/validator-client":"4.0.0-nightly.20260113","@aztec/noir-contracts.js":"4.0.0-nightly.20260113","@aztec/protocol-contracts":"4.0.0-nightly.20260113","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260113","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260113"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260113_1768277173945_0.8413744305899205","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6d3c34e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6d3c34e","_id":"@aztec/end-to-end@0.0.1-commit.6d3c34e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9faa7f7858098a8fbaa66c25c626683172776056","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6d3c34e.tgz","fileCount":191,"integrity":"sha512-jmNMO1uxIjWoKxNBWyw6r3TUGMqh4GHOrv5+vCFS6VKzwhYV9DKkq6Iw/lQ83+5aLMmCiqCCsQg6dSzt7/KtkQ==","signatures":[{"sig":"MEQCIGqjLZYRGp24iII5bFpmryxwL4UaOr3GllIDQ9D3X2hOAiBOe7o555MGpfE2rvt9LvqLv3l51BCpmgkj7nM6znKeEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808874},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6d3c34efff683ebf8789774f7f1f43e6c3c575e0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6d3c34e","@aztec/cli":"0.0.1-commit.6d3c34e","@aztec/p2p":"0.0.1-commit.6d3c34e","@aztec/pxe":"0.0.1-commit.6d3c34e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6d3c34e","@aztec/bb.js":"0.0.1-commit.6d3c34e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6d3c34e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6d3c34e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6d3c34e","@aztec/archiver":"0.0.1-commit.6d3c34e","@aztec/aztec.js":"0.0.1-commit.6d3c34e","@aztec/blob-lib":"0.0.1-commit.6d3c34e","@aztec/ethereum":"0.0.1-commit.6d3c34e","@aztec/kv-store":"0.0.1-commit.6d3c34e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6d3c34e","@aztec/constants":"0.0.1-commit.6d3c34e","@aztec/simulator":"0.0.1-commit.6d3c34e","@aztec/aztec-node":"0.0.1-commit.6d3c34e","@aztec/foundation":"0.0.1-commit.6d3c34e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6d3c34e","@aztec/entrypoints":"0.0.1-commit.6d3c34e","@aztec/epoch-cache":"0.0.1-commit.6d3c34e","@aztec/merkle-tree":"0.0.1-commit.6d3c34e","@aztec/prover-node":"0.0.1-commit.6d3c34e","@aztec/test-wallet":"0.0.1-commit.6d3c34e","@aztec/world-state":"0.0.1-commit.6d3c34e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6d3c34e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6d3c34e","@aztec/prover-client":"0.0.1-commit.6d3c34e","@aztec/noir-noirc_abi":"0.0.1-commit.6d3c34e","@aztec/sequencer-client":"0.0.1-commit.6d3c34e","@aztec/telemetry-client":"0.0.1-commit.6d3c34e","@aztec/validator-client":"0.0.1-commit.6d3c34e","@aztec/noir-contracts.js":"0.0.1-commit.6d3c34e","@aztec/protocol-contracts":"0.0.1-commit.6d3c34e","@aztec/noir-test-contracts.js":"0.0.1-commit.6d3c34e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6d3c34e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6d3c34e_1768307081838_0.99715269171277","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1142ef1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1142ef1","_id":"@aztec/end-to-end@0.0.1-commit.1142ef1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6b2ed3fe8e4edf7834da8ac8e559d9c01470afc5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1142ef1.tgz","fileCount":191,"integrity":"sha512-p/fuQcdehJr7sjDjahklkxt1+ksO6CZiazEBOeWBktT9TVga35aMCZHGIiKQDx5FGNUVsW2clbXFUn8cQW8EHw==","signatures":[{"sig":"MEUCIAfjUcwgGDj1Hw90pYqmCDjr7q/tlGVrTverwB0BybCwAiEA93Y0FCV8QE/mUR7hxZ6ultIjB27Np7vp+QjsmZ3exDA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808874},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1142ef1530fe3d47dd3aad20227fd1bc9be99a28","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1142ef1","@aztec/cli":"0.0.1-commit.1142ef1","@aztec/p2p":"0.0.1-commit.1142ef1","@aztec/pxe":"0.0.1-commit.1142ef1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1142ef1","@aztec/bb.js":"0.0.1-commit.1142ef1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1142ef1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1142ef1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1142ef1","@aztec/archiver":"0.0.1-commit.1142ef1","@aztec/aztec.js":"0.0.1-commit.1142ef1","@aztec/blob-lib":"0.0.1-commit.1142ef1","@aztec/ethereum":"0.0.1-commit.1142ef1","@aztec/kv-store":"0.0.1-commit.1142ef1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1142ef1","@aztec/constants":"0.0.1-commit.1142ef1","@aztec/simulator":"0.0.1-commit.1142ef1","@aztec/aztec-node":"0.0.1-commit.1142ef1","@aztec/foundation":"0.0.1-commit.1142ef1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1142ef1","@aztec/entrypoints":"0.0.1-commit.1142ef1","@aztec/epoch-cache":"0.0.1-commit.1142ef1","@aztec/merkle-tree":"0.0.1-commit.1142ef1","@aztec/prover-node":"0.0.1-commit.1142ef1","@aztec/test-wallet":"0.0.1-commit.1142ef1","@aztec/world-state":"0.0.1-commit.1142ef1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1142ef1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1142ef1","@aztec/prover-client":"0.0.1-commit.1142ef1","@aztec/noir-noirc_abi":"0.0.1-commit.1142ef1","@aztec/sequencer-client":"0.0.1-commit.1142ef1","@aztec/telemetry-client":"0.0.1-commit.1142ef1","@aztec/validator-client":"0.0.1-commit.1142ef1","@aztec/noir-contracts.js":"0.0.1-commit.1142ef1","@aztec/protocol-contracts":"0.0.1-commit.1142ef1","@aztec/noir-test-contracts.js":"0.0.1-commit.1142ef1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1142ef1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1142ef1_1768325143041_0.9178871413117082","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7d4e6cd":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7d4e6cd","_id":"@aztec/end-to-end@0.0.1-commit.7d4e6cd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"881a24c2944aba3dce0dc0db380fd915e5ae5d76","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7d4e6cd.tgz","fileCount":191,"integrity":"sha512-jBgAaeZF8lViPOK33lRGhUxD7I0buVgh/wiKdGl2tGjbVOLFXkO70NGLk6RZacQGDMW4euAwJfY15qzYXPxnbg==","signatures":[{"sig":"MEYCIQDoL6i6r4SxdJTcJIBpau6INz2aQS3VkkJOTFSMseYq8QIhAJ8TriGb3Cdm6JuK4j0JVNI/2FWP8FtcOiKaigOmV+oF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36808874},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d4e6cdd45be51b72c1c248aa42b13e5b8633f04","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7d4e6cd","@aztec/cli":"0.0.1-commit.7d4e6cd","@aztec/p2p":"0.0.1-commit.7d4e6cd","@aztec/pxe":"0.0.1-commit.7d4e6cd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7d4e6cd","@aztec/bb.js":"0.0.1-commit.7d4e6cd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7d4e6cd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7d4e6cd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7d4e6cd","@aztec/archiver":"0.0.1-commit.7d4e6cd","@aztec/aztec.js":"0.0.1-commit.7d4e6cd","@aztec/blob-lib":"0.0.1-commit.7d4e6cd","@aztec/ethereum":"0.0.1-commit.7d4e6cd","@aztec/kv-store":"0.0.1-commit.7d4e6cd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7d4e6cd","@aztec/constants":"0.0.1-commit.7d4e6cd","@aztec/simulator":"0.0.1-commit.7d4e6cd","@aztec/aztec-node":"0.0.1-commit.7d4e6cd","@aztec/foundation":"0.0.1-commit.7d4e6cd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7d4e6cd","@aztec/entrypoints":"0.0.1-commit.7d4e6cd","@aztec/epoch-cache":"0.0.1-commit.7d4e6cd","@aztec/merkle-tree":"0.0.1-commit.7d4e6cd","@aztec/prover-node":"0.0.1-commit.7d4e6cd","@aztec/test-wallet":"0.0.1-commit.7d4e6cd","@aztec/world-state":"0.0.1-commit.7d4e6cd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7d4e6cd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7d4e6cd","@aztec/prover-client":"0.0.1-commit.7d4e6cd","@aztec/noir-noirc_abi":"0.0.1-commit.7d4e6cd","@aztec/sequencer-client":"0.0.1-commit.7d4e6cd","@aztec/telemetry-client":"0.0.1-commit.7d4e6cd","@aztec/validator-client":"0.0.1-commit.7d4e6cd","@aztec/noir-contracts.js":"0.0.1-commit.7d4e6cd","@aztec/protocol-contracts":"0.0.1-commit.7d4e6cd","@aztec/noir-test-contracts.js":"0.0.1-commit.7d4e6cd","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7d4e6cd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7d4e6cd_1768329772757_0.053627069906600155","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260114":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260114","_id":"@aztec/end-to-end@4.0.0-nightly.20260114","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c7f0f789f9f973e84310fc53039776073f40b279","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260114.tgz","fileCount":195,"integrity":"sha512-KapQB+bJgNu5ejlSXvS1ZAQnqZXgYDAXpUOZsxQiByzic+Z6e4Cg8vcGMmWKz6/mBBm7N3RSWYO+WSmDdsST2w==","signatures":[{"sig":"MEQCIA9DuhW058R+cWhTaSRKMa1oQATpAh1Fc6ocJTi1K3UPAiAORmXFtWolRV6tMIxY7+/n9Kd5MegqJ/4Rv69bKpk4rQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36776334},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"59e53a55bc808a1558703a3e252720b998fe4f0b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260114","@aztec/cli":"4.0.0-nightly.20260114","@aztec/p2p":"4.0.0-nightly.20260114","@aztec/pxe":"4.0.0-nightly.20260114","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260114","@aztec/bb.js":"4.0.0-nightly.20260114","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260114","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260114","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260114","@aztec/archiver":"4.0.0-nightly.20260114","@aztec/aztec.js":"4.0.0-nightly.20260114","@aztec/blob-lib":"4.0.0-nightly.20260114","@aztec/ethereum":"4.0.0-nightly.20260114","@aztec/kv-store":"4.0.0-nightly.20260114","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260114","@aztec/constants":"4.0.0-nightly.20260114","@aztec/simulator":"4.0.0-nightly.20260114","@aztec/aztec-node":"4.0.0-nightly.20260114","@aztec/foundation":"4.0.0-nightly.20260114","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260114","@aztec/entrypoints":"4.0.0-nightly.20260114","@aztec/epoch-cache":"4.0.0-nightly.20260114","@aztec/merkle-tree":"4.0.0-nightly.20260114","@aztec/prover-node":"4.0.0-nightly.20260114","@aztec/test-wallet":"4.0.0-nightly.20260114","@aztec/world-state":"4.0.0-nightly.20260114","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260114","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260114","@aztec/prover-client":"4.0.0-nightly.20260114","@aztec/noir-noirc_abi":"4.0.0-nightly.20260114","@aztec/sequencer-client":"4.0.0-nightly.20260114","@aztec/telemetry-client":"4.0.0-nightly.20260114","@aztec/validator-client":"4.0.0-nightly.20260114","@aztec/noir-contracts.js":"4.0.0-nightly.20260114","@aztec/protocol-contracts":"4.0.0-nightly.20260114","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260114","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260114"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260114_1768364099297_0.913703982729617","host":"s3://npm-registry-packages-npm-production"}},"3.0.2":{"name":"@aztec/end-to-end","version":"3.0.2","_id":"@aztec/end-to-end@3.0.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b8a992abd746faf6c75938f0f827d84779774504","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.2.tgz","fileCount":191,"integrity":"sha512-YZ3n6Jni8SFKDkA1z+FkRn8rBiIop34TkqDsB8FuUxRoay+yv7znx8Svq+nLmnDU31EsiMnsUIjF39O8nfI0Wg==","signatures":[{"sig":"MEYCIQCXihlxftVrTcVxw6DDiCXckJr9+9UpS8fxRu3EB6UbbgIhAPIJJRWilQXfS/OMLwG1V8PGg2j1lr66Y1KGBGmFCS3Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794500},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"27dcce64e15783fd73c5bc2f8d59ba5f5761bff6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.2","@aztec/cli":"3.0.2","@aztec/p2p":"3.0.2","@aztec/pxe":"3.0.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.2","@aztec/bb.js":"3.0.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.2","@aztec/archiver":"3.0.2","@aztec/aztec.js":"3.0.2","@aztec/blob-lib":"3.0.2","@aztec/ethereum":"3.0.2","@aztec/kv-store":"3.0.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.2","@aztec/blob-sink":"3.0.2","@aztec/constants":"3.0.2","@aztec/simulator":"3.0.2","@aztec/aztec-node":"3.0.2","@aztec/foundation":"3.0.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.2","@aztec/epoch-cache":"3.0.2","@aztec/merkle-tree":"3.0.2","@aztec/prover-node":"3.0.2","@aztec/test-wallet":"3.0.2","@aztec/world-state":"3.0.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.2","@aztec/prover-client":"3.0.2","@aztec/noir-noirc_abi":"3.0.2","@aztec/sequencer-client":"3.0.2","@aztec/telemetry-client":"3.0.2","@aztec/validator-client":"3.0.2","@aztec/noir-contracts.js":"3.0.2","@aztec/protocol-contracts":"3.0.2","@aztec/noir-test-contracts.js":"3.0.2","@aztec/noir-protocol-circuits-types":"3.0.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.2_1768402464212_0.12966826723397595","host":"s3://npm-registry-packages-npm-production"}},"3.0.2-rc.1":{"name":"@aztec/end-to-end","version":"3.0.2-rc.1","_id":"@aztec/end-to-end@3.0.2-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"166d2104846a8caa46e5ec1c47e6248a3c95cebe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.2-rc.1.tgz","fileCount":191,"integrity":"sha512-dihMgNPUuO8QnuWfagVAXCm6DPViAg4UdXQFNnJOoYxt8cFw3tAIrQkEejnsEmQDqvyt7HHR8z1LNuH32ZtM7g==","signatures":[{"sig":"MEQCIFoIeanhdG1/kmBb6Lkom7WejnmxdzQrjTbeYiBHOSQ8AiAyhOh7Fyl+WADjjcwYsj1R/meJi4Fns5SBT3MwjazYHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"27dcce64e15783fd73c5bc2f8d59ba5f5761bff6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.2-rc.1","@aztec/cli":"3.0.2-rc.1","@aztec/p2p":"3.0.2-rc.1","@aztec/pxe":"3.0.2-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.2-rc.1","@aztec/bb.js":"3.0.2-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.2-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.2-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.2-rc.1","@aztec/archiver":"3.0.2-rc.1","@aztec/aztec.js":"3.0.2-rc.1","@aztec/blob-lib":"3.0.2-rc.1","@aztec/ethereum":"3.0.2-rc.1","@aztec/kv-store":"3.0.2-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.2-rc.1","@aztec/blob-sink":"3.0.2-rc.1","@aztec/constants":"3.0.2-rc.1","@aztec/simulator":"3.0.2-rc.1","@aztec/aztec-node":"3.0.2-rc.1","@aztec/foundation":"3.0.2-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.2-rc.1","@aztec/epoch-cache":"3.0.2-rc.1","@aztec/merkle-tree":"3.0.2-rc.1","@aztec/prover-node":"3.0.2-rc.1","@aztec/test-wallet":"3.0.2-rc.1","@aztec/world-state":"3.0.2-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.2-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.2-rc.1","@aztec/prover-client":"3.0.2-rc.1","@aztec/noir-noirc_abi":"3.0.2-rc.1","@aztec/sequencer-client":"3.0.2-rc.1","@aztec/telemetry-client":"3.0.2-rc.1","@aztec/validator-client":"3.0.2-rc.1","@aztec/noir-contracts.js":"3.0.2-rc.1","@aztec/protocol-contracts":"3.0.2-rc.1","@aztec/noir-test-contracts.js":"3.0.2-rc.1","@aztec/noir-protocol-circuits-types":"3.0.2-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.2-rc.1_1768402561753_0.9057925769416231","host":"s3://npm-registry-packages-npm-production"}},"2.1.9-rc.4-ag":{"name":"@aztec/end-to-end","version":"2.1.9-rc.4-ag","_id":"@aztec/end-to-end@2.1.9-rc.4-ag","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"225062ce00f8ee3694eb3474512e61130d056c81","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.9-rc.4-ag.tgz","fileCount":191,"integrity":"sha512-hPSfcbJFjEEP+EA+hu9+xZ3SHyoBsmKpDZyQPim3hIUGMOZh7c7Rx4IPlJrJy0Ydlnks2JWxsSn/muChxjY50g==","signatures":[{"sig":"MEUCIBhbMEkcKX2P3dpI3f3lg+aeaV3lxJOTk6dx19Eh+xh0AiEA9BUttHPrVMTYsISdtyo126kWX4yVPyxNlIxg78dLdHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659641},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"152e8822d252947186e8c0e8a40d16963529d2de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.9-rc.4-ag","@aztec/cli":"2.1.9-rc.4-ag","@aztec/p2p":"2.1.9-rc.4-ag","@aztec/pxe":"2.1.9-rc.4-ag","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.9-rc.4-ag","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.9-rc.4-ag","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.9-rc.4-ag","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.9-rc.4-ag","@aztec/archiver":"2.1.9-rc.4-ag","@aztec/aztec.js":"2.1.9-rc.4-ag","@aztec/blob-lib":"2.1.9-rc.4-ag","@aztec/ethereum":"2.1.9-rc.4-ag","@aztec/kv-store":"2.1.9-rc.4-ag","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.9-rc.4-ag","@aztec/blob-sink":"2.1.9-rc.4-ag","@aztec/constants":"2.1.9-rc.4-ag","@aztec/simulator":"2.1.9-rc.4-ag","@aztec/aztec-node":"2.1.9-rc.4-ag","@aztec/foundation":"2.1.9-rc.4-ag","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.9-rc.4-ag","@aztec/epoch-cache":"2.1.9-rc.4-ag","@aztec/merkle-tree":"2.1.9-rc.4-ag","@aztec/prover-node":"2.1.9-rc.4-ag","@aztec/world-state":"2.1.9-rc.4-ag","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.9-rc.4-ag","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.9-rc.4-ag","@aztec/prover-client":"2.1.9-rc.4-ag","@aztec/noir-noirc_abi":"2.1.9-rc.4-ag","@aztec/sequencer-client":"2.1.9-rc.4-ag","@aztec/telemetry-client":"2.1.9-rc.4-ag","@aztec/validator-client":"2.1.9-rc.4-ag","@aztec/noir-contracts.js":"2.1.9-rc.4-ag","@aztec/protocol-contracts":"2.1.9-rc.4-ag","@aztec/noir-test-contracts.js":"2.1.9-rc.4-ag","@aztec/noir-protocol-circuits-types":"2.1.9-rc.4-ag"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.9-rc.4-ag_1768406158858_0.1355124142287094","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.6":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.6","_id":"@aztec/end-to-end@3.0.0-devnet.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dc2d249fe1284b8aaa8616fe151b0a18672547ec","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.6.tgz","fileCount":191,"integrity":"sha512-SQV0nzZGPPN+Yg2M0XCK6OsMWCdG7Oh8B+N2y3oWEtwHFfuy11YjPkAy2rXzU5loqJQXWMy4KNdo3gfeZADQxg==","signatures":[{"sig":"MEQCIE//SjVtWk5gpRerGMyQlJO2Vx9iVAXpcVC2Y44FSdbIAiAlEykDcz/aDzUobG89sqPwOTOrqCr1Vn/392X6hdSJ1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36679947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e21acde0b8305301e847f5c0f4a65cac3714d1a7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@spalladino/viem@2.38.2-eip7594.0","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.6","@aztec/cli":"3.0.0-devnet.6","@aztec/p2p":"3.0.0-devnet.6","@aztec/pxe":"3.0.0-devnet.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.6","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.6","@aztec/archiver":"3.0.0-devnet.6","@aztec/aztec.js":"3.0.0-devnet.6","@aztec/blob-lib":"3.0.0-devnet.6","@aztec/ethereum":"3.0.0-devnet.6","@aztec/kv-store":"3.0.0-devnet.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.6","@aztec/blob-sink":"3.0.0-devnet.6","@aztec/constants":"3.0.0-devnet.6","@aztec/simulator":"3.0.0-devnet.6","@aztec/aztec-node":"3.0.0-devnet.6","@aztec/foundation":"3.0.0-devnet.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.6","@aztec/epoch-cache":"3.0.0-devnet.6","@aztec/merkle-tree":"3.0.0-devnet.6","@aztec/prover-node":"3.0.0-devnet.6","@aztec/test-wallet":"3.0.0-devnet.6","@aztec/world-state":"3.0.0-devnet.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.6","@aztec/prover-client":"3.0.0-devnet.6","@aztec/noir-noirc_abi":"3.0.0-devnet.6","@aztec/sequencer-client":"3.0.0-devnet.6","@aztec/telemetry-client":"3.0.0-devnet.6","@aztec/validator-client":"3.0.0-devnet.6","@aztec/noir-contracts.js":"3.0.0-devnet.6","@aztec/protocol-contracts":"3.0.0-devnet.6","@aztec/noir-test-contracts.js":"3.0.0-devnet.6","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.6_1768432984491_0.22438800025386385","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260115":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260115","_id":"@aztec/end-to-end@4.0.0-nightly.20260115","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b7ae52b9c822f21158eda2e69438ef169fd9e9e3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260115.tgz","fileCount":195,"integrity":"sha512-Cwg0mXFJ0fLEG+9YrZX6RpMK3UR2LN49X8xNM4HwDkE5rkoMXU5s+6/FzbwtdCOf3pz+q9iFp0xzae/xRTXpUQ==","signatures":[{"sig":"MEYCIQCklrVJ5isjTHZYCJWNH2WE8ZnWxRZsAaJOGEoqYTYNTwIhAJbE4Cl53/h+J9O+xNyJY1DjKny+JrKn8D1aMaMsqItL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36759748},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fc7d5b6663acebf6adc313362c913d9f8a22e9d0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260115","@aztec/cli":"4.0.0-nightly.20260115","@aztec/p2p":"4.0.0-nightly.20260115","@aztec/pxe":"4.0.0-nightly.20260115","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260115","@aztec/bb.js":"4.0.0-nightly.20260115","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260115","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260115","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260115","@aztec/archiver":"4.0.0-nightly.20260115","@aztec/aztec.js":"4.0.0-nightly.20260115","@aztec/blob-lib":"4.0.0-nightly.20260115","@aztec/ethereum":"4.0.0-nightly.20260115","@aztec/kv-store":"4.0.0-nightly.20260115","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260115","@aztec/constants":"4.0.0-nightly.20260115","@aztec/simulator":"4.0.0-nightly.20260115","@aztec/aztec-node":"4.0.0-nightly.20260115","@aztec/foundation":"4.0.0-nightly.20260115","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260115","@aztec/entrypoints":"4.0.0-nightly.20260115","@aztec/epoch-cache":"4.0.0-nightly.20260115","@aztec/merkle-tree":"4.0.0-nightly.20260115","@aztec/prover-node":"4.0.0-nightly.20260115","@aztec/test-wallet":"4.0.0-nightly.20260115","@aztec/world-state":"4.0.0-nightly.20260115","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260115","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260115","@aztec/prover-client":"4.0.0-nightly.20260115","@aztec/noir-noirc_abi":"4.0.0-nightly.20260115","@aztec/sequencer-client":"4.0.0-nightly.20260115","@aztec/telemetry-client":"4.0.0-nightly.20260115","@aztec/validator-client":"4.0.0-nightly.20260115","@aztec/noir-contracts.js":"4.0.0-nightly.20260115","@aztec/protocol-contracts":"4.0.0-nightly.20260115","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260115","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260115"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260115_1768450120821_0.37821175726974343","host":"s3://npm-registry-packages-npm-production"}},"3.0.2-rc.2":{"name":"@aztec/end-to-end","version":"3.0.2-rc.2","_id":"@aztec/end-to-end@3.0.2-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4ea3fd6878e3949ac9f0fd1cf3c54d0136b33d3b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.2-rc.2.tgz","fileCount":191,"integrity":"sha512-ybf/yvTfvO60TpfmclKit8PVjpXDa+IBstcfI7ntU4JibY1z1C+4dt3SNfqrjTkcsXb19WefzbEc+WRPQc79NA==","signatures":[{"sig":"MEUCICiMGULaetYgndC5+/ZFjopPUfxjJgR7z19ou0GYTM5xAiEAs+b/PDqpn7l71v/rPxn1cKlwlIc2qTU1Oh+72iUF6+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e40a73d8df02ed6ccd283966b62e57de4d032082","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.2-rc.2","@aztec/cli":"3.0.2-rc.2","@aztec/p2p":"3.0.2-rc.2","@aztec/pxe":"3.0.2-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.2-rc.2","@aztec/bb.js":"3.0.2-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.2-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.2-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.2-rc.2","@aztec/archiver":"3.0.2-rc.2","@aztec/aztec.js":"3.0.2-rc.2","@aztec/blob-lib":"3.0.2-rc.2","@aztec/ethereum":"3.0.2-rc.2","@aztec/kv-store":"3.0.2-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.2-rc.2","@aztec/blob-sink":"3.0.2-rc.2","@aztec/constants":"3.0.2-rc.2","@aztec/simulator":"3.0.2-rc.2","@aztec/aztec-node":"3.0.2-rc.2","@aztec/foundation":"3.0.2-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.2-rc.2","@aztec/epoch-cache":"3.0.2-rc.2","@aztec/merkle-tree":"3.0.2-rc.2","@aztec/prover-node":"3.0.2-rc.2","@aztec/test-wallet":"3.0.2-rc.2","@aztec/world-state":"3.0.2-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.2-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.2-rc.2","@aztec/prover-client":"3.0.2-rc.2","@aztec/noir-noirc_abi":"3.0.2-rc.2","@aztec/sequencer-client":"3.0.2-rc.2","@aztec/telemetry-client":"3.0.2-rc.2","@aztec/validator-client":"3.0.2-rc.2","@aztec/noir-contracts.js":"3.0.2-rc.2","@aztec/protocol-contracts":"3.0.2-rc.2","@aztec/noir-test-contracts.js":"3.0.2-rc.2","@aztec/noir-protocol-circuits-types":"3.0.2-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.2-rc.2_1768493421282_0.5386842550359694","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.2-patch.1":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.2-patch.1","_id":"@aztec/end-to-end@3.0.0-devnet.2-patch.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bb2623b94efc41859974ed6f06a25803072ccc2b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.2-patch.1.tgz","fileCount":195,"integrity":"sha512-yvUDfz8VxgUJXn2TTxZOwsZIBPFrI3QPBwk9H+r4pnAI7L/VlWRlgMpf3N/KrIH8fROVmuY5d2tIzq+YTEMiwg==","signatures":[{"sig":"MEQCIHJwy50d/0kf7Sg7P8agK6BIC65HLysBjDav6GxrnR3vAiAkUoAFndWsOSMzbel1bl3vvSfmSQaCaY0Mw084CC/bRQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36840250},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"faa8942439d92a9d1ed985c049e72d5fdb87f63a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.2-patch.1","@aztec/cli":"3.0.0-devnet.2-patch.1","@aztec/p2p":"3.0.0-devnet.2-patch.1","@aztec/pxe":"3.0.0-devnet.2-patch.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.2-patch.1","@aztec/bb.js":"3.0.0-devnet.2-patch.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.2-patch.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.2-patch.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.2-patch.1","@aztec/archiver":"3.0.0-devnet.2-patch.1","@aztec/aztec.js":"3.0.0-devnet.2-patch.1","@aztec/blob-lib":"3.0.0-devnet.2-patch.1","@aztec/ethereum":"3.0.0-devnet.2-patch.1","@aztec/kv-store":"3.0.0-devnet.2-patch.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.2-patch.1","@aztec/blob-sink":"3.0.0-devnet.2-patch.1","@aztec/constants":"3.0.0-devnet.2-patch.1","@aztec/simulator":"3.0.0-devnet.2-patch.1","@aztec/aztec-node":"3.0.0-devnet.2-patch.1","@aztec/foundation":"3.0.0-devnet.2-patch.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.2-patch.1","@aztec/epoch-cache":"3.0.0-devnet.2-patch.1","@aztec/merkle-tree":"3.0.0-devnet.2-patch.1","@aztec/prover-node":"3.0.0-devnet.2-patch.1","@aztec/test-wallet":"3.0.0-devnet.2-patch.1","@aztec/world-state":"3.0.0-devnet.2-patch.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.2-patch.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.2-patch.1","@aztec/prover-client":"3.0.0-devnet.2-patch.1","@aztec/noir-noirc_abi":"3.0.0-devnet.2-patch.1","@aztec/sequencer-client":"3.0.0-devnet.2-patch.1","@aztec/telemetry-client":"3.0.0-devnet.2-patch.1","@aztec/validator-client":"3.0.0-devnet.2-patch.1","@aztec/noir-contracts.js":"3.0.0-devnet.2-patch.1","@aztec/protocol-contracts":"3.0.0-devnet.2-patch.1","@aztec/noir-test-contracts.js":"3.0.0-devnet.2-patch.1","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.2-patch.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.2-patch.1_1768508124840_0.9837704328262111","host":"s3://npm-registry-packages-npm-production"}},"3.0.0-devnet.6-patch.1":{"name":"@aztec/end-to-end","version":"3.0.0-devnet.6-patch.1","_id":"@aztec/end-to-end@3.0.0-devnet.6-patch.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1fb728df48a2fdaf93270dbbe9803e7c658d79fe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.0-devnet.6-patch.1.tgz","fileCount":195,"integrity":"sha512-zMU+kHqPSeydLS3UAXGR0CzlSNomJuP1SSSwM/WQT++oI2jEqfeIv1dAaD3+pZmes5zGOossvuTUclrVzJZ8bg==","signatures":[{"sig":"MEUCIDqBP3yWxGWOTe8H7yg25/dOaSyfJOqHhMugxfr1AG0PAiEArxNuS/Sp0S8PwjdV6JHCaLLLtLAJDzJelJzV2Nrin0A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36840250},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c6b2615d5119cf306e8b9c903fb00dad08560d32","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.0-devnet.6-patch.1","@aztec/cli":"3.0.0-devnet.6-patch.1","@aztec/p2p":"3.0.0-devnet.6-patch.1","@aztec/pxe":"3.0.0-devnet.6-patch.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.0-devnet.6-patch.1","@aztec/bb.js":"3.0.0-devnet.6-patch.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.0-devnet.6-patch.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.0-devnet.6-patch.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.0-devnet.6-patch.1","@aztec/archiver":"3.0.0-devnet.6-patch.1","@aztec/aztec.js":"3.0.0-devnet.6-patch.1","@aztec/blob-lib":"3.0.0-devnet.6-patch.1","@aztec/ethereum":"3.0.0-devnet.6-patch.1","@aztec/kv-store":"3.0.0-devnet.6-patch.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.0-devnet.6-patch.1","@aztec/blob-sink":"3.0.0-devnet.6-patch.1","@aztec/constants":"3.0.0-devnet.6-patch.1","@aztec/simulator":"3.0.0-devnet.6-patch.1","@aztec/aztec-node":"3.0.0-devnet.6-patch.1","@aztec/foundation":"3.0.0-devnet.6-patch.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.0-devnet.6-patch.1","@aztec/epoch-cache":"3.0.0-devnet.6-patch.1","@aztec/merkle-tree":"3.0.0-devnet.6-patch.1","@aztec/prover-node":"3.0.0-devnet.6-patch.1","@aztec/test-wallet":"3.0.0-devnet.6-patch.1","@aztec/world-state":"3.0.0-devnet.6-patch.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.0-devnet.6-patch.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.0-devnet.6-patch.1","@aztec/prover-client":"3.0.0-devnet.6-patch.1","@aztec/noir-noirc_abi":"3.0.0-devnet.6-patch.1","@aztec/sequencer-client":"3.0.0-devnet.6-patch.1","@aztec/telemetry-client":"3.0.0-devnet.6-patch.1","@aztec/validator-client":"3.0.0-devnet.6-patch.1","@aztec/noir-contracts.js":"3.0.0-devnet.6-patch.1","@aztec/protocol-contracts":"3.0.0-devnet.6-patch.1","@aztec/noir-test-contracts.js":"3.0.0-devnet.6-patch.1","@aztec/noir-protocol-circuits-types":"3.0.0-devnet.6-patch.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.0-devnet.6-patch.1_1768514434500_0.8085201451341162","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260116":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260116","_id":"@aztec/end-to-end@4.0.0-nightly.20260116","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"351a82a41ee634b1cbfbbd62d465c1a4f213975d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260116.tgz","fileCount":195,"integrity":"sha512-ERRla6qK5vu8Ln3+GyOZe9KWVg8JOJ5qrdebixA1kLGnV23fjd/ruBB5U5upt+t1L0lKQwcBMt4/OZwL0ky34Q==","signatures":[{"sig":"MEUCIAmj+BmOeJW2Pi37HImbGOFscE6Mdd5pnyX6xqjGcgbNAiEA8qdgZYDmUR7G/K6IfsFkCM/LijZxBd1bZ45Wf7aO/n4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36759938},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b277e39763e387281dc15cc1905f485c0896dc7c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260116","@aztec/cli":"4.0.0-nightly.20260116","@aztec/p2p":"4.0.0-nightly.20260116","@aztec/pxe":"4.0.0-nightly.20260116","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260116","@aztec/bb.js":"4.0.0-nightly.20260116","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260116","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260116","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260116","@aztec/archiver":"4.0.0-nightly.20260116","@aztec/aztec.js":"4.0.0-nightly.20260116","@aztec/blob-lib":"4.0.0-nightly.20260116","@aztec/ethereum":"4.0.0-nightly.20260116","@aztec/kv-store":"4.0.0-nightly.20260116","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260116","@aztec/constants":"4.0.0-nightly.20260116","@aztec/simulator":"4.0.0-nightly.20260116","@aztec/aztec-node":"4.0.0-nightly.20260116","@aztec/foundation":"4.0.0-nightly.20260116","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260116","@aztec/entrypoints":"4.0.0-nightly.20260116","@aztec/epoch-cache":"4.0.0-nightly.20260116","@aztec/merkle-tree":"4.0.0-nightly.20260116","@aztec/prover-node":"4.0.0-nightly.20260116","@aztec/test-wallet":"4.0.0-nightly.20260116","@aztec/world-state":"4.0.0-nightly.20260116","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260116","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260116","@aztec/prover-client":"4.0.0-nightly.20260116","@aztec/noir-noirc_abi":"4.0.0-nightly.20260116","@aztec/sequencer-client":"4.0.0-nightly.20260116","@aztec/telemetry-client":"4.0.0-nightly.20260116","@aztec/validator-client":"4.0.0-nightly.20260116","@aztec/noir-contracts.js":"4.0.0-nightly.20260116","@aztec/protocol-contracts":"4.0.0-nightly.20260116","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260116","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260116"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260116_1768536460626_0.40078535850495145","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260117":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260117","_id":"@aztec/end-to-end@4.0.0-nightly.20260117","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4b759c0dae157b25cc7245e422a09780412debec","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260117.tgz","fileCount":195,"integrity":"sha512-eB4l75QCMRxC3G7jdov2IxWxrguXkOmG6Lp7LnlENel6lJQuOuaULANdfOqY+05RCCTnHsArvMFF5cEp5xI60g==","signatures":[{"sig":"MEYCIQCY9P6IGN0fgXyjCkSQ/olUvlu+koL7jBAfhX29xaI9lwIhANkxHFFHdns59sRM61aweARTt0emNvnWmpiIV0lD+R5Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766062},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7cda630c4d886a2ea69bccf55a72334e0fc119dd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260117","@aztec/cli":"4.0.0-nightly.20260117","@aztec/p2p":"4.0.0-nightly.20260117","@aztec/pxe":"4.0.0-nightly.20260117","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260117","@aztec/bb.js":"4.0.0-nightly.20260117","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260117","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260117","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260117","@aztec/archiver":"4.0.0-nightly.20260117","@aztec/aztec.js":"4.0.0-nightly.20260117","@aztec/blob-lib":"4.0.0-nightly.20260117","@aztec/ethereum":"4.0.0-nightly.20260117","@aztec/kv-store":"4.0.0-nightly.20260117","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260117","@aztec/constants":"4.0.0-nightly.20260117","@aztec/simulator":"4.0.0-nightly.20260117","@aztec/aztec-node":"4.0.0-nightly.20260117","@aztec/foundation":"4.0.0-nightly.20260117","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260117","@aztec/entrypoints":"4.0.0-nightly.20260117","@aztec/epoch-cache":"4.0.0-nightly.20260117","@aztec/merkle-tree":"4.0.0-nightly.20260117","@aztec/prover-node":"4.0.0-nightly.20260117","@aztec/test-wallet":"4.0.0-nightly.20260117","@aztec/world-state":"4.0.0-nightly.20260117","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260117","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260117","@aztec/prover-client":"4.0.0-nightly.20260117","@aztec/noir-noirc_abi":"4.0.0-nightly.20260117","@aztec/sequencer-client":"4.0.0-nightly.20260117","@aztec/telemetry-client":"4.0.0-nightly.20260117","@aztec/validator-client":"4.0.0-nightly.20260117","@aztec/noir-contracts.js":"4.0.0-nightly.20260117","@aztec/protocol-contracts":"4.0.0-nightly.20260117","@aztec/validator-ha-signer":"4.0.0-nightly.20260117","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260117","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260117"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260117_1768621824644_0.7537469337356304","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260118":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260118","_id":"@aztec/end-to-end@4.0.0-nightly.20260118","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"445a553095a21c327155b2e80c1fc290c8c9ede6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260118.tgz","fileCount":195,"integrity":"sha512-LIWwrZIXIR+pHfLj0TyP8zwXvx5Sj+Y8F6ZKquvYOuQwlBcl2ojl/DV7amxVOVam/m5xssYqi+6HKINR0Ec94A==","signatures":[{"sig":"MEUCIFxSisttEAH4W/YIyUfSW6h6pqNXsIyk0gHAW2p1qC+1AiEAiDroR8ms99uP5lamwqcD8QYhajHdjL4m2kHo6sqW5bo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766062},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5a7a45369769c78dcf79e40011647acbae2ac6d5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260118","@aztec/cli":"4.0.0-nightly.20260118","@aztec/p2p":"4.0.0-nightly.20260118","@aztec/pxe":"4.0.0-nightly.20260118","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260118","@aztec/bb.js":"4.0.0-nightly.20260118","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260118","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260118","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260118","@aztec/archiver":"4.0.0-nightly.20260118","@aztec/aztec.js":"4.0.0-nightly.20260118","@aztec/blob-lib":"4.0.0-nightly.20260118","@aztec/ethereum":"4.0.0-nightly.20260118","@aztec/kv-store":"4.0.0-nightly.20260118","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260118","@aztec/constants":"4.0.0-nightly.20260118","@aztec/simulator":"4.0.0-nightly.20260118","@aztec/aztec-node":"4.0.0-nightly.20260118","@aztec/foundation":"4.0.0-nightly.20260118","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260118","@aztec/entrypoints":"4.0.0-nightly.20260118","@aztec/epoch-cache":"4.0.0-nightly.20260118","@aztec/merkle-tree":"4.0.0-nightly.20260118","@aztec/prover-node":"4.0.0-nightly.20260118","@aztec/test-wallet":"4.0.0-nightly.20260118","@aztec/world-state":"4.0.0-nightly.20260118","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260118","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260118","@aztec/prover-client":"4.0.0-nightly.20260118","@aztec/noir-noirc_abi":"4.0.0-nightly.20260118","@aztec/sequencer-client":"4.0.0-nightly.20260118","@aztec/telemetry-client":"4.0.0-nightly.20260118","@aztec/validator-client":"4.0.0-nightly.20260118","@aztec/noir-contracts.js":"4.0.0-nightly.20260118","@aztec/protocol-contracts":"4.0.0-nightly.20260118","@aztec/validator-ha-signer":"4.0.0-nightly.20260118","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260118","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260118"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260118_1768709668999_0.5738720772861297","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260119":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260119","_id":"@aztec/end-to-end@4.0.0-nightly.20260119","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"80cf9c9d68b2604d134e01dc86b5df9b6c00a825","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260119.tgz","fileCount":195,"integrity":"sha512-NtasPk78DggnyWZEKx9axgpnotHn/kbJTYhvt5fNJWOmM7PpZ+loW/WOgqNvgGVMt1wDXgp2RXht9mbuNR8npA==","signatures":[{"sig":"MEUCIHhhG7meRGuXNct1luhVdCSaBzJ9P8pkwhXUAnQGdxAUAiEArqUKRhs7mm8g9wDnKUSYIOTJSwROUeaGXirJaW6O5Nw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766062},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cee8d993650aaf9be0ed50c22d018ddc3474e99c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260119","@aztec/cli":"4.0.0-nightly.20260119","@aztec/p2p":"4.0.0-nightly.20260119","@aztec/pxe":"4.0.0-nightly.20260119","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260119","@aztec/bb.js":"4.0.0-nightly.20260119","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260119","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260119","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260119","@aztec/archiver":"4.0.0-nightly.20260119","@aztec/aztec.js":"4.0.0-nightly.20260119","@aztec/blob-lib":"4.0.0-nightly.20260119","@aztec/ethereum":"4.0.0-nightly.20260119","@aztec/kv-store":"4.0.0-nightly.20260119","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260119","@aztec/constants":"4.0.0-nightly.20260119","@aztec/simulator":"4.0.0-nightly.20260119","@aztec/aztec-node":"4.0.0-nightly.20260119","@aztec/foundation":"4.0.0-nightly.20260119","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260119","@aztec/entrypoints":"4.0.0-nightly.20260119","@aztec/epoch-cache":"4.0.0-nightly.20260119","@aztec/merkle-tree":"4.0.0-nightly.20260119","@aztec/prover-node":"4.0.0-nightly.20260119","@aztec/test-wallet":"4.0.0-nightly.20260119","@aztec/world-state":"4.0.0-nightly.20260119","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260119","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260119","@aztec/prover-client":"4.0.0-nightly.20260119","@aztec/noir-noirc_abi":"4.0.0-nightly.20260119","@aztec/sequencer-client":"4.0.0-nightly.20260119","@aztec/telemetry-client":"4.0.0-nightly.20260119","@aztec/validator-client":"4.0.0-nightly.20260119","@aztec/noir-contracts.js":"4.0.0-nightly.20260119","@aztec/protocol-contracts":"4.0.0-nightly.20260119","@aztec/validator-ha-signer":"4.0.0-nightly.20260119","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260119","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260119"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260119_1768795460148_0.16542227744844373","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260120":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260120","_id":"@aztec/end-to-end@4.0.0-nightly.20260120","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ad715cf7f6d741d1df9b93565d62baa6bc8d1c1b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260120.tgz","fileCount":195,"integrity":"sha512-YOxYyKW6ersEFwOCfCalJYV6kIJPAvOOXwxjgctDXKOPsQ0kD4jYhdRxaBXtR/CZ60T/hojKdg5D81RxgQqcyg==","signatures":[{"sig":"MEUCIF9Hfm1/39e3S2aObHv/2gm8nATEOJHtbOzxwhWAhEj1AiEAkz8kQBJBtDkXomRluNjNt7Z6Hor3PSwp0Maj1uFB3xc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766480},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"91b05864a007c771353225b24c2fd30de5ccc9d1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260120","@aztec/cli":"4.0.0-nightly.20260120","@aztec/p2p":"4.0.0-nightly.20260120","@aztec/pxe":"4.0.0-nightly.20260120","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260120","@aztec/bb.js":"4.0.0-nightly.20260120","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260120","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260120","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260120","@aztec/archiver":"4.0.0-nightly.20260120","@aztec/aztec.js":"4.0.0-nightly.20260120","@aztec/blob-lib":"4.0.0-nightly.20260120","@aztec/ethereum":"4.0.0-nightly.20260120","@aztec/kv-store":"4.0.0-nightly.20260120","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260120","@aztec/constants":"4.0.0-nightly.20260120","@aztec/simulator":"4.0.0-nightly.20260120","@aztec/aztec-node":"4.0.0-nightly.20260120","@aztec/foundation":"4.0.0-nightly.20260120","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260120","@aztec/entrypoints":"4.0.0-nightly.20260120","@aztec/epoch-cache":"4.0.0-nightly.20260120","@aztec/merkle-tree":"4.0.0-nightly.20260120","@aztec/prover-node":"4.0.0-nightly.20260120","@aztec/test-wallet":"4.0.0-nightly.20260120","@aztec/world-state":"4.0.0-nightly.20260120","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260120","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260120","@aztec/prover-client":"4.0.0-nightly.20260120","@aztec/noir-noirc_abi":"4.0.0-nightly.20260120","@aztec/sequencer-client":"4.0.0-nightly.20260120","@aztec/telemetry-client":"4.0.0-nightly.20260120","@aztec/validator-client":"4.0.0-nightly.20260120","@aztec/noir-contracts.js":"4.0.0-nightly.20260120","@aztec/protocol-contracts":"4.0.0-nightly.20260120","@aztec/validator-ha-signer":"4.0.0-nightly.20260120","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260120","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260120"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260120_1768882352563_0.7205258195551085","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f295ac2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f295ac2","_id":"@aztec/end-to-end@0.0.1-commit.f295ac2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dba0bd299779abce14337ffb961e121c314b425a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f295ac2.tgz","fileCount":195,"integrity":"sha512-+Ya2Du+KgpL8oJaMUXgrK+5kYRMbMfuxlx3axc5CzP+65A6Xe2iQZ3uuqFgjEQRsXokC522mGTveeTROS5dp2g==","signatures":[{"sig":"MEUCIAXktIl+FwJ1hYoVxuA0YmvzbMRH7k/LsYExxd1Q3I1aAiEA1BmrA34yuY4b93soPA9RLOrswaOIaHfJrgFsiRz9d9E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766402},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f295ac27721b1d25e552c46c1ec5c929ffc24341","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f295ac2","@aztec/cli":"0.0.1-commit.f295ac2","@aztec/p2p":"0.0.1-commit.f295ac2","@aztec/pxe":"0.0.1-commit.f295ac2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f295ac2","@aztec/bb.js":"0.0.1-commit.f295ac2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f295ac2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f295ac2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f295ac2","@aztec/archiver":"0.0.1-commit.f295ac2","@aztec/aztec.js":"0.0.1-commit.f295ac2","@aztec/blob-lib":"0.0.1-commit.f295ac2","@aztec/ethereum":"0.0.1-commit.f295ac2","@aztec/kv-store":"0.0.1-commit.f295ac2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f295ac2","@aztec/constants":"0.0.1-commit.f295ac2","@aztec/simulator":"0.0.1-commit.f295ac2","@aztec/aztec-node":"0.0.1-commit.f295ac2","@aztec/foundation":"0.0.1-commit.f295ac2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f295ac2","@aztec/entrypoints":"0.0.1-commit.f295ac2","@aztec/epoch-cache":"0.0.1-commit.f295ac2","@aztec/merkle-tree":"0.0.1-commit.f295ac2","@aztec/prover-node":"0.0.1-commit.f295ac2","@aztec/test-wallet":"0.0.1-commit.f295ac2","@aztec/world-state":"0.0.1-commit.f295ac2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f295ac2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f295ac2","@aztec/prover-client":"0.0.1-commit.f295ac2","@aztec/noir-noirc_abi":"0.0.1-commit.f295ac2","@aztec/sequencer-client":"0.0.1-commit.f295ac2","@aztec/telemetry-client":"0.0.1-commit.f295ac2","@aztec/validator-client":"0.0.1-commit.f295ac2","@aztec/noir-contracts.js":"0.0.1-commit.f295ac2","@aztec/protocol-contracts":"0.0.1-commit.f295ac2","@aztec/validator-ha-signer":"0.0.1-commit.f295ac2","@aztec/noir-test-contracts.js":"0.0.1-commit.f295ac2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f295ac2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f295ac2_1768921696323_0.11345092610168761","host":"s3://npm-registry-packages-npm-production"}},"3.0.3":{"name":"@aztec/end-to-end","version":"3.0.3","_id":"@aztec/end-to-end@3.0.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f3886a22f85181ccd2c8ae3c2118c5c66a09c373","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.3.tgz","fileCount":191,"integrity":"sha512-L5BaPXTYRnzuNpOhaY9Q0xSb01aIGnK2fA+zoPeyzRd2Fgpmht/N+ObqSJcsRdDucu38U+mzGhKbFT3sAOeq/g==","signatures":[{"sig":"MEYCIQDSt796VZtUK6ptgzfbtq2yZcfJwfs9000syVYR1UEnqwIhAMy1tMfbZ7g/fYrZMR+VRil6kk2iUWdHTUojk5FeqrQm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794500},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"370ed2e54d331ca88be0ca7d4ba3032fd0cc6a37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.3","@aztec/cli":"3.0.3","@aztec/p2p":"3.0.3","@aztec/pxe":"3.0.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.3","@aztec/bb.js":"3.0.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.3","@aztec/archiver":"3.0.3","@aztec/aztec.js":"3.0.3","@aztec/blob-lib":"3.0.3","@aztec/ethereum":"3.0.3","@aztec/kv-store":"3.0.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.3","@aztec/blob-sink":"3.0.3","@aztec/constants":"3.0.3","@aztec/simulator":"3.0.3","@aztec/aztec-node":"3.0.3","@aztec/foundation":"3.0.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.3","@aztec/epoch-cache":"3.0.3","@aztec/merkle-tree":"3.0.3","@aztec/prover-node":"3.0.3","@aztec/test-wallet":"3.0.3","@aztec/world-state":"3.0.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.3","@aztec/prover-client":"3.0.3","@aztec/noir-noirc_abi":"3.0.3","@aztec/sequencer-client":"3.0.3","@aztec/telemetry-client":"3.0.3","@aztec/validator-client":"3.0.3","@aztec/noir-contracts.js":"3.0.3","@aztec/protocol-contracts":"3.0.3","@aztec/noir-test-contracts.js":"3.0.3","@aztec/noir-protocol-circuits-types":"3.0.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.3_1768940267176_0.8024218424600187","host":"s3://npm-registry-packages-npm-production"}},"3.0.3-rc.1":{"name":"@aztec/end-to-end","version":"3.0.3-rc.1","_id":"@aztec/end-to-end@3.0.3-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f8f8144deb99c2c92f77987dd4f4b78750038d6c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.3-rc.1.tgz","fileCount":191,"integrity":"sha512-lsRR6ACb9vLF0fmGb2UZv20l8Cjyicu3MQLWjPTj2VdD5NoOvdDsknc98vIUpC8VwMPY318gJp77duO8cqcA4A==","signatures":[{"sig":"MEYCIQDBs4EP3BFigc98Vy4nwv8d7L4Szi9RU8hcMVe6zQwMKQIhAJHaXB+fvj1eAuKBuR7I9pI3Xrn2oUyzodeUFs7wHXod","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"370ed2e54d331ca88be0ca7d4ba3032fd0cc6a37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.3-rc.1","@aztec/cli":"3.0.3-rc.1","@aztec/p2p":"3.0.3-rc.1","@aztec/pxe":"3.0.3-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.3-rc.1","@aztec/bb.js":"3.0.3-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.3-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.3-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.3-rc.1","@aztec/archiver":"3.0.3-rc.1","@aztec/aztec.js":"3.0.3-rc.1","@aztec/blob-lib":"3.0.3-rc.1","@aztec/ethereum":"3.0.3-rc.1","@aztec/kv-store":"3.0.3-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.3-rc.1","@aztec/blob-sink":"3.0.3-rc.1","@aztec/constants":"3.0.3-rc.1","@aztec/simulator":"3.0.3-rc.1","@aztec/aztec-node":"3.0.3-rc.1","@aztec/foundation":"3.0.3-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.3-rc.1","@aztec/epoch-cache":"3.0.3-rc.1","@aztec/merkle-tree":"3.0.3-rc.1","@aztec/prover-node":"3.0.3-rc.1","@aztec/test-wallet":"3.0.3-rc.1","@aztec/world-state":"3.0.3-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.3-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.3-rc.1","@aztec/prover-client":"3.0.3-rc.1","@aztec/noir-noirc_abi":"3.0.3-rc.1","@aztec/sequencer-client":"3.0.3-rc.1","@aztec/telemetry-client":"3.0.3-rc.1","@aztec/validator-client":"3.0.3-rc.1","@aztec/noir-contracts.js":"3.0.3-rc.1","@aztec/protocol-contracts":"3.0.3-rc.1","@aztec/noir-test-contracts.js":"3.0.3-rc.1","@aztec/noir-protocol-circuits-types":"3.0.3-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.3-rc.1_1768940303616_0.37759233226301636","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260121":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260121","_id":"@aztec/end-to-end@4.0.0-nightly.20260121","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"41c9f8e933c9f3e9c69476ff517d6e49f0e01277","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260121.tgz","fileCount":195,"integrity":"sha512-ZLHnX0RilC4VVdQvTH75a7oHoej7gNC71l172qi9NhV2g+yQsECoyMyiBWVcBIb+lOMgHYkQGwE/yyOSogyGog==","signatures":[{"sig":"MEUCIQCplXlnYO5qiCdI+jpCn3AtKfdNE5XL3QRYkzW9IUnYQgIgCrydAQezQTe8HfCW+T2jV0TYqwnlbu7kpQ0YE5v2FmA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36766480},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"45204cdea26c77cd2a790e14a5b7aa05ca361ab9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260121","@aztec/cli":"4.0.0-nightly.20260121","@aztec/p2p":"4.0.0-nightly.20260121","@aztec/pxe":"4.0.0-nightly.20260121","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260121","@aztec/bb.js":"4.0.0-nightly.20260121","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260121","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260121","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260121","@aztec/archiver":"4.0.0-nightly.20260121","@aztec/aztec.js":"4.0.0-nightly.20260121","@aztec/blob-lib":"4.0.0-nightly.20260121","@aztec/ethereum":"4.0.0-nightly.20260121","@aztec/kv-store":"4.0.0-nightly.20260121","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260121","@aztec/constants":"4.0.0-nightly.20260121","@aztec/simulator":"4.0.0-nightly.20260121","@aztec/aztec-node":"4.0.0-nightly.20260121","@aztec/foundation":"4.0.0-nightly.20260121","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260121","@aztec/entrypoints":"4.0.0-nightly.20260121","@aztec/epoch-cache":"4.0.0-nightly.20260121","@aztec/merkle-tree":"4.0.0-nightly.20260121","@aztec/prover-node":"4.0.0-nightly.20260121","@aztec/test-wallet":"4.0.0-nightly.20260121","@aztec/world-state":"4.0.0-nightly.20260121","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260121","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260121","@aztec/prover-client":"4.0.0-nightly.20260121","@aztec/noir-noirc_abi":"4.0.0-nightly.20260121","@aztec/sequencer-client":"4.0.0-nightly.20260121","@aztec/telemetry-client":"4.0.0-nightly.20260121","@aztec/validator-client":"4.0.0-nightly.20260121","@aztec/noir-contracts.js":"4.0.0-nightly.20260121","@aztec/protocol-contracts":"4.0.0-nightly.20260121","@aztec/validator-ha-signer":"4.0.0-nightly.20260121","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260121","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260121"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260121_1768968772819_0.6551462627042759","host":"s3://npm-registry-packages-npm-production"}},"2.1.10-rc.2":{"name":"@aztec/end-to-end","version":"2.1.10-rc.2","_id":"@aztec/end-to-end@2.1.10-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d36bd07f8904a62b5a44e73218e08ce2c06d0273","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.10-rc.2.tgz","fileCount":191,"integrity":"sha512-YoYkbiiKigsigg/y2U275vlT8e78wjOtp0A5gqpigQYhQnTQoEs2a2q0yxGgcWLrNqFUY4TmoGTUQeaIGyTckA==","signatures":[{"sig":"MEUCIQDG0mF7uLXDT1I86bmq0NVtEOgN2AXM7acnwAGmv9ztuwIgTTX+qLHOIVIi7PBMYUw1sNLxqZXtmRL6CIMwXRgqi2U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659569},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4d6b86f9c3ff93e1224e91c5be1ebd0d439b3083","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.10-rc.2","@aztec/cli":"2.1.10-rc.2","@aztec/p2p":"2.1.10-rc.2","@aztec/pxe":"2.1.10-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.10-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.10-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.10-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.10-rc.2","@aztec/archiver":"2.1.10-rc.2","@aztec/aztec.js":"2.1.10-rc.2","@aztec/blob-lib":"2.1.10-rc.2","@aztec/ethereum":"2.1.10-rc.2","@aztec/kv-store":"2.1.10-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.10-rc.2","@aztec/blob-sink":"2.1.10-rc.2","@aztec/constants":"2.1.10-rc.2","@aztec/simulator":"2.1.10-rc.2","@aztec/aztec-node":"2.1.10-rc.2","@aztec/foundation":"2.1.10-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.10-rc.2","@aztec/epoch-cache":"2.1.10-rc.2","@aztec/merkle-tree":"2.1.10-rc.2","@aztec/prover-node":"2.1.10-rc.2","@aztec/world-state":"2.1.10-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.10-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.10-rc.2","@aztec/prover-client":"2.1.10-rc.2","@aztec/noir-noirc_abi":"2.1.10-rc.2","@aztec/sequencer-client":"2.1.10-rc.2","@aztec/telemetry-client":"2.1.10-rc.2","@aztec/validator-client":"2.1.10-rc.2","@aztec/noir-contracts.js":"2.1.10-rc.2","@aztec/protocol-contracts":"2.1.10-rc.2","@aztec/noir-test-contracts.js":"2.1.10-rc.2","@aztec/noir-protocol-circuits-types":"2.1.10-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.10-rc.2_1769013455346_0.0012955042674438477","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260122":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260122","_id":"@aztec/end-to-end@4.0.0-nightly.20260122","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b72cea25be9244c84e948487a7534872d4a8afa8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260122.tgz","fileCount":235,"integrity":"sha512-vERQL+/y1kR+jBKxyhNTSrsJDIa+u33KGQdCDPMyN/QKZ8I+OslOPwmzGzgPLOt2/2W4qWH98yuiXinUipwjNg==","signatures":[{"sig":"MEYCIQCA+0dO1VswfHvvUqd6evPyNQ8gWqmAzLCk0vEbe1NwXAIhAPkVu2/hAIMsqIbce4ruPydm9dax1/EIyKtwHnwwISyv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36813394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5723a98658c263106eac059c110fd7cd1bfa8985","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260122","@aztec/cli":"4.0.0-nightly.20260122","@aztec/p2p":"4.0.0-nightly.20260122","@aztec/pxe":"4.0.0-nightly.20260122","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260122","@aztec/bb.js":"4.0.0-nightly.20260122","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260122","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260122","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260122","@aztec/archiver":"4.0.0-nightly.20260122","@aztec/aztec.js":"4.0.0-nightly.20260122","@aztec/blob-lib":"4.0.0-nightly.20260122","@aztec/ethereum":"4.0.0-nightly.20260122","@aztec/kv-store":"4.0.0-nightly.20260122","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260122","@aztec/constants":"4.0.0-nightly.20260122","@aztec/simulator":"4.0.0-nightly.20260122","@aztec/aztec-node":"4.0.0-nightly.20260122","@aztec/foundation":"4.0.0-nightly.20260122","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260122","@aztec/entrypoints":"4.0.0-nightly.20260122","@aztec/epoch-cache":"4.0.0-nightly.20260122","@aztec/merkle-tree":"4.0.0-nightly.20260122","@aztec/prover-node":"4.0.0-nightly.20260122","@aztec/test-wallet":"4.0.0-nightly.20260122","@aztec/world-state":"4.0.0-nightly.20260122","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260122","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260122","@aztec/prover-client":"4.0.0-nightly.20260122","@aztec/noir-noirc_abi":"4.0.0-nightly.20260122","@aztec/sequencer-client":"4.0.0-nightly.20260122","@aztec/telemetry-client":"4.0.0-nightly.20260122","@aztec/validator-client":"4.0.0-nightly.20260122","@aztec/noir-contracts.js":"4.0.0-nightly.20260122","@aztec/protocol-contracts":"4.0.0-nightly.20260122","@aztec/validator-ha-signer":"4.0.0-nightly.20260122","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260122","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260122"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260122_1769055417982_0.5984376188200096","host":"s3://npm-registry-packages-npm-production"}},"2.1.11":{"name":"@aztec/end-to-end","version":"2.1.11","_id":"@aztec/end-to-end@2.1.11","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e45149377372daaf525f04b77023d3f54d459068","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.11.tgz","fileCount":191,"integrity":"sha512-8qBGdfdT3Dz/EDkMbXwdfEdCyR3+LMt5ANX1o6BtCqJRol+a8K5cG3otUZPLBUZv7v5AdLWwEJzJ/wg1lntEVg==","signatures":[{"sig":"MEUCIQCC4I5jQnXP+4q8H99d7waatEiRR+BclDkpzEZLq8GWkwIgaiFJ7dB+4sIqWvQkc/sI2fh7EmdWvL4soURYAWrR3Cc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659389},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"011172e6e5b4729c5a282352a7c98a1db096121f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.11","@aztec/cli":"2.1.11","@aztec/p2p":"2.1.11","@aztec/pxe":"2.1.11","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.11","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.11","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.11","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.11","@aztec/archiver":"2.1.11","@aztec/aztec.js":"2.1.11","@aztec/blob-lib":"2.1.11","@aztec/ethereum":"2.1.11","@aztec/kv-store":"2.1.11","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.11","@aztec/blob-sink":"2.1.11","@aztec/constants":"2.1.11","@aztec/simulator":"2.1.11","@aztec/aztec-node":"2.1.11","@aztec/foundation":"2.1.11","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.11","@aztec/epoch-cache":"2.1.11","@aztec/merkle-tree":"2.1.11","@aztec/prover-node":"2.1.11","@aztec/world-state":"2.1.11","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.11","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.11","@aztec/prover-client":"2.1.11","@aztec/noir-noirc_abi":"2.1.11","@aztec/sequencer-client":"2.1.11","@aztec/telemetry-client":"2.1.11","@aztec/validator-client":"2.1.11","@aztec/noir-contracts.js":"2.1.11","@aztec/protocol-contracts":"2.1.11","@aztec/noir-test-contracts.js":"2.1.11","@aztec/noir-protocol-circuits-types":"2.1.11"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.11_1769073579087_0.8561099056149415","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260123":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260123","_id":"@aztec/end-to-end@4.0.0-nightly.20260123","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6a6589063517139abbfa3271aee2e90b1f513e4c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260123.tgz","fileCount":235,"integrity":"sha512-L1ZWVok7sx3O6FxSZv3eW97ZCh9bATX/+Ou2S2Tbnn6L9aUsguXQZ21qj25hPXFEJ1AcwlKIq8Q4Pve2c1fwUQ==","signatures":[{"sig":"MEUCIQDgYLCOY7Mis/o1YMMydfsEAs9Hl01IXGbquP9EREgtiQIgGEUPerPkfaSix5PsKb8RceXcTKTOHHGKkr25xF1EEek=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36813381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"888ce84bf8670d4f5a410371d9c7ddea1ff42875","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260123","@aztec/cli":"4.0.0-nightly.20260123","@aztec/p2p":"4.0.0-nightly.20260123","@aztec/pxe":"4.0.0-nightly.20260123","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260123","@aztec/bb.js":"4.0.0-nightly.20260123","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260123","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260123","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260123","@aztec/archiver":"4.0.0-nightly.20260123","@aztec/aztec.js":"4.0.0-nightly.20260123","@aztec/blob-lib":"4.0.0-nightly.20260123","@aztec/ethereum":"4.0.0-nightly.20260123","@aztec/kv-store":"4.0.0-nightly.20260123","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260123","@aztec/constants":"4.0.0-nightly.20260123","@aztec/simulator":"4.0.0-nightly.20260123","@aztec/aztec-node":"4.0.0-nightly.20260123","@aztec/foundation":"4.0.0-nightly.20260123","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260123","@aztec/entrypoints":"4.0.0-nightly.20260123","@aztec/epoch-cache":"4.0.0-nightly.20260123","@aztec/merkle-tree":"4.0.0-nightly.20260123","@aztec/prover-node":"4.0.0-nightly.20260123","@aztec/test-wallet":"4.0.0-nightly.20260123","@aztec/world-state":"4.0.0-nightly.20260123","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260123","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260123","@aztec/prover-client":"4.0.0-nightly.20260123","@aztec/noir-noirc_abi":"4.0.0-nightly.20260123","@aztec/sequencer-client":"4.0.0-nightly.20260123","@aztec/telemetry-client":"4.0.0-nightly.20260123","@aztec/validator-client":"4.0.0-nightly.20260123","@aztec/noir-contracts.js":"4.0.0-nightly.20260123","@aztec/protocol-contracts":"4.0.0-nightly.20260123","@aztec/validator-ha-signer":"4.0.0-nightly.20260123","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260123","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260123"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260123_1769141505789_0.46590606316734284","host":"s3://npm-registry-packages-npm-production"}},"3.0.3-rc.2":{"name":"@aztec/end-to-end","version":"3.0.3-rc.2","_id":"@aztec/end-to-end@3.0.3-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"215bb7b6cf3e0721e05fbff001219d79d7ab0159","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.3-rc.2.tgz","fileCount":191,"integrity":"sha512-BZrU0CW3Ub8xZtjsLTH/xKtHSsZ8VUqCcXDPOcSZRrTUmeeYhzjtU+TON0Vnt0BCaunroeOmQsAUfG4eX/epSQ==","signatures":[{"sig":"MEQCIFTNf4UJHLwUR9UsuIiuVWJhlr1dTRUBE4/S2Z0GvL7bAiA2NxT65kM1g93i2foo0ZQxIwA54trXgREJN2q9VLGrJA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c93db06ebffe98dc5b0fb7aae1de521247c14ab5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.3-rc.2","@aztec/cli":"3.0.3-rc.2","@aztec/p2p":"3.0.3-rc.2","@aztec/pxe":"3.0.3-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.3-rc.2","@aztec/bb.js":"3.0.3-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.3-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.3-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.3-rc.2","@aztec/archiver":"3.0.3-rc.2","@aztec/aztec.js":"3.0.3-rc.2","@aztec/blob-lib":"3.0.3-rc.2","@aztec/ethereum":"3.0.3-rc.2","@aztec/kv-store":"3.0.3-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.3-rc.2","@aztec/blob-sink":"3.0.3-rc.2","@aztec/constants":"3.0.3-rc.2","@aztec/simulator":"3.0.3-rc.2","@aztec/aztec-node":"3.0.3-rc.2","@aztec/foundation":"3.0.3-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.3-rc.2","@aztec/epoch-cache":"3.0.3-rc.2","@aztec/merkle-tree":"3.0.3-rc.2","@aztec/prover-node":"3.0.3-rc.2","@aztec/test-wallet":"3.0.3-rc.2","@aztec/world-state":"3.0.3-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.3-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.3-rc.2","@aztec/prover-client":"3.0.3-rc.2","@aztec/noir-noirc_abi":"3.0.3-rc.2","@aztec/sequencer-client":"3.0.3-rc.2","@aztec/telemetry-client":"3.0.3-rc.2","@aztec/validator-client":"3.0.3-rc.2","@aztec/noir-contracts.js":"3.0.3-rc.2","@aztec/protocol-contracts":"3.0.3-rc.2","@aztec/noir-test-contracts.js":"3.0.3-rc.2","@aztec/noir-protocol-circuits-types":"3.0.3-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.3-rc.2_1769181584882_0.8832992567403397","host":"s3://npm-registry-packages-npm-production"}},"2.1.11-rc.2":{"name":"@aztec/end-to-end","version":"2.1.11-rc.2","_id":"@aztec/end-to-end@2.1.11-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c43dc9683a9206fa96de6b5e3bc3d235859c0c44","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.11-rc.2.tgz","fileCount":191,"integrity":"sha512-ewoJxgliE57pvS8JzUclV2PmSFxzMcxdDj5ufuPJKYb1Q+72G1+6Dp959kamZzp0groCepD0ympzvNEGVxEV6g==","signatures":[{"sig":"MEUCIFFj+zfQWtrT0QN8v/oBT8LvXHPzz0BxYkYGW4srDezfAiEAqN/MaiWzVSlDLCnB9+pPu89Sic5hP+3bfDC8LkVCQZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659569},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3ba42810c58d26a25ea1d86f619fc5bffabb88ee","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.11-rc.2","@aztec/cli":"2.1.11-rc.2","@aztec/p2p":"2.1.11-rc.2","@aztec/pxe":"2.1.11-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.11-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.11-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.11-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.11-rc.2","@aztec/archiver":"2.1.11-rc.2","@aztec/aztec.js":"2.1.11-rc.2","@aztec/blob-lib":"2.1.11-rc.2","@aztec/ethereum":"2.1.11-rc.2","@aztec/kv-store":"2.1.11-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.11-rc.2","@aztec/blob-sink":"2.1.11-rc.2","@aztec/constants":"2.1.11-rc.2","@aztec/simulator":"2.1.11-rc.2","@aztec/aztec-node":"2.1.11-rc.2","@aztec/foundation":"2.1.11-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.11-rc.2","@aztec/epoch-cache":"2.1.11-rc.2","@aztec/merkle-tree":"2.1.11-rc.2","@aztec/prover-node":"2.1.11-rc.2","@aztec/world-state":"2.1.11-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.11-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.11-rc.2","@aztec/prover-client":"2.1.11-rc.2","@aztec/noir-noirc_abi":"2.1.11-rc.2","@aztec/sequencer-client":"2.1.11-rc.2","@aztec/telemetry-client":"2.1.11-rc.2","@aztec/validator-client":"2.1.11-rc.2","@aztec/noir-contracts.js":"2.1.11-rc.2","@aztec/protocol-contracts":"2.1.11-rc.2","@aztec/noir-test-contracts.js":"2.1.11-rc.2","@aztec/noir-protocol-circuits-types":"2.1.11-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.11-rc.2_1769182383239_0.08012688308625071","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260124":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260124","_id":"@aztec/end-to-end@4.0.0-nightly.20260124","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"54071656efdcf70aa5bed7a1f019e6d8a14ccc7f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260124.tgz","fileCount":235,"integrity":"sha512-VXu67lWB7qqCSd2VIL54Lj7I+nw/aJOJCOs+YhDgBrEcJuNK8pYgSi2fkfS3ezICQIF8wS5g0TocET9GWJBtWg==","signatures":[{"sig":"MEQCIH7NaDVOproy0lRHci7nctuaHFYyOw+PBDiQOI4MnHnnAiBL9knRP0s70y2Yl0o0qVLVFO0bKmQIUEqs0v+qvGUwJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36825896},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"338868f707af2300ef095816e1c96867287d9260","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260124","@aztec/cli":"4.0.0-nightly.20260124","@aztec/p2p":"4.0.0-nightly.20260124","@aztec/pxe":"4.0.0-nightly.20260124","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260124","@aztec/bb.js":"4.0.0-nightly.20260124","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260124","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260124","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260124","@aztec/archiver":"4.0.0-nightly.20260124","@aztec/aztec.js":"4.0.0-nightly.20260124","@aztec/blob-lib":"4.0.0-nightly.20260124","@aztec/ethereum":"4.0.0-nightly.20260124","@aztec/kv-store":"4.0.0-nightly.20260124","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260124","@aztec/constants":"4.0.0-nightly.20260124","@aztec/simulator":"4.0.0-nightly.20260124","@aztec/aztec-node":"4.0.0-nightly.20260124","@aztec/foundation":"4.0.0-nightly.20260124","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260124","@aztec/entrypoints":"4.0.0-nightly.20260124","@aztec/epoch-cache":"4.0.0-nightly.20260124","@aztec/merkle-tree":"4.0.0-nightly.20260124","@aztec/prover-node":"4.0.0-nightly.20260124","@aztec/test-wallet":"4.0.0-nightly.20260124","@aztec/world-state":"4.0.0-nightly.20260124","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260124","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260124","@aztec/prover-client":"4.0.0-nightly.20260124","@aztec/noir-noirc_abi":"4.0.0-nightly.20260124","@aztec/sequencer-client":"4.0.0-nightly.20260124","@aztec/telemetry-client":"4.0.0-nightly.20260124","@aztec/validator-client":"4.0.0-nightly.20260124","@aztec/noir-contracts.js":"4.0.0-nightly.20260124","@aztec/protocol-contracts":"4.0.0-nightly.20260124","@aztec/validator-ha-signer":"4.0.0-nightly.20260124","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260124","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260124"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260124_1769226951461_0.5524399430325466","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260125":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260125","_id":"@aztec/end-to-end@4.0.0-nightly.20260125","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"46e478f358165fb3d4a0c8949c2cb6dc37599878","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260125.tgz","fileCount":235,"integrity":"sha512-yk7p5nMrtm+0tEyDmpxZGx1ipb6+hlkG81p4Uf4PrS7qwSw3uXcXoJL1i3nrOBjP8pFffaV/WfVEsjl7H0m0zw==","signatures":[{"sig":"MEYCIQDWm/iFu7EiXYdmxEt9wPf4KdxNx3mmRZc2e8lxOXXTYgIhAJLYmQSVnf/uVCmg/iujAzkH/b35EKTQSt90WUrryxDj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828083},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e35f0701f6919ad0fbc651b87a8689a23501f85e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260125","@aztec/cli":"4.0.0-nightly.20260125","@aztec/p2p":"4.0.0-nightly.20260125","@aztec/pxe":"4.0.0-nightly.20260125","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260125","@aztec/bb.js":"4.0.0-nightly.20260125","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260125","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260125","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260125","@aztec/archiver":"4.0.0-nightly.20260125","@aztec/aztec.js":"4.0.0-nightly.20260125","@aztec/blob-lib":"4.0.0-nightly.20260125","@aztec/ethereum":"4.0.0-nightly.20260125","@aztec/kv-store":"4.0.0-nightly.20260125","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260125","@aztec/constants":"4.0.0-nightly.20260125","@aztec/simulator":"4.0.0-nightly.20260125","@aztec/aztec-node":"4.0.0-nightly.20260125","@aztec/foundation":"4.0.0-nightly.20260125","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260125","@aztec/entrypoints":"4.0.0-nightly.20260125","@aztec/epoch-cache":"4.0.0-nightly.20260125","@aztec/merkle-tree":"4.0.0-nightly.20260125","@aztec/prover-node":"4.0.0-nightly.20260125","@aztec/test-wallet":"4.0.0-nightly.20260125","@aztec/world-state":"4.0.0-nightly.20260125","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260125","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260125","@aztec/prover-client":"4.0.0-nightly.20260125","@aztec/noir-noirc_abi":"4.0.0-nightly.20260125","@aztec/sequencer-client":"4.0.0-nightly.20260125","@aztec/telemetry-client":"4.0.0-nightly.20260125","@aztec/validator-client":"4.0.0-nightly.20260125","@aztec/noir-contracts.js":"4.0.0-nightly.20260125","@aztec/protocol-contracts":"4.0.0-nightly.20260125","@aztec/validator-ha-signer":"4.0.0-nightly.20260125","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260125","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260125"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260125_1769314118628_0.6066700029798289","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260126":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260126","_id":"@aztec/end-to-end@4.0.0-nightly.20260126","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cef490480d3a14ce4f3c45e4f907ed564c46f46e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260126.tgz","fileCount":235,"integrity":"sha512-uJX7IjAvy6lsuNEWYbqaJ/vbkqyfHkE/EWKnn9ad6BQzFC/OUpxgXYB7shib3jKKUxwGJIeaAf5ffJ0MrK52RQ==","signatures":[{"sig":"MEYCIQCDpEnrVAmNn70sX7Py/tSi9FhURn9U10I4mSmGHaDSmgIhANHJ1YWqVVT05e/OdDezbsJGlw1SEHUnqgP6mVOYun0g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828083},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1463fca7bd10ed09aac3b8608780896e9e1ce59f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260126","@aztec/cli":"4.0.0-nightly.20260126","@aztec/p2p":"4.0.0-nightly.20260126","@aztec/pxe":"4.0.0-nightly.20260126","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260126","@aztec/bb.js":"4.0.0-nightly.20260126","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260126","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260126","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260126","@aztec/archiver":"4.0.0-nightly.20260126","@aztec/aztec.js":"4.0.0-nightly.20260126","@aztec/blob-lib":"4.0.0-nightly.20260126","@aztec/ethereum":"4.0.0-nightly.20260126","@aztec/kv-store":"4.0.0-nightly.20260126","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260126","@aztec/constants":"4.0.0-nightly.20260126","@aztec/simulator":"4.0.0-nightly.20260126","@aztec/aztec-node":"4.0.0-nightly.20260126","@aztec/foundation":"4.0.0-nightly.20260126","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260126","@aztec/entrypoints":"4.0.0-nightly.20260126","@aztec/epoch-cache":"4.0.0-nightly.20260126","@aztec/merkle-tree":"4.0.0-nightly.20260126","@aztec/prover-node":"4.0.0-nightly.20260126","@aztec/test-wallet":"4.0.0-nightly.20260126","@aztec/world-state":"4.0.0-nightly.20260126","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260126","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260126","@aztec/prover-client":"4.0.0-nightly.20260126","@aztec/noir-noirc_abi":"4.0.0-nightly.20260126","@aztec/sequencer-client":"4.0.0-nightly.20260126","@aztec/telemetry-client":"4.0.0-nightly.20260126","@aztec/validator-client":"4.0.0-nightly.20260126","@aztec/noir-contracts.js":"4.0.0-nightly.20260126","@aztec/protocol-contracts":"4.0.0-nightly.20260126","@aztec/validator-ha-signer":"4.0.0-nightly.20260126","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260126","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260126"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260126_1769400755038_0.0637665461022543","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d1f2d6c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d1f2d6c","_id":"@aztec/end-to-end@0.0.1-commit.d1f2d6c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"df7a97600055a280ca03728524704c330fbab233","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d1f2d6c.tgz","fileCount":235,"integrity":"sha512-R1Esw3mvTGg4x89xBHdBJB50rtzw4cnOIQkbj+5uR4TFNoXiEvz+SeLbDHvu2Qaei96zsQHQJSNrgOWYjp/r/g==","signatures":[{"sig":"MEYCIQD9GhJPqFUAQbM2lr4whS7EPDgVs6Q31EbMMDxFHwUjeQIhAKSlTZt5Nb9mjHSdD321kh3xVZ4HTZsz0ks5ZUb2cOc1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36827572},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d1f2d6cc20e617569b02326481d632f669ca8b29","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d1f2d6c","@aztec/cli":"0.0.1-commit.d1f2d6c","@aztec/p2p":"0.0.1-commit.d1f2d6c","@aztec/pxe":"0.0.1-commit.d1f2d6c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d1f2d6c","@aztec/bb.js":"0.0.1-commit.d1f2d6c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d1f2d6c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d1f2d6c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d1f2d6c","@aztec/archiver":"0.0.1-commit.d1f2d6c","@aztec/aztec.js":"0.0.1-commit.d1f2d6c","@aztec/blob-lib":"0.0.1-commit.d1f2d6c","@aztec/ethereum":"0.0.1-commit.d1f2d6c","@aztec/kv-store":"0.0.1-commit.d1f2d6c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d1f2d6c","@aztec/constants":"0.0.1-commit.d1f2d6c","@aztec/simulator":"0.0.1-commit.d1f2d6c","@aztec/aztec-node":"0.0.1-commit.d1f2d6c","@aztec/foundation":"0.0.1-commit.d1f2d6c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d1f2d6c","@aztec/entrypoints":"0.0.1-commit.d1f2d6c","@aztec/epoch-cache":"0.0.1-commit.d1f2d6c","@aztec/merkle-tree":"0.0.1-commit.d1f2d6c","@aztec/prover-node":"0.0.1-commit.d1f2d6c","@aztec/test-wallet":"0.0.1-commit.d1f2d6c","@aztec/world-state":"0.0.1-commit.d1f2d6c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d1f2d6c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d1f2d6c","@aztec/prover-client":"0.0.1-commit.d1f2d6c","@aztec/noir-noirc_abi":"0.0.1-commit.d1f2d6c","@aztec/sequencer-client":"0.0.1-commit.d1f2d6c","@aztec/telemetry-client":"0.0.1-commit.d1f2d6c","@aztec/validator-client":"0.0.1-commit.d1f2d6c","@aztec/noir-contracts.js":"0.0.1-commit.d1f2d6c","@aztec/protocol-contracts":"0.0.1-commit.d1f2d6c","@aztec/validator-ha-signer":"0.0.1-commit.d1f2d6c","@aztec/noir-test-contracts.js":"0.0.1-commit.d1f2d6c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d1f2d6c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d1f2d6c_1769449719992_0.4004333451688702","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e6bd8901":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e6bd8901","_id":"@aztec/end-to-end@0.0.1-commit.e6bd8901","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1e3b8735b0139322984cd63d6ba96b2116158223","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e6bd8901.tgz","fileCount":235,"integrity":"sha512-VaduS3PVP0y36xpJ7aUmLwmNnFPPxT18ZwAujVm8PznWxdikj4TJFoXUH9NqlJNxkVt4PhbyD3A7eFjv2nr16w==","signatures":[{"sig":"MEQCIH5V610LXlSb9Upkqc0MkHeGDslWPU3L7odh1i4kPjxkAiAhk8laws7FnXfXOVzZFi/TQcaWz5fQk5euRM/0FTTJCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e6bd8901f51f7d69ad417b7a6813312f58648a52","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e6bd8901","@aztec/cli":"0.0.1-commit.e6bd8901","@aztec/p2p":"0.0.1-commit.e6bd8901","@aztec/pxe":"0.0.1-commit.e6bd8901","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e6bd8901","@aztec/bb.js":"0.0.1-commit.e6bd8901","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e6bd8901","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e6bd8901","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e6bd8901","@aztec/archiver":"0.0.1-commit.e6bd8901","@aztec/aztec.js":"0.0.1-commit.e6bd8901","@aztec/blob-lib":"0.0.1-commit.e6bd8901","@aztec/ethereum":"0.0.1-commit.e6bd8901","@aztec/kv-store":"0.0.1-commit.e6bd8901","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e6bd8901","@aztec/constants":"0.0.1-commit.e6bd8901","@aztec/simulator":"0.0.1-commit.e6bd8901","@aztec/aztec-node":"0.0.1-commit.e6bd8901","@aztec/foundation":"0.0.1-commit.e6bd8901","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e6bd8901","@aztec/entrypoints":"0.0.1-commit.e6bd8901","@aztec/epoch-cache":"0.0.1-commit.e6bd8901","@aztec/merkle-tree":"0.0.1-commit.e6bd8901","@aztec/prover-node":"0.0.1-commit.e6bd8901","@aztec/test-wallet":"0.0.1-commit.e6bd8901","@aztec/world-state":"0.0.1-commit.e6bd8901","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e6bd8901","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e6bd8901","@aztec/prover-client":"0.0.1-commit.e6bd8901","@aztec/noir-noirc_abi":"0.0.1-commit.e6bd8901","@aztec/sequencer-client":"0.0.1-commit.e6bd8901","@aztec/telemetry-client":"0.0.1-commit.e6bd8901","@aztec/validator-client":"0.0.1-commit.e6bd8901","@aztec/noir-contracts.js":"0.0.1-commit.e6bd8901","@aztec/protocol-contracts":"0.0.1-commit.e6bd8901","@aztec/validator-ha-signer":"0.0.1-commit.e6bd8901","@aztec/noir-test-contracts.js":"0.0.1-commit.e6bd8901","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e6bd8901"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e6bd8901_1769460459329_0.5667867034025633","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0b941701":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0b941701","_id":"@aztec/end-to-end@0.0.1-commit.0b941701","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"305e6b37b7096c12ace7259b4fe18dbe86d92f20","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0b941701.tgz","fileCount":235,"integrity":"sha512-uXDl8MfWvlNegX12Bxq3IzWYysUnI7ODNQ/wbnoJ0voysb/CErXQyniisxW+Pv+dQ6BfiVi9nLNalnEfToK+Fg==","signatures":[{"sig":"MEUCIQCdWSfaNhTVF7HkhG1MbKAJ4FaNIG7d3Ef/0vCXX1C3YwIgbZNdy+7OmgznbwERmjBVWtkqXkV2UzK3Ek5IfQLSBWQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0b941701291cc56b58bf539bb514b25785aec9bf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0b941701","@aztec/cli":"0.0.1-commit.0b941701","@aztec/p2p":"0.0.1-commit.0b941701","@aztec/pxe":"0.0.1-commit.0b941701","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0b941701","@aztec/bb.js":"0.0.1-commit.0b941701","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0b941701","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0b941701","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0b941701","@aztec/archiver":"0.0.1-commit.0b941701","@aztec/aztec.js":"0.0.1-commit.0b941701","@aztec/blob-lib":"0.0.1-commit.0b941701","@aztec/ethereum":"0.0.1-commit.0b941701","@aztec/kv-store":"0.0.1-commit.0b941701","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0b941701","@aztec/constants":"0.0.1-commit.0b941701","@aztec/simulator":"0.0.1-commit.0b941701","@aztec/aztec-node":"0.0.1-commit.0b941701","@aztec/foundation":"0.0.1-commit.0b941701","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0b941701","@aztec/entrypoints":"0.0.1-commit.0b941701","@aztec/epoch-cache":"0.0.1-commit.0b941701","@aztec/merkle-tree":"0.0.1-commit.0b941701","@aztec/prover-node":"0.0.1-commit.0b941701","@aztec/test-wallet":"0.0.1-commit.0b941701","@aztec/world-state":"0.0.1-commit.0b941701","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0b941701","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0b941701","@aztec/prover-client":"0.0.1-commit.0b941701","@aztec/noir-noirc_abi":"0.0.1-commit.0b941701","@aztec/sequencer-client":"0.0.1-commit.0b941701","@aztec/telemetry-client":"0.0.1-commit.0b941701","@aztec/validator-client":"0.0.1-commit.0b941701","@aztec/noir-contracts.js":"0.0.1-commit.0b941701","@aztec/protocol-contracts":"0.0.1-commit.0b941701","@aztec/validator-ha-signer":"0.0.1-commit.0b941701","@aztec/noir-test-contracts.js":"0.0.1-commit.0b941701","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0b941701"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0b941701_1769464891828_0.8775350047320849","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2ed92850":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2ed92850","_id":"@aztec/end-to-end@0.0.1-commit.2ed92850","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d7cee24fe093471637087de14063d39e0b814ded","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2ed92850.tgz","fileCount":235,"integrity":"sha512-cG42YNkHuPFJ+CBQ6vWYSYD73SLnVnB5Yb1Q+JdLb1XY8xxJVOaL2A7zjeD/HdFa2j2PWe0TwyTOXVEnyGft4A==","signatures":[{"sig":"MEQCIE3PFyuhanZzxEGqLgA4ByicBp96l4qb4aejQ98mv7j4AiA0a0JetRCy5MxEvX9ebAB4qDBDOXFFOokJTw8AuR6FoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2ed92850a750de5b16f311324204728edfa150a3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2ed92850","@aztec/cli":"0.0.1-commit.2ed92850","@aztec/p2p":"0.0.1-commit.2ed92850","@aztec/pxe":"0.0.1-commit.2ed92850","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2ed92850","@aztec/bb.js":"0.0.1-commit.2ed92850","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2ed92850","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2ed92850","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2ed92850","@aztec/archiver":"0.0.1-commit.2ed92850","@aztec/aztec.js":"0.0.1-commit.2ed92850","@aztec/blob-lib":"0.0.1-commit.2ed92850","@aztec/ethereum":"0.0.1-commit.2ed92850","@aztec/kv-store":"0.0.1-commit.2ed92850","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2ed92850","@aztec/constants":"0.0.1-commit.2ed92850","@aztec/simulator":"0.0.1-commit.2ed92850","@aztec/aztec-node":"0.0.1-commit.2ed92850","@aztec/foundation":"0.0.1-commit.2ed92850","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2ed92850","@aztec/entrypoints":"0.0.1-commit.2ed92850","@aztec/epoch-cache":"0.0.1-commit.2ed92850","@aztec/merkle-tree":"0.0.1-commit.2ed92850","@aztec/prover-node":"0.0.1-commit.2ed92850","@aztec/test-wallet":"0.0.1-commit.2ed92850","@aztec/world-state":"0.0.1-commit.2ed92850","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2ed92850","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2ed92850","@aztec/prover-client":"0.0.1-commit.2ed92850","@aztec/noir-noirc_abi":"0.0.1-commit.2ed92850","@aztec/sequencer-client":"0.0.1-commit.2ed92850","@aztec/telemetry-client":"0.0.1-commit.2ed92850","@aztec/validator-client":"0.0.1-commit.2ed92850","@aztec/noir-contracts.js":"0.0.1-commit.2ed92850","@aztec/protocol-contracts":"0.0.1-commit.2ed92850","@aztec/validator-ha-signer":"0.0.1-commit.2ed92850","@aztec/noir-test-contracts.js":"0.0.1-commit.2ed92850","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2ed92850"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2ed92850_1769467461556_0.4050620531912523","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.fffb133c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.fffb133c","_id":"@aztec/end-to-end@0.0.1-commit.fffb133c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"485a4c8b3e381fbdc1ac35deb601f97b62856874","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.fffb133c.tgz","fileCount":235,"integrity":"sha512-cRzdUWfXl2d25z427vx0Jh43J85iezSpp26XxlgYES4eHLG1Dm96gb08HFxw2W87TI4OBK1c7R2sy6qJVovNqw==","signatures":[{"sig":"MEUCIQD8Ke54PDO5Jf0TwlIbJSqd15Zok/jfApe5s/8bZs3YGQIgNM0h3sGnj92fV38EQnci06mNNhhOnsCKFvGzizGlJEM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fffb133cedb8748d9ff8c20d869e2db92250bcae","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.fffb133c","@aztec/cli":"0.0.1-commit.fffb133c","@aztec/p2p":"0.0.1-commit.fffb133c","@aztec/pxe":"0.0.1-commit.fffb133c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.fffb133c","@aztec/bb.js":"0.0.1-commit.fffb133c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.fffb133c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.fffb133c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.fffb133c","@aztec/archiver":"0.0.1-commit.fffb133c","@aztec/aztec.js":"0.0.1-commit.fffb133c","@aztec/blob-lib":"0.0.1-commit.fffb133c","@aztec/ethereum":"0.0.1-commit.fffb133c","@aztec/kv-store":"0.0.1-commit.fffb133c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.fffb133c","@aztec/constants":"0.0.1-commit.fffb133c","@aztec/simulator":"0.0.1-commit.fffb133c","@aztec/aztec-node":"0.0.1-commit.fffb133c","@aztec/foundation":"0.0.1-commit.fffb133c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.fffb133c","@aztec/entrypoints":"0.0.1-commit.fffb133c","@aztec/epoch-cache":"0.0.1-commit.fffb133c","@aztec/merkle-tree":"0.0.1-commit.fffb133c","@aztec/prover-node":"0.0.1-commit.fffb133c","@aztec/test-wallet":"0.0.1-commit.fffb133c","@aztec/world-state":"0.0.1-commit.fffb133c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.fffb133c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.fffb133c","@aztec/prover-client":"0.0.1-commit.fffb133c","@aztec/noir-noirc_abi":"0.0.1-commit.fffb133c","@aztec/sequencer-client":"0.0.1-commit.fffb133c","@aztec/telemetry-client":"0.0.1-commit.fffb133c","@aztec/validator-client":"0.0.1-commit.fffb133c","@aztec/noir-contracts.js":"0.0.1-commit.fffb133c","@aztec/protocol-contracts":"0.0.1-commit.fffb133c","@aztec/validator-ha-signer":"0.0.1-commit.fffb133c","@aztec/noir-test-contracts.js":"0.0.1-commit.fffb133c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.fffb133c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.fffb133c_1769473051563_0.8788730771015199","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e61ad554":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e61ad554","_id":"@aztec/end-to-end@0.0.1-commit.e61ad554","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"372e1c398a07dd65e87bb19755222b5cd08deaa0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e61ad554.tgz","fileCount":235,"integrity":"sha512-VAM7tqA1wg3Lada4qVr+AIq5xem2qUxFwp1/Zihv/vNoTc7rmr8xItDNwXyBv/tthndEB0IhlclN0qB6eGNAwQ==","signatures":[{"sig":"MEUCIQCqtHXEiasyixpeRtBfcnXpr+TklSYaAApV+JHSj/cTNgIgfbq3omBHuCWI0gTekfOaBq6VamUd3VovPwhzxFPPuQA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e61ad55404921581c97d7ebea1cae54f3fa48549","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e61ad554","@aztec/cli":"0.0.1-commit.e61ad554","@aztec/p2p":"0.0.1-commit.e61ad554","@aztec/pxe":"0.0.1-commit.e61ad554","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e61ad554","@aztec/bb.js":"0.0.1-commit.e61ad554","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e61ad554","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e61ad554","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e61ad554","@aztec/archiver":"0.0.1-commit.e61ad554","@aztec/aztec.js":"0.0.1-commit.e61ad554","@aztec/blob-lib":"0.0.1-commit.e61ad554","@aztec/ethereum":"0.0.1-commit.e61ad554","@aztec/kv-store":"0.0.1-commit.e61ad554","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e61ad554","@aztec/constants":"0.0.1-commit.e61ad554","@aztec/simulator":"0.0.1-commit.e61ad554","@aztec/aztec-node":"0.0.1-commit.e61ad554","@aztec/foundation":"0.0.1-commit.e61ad554","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e61ad554","@aztec/entrypoints":"0.0.1-commit.e61ad554","@aztec/epoch-cache":"0.0.1-commit.e61ad554","@aztec/merkle-tree":"0.0.1-commit.e61ad554","@aztec/prover-node":"0.0.1-commit.e61ad554","@aztec/test-wallet":"0.0.1-commit.e61ad554","@aztec/world-state":"0.0.1-commit.e61ad554","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e61ad554","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e61ad554","@aztec/prover-client":"0.0.1-commit.e61ad554","@aztec/noir-noirc_abi":"0.0.1-commit.e61ad554","@aztec/sequencer-client":"0.0.1-commit.e61ad554","@aztec/telemetry-client":"0.0.1-commit.e61ad554","@aztec/validator-client":"0.0.1-commit.e61ad554","@aztec/noir-contracts.js":"0.0.1-commit.e61ad554","@aztec/protocol-contracts":"0.0.1-commit.e61ad554","@aztec/validator-ha-signer":"0.0.1-commit.e61ad554","@aztec/noir-test-contracts.js":"0.0.1-commit.e61ad554","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e61ad554"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e61ad554_1769483744440_0.20935768871465466","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260127":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260127","_id":"@aztec/end-to-end@4.0.0-nightly.20260127","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e643a5129822c217fac175808e0af4e5727908a4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260127.tgz","fileCount":235,"integrity":"sha512-CcSX8oHDJyEXmB85l+/BJkRSsf/lzO/vRPt7DxJ0XQTHA7I8gPRl4YacdFUABA++Ewr7G3wI+DK4ah5PyYxiIA==","signatures":[{"sig":"MEUCIEjzw0E9vEfDbDAC0NO8sIIGlxwZHT5zLftDxfkKX17iAiEAic6An3B8sEe9q4jYqwXflUXzszuspb2Jkwd7C3rVKTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828558},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6be0df01eb17e0c468abc46ea0c239929c90c503","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260127","@aztec/cli":"4.0.0-nightly.20260127","@aztec/p2p":"4.0.0-nightly.20260127","@aztec/pxe":"4.0.0-nightly.20260127","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260127","@aztec/bb.js":"4.0.0-nightly.20260127","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260127","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260127","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260127","@aztec/archiver":"4.0.0-nightly.20260127","@aztec/aztec.js":"4.0.0-nightly.20260127","@aztec/blob-lib":"4.0.0-nightly.20260127","@aztec/ethereum":"4.0.0-nightly.20260127","@aztec/kv-store":"4.0.0-nightly.20260127","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260127","@aztec/constants":"4.0.0-nightly.20260127","@aztec/simulator":"4.0.0-nightly.20260127","@aztec/aztec-node":"4.0.0-nightly.20260127","@aztec/foundation":"4.0.0-nightly.20260127","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260127","@aztec/entrypoints":"4.0.0-nightly.20260127","@aztec/epoch-cache":"4.0.0-nightly.20260127","@aztec/merkle-tree":"4.0.0-nightly.20260127","@aztec/prover-node":"4.0.0-nightly.20260127","@aztec/test-wallet":"4.0.0-nightly.20260127","@aztec/world-state":"4.0.0-nightly.20260127","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260127","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260127","@aztec/prover-client":"4.0.0-nightly.20260127","@aztec/noir-noirc_abi":"4.0.0-nightly.20260127","@aztec/sequencer-client":"4.0.0-nightly.20260127","@aztec/telemetry-client":"4.0.0-nightly.20260127","@aztec/validator-client":"4.0.0-nightly.20260127","@aztec/noir-contracts.js":"4.0.0-nightly.20260127","@aztec/protocol-contracts":"4.0.0-nightly.20260127","@aztec/validator-ha-signer":"4.0.0-nightly.20260127","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260127","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260127"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260127_1769486561799_0.9132879238129112","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1bea0213":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1bea0213","_id":"@aztec/end-to-end@0.0.1-commit.1bea0213","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bc25cd1c060681187af0148471abf1f0f9a13de7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1bea0213.tgz","fileCount":235,"integrity":"sha512-R3bvvRG+tZFEimWcQrn2cOVRQhugWAukbxl+zp8kCL5JmnpHYgtQ6SofKK4imMbio0PAUgIFTsTax/uPUIS3ew==","signatures":[{"sig":"MEQCIAtUkwPcYoQtc3IeZW37EU7pf5J/+o+32yPPtYTqLl7xAiA/wsrOWM/Y21ugZxJHj1XeL4REe+NPbVNKqk/3uhUsmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1bea0213c9950a48e9b744916be6927aa5ed069b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1bea0213","@aztec/cli":"0.0.1-commit.1bea0213","@aztec/p2p":"0.0.1-commit.1bea0213","@aztec/pxe":"0.0.1-commit.1bea0213","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1bea0213","@aztec/bb.js":"0.0.1-commit.1bea0213","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1bea0213","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1bea0213","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1bea0213","@aztec/archiver":"0.0.1-commit.1bea0213","@aztec/aztec.js":"0.0.1-commit.1bea0213","@aztec/blob-lib":"0.0.1-commit.1bea0213","@aztec/ethereum":"0.0.1-commit.1bea0213","@aztec/kv-store":"0.0.1-commit.1bea0213","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1bea0213","@aztec/constants":"0.0.1-commit.1bea0213","@aztec/simulator":"0.0.1-commit.1bea0213","@aztec/aztec-node":"0.0.1-commit.1bea0213","@aztec/foundation":"0.0.1-commit.1bea0213","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1bea0213","@aztec/entrypoints":"0.0.1-commit.1bea0213","@aztec/epoch-cache":"0.0.1-commit.1bea0213","@aztec/merkle-tree":"0.0.1-commit.1bea0213","@aztec/prover-node":"0.0.1-commit.1bea0213","@aztec/test-wallet":"0.0.1-commit.1bea0213","@aztec/world-state":"0.0.1-commit.1bea0213","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1bea0213","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1bea0213","@aztec/prover-client":"0.0.1-commit.1bea0213","@aztec/noir-noirc_abi":"0.0.1-commit.1bea0213","@aztec/sequencer-client":"0.0.1-commit.1bea0213","@aztec/telemetry-client":"0.0.1-commit.1bea0213","@aztec/validator-client":"0.0.1-commit.1bea0213","@aztec/noir-contracts.js":"0.0.1-commit.1bea0213","@aztec/protocol-contracts":"0.0.1-commit.1bea0213","@aztec/validator-ha-signer":"0.0.1-commit.1bea0213","@aztec/noir-test-contracts.js":"0.0.1-commit.1bea0213","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1bea0213"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1bea0213_1769523270472_0.432092934012678","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.bf2612ae":{"name":"@aztec/end-to-end","version":"0.0.1-commit.bf2612ae","_id":"@aztec/end-to-end@0.0.1-commit.bf2612ae","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e6858e0c03e7c599a2f68151feb607183d331ce2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.bf2612ae.tgz","fileCount":235,"integrity":"sha512-fyqSIhGsc2Fazg+GSlop5HdQWjU6VwFNZHt24sbHxoJzbjQNMFyEM12qXN2PRoQ77ZgNPUEtwvv5wsJAjoci7w==","signatures":[{"sig":"MEYCIQDdGltZJHxq/c2Qhg0dSbNwQyS7iuo0eUr8Wd6HYPqHEgIhALI7de1J2y+LDT3DwtJj+Tqx/hz3OZJ4Lea6ONl3D6oy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36828519},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bf2612ae4e245a714274f49548e3b0c9b2bf378e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.bf2612ae","@aztec/cli":"0.0.1-commit.bf2612ae","@aztec/p2p":"0.0.1-commit.bf2612ae","@aztec/pxe":"0.0.1-commit.bf2612ae","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.bf2612ae","@aztec/bb.js":"0.0.1-commit.bf2612ae","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.bf2612ae","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.bf2612ae","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.bf2612ae","@aztec/archiver":"0.0.1-commit.bf2612ae","@aztec/aztec.js":"0.0.1-commit.bf2612ae","@aztec/blob-lib":"0.0.1-commit.bf2612ae","@aztec/ethereum":"0.0.1-commit.bf2612ae","@aztec/kv-store":"0.0.1-commit.bf2612ae","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.bf2612ae","@aztec/constants":"0.0.1-commit.bf2612ae","@aztec/simulator":"0.0.1-commit.bf2612ae","@aztec/aztec-node":"0.0.1-commit.bf2612ae","@aztec/foundation":"0.0.1-commit.bf2612ae","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.bf2612ae","@aztec/entrypoints":"0.0.1-commit.bf2612ae","@aztec/epoch-cache":"0.0.1-commit.bf2612ae","@aztec/merkle-tree":"0.0.1-commit.bf2612ae","@aztec/prover-node":"0.0.1-commit.bf2612ae","@aztec/test-wallet":"0.0.1-commit.bf2612ae","@aztec/world-state":"0.0.1-commit.bf2612ae","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.bf2612ae","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.bf2612ae","@aztec/prover-client":"0.0.1-commit.bf2612ae","@aztec/noir-noirc_abi":"0.0.1-commit.bf2612ae","@aztec/sequencer-client":"0.0.1-commit.bf2612ae","@aztec/telemetry-client":"0.0.1-commit.bf2612ae","@aztec/validator-client":"0.0.1-commit.bf2612ae","@aztec/noir-contracts.js":"0.0.1-commit.bf2612ae","@aztec/protocol-contracts":"0.0.1-commit.bf2612ae","@aztec/validator-ha-signer":"0.0.1-commit.bf2612ae","@aztec/noir-test-contracts.js":"0.0.1-commit.bf2612ae","@aztec/noir-protocol-circuits-types":"0.0.1-commit.bf2612ae"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.bf2612ae_1769523353746_0.5124288642981953","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3469e52":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3469e52","_id":"@aztec/end-to-end@0.0.1-commit.3469e52","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a78c0267c9713ffd41d903c11574d03dc266d984","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3469e52.tgz","fileCount":195,"integrity":"sha512-FCfQmvpsI52CgLZ1/jr2C33a0iRtOjCufbKScK1Mo1hUOoY8hLprR5KnDgIxhZN7RijThV4Qt5dlrbaykN7dEQ==","signatures":[{"sig":"MEUCIQCqw8n0XFApSLYCUxmCG3dSkgfBwvsrfvjMGlnHlummcgIgBjyOzCCEdQei28lQm484BvCaZ7V5mhDG4DUxGO3CWBU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36776167},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3469e52acfab51a39cbee1b082587617405941a1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3469e52","@aztec/cli":"0.0.1-commit.3469e52","@aztec/p2p":"0.0.1-commit.3469e52","@aztec/pxe":"0.0.1-commit.3469e52","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3469e52","@aztec/bb.js":"0.0.1-commit.3469e52","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3469e52","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3469e52","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3469e52","@aztec/archiver":"0.0.1-commit.3469e52","@aztec/aztec.js":"0.0.1-commit.3469e52","@aztec/blob-lib":"0.0.1-commit.3469e52","@aztec/ethereum":"0.0.1-commit.3469e52","@aztec/kv-store":"0.0.1-commit.3469e52","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3469e52","@aztec/constants":"0.0.1-commit.3469e52","@aztec/simulator":"0.0.1-commit.3469e52","@aztec/aztec-node":"0.0.1-commit.3469e52","@aztec/foundation":"0.0.1-commit.3469e52","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3469e52","@aztec/entrypoints":"0.0.1-commit.3469e52","@aztec/epoch-cache":"0.0.1-commit.3469e52","@aztec/merkle-tree":"0.0.1-commit.3469e52","@aztec/prover-node":"0.0.1-commit.3469e52","@aztec/test-wallet":"0.0.1-commit.3469e52","@aztec/world-state":"0.0.1-commit.3469e52","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3469e52","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3469e52","@aztec/prover-client":"0.0.1-commit.3469e52","@aztec/noir-noirc_abi":"0.0.1-commit.3469e52","@aztec/sequencer-client":"0.0.1-commit.3469e52","@aztec/telemetry-client":"0.0.1-commit.3469e52","@aztec/validator-client":"0.0.1-commit.3469e52","@aztec/noir-contracts.js":"0.0.1-commit.3469e52","@aztec/protocol-contracts":"0.0.1-commit.3469e52","@aztec/validator-ha-signer":"0.0.1-commit.3469e52","@aztec/noir-test-contracts.js":"0.0.1-commit.3469e52","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3469e52"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3469e52_1769527569831_0.6591211055063828","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.59e663cd":{"name":"@aztec/end-to-end","version":"0.0.1-commit.59e663cd","_id":"@aztec/end-to-end@0.0.1-commit.59e663cd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ed3b53688aa270f226db52c8860cf34c88f6749d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.59e663cd.tgz","fileCount":235,"integrity":"sha512-eM1qrvbpGDy/H2nY2zwUKLgbbz+mpighLnsLQxJh/N1DVJ706Y0y1LoM65/AV6esOi3mer04C/QpmcwTEGi5zQ==","signatures":[{"sig":"MEYCIQCxyTSjsLUQVm6dROaZNS/InZJcohtX1QI9vMUnIUvTQAIhAOpI9AhZgSWT+/JdLaclov/vM+/dAYrF23w0qLBNWnE0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36830815},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"59e663cd0e653b481ff9dc97d12af35b055782aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.59e663cd","@aztec/cli":"0.0.1-commit.59e663cd","@aztec/p2p":"0.0.1-commit.59e663cd","@aztec/pxe":"0.0.1-commit.59e663cd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.59e663cd","@aztec/bb.js":"0.0.1-commit.59e663cd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.59e663cd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.59e663cd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.59e663cd","@aztec/archiver":"0.0.1-commit.59e663cd","@aztec/aztec.js":"0.0.1-commit.59e663cd","@aztec/blob-lib":"0.0.1-commit.59e663cd","@aztec/ethereum":"0.0.1-commit.59e663cd","@aztec/kv-store":"0.0.1-commit.59e663cd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.59e663cd","@aztec/constants":"0.0.1-commit.59e663cd","@aztec/simulator":"0.0.1-commit.59e663cd","@aztec/aztec-node":"0.0.1-commit.59e663cd","@aztec/foundation":"0.0.1-commit.59e663cd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.59e663cd","@aztec/entrypoints":"0.0.1-commit.59e663cd","@aztec/epoch-cache":"0.0.1-commit.59e663cd","@aztec/merkle-tree":"0.0.1-commit.59e663cd","@aztec/prover-node":"0.0.1-commit.59e663cd","@aztec/test-wallet":"0.0.1-commit.59e663cd","@aztec/world-state":"0.0.1-commit.59e663cd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.59e663cd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.59e663cd","@aztec/prover-client":"0.0.1-commit.59e663cd","@aztec/noir-noirc_abi":"0.0.1-commit.59e663cd","@aztec/sequencer-client":"0.0.1-commit.59e663cd","@aztec/telemetry-client":"0.0.1-commit.59e663cd","@aztec/validator-client":"0.0.1-commit.59e663cd","@aztec/noir-contracts.js":"0.0.1-commit.59e663cd","@aztec/protocol-contracts":"0.0.1-commit.59e663cd","@aztec/validator-ha-signer":"0.0.1-commit.59e663cd","@aztec/noir-test-contracts.js":"0.0.1-commit.59e663cd","@aztec/noir-protocol-circuits-types":"0.0.1-commit.59e663cd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.59e663cd_1769531950340_0.743727458721632","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260128":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260128","_id":"@aztec/end-to-end@4.0.0-nightly.20260128","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ac449ecc16991b856d6d643032b9dab7913aaf97","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260128.tgz","fileCount":235,"integrity":"sha512-TQhbsb2UbGsLn6tk/ytflHgl3nkoWe8quL4Tyo0vCNONX/DO4kT/nYlKF7KYByPb9peA8DA0T+kIzAHu7SCGng==","signatures":[{"sig":"MEYCIQDtoGSWSA0WAEWB5mP46uPSpwYHhNm6VDZSJQpz9m1cswIhANu+EBtxFOtJk6EOtdjyeHKpGC2i7fZLC35O1Ew+SG9f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842841},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8b8f888ca4494118e5f4697b5b6632ef97b79af6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260128","@aztec/cli":"4.0.0-nightly.20260128","@aztec/p2p":"4.0.0-nightly.20260128","@aztec/pxe":"4.0.0-nightly.20260128","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260128","@aztec/bb.js":"4.0.0-nightly.20260128","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260128","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260128","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260128","@aztec/archiver":"4.0.0-nightly.20260128","@aztec/aztec.js":"4.0.0-nightly.20260128","@aztec/blob-lib":"4.0.0-nightly.20260128","@aztec/ethereum":"4.0.0-nightly.20260128","@aztec/kv-store":"4.0.0-nightly.20260128","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260128","@aztec/constants":"4.0.0-nightly.20260128","@aztec/simulator":"4.0.0-nightly.20260128","@aztec/aztec-node":"4.0.0-nightly.20260128","@aztec/foundation":"4.0.0-nightly.20260128","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260128","@aztec/entrypoints":"4.0.0-nightly.20260128","@aztec/epoch-cache":"4.0.0-nightly.20260128","@aztec/merkle-tree":"4.0.0-nightly.20260128","@aztec/prover-node":"4.0.0-nightly.20260128","@aztec/test-wallet":"4.0.0-nightly.20260128","@aztec/world-state":"4.0.0-nightly.20260128","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260128","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260128","@aztec/prover-client":"4.0.0-nightly.20260128","@aztec/noir-noirc_abi":"4.0.0-nightly.20260128","@aztec/sequencer-client":"4.0.0-nightly.20260128","@aztec/telemetry-client":"4.0.0-nightly.20260128","@aztec/validator-client":"4.0.0-nightly.20260128","@aztec/noir-contracts.js":"4.0.0-nightly.20260128","@aztec/protocol-contracts":"4.0.0-nightly.20260128","@aztec/validator-ha-signer":"4.0.0-nightly.20260128","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260128","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260128"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260128_1769573623214_0.20652627642211052","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.29c6b1a3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.29c6b1a3","_id":"@aztec/end-to-end@0.0.1-commit.29c6b1a3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b0ad86854e234ff84b69425a77582f031bc95544","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.29c6b1a3.tgz","fileCount":235,"integrity":"sha512-Faq6aC+snfLWJVrss2yyjEj14XeAjJtH6hTJAW5OkhDTBq2/uYOZIphaie7BIFmvXRT9+hPlZCQL37h1aDCBxw==","signatures":[{"sig":"MEYCIQCP9mXGPYFlgRO9b0zFteK4wjyefCUGDTS2excu/VLV5wIhAIkDQsbAJzn2EauqlcIu8242CBazn5bAMD7JRt2h3WTC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36843044},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"29c6b1a3a408bfefff568f171c141e1248d09d00","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.29c6b1a3","@aztec/cli":"0.0.1-commit.29c6b1a3","@aztec/p2p":"0.0.1-commit.29c6b1a3","@aztec/pxe":"0.0.1-commit.29c6b1a3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.29c6b1a3","@aztec/bb.js":"0.0.1-commit.29c6b1a3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.29c6b1a3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.29c6b1a3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.29c6b1a3","@aztec/archiver":"0.0.1-commit.29c6b1a3","@aztec/aztec.js":"0.0.1-commit.29c6b1a3","@aztec/blob-lib":"0.0.1-commit.29c6b1a3","@aztec/ethereum":"0.0.1-commit.29c6b1a3","@aztec/kv-store":"0.0.1-commit.29c6b1a3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.29c6b1a3","@aztec/constants":"0.0.1-commit.29c6b1a3","@aztec/simulator":"0.0.1-commit.29c6b1a3","@aztec/aztec-node":"0.0.1-commit.29c6b1a3","@aztec/foundation":"0.0.1-commit.29c6b1a3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.29c6b1a3","@aztec/entrypoints":"0.0.1-commit.29c6b1a3","@aztec/epoch-cache":"0.0.1-commit.29c6b1a3","@aztec/merkle-tree":"0.0.1-commit.29c6b1a3","@aztec/prover-node":"0.0.1-commit.29c6b1a3","@aztec/test-wallet":"0.0.1-commit.29c6b1a3","@aztec/world-state":"0.0.1-commit.29c6b1a3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.29c6b1a3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.29c6b1a3","@aztec/prover-client":"0.0.1-commit.29c6b1a3","@aztec/noir-noirc_abi":"0.0.1-commit.29c6b1a3","@aztec/sequencer-client":"0.0.1-commit.29c6b1a3","@aztec/telemetry-client":"0.0.1-commit.29c6b1a3","@aztec/validator-client":"0.0.1-commit.29c6b1a3","@aztec/noir-contracts.js":"0.0.1-commit.29c6b1a3","@aztec/protocol-contracts":"0.0.1-commit.29c6b1a3","@aztec/validator-ha-signer":"0.0.1-commit.29c6b1a3","@aztec/noir-test-contracts.js":"0.0.1-commit.29c6b1a3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.29c6b1a3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.29c6b1a3_1769600906380_0.9843400854404689","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c80b6263":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c80b6263","_id":"@aztec/end-to-end@0.0.1-commit.c80b6263","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ae59d5c35ca027fa4e2a0c13d60dfe38baf9178d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c80b6263.tgz","fileCount":235,"integrity":"sha512-hrSsMjnxGHfnD+qkte8LmFNND8WDTwnoPPQVoXzv7usT1e/2Eil0rznBZVaYSX9790MC0ZL7p2sx2U0FMOA62Q==","signatures":[{"sig":"MEUCIQDIHGlMpQJ++Xen7TFop/+TZ9ab4tPKpVUde+t2jBcYTwIgEFSbt6SlYG3pHbN1gBtjQuXmH3Msy65ZP2E04pKyXEc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842217},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c80b6263e18a7dd550e8cfa2b5b64aecf64c3963","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c80b6263","@aztec/cli":"0.0.1-commit.c80b6263","@aztec/p2p":"0.0.1-commit.c80b6263","@aztec/pxe":"0.0.1-commit.c80b6263","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c80b6263","@aztec/bb.js":"0.0.1-commit.c80b6263","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c80b6263","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c80b6263","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c80b6263","@aztec/archiver":"0.0.1-commit.c80b6263","@aztec/aztec.js":"0.0.1-commit.c80b6263","@aztec/blob-lib":"0.0.1-commit.c80b6263","@aztec/ethereum":"0.0.1-commit.c80b6263","@aztec/kv-store":"0.0.1-commit.c80b6263","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c80b6263","@aztec/constants":"0.0.1-commit.c80b6263","@aztec/simulator":"0.0.1-commit.c80b6263","@aztec/aztec-node":"0.0.1-commit.c80b6263","@aztec/foundation":"0.0.1-commit.c80b6263","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c80b6263","@aztec/entrypoints":"0.0.1-commit.c80b6263","@aztec/epoch-cache":"0.0.1-commit.c80b6263","@aztec/merkle-tree":"0.0.1-commit.c80b6263","@aztec/prover-node":"0.0.1-commit.c80b6263","@aztec/test-wallet":"0.0.1-commit.c80b6263","@aztec/world-state":"0.0.1-commit.c80b6263","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c80b6263","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c80b6263","@aztec/prover-client":"0.0.1-commit.c80b6263","@aztec/noir-noirc_abi":"0.0.1-commit.c80b6263","@aztec/sequencer-client":"0.0.1-commit.c80b6263","@aztec/telemetry-client":"0.0.1-commit.c80b6263","@aztec/validator-client":"0.0.1-commit.c80b6263","@aztec/noir-contracts.js":"0.0.1-commit.c80b6263","@aztec/protocol-contracts":"0.0.1-commit.c80b6263","@aztec/validator-ha-signer":"0.0.1-commit.c80b6263","@aztec/noir-test-contracts.js":"0.0.1-commit.c80b6263","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c80b6263"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c80b6263_1769620638224_0.3786532092824728","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c31f2472":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c31f2472","_id":"@aztec/end-to-end@0.0.1-commit.c31f2472","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"06d4b9a4bf6be58db6b76c27f06159a164582cc6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c31f2472.tgz","fileCount":235,"integrity":"sha512-vUn/cFz3MTqwDUFirSsX6pk7BFUwpAg+dtM71I0PDUkkPDzmjPY8xc+qFHj/Ha3lAJAjPHn8M1layNKubsOk4g==","signatures":[{"sig":"MEQCIHwuyc/S0ObMbDw0/Pljo7kej647ZTx5iA/prPUOWKarAiAtlyZicVibOHPGjVTFsvSTnqIepg0wjFt7s++CZqKgVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842125},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c31f2472f8c05a5335576ec869243a1e85c2864f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c31f2472","@aztec/cli":"0.0.1-commit.c31f2472","@aztec/p2p":"0.0.1-commit.c31f2472","@aztec/pxe":"0.0.1-commit.c31f2472","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c31f2472","@aztec/bb.js":"0.0.1-commit.c31f2472","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c31f2472","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c31f2472","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c31f2472","@aztec/archiver":"0.0.1-commit.c31f2472","@aztec/aztec.js":"0.0.1-commit.c31f2472","@aztec/blob-lib":"0.0.1-commit.c31f2472","@aztec/ethereum":"0.0.1-commit.c31f2472","@aztec/kv-store":"0.0.1-commit.c31f2472","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c31f2472","@aztec/constants":"0.0.1-commit.c31f2472","@aztec/simulator":"0.0.1-commit.c31f2472","@aztec/aztec-node":"0.0.1-commit.c31f2472","@aztec/foundation":"0.0.1-commit.c31f2472","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c31f2472","@aztec/entrypoints":"0.0.1-commit.c31f2472","@aztec/epoch-cache":"0.0.1-commit.c31f2472","@aztec/merkle-tree":"0.0.1-commit.c31f2472","@aztec/prover-node":"0.0.1-commit.c31f2472","@aztec/test-wallet":"0.0.1-commit.c31f2472","@aztec/world-state":"0.0.1-commit.c31f2472","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c31f2472","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c31f2472","@aztec/prover-client":"0.0.1-commit.c31f2472","@aztec/noir-noirc_abi":"0.0.1-commit.c31f2472","@aztec/sequencer-client":"0.0.1-commit.c31f2472","@aztec/telemetry-client":"0.0.1-commit.c31f2472","@aztec/validator-client":"0.0.1-commit.c31f2472","@aztec/noir-contracts.js":"0.0.1-commit.c31f2472","@aztec/protocol-contracts":"0.0.1-commit.c31f2472","@aztec/validator-ha-signer":"0.0.1-commit.c31f2472","@aztec/noir-test-contracts.js":"0.0.1-commit.c31f2472","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c31f2472"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c31f2472_1769626787814_0.1310908866382281","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1a99e26c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1a99e26c","_id":"@aztec/end-to-end@0.0.1-commit.1a99e26c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"985b53e96494cfe1d4858a9f956a888b89efdb04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1a99e26c.tgz","fileCount":235,"integrity":"sha512-0CLnAdO7Uhb0cTfZawkp4pQHPqx7Sy8OAoVyScn2/6P7XNXLTx5rElXGYl3XebtS91hTo4Afa4m/rqSuL7fzcw==","signatures":[{"sig":"MEUCIQCvwh4rmJsB1eXOp69cu4BHe1IQ69a7JQhlNZCcqmQLXAIgJiOAXOkrB3uThpkVpCXVn0frvgaZ8+spxpHiYx78sRo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842125},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1a99e26cdce1c20c0b257981dc29b242fcd20ee0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1a99e26c","@aztec/cli":"0.0.1-commit.1a99e26c","@aztec/p2p":"0.0.1-commit.1a99e26c","@aztec/pxe":"0.0.1-commit.1a99e26c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1a99e26c","@aztec/bb.js":"0.0.1-commit.1a99e26c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1a99e26c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1a99e26c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1a99e26c","@aztec/archiver":"0.0.1-commit.1a99e26c","@aztec/aztec.js":"0.0.1-commit.1a99e26c","@aztec/blob-lib":"0.0.1-commit.1a99e26c","@aztec/ethereum":"0.0.1-commit.1a99e26c","@aztec/kv-store":"0.0.1-commit.1a99e26c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1a99e26c","@aztec/constants":"0.0.1-commit.1a99e26c","@aztec/simulator":"0.0.1-commit.1a99e26c","@aztec/aztec-node":"0.0.1-commit.1a99e26c","@aztec/foundation":"0.0.1-commit.1a99e26c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1a99e26c","@aztec/entrypoints":"0.0.1-commit.1a99e26c","@aztec/epoch-cache":"0.0.1-commit.1a99e26c","@aztec/merkle-tree":"0.0.1-commit.1a99e26c","@aztec/prover-node":"0.0.1-commit.1a99e26c","@aztec/test-wallet":"0.0.1-commit.1a99e26c","@aztec/world-state":"0.0.1-commit.1a99e26c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1a99e26c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1a99e26c","@aztec/prover-client":"0.0.1-commit.1a99e26c","@aztec/noir-noirc_abi":"0.0.1-commit.1a99e26c","@aztec/sequencer-client":"0.0.1-commit.1a99e26c","@aztec/telemetry-client":"0.0.1-commit.1a99e26c","@aztec/validator-client":"0.0.1-commit.1a99e26c","@aztec/noir-contracts.js":"0.0.1-commit.1a99e26c","@aztec/protocol-contracts":"0.0.1-commit.1a99e26c","@aztec/validator-ha-signer":"0.0.1-commit.1a99e26c","@aztec/noir-test-contracts.js":"0.0.1-commit.1a99e26c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1a99e26c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1a99e26c_1769637121898_0.978101981865467","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260129":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260129","_id":"@aztec/end-to-end@4.0.0-nightly.20260129","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b262e0ef9af13a93aec4ea69455b803263c2a93c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260129.tgz","fileCount":235,"integrity":"sha512-5qYMrRbY+sGUPgTobEpPa/YywC7Kgu3w5JFvLC0HkMvHPPhhZCPVnZvdKZpRbBV8mH6dZyyvn6BhpDrQV+PB4w==","signatures":[{"sig":"MEUCICrlK1udezPDgTja+Kiinmm6pzDdDRGR7OyxXydK3gYhAiEAjNGMnjASEoKP4oOkkaX5t/0Rov6XljUXISyjcfUQNTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842164},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7291e66fbfe501199eab192ab13ade579f17ab79","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260129","@aztec/cli":"4.0.0-nightly.20260129","@aztec/p2p":"4.0.0-nightly.20260129","@aztec/pxe":"4.0.0-nightly.20260129","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260129","@aztec/bb.js":"4.0.0-nightly.20260129","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260129","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260129","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260129","@aztec/archiver":"4.0.0-nightly.20260129","@aztec/aztec.js":"4.0.0-nightly.20260129","@aztec/blob-lib":"4.0.0-nightly.20260129","@aztec/ethereum":"4.0.0-nightly.20260129","@aztec/kv-store":"4.0.0-nightly.20260129","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260129","@aztec/constants":"4.0.0-nightly.20260129","@aztec/simulator":"4.0.0-nightly.20260129","@aztec/aztec-node":"4.0.0-nightly.20260129","@aztec/foundation":"4.0.0-nightly.20260129","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260129","@aztec/entrypoints":"4.0.0-nightly.20260129","@aztec/epoch-cache":"4.0.0-nightly.20260129","@aztec/merkle-tree":"4.0.0-nightly.20260129","@aztec/prover-node":"4.0.0-nightly.20260129","@aztec/test-wallet":"4.0.0-nightly.20260129","@aztec/world-state":"4.0.0-nightly.20260129","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260129","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260129","@aztec/prover-client":"4.0.0-nightly.20260129","@aztec/noir-noirc_abi":"4.0.0-nightly.20260129","@aztec/sequencer-client":"4.0.0-nightly.20260129","@aztec/telemetry-client":"4.0.0-nightly.20260129","@aztec/validator-client":"4.0.0-nightly.20260129","@aztec/noir-contracts.js":"4.0.0-nightly.20260129","@aztec/protocol-contracts":"4.0.0-nightly.20260129","@aztec/validator-ha-signer":"4.0.0-nightly.20260129","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260129","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260129"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260129_1769660447672_0.9186836824062568","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.18ccd8f0":{"name":"@aztec/end-to-end","version":"0.0.1-commit.18ccd8f0","_id":"@aztec/end-to-end@0.0.1-commit.18ccd8f0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1eaaa37971c05dc7b65974261be8e925466ecc88","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.18ccd8f0.tgz","fileCount":235,"integrity":"sha512-IzzhJvJm3M52Vchmee/a4+EYfg0UMqV7AOi4PXT1KrWRSRy4fg26K6XFTW2WyAGs0OgVYrK54m58gHBj6EQm9A==","signatures":[{"sig":"MEUCIQDxYRtBFOrt7FOL4ZVYDVA3L1SV74vGWgDS0fJxM+ICwAIgDyjXmjE9xFRk3AP4YL4ColPAVAAMbM64N/ptjqyoj4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36842125},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"18ccd8f0a9e60a91c2526109d765ff8c48927b2a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.18ccd8f0","@aztec/cli":"0.0.1-commit.18ccd8f0","@aztec/p2p":"0.0.1-commit.18ccd8f0","@aztec/pxe":"0.0.1-commit.18ccd8f0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.18ccd8f0","@aztec/bb.js":"0.0.1-commit.18ccd8f0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.18ccd8f0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.18ccd8f0","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.18ccd8f0","@aztec/archiver":"0.0.1-commit.18ccd8f0","@aztec/aztec.js":"0.0.1-commit.18ccd8f0","@aztec/blob-lib":"0.0.1-commit.18ccd8f0","@aztec/ethereum":"0.0.1-commit.18ccd8f0","@aztec/kv-store":"0.0.1-commit.18ccd8f0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.18ccd8f0","@aztec/constants":"0.0.1-commit.18ccd8f0","@aztec/simulator":"0.0.1-commit.18ccd8f0","@aztec/aztec-node":"0.0.1-commit.18ccd8f0","@aztec/foundation":"0.0.1-commit.18ccd8f0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.18ccd8f0","@aztec/entrypoints":"0.0.1-commit.18ccd8f0","@aztec/epoch-cache":"0.0.1-commit.18ccd8f0","@aztec/merkle-tree":"0.0.1-commit.18ccd8f0","@aztec/prover-node":"0.0.1-commit.18ccd8f0","@aztec/test-wallet":"0.0.1-commit.18ccd8f0","@aztec/world-state":"0.0.1-commit.18ccd8f0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.18ccd8f0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.18ccd8f0","@aztec/prover-client":"0.0.1-commit.18ccd8f0","@aztec/noir-noirc_abi":"0.0.1-commit.18ccd8f0","@aztec/sequencer-client":"0.0.1-commit.18ccd8f0","@aztec/telemetry-client":"0.0.1-commit.18ccd8f0","@aztec/validator-client":"0.0.1-commit.18ccd8f0","@aztec/noir-contracts.js":"0.0.1-commit.18ccd8f0","@aztec/protocol-contracts":"0.0.1-commit.18ccd8f0","@aztec/validator-ha-signer":"0.0.1-commit.18ccd8f0","@aztec/noir-test-contracts.js":"0.0.1-commit.18ccd8f0","@aztec/noir-protocol-circuits-types":"0.0.1-commit.18ccd8f0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.18ccd8f0_1769678845056_0.7887862503213121","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.54489865":{"name":"@aztec/end-to-end","version":"0.0.1-commit.54489865","_id":"@aztec/end-to-end@0.0.1-commit.54489865","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ac6b00cf8210b2d8fcb59fef3fa998d2ef9f9599","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.54489865.tgz","fileCount":235,"integrity":"sha512-YQBbUFgFArUhrxxCAb+wdOlvYx4lm+8ulQXMPAKFGAmB1BhlYzVRtvMSry/u/yI1bV0QHfQWLcoWQL1k+PjXew==","signatures":[{"sig":"MEYCIQD6lQffgwLtDTbp10JUntu6Y9KrBCrdpRtiggSeOxUEQAIhAI3eOy4j74J6H33wicVA9jBzG3dR/ysbqHBGG8cWmDIR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36871287},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"54489865e4fb5458be715381f41249d47fdac677","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.54489865","@aztec/cli":"0.0.1-commit.54489865","@aztec/p2p":"0.0.1-commit.54489865","@aztec/pxe":"0.0.1-commit.54489865","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.54489865","@aztec/bb.js":"0.0.1-commit.54489865","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.54489865","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.54489865","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.54489865","@aztec/archiver":"0.0.1-commit.54489865","@aztec/aztec.js":"0.0.1-commit.54489865","@aztec/blob-lib":"0.0.1-commit.54489865","@aztec/ethereum":"0.0.1-commit.54489865","@aztec/kv-store":"0.0.1-commit.54489865","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.54489865","@aztec/constants":"0.0.1-commit.54489865","@aztec/simulator":"0.0.1-commit.54489865","@aztec/aztec-node":"0.0.1-commit.54489865","@aztec/foundation":"0.0.1-commit.54489865","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.54489865","@aztec/entrypoints":"0.0.1-commit.54489865","@aztec/epoch-cache":"0.0.1-commit.54489865","@aztec/merkle-tree":"0.0.1-commit.54489865","@aztec/prover-node":"0.0.1-commit.54489865","@aztec/test-wallet":"0.0.1-commit.54489865","@aztec/world-state":"0.0.1-commit.54489865","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.54489865","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.54489865","@aztec/prover-client":"0.0.1-commit.54489865","@aztec/noir-noirc_abi":"0.0.1-commit.54489865","@aztec/sequencer-client":"0.0.1-commit.54489865","@aztec/telemetry-client":"0.0.1-commit.54489865","@aztec/validator-client":"0.0.1-commit.54489865","@aztec/noir-contracts.js":"0.0.1-commit.54489865","@aztec/protocol-contracts":"0.0.1-commit.54489865","@aztec/validator-ha-signer":"0.0.1-commit.54489865","@aztec/noir-test-contracts.js":"0.0.1-commit.54489865","@aztec/noir-protocol-circuits-types":"0.0.1-commit.54489865"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.54489865_1769701036834_0.9529986253075067","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c2595eba":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c2595eba","_id":"@aztec/end-to-end@0.0.1-commit.c2595eba","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22a944fd22eb19087f13790621859538a3308573","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c2595eba.tgz","fileCount":235,"integrity":"sha512-EZ3tN1UpyuidVLe17A+LrsP2wtL/IITgXxfWnbZ7SQDOI9sJW1Q94BBScVeiDt4IrkrVC96pfTXrx/aHgHipNg==","signatures":[{"sig":"MEYCIQCnton6b4IiiZqxvelyUhjDaVTlWhba5Pq7MvLPlJUwbAIhAP/7sNE/XUva+bJLEFctKZ+WdtIJD4xnuMpA9kgcDhYC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36871287},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c2595eba7a31641b28e958bf302f85254a2ddefc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c2595eba","@aztec/cli":"0.0.1-commit.c2595eba","@aztec/p2p":"0.0.1-commit.c2595eba","@aztec/pxe":"0.0.1-commit.c2595eba","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c2595eba","@aztec/bb.js":"0.0.1-commit.c2595eba","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c2595eba","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c2595eba","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c2595eba","@aztec/archiver":"0.0.1-commit.c2595eba","@aztec/aztec.js":"0.0.1-commit.c2595eba","@aztec/blob-lib":"0.0.1-commit.c2595eba","@aztec/ethereum":"0.0.1-commit.c2595eba","@aztec/kv-store":"0.0.1-commit.c2595eba","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c2595eba","@aztec/constants":"0.0.1-commit.c2595eba","@aztec/simulator":"0.0.1-commit.c2595eba","@aztec/aztec-node":"0.0.1-commit.c2595eba","@aztec/foundation":"0.0.1-commit.c2595eba","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c2595eba","@aztec/entrypoints":"0.0.1-commit.c2595eba","@aztec/epoch-cache":"0.0.1-commit.c2595eba","@aztec/merkle-tree":"0.0.1-commit.c2595eba","@aztec/prover-node":"0.0.1-commit.c2595eba","@aztec/test-wallet":"0.0.1-commit.c2595eba","@aztec/world-state":"0.0.1-commit.c2595eba","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c2595eba","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c2595eba","@aztec/prover-client":"0.0.1-commit.c2595eba","@aztec/noir-noirc_abi":"0.0.1-commit.c2595eba","@aztec/sequencer-client":"0.0.1-commit.c2595eba","@aztec/telemetry-client":"0.0.1-commit.c2595eba","@aztec/validator-client":"0.0.1-commit.c2595eba","@aztec/noir-contracts.js":"0.0.1-commit.c2595eba","@aztec/protocol-contracts":"0.0.1-commit.c2595eba","@aztec/validator-ha-signer":"0.0.1-commit.c2595eba","@aztec/noir-test-contracts.js":"0.0.1-commit.c2595eba","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c2595eba"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c2595eba_1769704754581_0.05952182178436671","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d431d1c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d431d1c","_id":"@aztec/end-to-end@0.0.1-commit.d431d1c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f4bf566d7868385d5e13e1b5ed9e0a1e95562ebe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d431d1c.tgz","fileCount":195,"integrity":"sha512-bDhoA0QGNs04qhK9CPFtNSzTXoj9f847wNmQkxJxRJjMCGIurDSFGovTpSzEtJ57SkMdrDsUC0g4vl2LgMGAeg==","signatures":[{"sig":"MEUCIQCAKginILQbZ3ZYHshK690GtIv+WMh6CBqqQNNr2AfmXAIgQ3QeiJoCaYHrTPn1wUCyJkae9Adz0PZXXA1vQOArRoM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36776167},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d431d1c2b3aa16cf023c460e0a9cee2ab97331e7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d431d1c","@aztec/cli":"0.0.1-commit.d431d1c","@aztec/p2p":"0.0.1-commit.d431d1c","@aztec/pxe":"0.0.1-commit.d431d1c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d431d1c","@aztec/bb.js":"0.0.1-commit.d431d1c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d431d1c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d431d1c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d431d1c","@aztec/archiver":"0.0.1-commit.d431d1c","@aztec/aztec.js":"0.0.1-commit.d431d1c","@aztec/blob-lib":"0.0.1-commit.d431d1c","@aztec/ethereum":"0.0.1-commit.d431d1c","@aztec/kv-store":"0.0.1-commit.d431d1c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d431d1c","@aztec/constants":"0.0.1-commit.d431d1c","@aztec/simulator":"0.0.1-commit.d431d1c","@aztec/aztec-node":"0.0.1-commit.d431d1c","@aztec/foundation":"0.0.1-commit.d431d1c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d431d1c","@aztec/entrypoints":"0.0.1-commit.d431d1c","@aztec/epoch-cache":"0.0.1-commit.d431d1c","@aztec/merkle-tree":"0.0.1-commit.d431d1c","@aztec/prover-node":"0.0.1-commit.d431d1c","@aztec/test-wallet":"0.0.1-commit.d431d1c","@aztec/world-state":"0.0.1-commit.d431d1c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d431d1c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d431d1c","@aztec/prover-client":"0.0.1-commit.d431d1c","@aztec/noir-noirc_abi":"0.0.1-commit.d431d1c","@aztec/sequencer-client":"0.0.1-commit.d431d1c","@aztec/telemetry-client":"0.0.1-commit.d431d1c","@aztec/validator-client":"0.0.1-commit.d431d1c","@aztec/noir-contracts.js":"0.0.1-commit.d431d1c","@aztec/protocol-contracts":"0.0.1-commit.d431d1c","@aztec/validator-ha-signer":"0.0.1-commit.d431d1c","@aztec/noir-test-contracts.js":"0.0.1-commit.d431d1c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d431d1c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d431d1c_1769705830225_0.06290332524402187","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260130":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260130","_id":"@aztec/end-to-end@4.0.0-nightly.20260130","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ffaa786d68fb7b671410b16bdea8b3b8732ec1f3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260130.tgz","fileCount":235,"integrity":"sha512-KxZGnfhCBaFhSxkkHlHAedL+pdsD+G6m5H9III+P6AjyzjvATIFk5pJ7QhkAnFjfvuXXM9Vq54Utij+g8nDnQg==","signatures":[{"sig":"MEYCIQD/mdksa5C60PFoTJjRrg/CcTn8gNDsVYm/9jMRVvqUcwIhAKd/2AvwA8ywHHr+Kni1B8/x617xqrT4Y85B63XT6do2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36871326},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4d38189fc61fef2cae4f5eee9393d5ffbe5db45b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260130","@aztec/cli":"4.0.0-nightly.20260130","@aztec/p2p":"4.0.0-nightly.20260130","@aztec/pxe":"4.0.0-nightly.20260130","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260130","@aztec/bb.js":"4.0.0-nightly.20260130","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260130","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260130","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260130","@aztec/archiver":"4.0.0-nightly.20260130","@aztec/aztec.js":"4.0.0-nightly.20260130","@aztec/blob-lib":"4.0.0-nightly.20260130","@aztec/ethereum":"4.0.0-nightly.20260130","@aztec/kv-store":"4.0.0-nightly.20260130","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260130","@aztec/constants":"4.0.0-nightly.20260130","@aztec/simulator":"4.0.0-nightly.20260130","@aztec/aztec-node":"4.0.0-nightly.20260130","@aztec/foundation":"4.0.0-nightly.20260130","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260130","@aztec/entrypoints":"4.0.0-nightly.20260130","@aztec/epoch-cache":"4.0.0-nightly.20260130","@aztec/merkle-tree":"4.0.0-nightly.20260130","@aztec/prover-node":"4.0.0-nightly.20260130","@aztec/test-wallet":"4.0.0-nightly.20260130","@aztec/world-state":"4.0.0-nightly.20260130","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260130","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260130","@aztec/prover-client":"4.0.0-nightly.20260130","@aztec/noir-noirc_abi":"4.0.0-nightly.20260130","@aztec/sequencer-client":"4.0.0-nightly.20260130","@aztec/telemetry-client":"4.0.0-nightly.20260130","@aztec/validator-client":"4.0.0-nightly.20260130","@aztec/noir-contracts.js":"4.0.0-nightly.20260130","@aztec/protocol-contracts":"4.0.0-nightly.20260130","@aztec/validator-ha-signer":"4.0.0-nightly.20260130","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260130","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260130"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260130_1769747028750_0.1575167414643357","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e3c1de76":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e3c1de76","_id":"@aztec/end-to-end@0.0.1-commit.e3c1de76","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ab943e8aff434b0fd083428165a5b7c8dabe748e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e3c1de76.tgz","fileCount":239,"integrity":"sha512-68c1NRnE3JhnrO7SJJtFR6o0Jbhko6etoqZFdzHZeh19Y6qbhZEPTDpD9VljnSUPdIXxcQIEyU8TFTG5wuwx1Q==","signatures":[{"sig":"MEQCIFNymVFIAHN6sn1U6E2JDf8CGv5iK9OYDsUExXv6xYh5AiAYSHc3E1JqNYYnYey5Prz+QNlsfM0qUBvp2C3R/UyP+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890034},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e3c1de760d01607bef13a7dc7ffbd8f0a5f07e76","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e3c1de76","@aztec/cli":"0.0.1-commit.e3c1de76","@aztec/p2p":"0.0.1-commit.e3c1de76","@aztec/pxe":"0.0.1-commit.e3c1de76","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e3c1de76","@aztec/bb.js":"0.0.1-commit.e3c1de76","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e3c1de76","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e3c1de76","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e3c1de76","@aztec/archiver":"0.0.1-commit.e3c1de76","@aztec/aztec.js":"0.0.1-commit.e3c1de76","@aztec/blob-lib":"0.0.1-commit.e3c1de76","@aztec/ethereum":"0.0.1-commit.e3c1de76","@aztec/kv-store":"0.0.1-commit.e3c1de76","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e3c1de76","@aztec/constants":"0.0.1-commit.e3c1de76","@aztec/simulator":"0.0.1-commit.e3c1de76","@aztec/aztec-node":"0.0.1-commit.e3c1de76","@aztec/foundation":"0.0.1-commit.e3c1de76","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e3c1de76","@aztec/entrypoints":"0.0.1-commit.e3c1de76","@aztec/epoch-cache":"0.0.1-commit.e3c1de76","@aztec/merkle-tree":"0.0.1-commit.e3c1de76","@aztec/prover-node":"0.0.1-commit.e3c1de76","@aztec/test-wallet":"0.0.1-commit.e3c1de76","@aztec/world-state":"0.0.1-commit.e3c1de76","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e3c1de76","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e3c1de76","@aztec/prover-client":"0.0.1-commit.e3c1de76","@aztec/noir-noirc_abi":"0.0.1-commit.e3c1de76","@aztec/sequencer-client":"0.0.1-commit.e3c1de76","@aztec/telemetry-client":"0.0.1-commit.e3c1de76","@aztec/validator-client":"0.0.1-commit.e3c1de76","@aztec/noir-contracts.js":"0.0.1-commit.e3c1de76","@aztec/protocol-contracts":"0.0.1-commit.e3c1de76","@aztec/validator-ha-signer":"0.0.1-commit.e3c1de76","@aztec/noir-test-contracts.js":"0.0.1-commit.e3c1de76","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e3c1de76"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e3c1de76_1769810519144_0.6520214004157376","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6b90f3f5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6b90f3f5","_id":"@aztec/end-to-end@0.0.1-commit.6b90f3f5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da0c65727493777de319ea6cde3b133fa5738493","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6b90f3f5.tgz","fileCount":239,"integrity":"sha512-xuCfnmIy3No2WewY5XVOJ4ptemDYcZfXmU+9aI8Q1dUriEZ5nK39bFt5Exfqi9k7OSgom8mFjLQB8Bdvjbb7Mg==","signatures":[{"sig":"MEYCIQC6ynxnQQhWqttvfQgFZYbxuacqBm68TCRfZfFgJto9UAIhAN/Pq12DsK2Tq2vmt7QWNwiw1SjnKPr2NGPTKYjmMGzu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890034},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6b90f3f5a886d3a2a5e3f64134bdbcf593e545fe","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6b90f3f5","@aztec/cli":"0.0.1-commit.6b90f3f5","@aztec/p2p":"0.0.1-commit.6b90f3f5","@aztec/pxe":"0.0.1-commit.6b90f3f5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6b90f3f5","@aztec/bb.js":"0.0.1-commit.6b90f3f5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6b90f3f5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6b90f3f5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6b90f3f5","@aztec/archiver":"0.0.1-commit.6b90f3f5","@aztec/aztec.js":"0.0.1-commit.6b90f3f5","@aztec/blob-lib":"0.0.1-commit.6b90f3f5","@aztec/ethereum":"0.0.1-commit.6b90f3f5","@aztec/kv-store":"0.0.1-commit.6b90f3f5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6b90f3f5","@aztec/constants":"0.0.1-commit.6b90f3f5","@aztec/simulator":"0.0.1-commit.6b90f3f5","@aztec/aztec-node":"0.0.1-commit.6b90f3f5","@aztec/foundation":"0.0.1-commit.6b90f3f5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6b90f3f5","@aztec/entrypoints":"0.0.1-commit.6b90f3f5","@aztec/epoch-cache":"0.0.1-commit.6b90f3f5","@aztec/merkle-tree":"0.0.1-commit.6b90f3f5","@aztec/prover-node":"0.0.1-commit.6b90f3f5","@aztec/test-wallet":"0.0.1-commit.6b90f3f5","@aztec/world-state":"0.0.1-commit.6b90f3f5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6b90f3f5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6b90f3f5","@aztec/prover-client":"0.0.1-commit.6b90f3f5","@aztec/noir-noirc_abi":"0.0.1-commit.6b90f3f5","@aztec/sequencer-client":"0.0.1-commit.6b90f3f5","@aztec/telemetry-client":"0.0.1-commit.6b90f3f5","@aztec/validator-client":"0.0.1-commit.6b90f3f5","@aztec/noir-contracts.js":"0.0.1-commit.6b90f3f5","@aztec/protocol-contracts":"0.0.1-commit.6b90f3f5","@aztec/validator-ha-signer":"0.0.1-commit.6b90f3f5","@aztec/noir-test-contracts.js":"0.0.1-commit.6b90f3f5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6b90f3f5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6b90f3f5_1769815565747_0.09559148877559975","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260131":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260131","_id":"@aztec/end-to-end@4.0.0-nightly.20260131","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22b6769d706220e4e2ec58b55491535bb241537a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260131.tgz","fileCount":239,"integrity":"sha512-r0XkHeAzQ3BUpoyRueiZO8odzv/ZigDDBonSGCmgn1V41j9BBK5kew+6PzEyIKf4kbpUZJDpokYPXV9ZUHTDQA==","signatures":[{"sig":"MEQCIAlWYZZaYBx6NJFWQ2QQ985lEnB3M3fw8gCGwVqjgCC8AiAfz5adqhol08odjop2Njeaxb7frP8WVGVQCeblP63haw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890073},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"65ce9a892b36ead97c0a4c89f8947a64c6894e52","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260131","@aztec/cli":"4.0.0-nightly.20260131","@aztec/p2p":"4.0.0-nightly.20260131","@aztec/pxe":"4.0.0-nightly.20260131","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260131","@aztec/bb.js":"4.0.0-nightly.20260131","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260131","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260131","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260131","@aztec/archiver":"4.0.0-nightly.20260131","@aztec/aztec.js":"4.0.0-nightly.20260131","@aztec/blob-lib":"4.0.0-nightly.20260131","@aztec/ethereum":"4.0.0-nightly.20260131","@aztec/kv-store":"4.0.0-nightly.20260131","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260131","@aztec/constants":"4.0.0-nightly.20260131","@aztec/simulator":"4.0.0-nightly.20260131","@aztec/aztec-node":"4.0.0-nightly.20260131","@aztec/foundation":"4.0.0-nightly.20260131","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260131","@aztec/entrypoints":"4.0.0-nightly.20260131","@aztec/epoch-cache":"4.0.0-nightly.20260131","@aztec/merkle-tree":"4.0.0-nightly.20260131","@aztec/prover-node":"4.0.0-nightly.20260131","@aztec/test-wallet":"4.0.0-nightly.20260131","@aztec/world-state":"4.0.0-nightly.20260131","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260131","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260131","@aztec/prover-client":"4.0.0-nightly.20260131","@aztec/noir-noirc_abi":"4.0.0-nightly.20260131","@aztec/sequencer-client":"4.0.0-nightly.20260131","@aztec/telemetry-client":"4.0.0-nightly.20260131","@aztec/validator-client":"4.0.0-nightly.20260131","@aztec/noir-contracts.js":"4.0.0-nightly.20260131","@aztec/protocol-contracts":"4.0.0-nightly.20260131","@aztec/validator-ha-signer":"4.0.0-nightly.20260131","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260131","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260131"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260131_1769833164909_0.47436015179222024","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e310a4c8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e310a4c8","_id":"@aztec/end-to-end@0.0.1-commit.e310a4c8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e6483fffc5884edb9b71faf720c868ff81190494","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e310a4c8.tgz","fileCount":239,"integrity":"sha512-GtJ4N+bpLalPHHbV6vMJN9gusxAB0pyABsZYiOGiFCixdv1MJTjZe7V3y7KPeR7sc26dJXr1zLIdfO9JGCWzsA==","signatures":[{"sig":"MEYCIQClfBeW019PCTJbeuo2mSvPOSMmoUS7AA1iOuv6F1wx/AIhAN2g4OwrJMvzzE2YqMtML+U4xFqwj0QZNHxCcEM/54/o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890034},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e310a4c85228ade7bfbbb5f24c51e6dfd3f761ef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e310a4c8","@aztec/cli":"0.0.1-commit.e310a4c8","@aztec/p2p":"0.0.1-commit.e310a4c8","@aztec/pxe":"0.0.1-commit.e310a4c8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e310a4c8","@aztec/bb.js":"0.0.1-commit.e310a4c8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e310a4c8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e310a4c8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e310a4c8","@aztec/archiver":"0.0.1-commit.e310a4c8","@aztec/aztec.js":"0.0.1-commit.e310a4c8","@aztec/blob-lib":"0.0.1-commit.e310a4c8","@aztec/ethereum":"0.0.1-commit.e310a4c8","@aztec/kv-store":"0.0.1-commit.e310a4c8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e310a4c8","@aztec/constants":"0.0.1-commit.e310a4c8","@aztec/simulator":"0.0.1-commit.e310a4c8","@aztec/aztec-node":"0.0.1-commit.e310a4c8","@aztec/foundation":"0.0.1-commit.e310a4c8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e310a4c8","@aztec/entrypoints":"0.0.1-commit.e310a4c8","@aztec/epoch-cache":"0.0.1-commit.e310a4c8","@aztec/merkle-tree":"0.0.1-commit.e310a4c8","@aztec/prover-node":"0.0.1-commit.e310a4c8","@aztec/test-wallet":"0.0.1-commit.e310a4c8","@aztec/world-state":"0.0.1-commit.e310a4c8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e310a4c8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e310a4c8","@aztec/prover-client":"0.0.1-commit.e310a4c8","@aztec/noir-noirc_abi":"0.0.1-commit.e310a4c8","@aztec/sequencer-client":"0.0.1-commit.e310a4c8","@aztec/telemetry-client":"0.0.1-commit.e310a4c8","@aztec/validator-client":"0.0.1-commit.e310a4c8","@aztec/noir-contracts.js":"0.0.1-commit.e310a4c8","@aztec/protocol-contracts":"0.0.1-commit.e310a4c8","@aztec/validator-ha-signer":"0.0.1-commit.e310a4c8","@aztec/noir-test-contracts.js":"0.0.1-commit.e310a4c8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e310a4c8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e310a4c8_1769854223963_0.6682671268886737","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260201":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260201","_id":"@aztec/end-to-end@4.0.0-nightly.20260201","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"053a8fad93e2948fa5e8ca61606c1352c38556e1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260201.tgz","fileCount":239,"integrity":"sha512-sns9z/1M1CS7t4QkmQu2ITArZiOL+eYbt5RcLJCNn1hrZsRA1Xi7CMI3k8KrNZb3D39VYut/ic0hDTGlUcdopg==","signatures":[{"sig":"MEQCIClq7ee2+v+eEfLc5fSE8cfdgrgEx13aG/ojITs+64viAiBklOINTQ9JwsEwMTKIkOTVSt6Z0BbKmEncMEh0k3qdYA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890073},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d7ec707e6cdedc837d13774179acbde0d36e9810","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260201","@aztec/cli":"4.0.0-nightly.20260201","@aztec/p2p":"4.0.0-nightly.20260201","@aztec/pxe":"4.0.0-nightly.20260201","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260201","@aztec/bb.js":"4.0.0-nightly.20260201","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260201","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260201","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260201","@aztec/archiver":"4.0.0-nightly.20260201","@aztec/aztec.js":"4.0.0-nightly.20260201","@aztec/blob-lib":"4.0.0-nightly.20260201","@aztec/ethereum":"4.0.0-nightly.20260201","@aztec/kv-store":"4.0.0-nightly.20260201","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260201","@aztec/constants":"4.0.0-nightly.20260201","@aztec/simulator":"4.0.0-nightly.20260201","@aztec/aztec-node":"4.0.0-nightly.20260201","@aztec/foundation":"4.0.0-nightly.20260201","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260201","@aztec/entrypoints":"4.0.0-nightly.20260201","@aztec/epoch-cache":"4.0.0-nightly.20260201","@aztec/merkle-tree":"4.0.0-nightly.20260201","@aztec/prover-node":"4.0.0-nightly.20260201","@aztec/test-wallet":"4.0.0-nightly.20260201","@aztec/world-state":"4.0.0-nightly.20260201","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260201","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260201","@aztec/prover-client":"4.0.0-nightly.20260201","@aztec/noir-noirc_abi":"4.0.0-nightly.20260201","@aztec/sequencer-client":"4.0.0-nightly.20260201","@aztec/telemetry-client":"4.0.0-nightly.20260201","@aztec/validator-client":"4.0.0-nightly.20260201","@aztec/noir-contracts.js":"4.0.0-nightly.20260201","@aztec/protocol-contracts":"4.0.0-nightly.20260201","@aztec/validator-ha-signer":"4.0.0-nightly.20260201","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260201","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260201"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260201_1769920978086_0.6614892735842974","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260202":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260202","_id":"@aztec/end-to-end@4.0.0-nightly.20260202","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d8025f44d9d4e26c7722fac8947e392141aa937","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260202.tgz","fileCount":239,"integrity":"sha512-8NHMSHSZEhr/i0caiuO7j/1E8qWPaScbEVQlZDbk2loMQGyQgETAbKfAliS5PR3jMRbLjW1L5i+sp82dr3OiYQ==","signatures":[{"sig":"MEYCIQDTN/yo4UcrylpPN0EVtezZ+0Yy8SlXtlkEqCFlVmLZYAIhAPlDP0WLlZHDibV5Mr5ILMUERLIuIv7Svz4tPWAe6dw4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890073},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0319115d88812d61771a1856448aa8d1c9e9df73","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260202","@aztec/cli":"4.0.0-nightly.20260202","@aztec/p2p":"4.0.0-nightly.20260202","@aztec/pxe":"4.0.0-nightly.20260202","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260202","@aztec/bb.js":"4.0.0-nightly.20260202","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260202","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260202","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260202","@aztec/archiver":"4.0.0-nightly.20260202","@aztec/aztec.js":"4.0.0-nightly.20260202","@aztec/blob-lib":"4.0.0-nightly.20260202","@aztec/ethereum":"4.0.0-nightly.20260202","@aztec/kv-store":"4.0.0-nightly.20260202","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260202","@aztec/constants":"4.0.0-nightly.20260202","@aztec/simulator":"4.0.0-nightly.20260202","@aztec/aztec-node":"4.0.0-nightly.20260202","@aztec/foundation":"4.0.0-nightly.20260202","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260202","@aztec/entrypoints":"4.0.0-nightly.20260202","@aztec/epoch-cache":"4.0.0-nightly.20260202","@aztec/merkle-tree":"4.0.0-nightly.20260202","@aztec/prover-node":"4.0.0-nightly.20260202","@aztec/test-wallet":"4.0.0-nightly.20260202","@aztec/world-state":"4.0.0-nightly.20260202","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260202","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260202","@aztec/prover-client":"4.0.0-nightly.20260202","@aztec/noir-noirc_abi":"4.0.0-nightly.20260202","@aztec/sequencer-client":"4.0.0-nightly.20260202","@aztec/telemetry-client":"4.0.0-nightly.20260202","@aztec/validator-client":"4.0.0-nightly.20260202","@aztec/noir-contracts.js":"4.0.0-nightly.20260202","@aztec/protocol-contracts":"4.0.0-nightly.20260202","@aztec/validator-ha-signer":"4.0.0-nightly.20260202","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260202","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260202"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260202_1770007131736_0.9256009401113279","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f146247c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f146247c","_id":"@aztec/end-to-end@0.0.1-commit.f146247c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eff872a5b949abb753be55ee9c2557c72a5fa17b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f146247c.tgz","fileCount":239,"integrity":"sha512-zzWeh7Pa/1Av9DqLuZrpW439WbJZhZykBpWHoaXsj1K4as5g/32ac4YhX7IuqkAxIm5m1e8kHuxkORd5wlNNrQ==","signatures":[{"sig":"MEUCIGcX4r+r8kcGexgDk76QghYJgH7TlCAKAqBVpjS6VLGzAiEAklPIhAFGb6B2EggToui0PbDH/sKptjRnYFR+ORT2bqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36890034},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f146247c4c08b42b71df7d59f4a8663c66663a58","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f146247c","@aztec/cli":"0.0.1-commit.f146247c","@aztec/p2p":"0.0.1-commit.f146247c","@aztec/pxe":"0.0.1-commit.f146247c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f146247c","@aztec/bb.js":"0.0.1-commit.f146247c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f146247c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f146247c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f146247c","@aztec/archiver":"0.0.1-commit.f146247c","@aztec/aztec.js":"0.0.1-commit.f146247c","@aztec/blob-lib":"0.0.1-commit.f146247c","@aztec/ethereum":"0.0.1-commit.f146247c","@aztec/kv-store":"0.0.1-commit.f146247c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f146247c","@aztec/constants":"0.0.1-commit.f146247c","@aztec/simulator":"0.0.1-commit.f146247c","@aztec/aztec-node":"0.0.1-commit.f146247c","@aztec/foundation":"0.0.1-commit.f146247c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f146247c","@aztec/entrypoints":"0.0.1-commit.f146247c","@aztec/epoch-cache":"0.0.1-commit.f146247c","@aztec/merkle-tree":"0.0.1-commit.f146247c","@aztec/prover-node":"0.0.1-commit.f146247c","@aztec/test-wallet":"0.0.1-commit.f146247c","@aztec/world-state":"0.0.1-commit.f146247c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f146247c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f146247c","@aztec/prover-client":"0.0.1-commit.f146247c","@aztec/noir-noirc_abi":"0.0.1-commit.f146247c","@aztec/sequencer-client":"0.0.1-commit.f146247c","@aztec/telemetry-client":"0.0.1-commit.f146247c","@aztec/validator-client":"0.0.1-commit.f146247c","@aztec/noir-contracts.js":"0.0.1-commit.f146247c","@aztec/protocol-contracts":"0.0.1-commit.f146247c","@aztec/validator-ha-signer":"0.0.1-commit.f146247c","@aztec/noir-test-contracts.js":"0.0.1-commit.f146247c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f146247c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f146247c_1770033989805_0.7105984033384949","host":"s3://npm-registry-packages-npm-production"}},"3.0.3-rc.3":{"name":"@aztec/end-to-end","version":"3.0.3-rc.3","_id":"@aztec/end-to-end@3.0.3-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cbc027e293ec5ca63ed69663d6d05c8ccafb5254","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.0.3-rc.3.tgz","fileCount":191,"integrity":"sha512-FP+6tsg3/5FFabgzUPU1gtys+gDgSUCwUwuVUwAFoD89hlT0y+E+01DqU/6gmS++UqWCSjpJVUHLbvGk3q80QQ==","signatures":[{"sig":"MEQCIDfL6AUXeu0EY9kUddspXp6rGkK1pFO/LASLrWef/Iy0AiBVxaJRvOBnWvoU6F92iV5Twp0Vmm6ocypHXf/IVxgDdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36794690},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"98ec29b3b715bc824117c75cc9ab314eb4e82e5e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.0.3-rc.3","@aztec/cli":"3.0.3-rc.3","@aztec/p2p":"3.0.3-rc.3","@aztec/pxe":"3.0.3-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.0.3-rc.3","@aztec/bb.js":"3.0.3-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.0.3-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.0.3-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"3.0.3-rc.3","@aztec/archiver":"3.0.3-rc.3","@aztec/aztec.js":"3.0.3-rc.3","@aztec/blob-lib":"3.0.3-rc.3","@aztec/ethereum":"3.0.3-rc.3","@aztec/kv-store":"3.0.3-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.0.3-rc.3","@aztec/blob-sink":"3.0.3-rc.3","@aztec/constants":"3.0.3-rc.3","@aztec/simulator":"3.0.3-rc.3","@aztec/aztec-node":"3.0.3-rc.3","@aztec/foundation":"3.0.3-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"3.0.3-rc.3","@aztec/epoch-cache":"3.0.3-rc.3","@aztec/merkle-tree":"3.0.3-rc.3","@aztec/prover-node":"3.0.3-rc.3","@aztec/test-wallet":"3.0.3-rc.3","@aztec/world-state":"3.0.3-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.0.3-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.0.3-rc.3","@aztec/prover-client":"3.0.3-rc.3","@aztec/noir-noirc_abi":"3.0.3-rc.3","@aztec/sequencer-client":"3.0.3-rc.3","@aztec/telemetry-client":"3.0.3-rc.3","@aztec/validator-client":"3.0.3-rc.3","@aztec/noir-contracts.js":"3.0.3-rc.3","@aztec/protocol-contracts":"3.0.3-rc.3","@aztec/noir-test-contracts.js":"3.0.3-rc.3","@aztec/noir-protocol-circuits-types":"3.0.3-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20251126.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.0.3-rc.3_1770047558840_0.33368175960687374","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.a072138":{"name":"@aztec/end-to-end","version":"0.0.1-commit.a072138","_id":"@aztec/end-to-end@0.0.1-commit.a072138","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"27f678e0f57bf163a89238662f43a4e441b8e2c9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.a072138.tgz","fileCount":239,"integrity":"sha512-0gzrwtX2LPCe/LGjs66pKvVUByp7+PlKaZMsmc7hjTXHEx5AKtEtXg1viQNeqsKyle1vpe92wUgBOH388xY1SA==","signatures":[{"sig":"MEYCIQD68mCX9V2aNafHRGq3gL7M4hQwY/DUwY1GK4BqdxfjjQIhANAM6jAIRfVsMxrszWoosZTitpcloCbyUneVFh+SNogX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a072138da356aca6086b7df864b90346602c6f0e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.a072138","@aztec/cli":"0.0.1-commit.a072138","@aztec/p2p":"0.0.1-commit.a072138","@aztec/pxe":"0.0.1-commit.a072138","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.a072138","@aztec/bb.js":"0.0.1-commit.a072138","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.a072138","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.a072138","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.a072138","@aztec/archiver":"0.0.1-commit.a072138","@aztec/aztec.js":"0.0.1-commit.a072138","@aztec/blob-lib":"0.0.1-commit.a072138","@aztec/ethereum":"0.0.1-commit.a072138","@aztec/kv-store":"0.0.1-commit.a072138","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.a072138","@aztec/constants":"0.0.1-commit.a072138","@aztec/simulator":"0.0.1-commit.a072138","@aztec/aztec-node":"0.0.1-commit.a072138","@aztec/foundation":"0.0.1-commit.a072138","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.a072138","@aztec/entrypoints":"0.0.1-commit.a072138","@aztec/epoch-cache":"0.0.1-commit.a072138","@aztec/merkle-tree":"0.0.1-commit.a072138","@aztec/prover-node":"0.0.1-commit.a072138","@aztec/test-wallet":"0.0.1-commit.a072138","@aztec/world-state":"0.0.1-commit.a072138","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.a072138","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.a072138","@aztec/prover-client":"0.0.1-commit.a072138","@aztec/noir-noirc_abi":"0.0.1-commit.a072138","@aztec/sequencer-client":"0.0.1-commit.a072138","@aztec/telemetry-client":"0.0.1-commit.a072138","@aztec/validator-client":"0.0.1-commit.a072138","@aztec/noir-contracts.js":"0.0.1-commit.a072138","@aztec/protocol-contracts":"0.0.1-commit.a072138","@aztec/validator-ha-signer":"0.0.1-commit.a072138","@aztec/noir-test-contracts.js":"0.0.1-commit.a072138","@aztec/noir-protocol-circuits-types":"0.0.1-commit.a072138"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.a072138_1770051027098_0.7385326656830316","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.fc805bf":{"name":"@aztec/end-to-end","version":"0.0.1-commit.fc805bf","_id":"@aztec/end-to-end@0.0.1-commit.fc805bf","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b3a1728d22b2c8c6d77599b8274f7be1caddbd88","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.fc805bf.tgz","fileCount":239,"integrity":"sha512-AvHAn4PW/qysjAkGBLNcZsBFKAYqQ318HzIT4gwTAdx3rOve4TCcUDTI05zdYuQHMXVtMZMM4i3KoXmDQDiElw==","signatures":[{"sig":"MEUCIQCpra5uz2xeapdc83G0q2tEF8Z2wx/JRh1FLeYGJf40BgIgX2Jice3/0yzwzwm39Z2sRTleGnRQMGD15ZyK6bXuQJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fc805bf3173a59e06b16e184c885875ed97de56c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.fc805bf","@aztec/cli":"0.0.1-commit.fc805bf","@aztec/p2p":"0.0.1-commit.fc805bf","@aztec/pxe":"0.0.1-commit.fc805bf","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.fc805bf","@aztec/bb.js":"0.0.1-commit.fc805bf","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.fc805bf","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.fc805bf","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.fc805bf","@aztec/archiver":"0.0.1-commit.fc805bf","@aztec/aztec.js":"0.0.1-commit.fc805bf","@aztec/blob-lib":"0.0.1-commit.fc805bf","@aztec/ethereum":"0.0.1-commit.fc805bf","@aztec/kv-store":"0.0.1-commit.fc805bf","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.fc805bf","@aztec/constants":"0.0.1-commit.fc805bf","@aztec/simulator":"0.0.1-commit.fc805bf","@aztec/aztec-node":"0.0.1-commit.fc805bf","@aztec/foundation":"0.0.1-commit.fc805bf","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.fc805bf","@aztec/entrypoints":"0.0.1-commit.fc805bf","@aztec/epoch-cache":"0.0.1-commit.fc805bf","@aztec/merkle-tree":"0.0.1-commit.fc805bf","@aztec/prover-node":"0.0.1-commit.fc805bf","@aztec/test-wallet":"0.0.1-commit.fc805bf","@aztec/world-state":"0.0.1-commit.fc805bf","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.fc805bf","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.fc805bf","@aztec/prover-client":"0.0.1-commit.fc805bf","@aztec/noir-noirc_abi":"0.0.1-commit.fc805bf","@aztec/sequencer-client":"0.0.1-commit.fc805bf","@aztec/telemetry-client":"0.0.1-commit.fc805bf","@aztec/validator-client":"0.0.1-commit.fc805bf","@aztec/noir-contracts.js":"0.0.1-commit.fc805bf","@aztec/protocol-contracts":"0.0.1-commit.fc805bf","@aztec/validator-ha-signer":"0.0.1-commit.fc805bf","@aztec/noir-test-contracts.js":"0.0.1-commit.fc805bf","@aztec/noir-protocol-circuits-types":"0.0.1-commit.fc805bf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.fc805bf_1770052134425_0.0644833153254365","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b468ad8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b468ad8","_id":"@aztec/end-to-end@0.0.1-commit.b468ad8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da3d52bdedaf21d9357eb3b1717646202802f597","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b468ad8.tgz","fileCount":239,"integrity":"sha512-wao384fSUrLQH3a/0v8d7Y+bjo67sSwky1cRShxtVji0DiuMvCdw/WsEFV6vDRFhcQwm88VNTYkF4NGZUNt/2Q==","signatures":[{"sig":"MEUCIQC8P/osob3gnxg961HuT4VfxecIrnIh7JB4SXcF9w0Z1gIgc4wvbE7eOLbfcF/gZIMauCkqAY82oUfdWb4GjDRCoFQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b468ad8dcfb0b60ae21949aad7c4e02007d6171b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b468ad8","@aztec/cli":"0.0.1-commit.b468ad8","@aztec/p2p":"0.0.1-commit.b468ad8","@aztec/pxe":"0.0.1-commit.b468ad8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b468ad8","@aztec/bb.js":"0.0.1-commit.b468ad8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b468ad8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b468ad8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b468ad8","@aztec/archiver":"0.0.1-commit.b468ad8","@aztec/aztec.js":"0.0.1-commit.b468ad8","@aztec/blob-lib":"0.0.1-commit.b468ad8","@aztec/ethereum":"0.0.1-commit.b468ad8","@aztec/kv-store":"0.0.1-commit.b468ad8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b468ad8","@aztec/constants":"0.0.1-commit.b468ad8","@aztec/simulator":"0.0.1-commit.b468ad8","@aztec/aztec-node":"0.0.1-commit.b468ad8","@aztec/foundation":"0.0.1-commit.b468ad8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b468ad8","@aztec/entrypoints":"0.0.1-commit.b468ad8","@aztec/epoch-cache":"0.0.1-commit.b468ad8","@aztec/merkle-tree":"0.0.1-commit.b468ad8","@aztec/prover-node":"0.0.1-commit.b468ad8","@aztec/test-wallet":"0.0.1-commit.b468ad8","@aztec/world-state":"0.0.1-commit.b468ad8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b468ad8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b468ad8","@aztec/prover-client":"0.0.1-commit.b468ad8","@aztec/noir-noirc_abi":"0.0.1-commit.b468ad8","@aztec/sequencer-client":"0.0.1-commit.b468ad8","@aztec/telemetry-client":"0.0.1-commit.b468ad8","@aztec/validator-client":"0.0.1-commit.b468ad8","@aztec/noir-contracts.js":"0.0.1-commit.b468ad8","@aztec/protocol-contracts":"0.0.1-commit.b468ad8","@aztec/validator-ha-signer":"0.0.1-commit.b468ad8","@aztec/noir-test-contracts.js":"0.0.1-commit.b468ad8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b468ad8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b468ad8_1770052729514_0.8140867284116797","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.023c3e5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.023c3e5","_id":"@aztec/end-to-end@0.0.1-commit.023c3e5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2f6472efd7dddf11f0e998ae3d92fa71d67f4e0b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.023c3e5.tgz","fileCount":239,"integrity":"sha512-k6uXXgX7BmkD34PsnYjDA8uvSX49uWcWjrS08iIp6pHIB1erYDWdrnhxSOMyTv4aUKm0rcmMksUZo5q5qjbbXQ==","signatures":[{"sig":"MEUCIQCtAVjIjIOXo4onBU+NCoc1qefsu8TKpNL4ZO7lxgfeWQIgUVAa/AtHZN5QU/ZPx0oq1q28GPwof0WKPNtH9wucCCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"023c3e5926b4548be9b8dadffaec23a37ae6e375","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.023c3e5","@aztec/cli":"0.0.1-commit.023c3e5","@aztec/p2p":"0.0.1-commit.023c3e5","@aztec/pxe":"0.0.1-commit.023c3e5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.023c3e5","@aztec/bb.js":"0.0.1-commit.023c3e5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.023c3e5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.023c3e5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.023c3e5","@aztec/archiver":"0.0.1-commit.023c3e5","@aztec/aztec.js":"0.0.1-commit.023c3e5","@aztec/blob-lib":"0.0.1-commit.023c3e5","@aztec/ethereum":"0.0.1-commit.023c3e5","@aztec/kv-store":"0.0.1-commit.023c3e5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.023c3e5","@aztec/constants":"0.0.1-commit.023c3e5","@aztec/simulator":"0.0.1-commit.023c3e5","@aztec/aztec-node":"0.0.1-commit.023c3e5","@aztec/foundation":"0.0.1-commit.023c3e5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.023c3e5","@aztec/entrypoints":"0.0.1-commit.023c3e5","@aztec/epoch-cache":"0.0.1-commit.023c3e5","@aztec/merkle-tree":"0.0.1-commit.023c3e5","@aztec/prover-node":"0.0.1-commit.023c3e5","@aztec/test-wallet":"0.0.1-commit.023c3e5","@aztec/world-state":"0.0.1-commit.023c3e5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.023c3e5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.023c3e5","@aztec/prover-client":"0.0.1-commit.023c3e5","@aztec/noir-noirc_abi":"0.0.1-commit.023c3e5","@aztec/sequencer-client":"0.0.1-commit.023c3e5","@aztec/telemetry-client":"0.0.1-commit.023c3e5","@aztec/validator-client":"0.0.1-commit.023c3e5","@aztec/noir-contracts.js":"0.0.1-commit.023c3e5","@aztec/protocol-contracts":"0.0.1-commit.023c3e5","@aztec/validator-ha-signer":"0.0.1-commit.023c3e5","@aztec/noir-test-contracts.js":"0.0.1-commit.023c3e5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.023c3e5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.023c3e5_1770053131710_0.27602777027937986","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9372f48":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9372f48","_id":"@aztec/end-to-end@0.0.1-commit.9372f48","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"902171d86810c6675ca2fa2bfea61c600c10e0e5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9372f48.tgz","fileCount":239,"integrity":"sha512-IW19UaxpHtrH1mo7CQ2vd8EwxQBSuyot1y6hAl5Jo8J0dMYwhS3VQ4FMUp/EUOIkGMS/8T6iWs7DWiSpjgsh3A==","signatures":[{"sig":"MEYCIQDpL40aVSKmK0O92InggzyhBZOWXpAblyAwjJuPI8yatAIhAPmP9zUtvna8KFz+MUu87TquZ+5Dd78GbjLWsGwiKP3d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9372f489d53e6078e689e50589978bf63ba5ec7c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9372f48","@aztec/cli":"0.0.1-commit.9372f48","@aztec/p2p":"0.0.1-commit.9372f48","@aztec/pxe":"0.0.1-commit.9372f48","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9372f48","@aztec/bb.js":"0.0.1-commit.9372f48","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9372f48","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9372f48","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9372f48","@aztec/archiver":"0.0.1-commit.9372f48","@aztec/aztec.js":"0.0.1-commit.9372f48","@aztec/blob-lib":"0.0.1-commit.9372f48","@aztec/ethereum":"0.0.1-commit.9372f48","@aztec/kv-store":"0.0.1-commit.9372f48","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9372f48","@aztec/constants":"0.0.1-commit.9372f48","@aztec/simulator":"0.0.1-commit.9372f48","@aztec/aztec-node":"0.0.1-commit.9372f48","@aztec/foundation":"0.0.1-commit.9372f48","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9372f48","@aztec/entrypoints":"0.0.1-commit.9372f48","@aztec/epoch-cache":"0.0.1-commit.9372f48","@aztec/merkle-tree":"0.0.1-commit.9372f48","@aztec/prover-node":"0.0.1-commit.9372f48","@aztec/test-wallet":"0.0.1-commit.9372f48","@aztec/world-state":"0.0.1-commit.9372f48","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9372f48","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9372f48","@aztec/prover-client":"0.0.1-commit.9372f48","@aztec/noir-noirc_abi":"0.0.1-commit.9372f48","@aztec/sequencer-client":"0.0.1-commit.9372f48","@aztec/telemetry-client":"0.0.1-commit.9372f48","@aztec/validator-client":"0.0.1-commit.9372f48","@aztec/noir-contracts.js":"0.0.1-commit.9372f48","@aztec/protocol-contracts":"0.0.1-commit.9372f48","@aztec/validator-ha-signer":"0.0.1-commit.9372f48","@aztec/noir-test-contracts.js":"0.0.1-commit.9372f48","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9372f48"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9372f48_1770053371420_0.7128378323307349","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6a729f7":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6a729f7","_id":"@aztec/end-to-end@0.0.1-commit.6a729f7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a85f9624802bff48939134841691e592bf6a8c8e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6a729f7.tgz","fileCount":239,"integrity":"sha512-FALNW/VTv0z4iwryyP7mn/pCyx0gpMs97KiHDLHIlpie4r3fJvrjglsi3C3iZQeulxF9cpFnLBG+HG5wc66iEQ==","signatures":[{"sig":"MEYCIQCZ0ZkJkZa/SA8ZuMMAv3f1DZYO3voTn5JMEMPQEAWP0gIhAKEpeazuouQzIqmnA8zTlO+X7TsFeAE+HBXSoY5xufTE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6a729f78ff4b87a3299254731e84f97ec2bb3ce4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6a729f7","@aztec/cli":"0.0.1-commit.6a729f7","@aztec/p2p":"0.0.1-commit.6a729f7","@aztec/pxe":"0.0.1-commit.6a729f7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6a729f7","@aztec/bb.js":"0.0.1-commit.6a729f7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6a729f7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6a729f7","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6a729f7","@aztec/archiver":"0.0.1-commit.6a729f7","@aztec/aztec.js":"0.0.1-commit.6a729f7","@aztec/blob-lib":"0.0.1-commit.6a729f7","@aztec/ethereum":"0.0.1-commit.6a729f7","@aztec/kv-store":"0.0.1-commit.6a729f7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6a729f7","@aztec/constants":"0.0.1-commit.6a729f7","@aztec/simulator":"0.0.1-commit.6a729f7","@aztec/aztec-node":"0.0.1-commit.6a729f7","@aztec/foundation":"0.0.1-commit.6a729f7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6a729f7","@aztec/entrypoints":"0.0.1-commit.6a729f7","@aztec/epoch-cache":"0.0.1-commit.6a729f7","@aztec/merkle-tree":"0.0.1-commit.6a729f7","@aztec/prover-node":"0.0.1-commit.6a729f7","@aztec/test-wallet":"0.0.1-commit.6a729f7","@aztec/world-state":"0.0.1-commit.6a729f7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6a729f7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6a729f7","@aztec/prover-client":"0.0.1-commit.6a729f7","@aztec/noir-noirc_abi":"0.0.1-commit.6a729f7","@aztec/sequencer-client":"0.0.1-commit.6a729f7","@aztec/telemetry-client":"0.0.1-commit.6a729f7","@aztec/validator-client":"0.0.1-commit.6a729f7","@aztec/noir-contracts.js":"0.0.1-commit.6a729f7","@aztec/protocol-contracts":"0.0.1-commit.6a729f7","@aztec/validator-ha-signer":"0.0.1-commit.6a729f7","@aztec/noir-test-contracts.js":"0.0.1-commit.6a729f7","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6a729f7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6a729f7_1770053566422_0.05949300723276596","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.135b523":{"name":"@aztec/end-to-end","version":"0.0.1-commit.135b523","_id":"@aztec/end-to-end@0.0.1-commit.135b523","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6a17bb889cf66f27108077fc0b63ec2ccde93e9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.135b523.tgz","fileCount":239,"integrity":"sha512-XF3fKsBW2KY4H9SzPAI/YT725rpuIcGnTCXQYErJjG9LWuAnneFJjW/8nGkbZE/Hkyd0/0DEC73S8pxGI9SUhA==","signatures":[{"sig":"MEUCIFC6QRSDmA/b3dHwDuhUdSETTII0gDHcv1mN8/yD3pUrAiEAip+T0xE5V14wHZZQtmZ4yjmQ+cMZnYK83MOnCSFwkxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"135b523f7cfdcd6823fa4ef8287facd1b0676db5","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.135b523","@aztec/cli":"0.0.1-commit.135b523","@aztec/p2p":"0.0.1-commit.135b523","@aztec/pxe":"0.0.1-commit.135b523","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.135b523","@aztec/bb.js":"0.0.1-commit.135b523","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.135b523","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.135b523","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.135b523","@aztec/archiver":"0.0.1-commit.135b523","@aztec/aztec.js":"0.0.1-commit.135b523","@aztec/blob-lib":"0.0.1-commit.135b523","@aztec/ethereum":"0.0.1-commit.135b523","@aztec/kv-store":"0.0.1-commit.135b523","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.135b523","@aztec/constants":"0.0.1-commit.135b523","@aztec/simulator":"0.0.1-commit.135b523","@aztec/aztec-node":"0.0.1-commit.135b523","@aztec/foundation":"0.0.1-commit.135b523","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.135b523","@aztec/entrypoints":"0.0.1-commit.135b523","@aztec/epoch-cache":"0.0.1-commit.135b523","@aztec/merkle-tree":"0.0.1-commit.135b523","@aztec/prover-node":"0.0.1-commit.135b523","@aztec/test-wallet":"0.0.1-commit.135b523","@aztec/world-state":"0.0.1-commit.135b523","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.135b523","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.135b523","@aztec/prover-client":"0.0.1-commit.135b523","@aztec/noir-noirc_abi":"0.0.1-commit.135b523","@aztec/sequencer-client":"0.0.1-commit.135b523","@aztec/telemetry-client":"0.0.1-commit.135b523","@aztec/validator-client":"0.0.1-commit.135b523","@aztec/noir-contracts.js":"0.0.1-commit.135b523","@aztec/protocol-contracts":"0.0.1-commit.135b523","@aztec/validator-ha-signer":"0.0.1-commit.135b523","@aztec/noir-test-contracts.js":"0.0.1-commit.135b523","@aztec/noir-protocol-circuits-types":"0.0.1-commit.135b523"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.135b523_1770054050621_0.3930420677433928","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.179ed20":{"name":"@aztec/end-to-end","version":"0.0.1-commit.179ed20","_id":"@aztec/end-to-end@0.0.1-commit.179ed20","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7229cf26765f1a5af0c52a5351faee83c0178e95","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.179ed20.tgz","fileCount":239,"integrity":"sha512-SiXv2Iv80+kMVx3sHubi6MYhmCPjdQNgy9fQzbWhnZ31MKHlLWVQWav9Jw7rUVGmkcbGOmOZj78c7xt7myh1sw==","signatures":[{"sig":"MEYCIQDsho/7J2mhM00jPs9n8/v02zuYJ0i6jbRMEnYIrgYinwIhAKP34YyWkjDzhQjYr+eeVckZwM1333tp1+xRgKkfG0nn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36889995},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"179ed20a1ed1feb1dcec068396258988d0180cd3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.179ed20","@aztec/cli":"0.0.1-commit.179ed20","@aztec/p2p":"0.0.1-commit.179ed20","@aztec/pxe":"0.0.1-commit.179ed20","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.179ed20","@aztec/bb.js":"0.0.1-commit.179ed20","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.179ed20","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.179ed20","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.179ed20","@aztec/archiver":"0.0.1-commit.179ed20","@aztec/aztec.js":"0.0.1-commit.179ed20","@aztec/blob-lib":"0.0.1-commit.179ed20","@aztec/ethereum":"0.0.1-commit.179ed20","@aztec/kv-store":"0.0.1-commit.179ed20","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.179ed20","@aztec/constants":"0.0.1-commit.179ed20","@aztec/simulator":"0.0.1-commit.179ed20","@aztec/aztec-node":"0.0.1-commit.179ed20","@aztec/foundation":"0.0.1-commit.179ed20","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.179ed20","@aztec/entrypoints":"0.0.1-commit.179ed20","@aztec/epoch-cache":"0.0.1-commit.179ed20","@aztec/merkle-tree":"0.0.1-commit.179ed20","@aztec/prover-node":"0.0.1-commit.179ed20","@aztec/test-wallet":"0.0.1-commit.179ed20","@aztec/world-state":"0.0.1-commit.179ed20","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.179ed20","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.179ed20","@aztec/prover-client":"0.0.1-commit.179ed20","@aztec/noir-noirc_abi":"0.0.1-commit.179ed20","@aztec/sequencer-client":"0.0.1-commit.179ed20","@aztec/telemetry-client":"0.0.1-commit.179ed20","@aztec/validator-client":"0.0.1-commit.179ed20","@aztec/noir-contracts.js":"0.0.1-commit.179ed20","@aztec/protocol-contracts":"0.0.1-commit.179ed20","@aztec/validator-ha-signer":"0.0.1-commit.179ed20","@aztec/noir-test-contracts.js":"0.0.1-commit.179ed20","@aztec/noir-protocol-circuits-types":"0.0.1-commit.179ed20"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.179ed20_1770056089208_0.2201615831225694","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.592b9384":{"name":"@aztec/end-to-end","version":"0.0.1-commit.592b9384","_id":"@aztec/end-to-end@0.0.1-commit.592b9384","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2808d5ed367c271c99a76dd84deebe17af9cf94d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.592b9384.tgz","fileCount":243,"integrity":"sha512-FX+MpSjzbCivsubPl/1xQsPitPqqD4rpIOf/z5fXo8k8QHluRWjZgXwveIKwuCU0fnRaOJakN4sPQhF7ziP0Xg==","signatures":[{"sig":"MEQCIE6IAWZvoCcdml+VJtF1Z5t1P/W3k67p66ijw2aa161IAiByk3JYnEQIfqQcdN8x99PomyRAkMHxUFr5Z+49RScdAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36907371},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"592b9384693142ad090c53c6531927a83a282411","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.592b9384","@aztec/cli":"0.0.1-commit.592b9384","@aztec/p2p":"0.0.1-commit.592b9384","@aztec/pxe":"0.0.1-commit.592b9384","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.592b9384","@aztec/bb.js":"0.0.1-commit.592b9384","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.592b9384","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.592b9384","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.592b9384","@aztec/archiver":"0.0.1-commit.592b9384","@aztec/aztec.js":"0.0.1-commit.592b9384","@aztec/blob-lib":"0.0.1-commit.592b9384","@aztec/ethereum":"0.0.1-commit.592b9384","@aztec/kv-store":"0.0.1-commit.592b9384","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.592b9384","@aztec/constants":"0.0.1-commit.592b9384","@aztec/simulator":"0.0.1-commit.592b9384","@aztec/aztec-node":"0.0.1-commit.592b9384","@aztec/foundation":"0.0.1-commit.592b9384","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.592b9384","@aztec/entrypoints":"0.0.1-commit.592b9384","@aztec/epoch-cache":"0.0.1-commit.592b9384","@aztec/merkle-tree":"0.0.1-commit.592b9384","@aztec/prover-node":"0.0.1-commit.592b9384","@aztec/test-wallet":"0.0.1-commit.592b9384","@aztec/world-state":"0.0.1-commit.592b9384","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.592b9384","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.592b9384","@aztec/prover-client":"0.0.1-commit.592b9384","@aztec/noir-noirc_abi":"0.0.1-commit.592b9384","@aztec/sequencer-client":"0.0.1-commit.592b9384","@aztec/telemetry-client":"0.0.1-commit.592b9384","@aztec/validator-client":"0.0.1-commit.592b9384","@aztec/noir-contracts.js":"0.0.1-commit.592b9384","@aztec/protocol-contracts":"0.0.1-commit.592b9384","@aztec/validator-ha-signer":"0.0.1-commit.592b9384","@aztec/noir-test-contracts.js":"0.0.1-commit.592b9384","@aztec/noir-protocol-circuits-types":"0.0.1-commit.592b9384"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.592b9384_1770059022234_0.8328035065715247","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260203":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260203","_id":"@aztec/end-to-end@4.0.0-nightly.20260203","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f524a8cbaffd15c7faab81062e3468f2ba2349f9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260203.tgz","fileCount":243,"integrity":"sha512-UWzYOtk6GAOLbFVMgQQPn+z9506gO9CBL6q6EnYv8EoSH7ae7mTNTCexihoiGC6jqb+wdSsanPK+ULAJ8tOh7w==","signatures":[{"sig":"MEYCIQCyjuOIybGSo1Q5uqg9/VGXzTXgbtV+mx0W3sNFAA/AfQIhAIpzy2ayJAGyrckTlj5oWcEk4nzBSxYv7Lc3ARp6VqN5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36907410},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d5ed41ce404450a17b8c15340482c4461acd5c63","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260203","@aztec/cli":"4.0.0-nightly.20260203","@aztec/p2p":"4.0.0-nightly.20260203","@aztec/pxe":"4.0.0-nightly.20260203","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260203","@aztec/bb.js":"4.0.0-nightly.20260203","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260203","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260203","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260203","@aztec/archiver":"4.0.0-nightly.20260203","@aztec/aztec.js":"4.0.0-nightly.20260203","@aztec/blob-lib":"4.0.0-nightly.20260203","@aztec/ethereum":"4.0.0-nightly.20260203","@aztec/kv-store":"4.0.0-nightly.20260203","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260203","@aztec/constants":"4.0.0-nightly.20260203","@aztec/simulator":"4.0.0-nightly.20260203","@aztec/aztec-node":"4.0.0-nightly.20260203","@aztec/foundation":"4.0.0-nightly.20260203","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260203","@aztec/entrypoints":"4.0.0-nightly.20260203","@aztec/epoch-cache":"4.0.0-nightly.20260203","@aztec/merkle-tree":"4.0.0-nightly.20260203","@aztec/prover-node":"4.0.0-nightly.20260203","@aztec/test-wallet":"4.0.0-nightly.20260203","@aztec/world-state":"4.0.0-nightly.20260203","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260203","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260203","@aztec/prover-client":"4.0.0-nightly.20260203","@aztec/noir-noirc_abi":"4.0.0-nightly.20260203","@aztec/sequencer-client":"4.0.0-nightly.20260203","@aztec/telemetry-client":"4.0.0-nightly.20260203","@aztec/validator-client":"4.0.0-nightly.20260203","@aztec/noir-contracts.js":"4.0.0-nightly.20260203","@aztec/protocol-contracts":"4.0.0-nightly.20260203","@aztec/validator-ha-signer":"4.0.0-nightly.20260203","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260203","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260203"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260203_1770092978916_0.9514417705012057","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.86469d5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.86469d5","_id":"@aztec/end-to-end@0.0.1-commit.86469d5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"85e6aa6d5392fa181de57df671c8edbe1022fa94","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.86469d5.tgz","fileCount":243,"integrity":"sha512-eMEqaKEkiEqtfksmfTnzdUtXGPvAJDUO8F2eEXoK6HUx1TMZEfctqIaQ5fPR1gNjG1yaPHji/FNXz18SPHkP2w==","signatures":[{"sig":"MEYCIQCz/Uol/5r10AIXRZflTZF6MxiFIkgTenJhm4EPlYFdtQIhALJ+toDQ/sbn0NfRK3Ub7pT6kbcb/BJII2ZkiowOfSrQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36907332},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"86469d5a34e2ea4406580c402c42516c10d11339","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.86469d5","@aztec/cli":"0.0.1-commit.86469d5","@aztec/p2p":"0.0.1-commit.86469d5","@aztec/pxe":"0.0.1-commit.86469d5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.86469d5","@aztec/bb.js":"0.0.1-commit.86469d5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.86469d5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.86469d5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.86469d5","@aztec/archiver":"0.0.1-commit.86469d5","@aztec/aztec.js":"0.0.1-commit.86469d5","@aztec/blob-lib":"0.0.1-commit.86469d5","@aztec/ethereum":"0.0.1-commit.86469d5","@aztec/kv-store":"0.0.1-commit.86469d5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.86469d5","@aztec/constants":"0.0.1-commit.86469d5","@aztec/simulator":"0.0.1-commit.86469d5","@aztec/aztec-node":"0.0.1-commit.86469d5","@aztec/foundation":"0.0.1-commit.86469d5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.86469d5","@aztec/entrypoints":"0.0.1-commit.86469d5","@aztec/epoch-cache":"0.0.1-commit.86469d5","@aztec/merkle-tree":"0.0.1-commit.86469d5","@aztec/prover-node":"0.0.1-commit.86469d5","@aztec/test-wallet":"0.0.1-commit.86469d5","@aztec/world-state":"0.0.1-commit.86469d5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.86469d5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.86469d5","@aztec/prover-client":"0.0.1-commit.86469d5","@aztec/noir-noirc_abi":"0.0.1-commit.86469d5","@aztec/sequencer-client":"0.0.1-commit.86469d5","@aztec/telemetry-client":"0.0.1-commit.86469d5","@aztec/validator-client":"0.0.1-commit.86469d5","@aztec/noir-contracts.js":"0.0.1-commit.86469d5","@aztec/protocol-contracts":"0.0.1-commit.86469d5","@aztec/validator-ha-signer":"0.0.1-commit.86469d5","@aztec/noir-test-contracts.js":"0.0.1-commit.86469d5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.86469d5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.86469d5_1770114333257_0.8595423611010033","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ee80a48":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ee80a48","_id":"@aztec/end-to-end@0.0.1-commit.ee80a48","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b746acfc7aace6eab7ed25b0a1e9865fe0483864","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ee80a48.tgz","fileCount":243,"integrity":"sha512-CG+TdrQGndKWnuw8+nHQZT2nFd6QzOFUAbUgA4Z2R1Qb27Zt0ikUa7VlHULDVHSVaMW6Mmc9/yUh7qzwwD9IoQ==","signatures":[{"sig":"MEYCIQDyv1CQ7Qt8Mdq9XC3/cQzC90wDsfJfRNr2UoRPXIecWAIhANRYFea1Dbx7jnGwvU9ckvbkAzk4rh9mSZ2t4Hf+SX7v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36910172},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ee80a485654eddd9e711055cd504dfb41b32d545","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ee80a48","@aztec/cli":"0.0.1-commit.ee80a48","@aztec/p2p":"0.0.1-commit.ee80a48","@aztec/pxe":"0.0.1-commit.ee80a48","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ee80a48","@aztec/bb.js":"0.0.1-commit.ee80a48","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ee80a48","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ee80a48","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ee80a48","@aztec/archiver":"0.0.1-commit.ee80a48","@aztec/aztec.js":"0.0.1-commit.ee80a48","@aztec/blob-lib":"0.0.1-commit.ee80a48","@aztec/ethereum":"0.0.1-commit.ee80a48","@aztec/kv-store":"0.0.1-commit.ee80a48","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ee80a48","@aztec/constants":"0.0.1-commit.ee80a48","@aztec/simulator":"0.0.1-commit.ee80a48","@aztec/aztec-node":"0.0.1-commit.ee80a48","@aztec/foundation":"0.0.1-commit.ee80a48","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ee80a48","@aztec/entrypoints":"0.0.1-commit.ee80a48","@aztec/epoch-cache":"0.0.1-commit.ee80a48","@aztec/merkle-tree":"0.0.1-commit.ee80a48","@aztec/prover-node":"0.0.1-commit.ee80a48","@aztec/test-wallet":"0.0.1-commit.ee80a48","@aztec/world-state":"0.0.1-commit.ee80a48","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ee80a48","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ee80a48","@aztec/prover-client":"0.0.1-commit.ee80a48","@aztec/noir-noirc_abi":"0.0.1-commit.ee80a48","@aztec/sequencer-client":"0.0.1-commit.ee80a48","@aztec/telemetry-client":"0.0.1-commit.ee80a48","@aztec/validator-client":"0.0.1-commit.ee80a48","@aztec/noir-contracts.js":"0.0.1-commit.ee80a48","@aztec/protocol-contracts":"0.0.1-commit.ee80a48","@aztec/validator-ha-signer":"0.0.1-commit.ee80a48","@aztec/noir-test-contracts.js":"0.0.1-commit.ee80a48","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ee80a48"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ee80a48_1770122241463_0.33790399385978453","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.23b0eb0":{"name":"@aztec/end-to-end","version":"0.0.1-commit.23b0eb0","_id":"@aztec/end-to-end@0.0.1-commit.23b0eb0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"492b3d993ef2281da378e5047619631a8bf11e41","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.23b0eb0.tgz","fileCount":243,"integrity":"sha512-v7qEcSx0RRAGfneGDUwVyxjemLQakKmkRqGT2CK+xYreA8pIat6aq2dzhjmnIUk7dwwgVMh/EXK9RHq9FuMAbA==","signatures":[{"sig":"MEQCIFcTjnQkOV5NKAjZv9oHoiZNjiT9mZGbgKfM09n0iVd8AiBYOL8nfJK5haMPxqYFQZwJBR72zdW8hdyFWl/Klxz1og==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36910172},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"23b0eb063c8c5432d01460a1c69d6e5eec760e90","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.23b0eb0","@aztec/cli":"0.0.1-commit.23b0eb0","@aztec/p2p":"0.0.1-commit.23b0eb0","@aztec/pxe":"0.0.1-commit.23b0eb0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.23b0eb0","@aztec/bb.js":"0.0.1-commit.23b0eb0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.23b0eb0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.23b0eb0","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.23b0eb0","@aztec/archiver":"0.0.1-commit.23b0eb0","@aztec/aztec.js":"0.0.1-commit.23b0eb0","@aztec/blob-lib":"0.0.1-commit.23b0eb0","@aztec/ethereum":"0.0.1-commit.23b0eb0","@aztec/kv-store":"0.0.1-commit.23b0eb0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.23b0eb0","@aztec/constants":"0.0.1-commit.23b0eb0","@aztec/simulator":"0.0.1-commit.23b0eb0","@aztec/aztec-node":"0.0.1-commit.23b0eb0","@aztec/foundation":"0.0.1-commit.23b0eb0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.23b0eb0","@aztec/entrypoints":"0.0.1-commit.23b0eb0","@aztec/epoch-cache":"0.0.1-commit.23b0eb0","@aztec/merkle-tree":"0.0.1-commit.23b0eb0","@aztec/prover-node":"0.0.1-commit.23b0eb0","@aztec/test-wallet":"0.0.1-commit.23b0eb0","@aztec/world-state":"0.0.1-commit.23b0eb0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.23b0eb0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.23b0eb0","@aztec/prover-client":"0.0.1-commit.23b0eb0","@aztec/noir-noirc_abi":"0.0.1-commit.23b0eb0","@aztec/sequencer-client":"0.0.1-commit.23b0eb0","@aztec/telemetry-client":"0.0.1-commit.23b0eb0","@aztec/validator-client":"0.0.1-commit.23b0eb0","@aztec/noir-contracts.js":"0.0.1-commit.23b0eb0","@aztec/protocol-contracts":"0.0.1-commit.23b0eb0","@aztec/validator-ha-signer":"0.0.1-commit.23b0eb0","@aztec/noir-test-contracts.js":"0.0.1-commit.23b0eb0","@aztec/noir-protocol-circuits-types":"0.0.1-commit.23b0eb0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.23b0eb0_1770129089546_0.39427237422543704","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260204":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260204","_id":"@aztec/end-to-end@4.0.0-nightly.20260204","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"343bc36ae6ca2218aa1682d9ae790fd4d907057c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260204.tgz","fileCount":243,"integrity":"sha512-VMTV6bJ3gsByUofjDDPMe2SdsKSVkrW+XlxPgpKZMcObt2wcd0CmCr76qSIQuazENpPAWvagUmwonz1ofmzV0Q==","signatures":[{"sig":"MEYCIQCYzuGD1pnzDpNPrxX/45BO2nlvXYlcxJtS6y1TPKt3fAIhAMXaea4Pb8FFF1GpbhlnUB9hsa1pXagDf+rM1QTIJ32c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901850},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cf2aaf0f902ea7d57561f93c933c1aa8357d5b98","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260204","@aztec/cli":"4.0.0-nightly.20260204","@aztec/p2p":"4.0.0-nightly.20260204","@aztec/pxe":"4.0.0-nightly.20260204","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260204","@aztec/bb.js":"4.0.0-nightly.20260204","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260204","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260204","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260204","@aztec/archiver":"4.0.0-nightly.20260204","@aztec/aztec.js":"4.0.0-nightly.20260204","@aztec/blob-lib":"4.0.0-nightly.20260204","@aztec/ethereum":"4.0.0-nightly.20260204","@aztec/kv-store":"4.0.0-nightly.20260204","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260204","@aztec/constants":"4.0.0-nightly.20260204","@aztec/simulator":"4.0.0-nightly.20260204","@aztec/aztec-node":"4.0.0-nightly.20260204","@aztec/foundation":"4.0.0-nightly.20260204","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260204","@aztec/entrypoints":"4.0.0-nightly.20260204","@aztec/epoch-cache":"4.0.0-nightly.20260204","@aztec/merkle-tree":"4.0.0-nightly.20260204","@aztec/prover-node":"4.0.0-nightly.20260204","@aztec/test-wallet":"4.0.0-nightly.20260204","@aztec/world-state":"4.0.0-nightly.20260204","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260204","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260204","@aztec/prover-client":"4.0.0-nightly.20260204","@aztec/noir-noirc_abi":"4.0.0-nightly.20260204","@aztec/sequencer-client":"4.0.0-nightly.20260204","@aztec/telemetry-client":"4.0.0-nightly.20260204","@aztec/validator-client":"4.0.0-nightly.20260204","@aztec/noir-contracts.js":"4.0.0-nightly.20260204","@aztec/protocol-contracts":"4.0.0-nightly.20260204","@aztec/validator-ha-signer":"4.0.0-nightly.20260204","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260204","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260204"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260204_1770175761722_0.7386991714873417","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9d2bcf6d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9d2bcf6d","_id":"@aztec/end-to-end@0.0.1-commit.9d2bcf6d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4578c7f04a9f07da50acf02a59fc3e0b01517899","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9d2bcf6d.tgz","fileCount":243,"integrity":"sha512-LwoJiK7E7K2vZTmdxB1InUlRM9Axj28hkh7M8UKpU5OTg3NCM7h6lvuoICAfRRe3j9LT53vzPEDmEBFmbDwkUg==","signatures":[{"sig":"MEUCIQD1drsCAWeXT/up9G75KCt4GLKlhB1oDcsXClP1uepzywIgVofHk1jdFGTKJJZWr9fBcDMhaJgSr59InXJK5p3htCY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901811},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9d2bcf6d1e34ba0dcb7589b7f04383f36c201de3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9d2bcf6d","@aztec/cli":"0.0.1-commit.9d2bcf6d","@aztec/p2p":"0.0.1-commit.9d2bcf6d","@aztec/pxe":"0.0.1-commit.9d2bcf6d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9d2bcf6d","@aztec/bb.js":"0.0.1-commit.9d2bcf6d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9d2bcf6d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9d2bcf6d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9d2bcf6d","@aztec/archiver":"0.0.1-commit.9d2bcf6d","@aztec/aztec.js":"0.0.1-commit.9d2bcf6d","@aztec/blob-lib":"0.0.1-commit.9d2bcf6d","@aztec/ethereum":"0.0.1-commit.9d2bcf6d","@aztec/kv-store":"0.0.1-commit.9d2bcf6d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9d2bcf6d","@aztec/constants":"0.0.1-commit.9d2bcf6d","@aztec/simulator":"0.0.1-commit.9d2bcf6d","@aztec/aztec-node":"0.0.1-commit.9d2bcf6d","@aztec/foundation":"0.0.1-commit.9d2bcf6d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9d2bcf6d","@aztec/entrypoints":"0.0.1-commit.9d2bcf6d","@aztec/epoch-cache":"0.0.1-commit.9d2bcf6d","@aztec/merkle-tree":"0.0.1-commit.9d2bcf6d","@aztec/prover-node":"0.0.1-commit.9d2bcf6d","@aztec/test-wallet":"0.0.1-commit.9d2bcf6d","@aztec/world-state":"0.0.1-commit.9d2bcf6d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9d2bcf6d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9d2bcf6d","@aztec/prover-client":"0.0.1-commit.9d2bcf6d","@aztec/noir-noirc_abi":"0.0.1-commit.9d2bcf6d","@aztec/sequencer-client":"0.0.1-commit.9d2bcf6d","@aztec/telemetry-client":"0.0.1-commit.9d2bcf6d","@aztec/validator-client":"0.0.1-commit.9d2bcf6d","@aztec/noir-contracts.js":"0.0.1-commit.9d2bcf6d","@aztec/protocol-contracts":"0.0.1-commit.9d2bcf6d","@aztec/validator-ha-signer":"0.0.1-commit.9d2bcf6d","@aztec/noir-test-contracts.js":"0.0.1-commit.9d2bcf6d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9d2bcf6d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9d2bcf6d_1770217519976_0.08015550524884318","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5cf06de3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5cf06de3","_id":"@aztec/end-to-end@0.0.1-commit.5cf06de3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d37607a3d393a9101bef751f608d444c81582817","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5cf06de3.tgz","fileCount":243,"integrity":"sha512-piU3jI0cLR5wTXJWiygQaPK1fy6y9tZmvbRwk58Y01Op4eq0CCLbLnq/xbo6/VIAMtoLyZecBa/JvDNhIkPCCQ==","signatures":[{"sig":"MEQCIDjktYXoatmTG4tRRRbLMhpxWT8xIlau2dyVy3Rut59BAiBhVm/pG4//4o+SEqC7/l6Uj+av+5tG5XGDNNmTFVaFaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901811},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5cf06de34f0d6b54175fef2dab44e4883351d328","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5cf06de3","@aztec/cli":"0.0.1-commit.5cf06de3","@aztec/p2p":"0.0.1-commit.5cf06de3","@aztec/pxe":"0.0.1-commit.5cf06de3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5cf06de3","@aztec/bb.js":"0.0.1-commit.5cf06de3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5cf06de3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5cf06de3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5cf06de3","@aztec/archiver":"0.0.1-commit.5cf06de3","@aztec/aztec.js":"0.0.1-commit.5cf06de3","@aztec/blob-lib":"0.0.1-commit.5cf06de3","@aztec/ethereum":"0.0.1-commit.5cf06de3","@aztec/kv-store":"0.0.1-commit.5cf06de3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5cf06de3","@aztec/constants":"0.0.1-commit.5cf06de3","@aztec/simulator":"0.0.1-commit.5cf06de3","@aztec/aztec-node":"0.0.1-commit.5cf06de3","@aztec/foundation":"0.0.1-commit.5cf06de3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.5cf06de3","@aztec/entrypoints":"0.0.1-commit.5cf06de3","@aztec/epoch-cache":"0.0.1-commit.5cf06de3","@aztec/merkle-tree":"0.0.1-commit.5cf06de3","@aztec/prover-node":"0.0.1-commit.5cf06de3","@aztec/test-wallet":"0.0.1-commit.5cf06de3","@aztec/world-state":"0.0.1-commit.5cf06de3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5cf06de3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5cf06de3","@aztec/prover-client":"0.0.1-commit.5cf06de3","@aztec/noir-noirc_abi":"0.0.1-commit.5cf06de3","@aztec/sequencer-client":"0.0.1-commit.5cf06de3","@aztec/telemetry-client":"0.0.1-commit.5cf06de3","@aztec/validator-client":"0.0.1-commit.5cf06de3","@aztec/noir-contracts.js":"0.0.1-commit.5cf06de3","@aztec/protocol-contracts":"0.0.1-commit.5cf06de3","@aztec/validator-ha-signer":"0.0.1-commit.5cf06de3","@aztec/noir-test-contracts.js":"0.0.1-commit.5cf06de3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5cf06de3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5cf06de3_1770223075683_0.39987532841532936","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f1df4d2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f1df4d2","_id":"@aztec/end-to-end@0.0.1-commit.f1df4d2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0fb2901b922c0e87330a174595a727ef72d4fbe4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f1df4d2.tgz","fileCount":243,"integrity":"sha512-Y5H8jZwedqqM+HP5QQR3iM2vRXkxWCQfMtShmZUGpFCb7mAsaAwwyA4cSXWn6R8tGSt3c3qgmVPHul/kdJCY+g==","signatures":[{"sig":"MEUCIQCl+dYsNTl8ltt4TwBFhDTmqTWqRXBQY98bmpVe81FhbgIgOVPW7vZ1sVJrSALeMKMevKWTrukIlMENTEWQYeUNFjs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901772},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f1df4d23c89591889364a20d37e1842176fa97df","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f1df4d2","@aztec/cli":"0.0.1-commit.f1df4d2","@aztec/p2p":"0.0.1-commit.f1df4d2","@aztec/pxe":"0.0.1-commit.f1df4d2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f1df4d2","@aztec/bb.js":"0.0.1-commit.f1df4d2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f1df4d2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f1df4d2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f1df4d2","@aztec/archiver":"0.0.1-commit.f1df4d2","@aztec/aztec.js":"0.0.1-commit.f1df4d2","@aztec/blob-lib":"0.0.1-commit.f1df4d2","@aztec/ethereum":"0.0.1-commit.f1df4d2","@aztec/kv-store":"0.0.1-commit.f1df4d2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f1df4d2","@aztec/constants":"0.0.1-commit.f1df4d2","@aztec/simulator":"0.0.1-commit.f1df4d2","@aztec/aztec-node":"0.0.1-commit.f1df4d2","@aztec/foundation":"0.0.1-commit.f1df4d2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f1df4d2","@aztec/entrypoints":"0.0.1-commit.f1df4d2","@aztec/epoch-cache":"0.0.1-commit.f1df4d2","@aztec/merkle-tree":"0.0.1-commit.f1df4d2","@aztec/prover-node":"0.0.1-commit.f1df4d2","@aztec/test-wallet":"0.0.1-commit.f1df4d2","@aztec/world-state":"0.0.1-commit.f1df4d2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f1df4d2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f1df4d2","@aztec/prover-client":"0.0.1-commit.f1df4d2","@aztec/noir-noirc_abi":"0.0.1-commit.f1df4d2","@aztec/sequencer-client":"0.0.1-commit.f1df4d2","@aztec/telemetry-client":"0.0.1-commit.f1df4d2","@aztec/validator-client":"0.0.1-commit.f1df4d2","@aztec/noir-contracts.js":"0.0.1-commit.f1df4d2","@aztec/protocol-contracts":"0.0.1-commit.f1df4d2","@aztec/validator-ha-signer":"0.0.1-commit.f1df4d2","@aztec/noir-test-contracts.js":"0.0.1-commit.f1df4d2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f1df4d2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f1df4d2_1770224340236_0.6558220593377093","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.aada20e3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.aada20e3","_id":"@aztec/end-to-end@0.0.1-commit.aada20e3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f8f5118305566cddd80c04da124b921d9c2e2d52","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.aada20e3.tgz","fileCount":243,"integrity":"sha512-LSWbjqWDSPgE/+Gxd6uyO8TvKM84ozXjwpux90wG8zemPssWJLu+vS+1e6kVqTra1z+MOyXbgNrtU9LAhBGq/g==","signatures":[{"sig":"MEYCIQC4GGkbdH0dPMqpYLyiezKu0/qYOeWYa6ksaEvl/Q7QpgIhAMdNEvOOd37R6udUZmomWP1kf38o9qml0VAlxBKKaE+g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901811},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"aada20e36787e8c3b81fac0fb4ce2413db10fa8b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.aada20e3","@aztec/cli":"0.0.1-commit.aada20e3","@aztec/p2p":"0.0.1-commit.aada20e3","@aztec/pxe":"0.0.1-commit.aada20e3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.aada20e3","@aztec/bb.js":"0.0.1-commit.aada20e3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.aada20e3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.aada20e3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.aada20e3","@aztec/archiver":"0.0.1-commit.aada20e3","@aztec/aztec.js":"0.0.1-commit.aada20e3","@aztec/blob-lib":"0.0.1-commit.aada20e3","@aztec/ethereum":"0.0.1-commit.aada20e3","@aztec/kv-store":"0.0.1-commit.aada20e3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.aada20e3","@aztec/constants":"0.0.1-commit.aada20e3","@aztec/simulator":"0.0.1-commit.aada20e3","@aztec/aztec-node":"0.0.1-commit.aada20e3","@aztec/foundation":"0.0.1-commit.aada20e3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.aada20e3","@aztec/entrypoints":"0.0.1-commit.aada20e3","@aztec/epoch-cache":"0.0.1-commit.aada20e3","@aztec/merkle-tree":"0.0.1-commit.aada20e3","@aztec/prover-node":"0.0.1-commit.aada20e3","@aztec/test-wallet":"0.0.1-commit.aada20e3","@aztec/world-state":"0.0.1-commit.aada20e3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.aada20e3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.aada20e3","@aztec/prover-client":"0.0.1-commit.aada20e3","@aztec/noir-noirc_abi":"0.0.1-commit.aada20e3","@aztec/sequencer-client":"0.0.1-commit.aada20e3","@aztec/telemetry-client":"0.0.1-commit.aada20e3","@aztec/validator-client":"0.0.1-commit.aada20e3","@aztec/noir-contracts.js":"0.0.1-commit.aada20e3","@aztec/protocol-contracts":"0.0.1-commit.aada20e3","@aztec/validator-ha-signer":"0.0.1-commit.aada20e3","@aztec/noir-test-contracts.js":"0.0.1-commit.aada20e3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.aada20e3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.aada20e3_1770224475510_0.9709098198761323","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6230a0c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6230a0c","_id":"@aztec/end-to-end@0.0.1-commit.6230a0c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"feb8985e2172f531c0913e3d047161dcbc76da08","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6230a0c.tgz","fileCount":243,"integrity":"sha512-abptZCgJyqnXu6/BDhNu5xIdDwtLVhotrZ2cJ/SrNYWNYud4StAS1mS4v3Qf2SxCetU6uyEsqV9yB4XlOWt+9g==","signatures":[{"sig":"MEYCIQCCLbR4O7iHzHdiVJb50s4rQeSUIjupfleHx6uB7OwLWgIhAJX5D0P4sn/CR4/1U3Jzzsv4H/vaRANcV/o3p79jVBZQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901772},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6230a0c432f56d7404c466b48f51ef56a5cb17e6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6230a0c","@aztec/cli":"0.0.1-commit.6230a0c","@aztec/p2p":"0.0.1-commit.6230a0c","@aztec/pxe":"0.0.1-commit.6230a0c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6230a0c","@aztec/bb.js":"0.0.1-commit.6230a0c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6230a0c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6230a0c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6230a0c","@aztec/archiver":"0.0.1-commit.6230a0c","@aztec/aztec.js":"0.0.1-commit.6230a0c","@aztec/blob-lib":"0.0.1-commit.6230a0c","@aztec/ethereum":"0.0.1-commit.6230a0c","@aztec/kv-store":"0.0.1-commit.6230a0c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6230a0c","@aztec/constants":"0.0.1-commit.6230a0c","@aztec/simulator":"0.0.1-commit.6230a0c","@aztec/aztec-node":"0.0.1-commit.6230a0c","@aztec/foundation":"0.0.1-commit.6230a0c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6230a0c","@aztec/entrypoints":"0.0.1-commit.6230a0c","@aztec/epoch-cache":"0.0.1-commit.6230a0c","@aztec/merkle-tree":"0.0.1-commit.6230a0c","@aztec/prover-node":"0.0.1-commit.6230a0c","@aztec/test-wallet":"0.0.1-commit.6230a0c","@aztec/world-state":"0.0.1-commit.6230a0c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6230a0c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6230a0c","@aztec/prover-client":"0.0.1-commit.6230a0c","@aztec/noir-noirc_abi":"0.0.1-commit.6230a0c","@aztec/sequencer-client":"0.0.1-commit.6230a0c","@aztec/telemetry-client":"0.0.1-commit.6230a0c","@aztec/validator-client":"0.0.1-commit.6230a0c","@aztec/noir-contracts.js":"0.0.1-commit.6230a0c","@aztec/protocol-contracts":"0.0.1-commit.6230a0c","@aztec/validator-ha-signer":"0.0.1-commit.6230a0c","@aztec/noir-test-contracts.js":"0.0.1-commit.6230a0c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6230a0c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6230a0c_1770227479121_0.069064431539275","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0208eb9":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0208eb9","_id":"@aztec/end-to-end@0.0.1-commit.0208eb9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d9cee216134545388f77363aede9245a1222b265","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0208eb9.tgz","fileCount":243,"integrity":"sha512-kZ/ODKwUPehBxsyF6QMaVjPHDYJ4wmoNDP5FLofhGOOj4jJyqUCNVvAb/QncSaDZmpCVdLnxGEnSF24/7pR+VQ==","signatures":[{"sig":"MEQCIH4hxmDOYzUfg8Tbjz1gjQsmPsupZlt1PjYd6alMGEGbAiBvw53DipZa3FQcJ/2abgdgmlO3fLrnF41Y+siJQ7S49Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901772},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0208eb9f9e5263cee164217c92cfc00dacbdaa1f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0208eb9","@aztec/cli":"0.0.1-commit.0208eb9","@aztec/p2p":"0.0.1-commit.0208eb9","@aztec/pxe":"0.0.1-commit.0208eb9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0208eb9","@aztec/bb.js":"0.0.1-commit.0208eb9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0208eb9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0208eb9","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0208eb9","@aztec/archiver":"0.0.1-commit.0208eb9","@aztec/aztec.js":"0.0.1-commit.0208eb9","@aztec/blob-lib":"0.0.1-commit.0208eb9","@aztec/ethereum":"0.0.1-commit.0208eb9","@aztec/kv-store":"0.0.1-commit.0208eb9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0208eb9","@aztec/constants":"0.0.1-commit.0208eb9","@aztec/simulator":"0.0.1-commit.0208eb9","@aztec/aztec-node":"0.0.1-commit.0208eb9","@aztec/foundation":"0.0.1-commit.0208eb9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0208eb9","@aztec/entrypoints":"0.0.1-commit.0208eb9","@aztec/epoch-cache":"0.0.1-commit.0208eb9","@aztec/merkle-tree":"0.0.1-commit.0208eb9","@aztec/prover-node":"0.0.1-commit.0208eb9","@aztec/test-wallet":"0.0.1-commit.0208eb9","@aztec/world-state":"0.0.1-commit.0208eb9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0208eb9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0208eb9","@aztec/prover-client":"0.0.1-commit.0208eb9","@aztec/noir-noirc_abi":"0.0.1-commit.0208eb9","@aztec/sequencer-client":"0.0.1-commit.0208eb9","@aztec/telemetry-client":"0.0.1-commit.0208eb9","@aztec/validator-client":"0.0.1-commit.0208eb9","@aztec/noir-contracts.js":"0.0.1-commit.0208eb9","@aztec/protocol-contracts":"0.0.1-commit.0208eb9","@aztec/validator-ha-signer":"0.0.1-commit.0208eb9","@aztec/noir-test-contracts.js":"0.0.1-commit.0208eb9","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0208eb9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0208eb9_1770227505905_0.7490919080735501","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8afd444":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8afd444","_id":"@aztec/end-to-end@0.0.1-commit.8afd444","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"994a4b5508c14ba107a1d626c63e848af0e0cb83","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8afd444.tgz","fileCount":243,"integrity":"sha512-EIyj8leIZi79o6c+/TrRYX0PFCFqPayDEQ/MrgRnPJBvkjo7NkU4RoxwVj572gH56SOcJoGCC91wSlyiB4J7Hw==","signatures":[{"sig":"MEUCIQD4u/2fHAMZ/shKTdPm8xy8n4+DUsRTrBCVSkLf9Y7lTwIgHve7E4HbYuP8z5smuc/dFG+iOJxxwzzJX32DXA1WyNw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901772},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8afd44434f19d08242f1225984ed62ab68862cff","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8afd444","@aztec/cli":"0.0.1-commit.8afd444","@aztec/p2p":"0.0.1-commit.8afd444","@aztec/pxe":"0.0.1-commit.8afd444","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8afd444","@aztec/bb.js":"0.0.1-commit.8afd444","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8afd444","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8afd444","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8afd444","@aztec/archiver":"0.0.1-commit.8afd444","@aztec/aztec.js":"0.0.1-commit.8afd444","@aztec/blob-lib":"0.0.1-commit.8afd444","@aztec/ethereum":"0.0.1-commit.8afd444","@aztec/kv-store":"0.0.1-commit.8afd444","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8afd444","@aztec/constants":"0.0.1-commit.8afd444","@aztec/simulator":"0.0.1-commit.8afd444","@aztec/aztec-node":"0.0.1-commit.8afd444","@aztec/foundation":"0.0.1-commit.8afd444","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8afd444","@aztec/entrypoints":"0.0.1-commit.8afd444","@aztec/epoch-cache":"0.0.1-commit.8afd444","@aztec/merkle-tree":"0.0.1-commit.8afd444","@aztec/prover-node":"0.0.1-commit.8afd444","@aztec/test-wallet":"0.0.1-commit.8afd444","@aztec/world-state":"0.0.1-commit.8afd444","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8afd444","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8afd444","@aztec/prover-client":"0.0.1-commit.8afd444","@aztec/noir-noirc_abi":"0.0.1-commit.8afd444","@aztec/sequencer-client":"0.0.1-commit.8afd444","@aztec/telemetry-client":"0.0.1-commit.8afd444","@aztec/validator-client":"0.0.1-commit.8afd444","@aztec/noir-contracts.js":"0.0.1-commit.8afd444","@aztec/protocol-contracts":"0.0.1-commit.8afd444","@aztec/validator-ha-signer":"0.0.1-commit.8afd444","@aztec/noir-test-contracts.js":"0.0.1-commit.8afd444","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8afd444"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8afd444_1770227554648_0.6465665289798792","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260205":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260205","_id":"@aztec/end-to-end@4.0.0-nightly.20260205","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b1c8ba26e4b6d40262345afa4cef905bd7b95226","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260205.tgz","fileCount":243,"integrity":"sha512-lzGn7tL15ydUL9Vpvrb/leacPcR3knvzaDM15Zq0EjPKf1jmB+BRd3HjUvypQVuplrqKUtcQzsBBr6NUfDKo9w==","signatures":[{"sig":"MEYCIQClIMTvBWp1cXSadYO73POzWTqY0xKCew8kADPN10zsoQIhAIvGtrUhPRI0e0CBufhG7vutQzOehmzJ0ePXW877ixji","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"de84de535786a5a3af10e1a6ff3cf6e56e4a97be","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260205","@aztec/cli":"4.0.0-nightly.20260205","@aztec/p2p":"4.0.0-nightly.20260205","@aztec/pxe":"4.0.0-nightly.20260205","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260205","@aztec/bb.js":"4.0.0-nightly.20260205","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260205","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260205","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260205","@aztec/archiver":"4.0.0-nightly.20260205","@aztec/aztec.js":"4.0.0-nightly.20260205","@aztec/blob-lib":"4.0.0-nightly.20260205","@aztec/ethereum":"4.0.0-nightly.20260205","@aztec/kv-store":"4.0.0-nightly.20260205","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260205","@aztec/constants":"4.0.0-nightly.20260205","@aztec/simulator":"4.0.0-nightly.20260205","@aztec/aztec-node":"4.0.0-nightly.20260205","@aztec/foundation":"4.0.0-nightly.20260205","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260205","@aztec/entrypoints":"4.0.0-nightly.20260205","@aztec/epoch-cache":"4.0.0-nightly.20260205","@aztec/merkle-tree":"4.0.0-nightly.20260205","@aztec/prover-node":"4.0.0-nightly.20260205","@aztec/test-wallet":"4.0.0-nightly.20260205","@aztec/world-state":"4.0.0-nightly.20260205","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260205","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260205","@aztec/prover-client":"4.0.0-nightly.20260205","@aztec/noir-noirc_abi":"4.0.0-nightly.20260205","@aztec/sequencer-client":"4.0.0-nightly.20260205","@aztec/telemetry-client":"4.0.0-nightly.20260205","@aztec/validator-client":"4.0.0-nightly.20260205","@aztec/noir-contracts.js":"4.0.0-nightly.20260205","@aztec/protocol-contracts":"4.0.0-nightly.20260205","@aztec/validator-ha-signer":"4.0.0-nightly.20260205","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260205","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260205"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260205_1770262266149_0.6638052313727449","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2e2504e2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2e2504e2","_id":"@aztec/end-to-end@0.0.1-commit.2e2504e2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1b3c88c12e1da36b7b12b1381ed7f4598336a9d4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2e2504e2.tgz","fileCount":243,"integrity":"sha512-/CgoQLiFtLbUSWTGx5g3ad7easPSZcC2H5Rvx8UukEryB0QbeB2XFvv0mqHGsznbI3jrLN7pfYqxF32uu3Qs3w==","signatures":[{"sig":"MEUCIARNXPdsGuFZmm8dFCaXdHYEsApLOSU2KyHHmFqY1TSXAiEA4wv9TRlideD0Oa0nEOIaMAtW7+2jHvDQ8P9/lLaIpYU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901903},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2e2504e25309bae8b1c9b6228b0d0b6179f9bebf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2e2504e2","@aztec/cli":"0.0.1-commit.2e2504e2","@aztec/p2p":"0.0.1-commit.2e2504e2","@aztec/pxe":"0.0.1-commit.2e2504e2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2e2504e2","@aztec/bb.js":"0.0.1-commit.2e2504e2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2e2504e2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2e2504e2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2e2504e2","@aztec/archiver":"0.0.1-commit.2e2504e2","@aztec/aztec.js":"0.0.1-commit.2e2504e2","@aztec/blob-lib":"0.0.1-commit.2e2504e2","@aztec/ethereum":"0.0.1-commit.2e2504e2","@aztec/kv-store":"0.0.1-commit.2e2504e2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2e2504e2","@aztec/constants":"0.0.1-commit.2e2504e2","@aztec/simulator":"0.0.1-commit.2e2504e2","@aztec/aztec-node":"0.0.1-commit.2e2504e2","@aztec/foundation":"0.0.1-commit.2e2504e2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2e2504e2","@aztec/entrypoints":"0.0.1-commit.2e2504e2","@aztec/epoch-cache":"0.0.1-commit.2e2504e2","@aztec/merkle-tree":"0.0.1-commit.2e2504e2","@aztec/prover-node":"0.0.1-commit.2e2504e2","@aztec/test-wallet":"0.0.1-commit.2e2504e2","@aztec/world-state":"0.0.1-commit.2e2504e2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2e2504e2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2e2504e2","@aztec/prover-client":"0.0.1-commit.2e2504e2","@aztec/noir-noirc_abi":"0.0.1-commit.2e2504e2","@aztec/sequencer-client":"0.0.1-commit.2e2504e2","@aztec/telemetry-client":"0.0.1-commit.2e2504e2","@aztec/validator-client":"0.0.1-commit.2e2504e2","@aztec/noir-contracts.js":"0.0.1-commit.2e2504e2","@aztec/protocol-contracts":"0.0.1-commit.2e2504e2","@aztec/validator-ha-signer":"0.0.1-commit.2e2504e2","@aztec/noir-test-contracts.js":"0.0.1-commit.2e2504e2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2e2504e2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2e2504e2_1770295492845_0.7070360175292989","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.43c09e3f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.43c09e3f","_id":"@aztec/end-to-end@0.0.1-commit.43c09e3f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c7e39bcd39c43cf54775d13511f3b151ca0abd81","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.43c09e3f.tgz","fileCount":243,"integrity":"sha512-jAxWyPOQNSXS+ypGwKCHfd5PP18HWuRwC5VJoDTITZaQmq+crRm2vNWj1/0Eudje1Uo/iPxoQcWYxQ9XAyasdg==","signatures":[{"sig":"MEQCIHBC73Ty0v0U+c8iqSCwOKiwIBjdJKHu05hljJZ6uc89AiA6oh7fyoKzRx60hkq6l1km86rBYbm7KKes0Ws6sLJ1Cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901903},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"43c09e3f420d464873042a35fdbc09923e1fdd09","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.43c09e3f","@aztec/cli":"0.0.1-commit.43c09e3f","@aztec/p2p":"0.0.1-commit.43c09e3f","@aztec/pxe":"0.0.1-commit.43c09e3f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.43c09e3f","@aztec/bb.js":"0.0.1-commit.43c09e3f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.43c09e3f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.43c09e3f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.43c09e3f","@aztec/archiver":"0.0.1-commit.43c09e3f","@aztec/aztec.js":"0.0.1-commit.43c09e3f","@aztec/blob-lib":"0.0.1-commit.43c09e3f","@aztec/ethereum":"0.0.1-commit.43c09e3f","@aztec/kv-store":"0.0.1-commit.43c09e3f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.43c09e3f","@aztec/constants":"0.0.1-commit.43c09e3f","@aztec/simulator":"0.0.1-commit.43c09e3f","@aztec/aztec-node":"0.0.1-commit.43c09e3f","@aztec/foundation":"0.0.1-commit.43c09e3f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.43c09e3f","@aztec/entrypoints":"0.0.1-commit.43c09e3f","@aztec/epoch-cache":"0.0.1-commit.43c09e3f","@aztec/merkle-tree":"0.0.1-commit.43c09e3f","@aztec/prover-node":"0.0.1-commit.43c09e3f","@aztec/test-wallet":"0.0.1-commit.43c09e3f","@aztec/world-state":"0.0.1-commit.43c09e3f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.43c09e3f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.43c09e3f","@aztec/prover-client":"0.0.1-commit.43c09e3f","@aztec/noir-noirc_abi":"0.0.1-commit.43c09e3f","@aztec/sequencer-client":"0.0.1-commit.43c09e3f","@aztec/telemetry-client":"0.0.1-commit.43c09e3f","@aztec/validator-client":"0.0.1-commit.43c09e3f","@aztec/noir-contracts.js":"0.0.1-commit.43c09e3f","@aztec/protocol-contracts":"0.0.1-commit.43c09e3f","@aztec/validator-ha-signer":"0.0.1-commit.43c09e3f","@aztec/noir-test-contracts.js":"0.0.1-commit.43c09e3f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.43c09e3f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.43c09e3f_1770309500558_0.9259896817869491","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6d63667d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6d63667d","_id":"@aztec/end-to-end@0.0.1-commit.6d63667d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"35a42783883099f8813aa76215bc47e653e1592c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6d63667d.tgz","fileCount":243,"integrity":"sha512-wPs9iXCGegVd3jm6CTB9ZOlyBp5YIrHEqy+Vxyzul8Fn0XHmiwWDv/kiIBPVK2avP7RP6SmkF4OvDFlAd8bB3A==","signatures":[{"sig":"MEUCICrpHJ1tKZqMuMit7+SGaXe5PjmkVIayqVAVooHYdm0JAiEAoTwzLko5BBp78iaUE3wIDZSCAP6jIlsXDmWIo1XHXVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901903},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6d63667d910c4fc63595c44a9baf003143cebc18","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6d63667d","@aztec/cli":"0.0.1-commit.6d63667d","@aztec/p2p":"0.0.1-commit.6d63667d","@aztec/pxe":"0.0.1-commit.6d63667d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6d63667d","@aztec/bb.js":"0.0.1-commit.6d63667d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6d63667d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6d63667d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6d63667d","@aztec/archiver":"0.0.1-commit.6d63667d","@aztec/aztec.js":"0.0.1-commit.6d63667d","@aztec/blob-lib":"0.0.1-commit.6d63667d","@aztec/ethereum":"0.0.1-commit.6d63667d","@aztec/kv-store":"0.0.1-commit.6d63667d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6d63667d","@aztec/constants":"0.0.1-commit.6d63667d","@aztec/simulator":"0.0.1-commit.6d63667d","@aztec/aztec-node":"0.0.1-commit.6d63667d","@aztec/foundation":"0.0.1-commit.6d63667d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6d63667d","@aztec/entrypoints":"0.0.1-commit.6d63667d","@aztec/epoch-cache":"0.0.1-commit.6d63667d","@aztec/merkle-tree":"0.0.1-commit.6d63667d","@aztec/prover-node":"0.0.1-commit.6d63667d","@aztec/test-wallet":"0.0.1-commit.6d63667d","@aztec/world-state":"0.0.1-commit.6d63667d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6d63667d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6d63667d","@aztec/prover-client":"0.0.1-commit.6d63667d","@aztec/noir-noirc_abi":"0.0.1-commit.6d63667d","@aztec/sequencer-client":"0.0.1-commit.6d63667d","@aztec/telemetry-client":"0.0.1-commit.6d63667d","@aztec/validator-client":"0.0.1-commit.6d63667d","@aztec/noir-contracts.js":"0.0.1-commit.6d63667d","@aztec/protocol-contracts":"0.0.1-commit.6d63667d","@aztec/validator-ha-signer":"0.0.1-commit.6d63667d","@aztec/noir-test-contracts.js":"0.0.1-commit.6d63667d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6d63667d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6d63667d_1770322094149_0.8976179661082315","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260206":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260206","_id":"@aztec/end-to-end@4.0.0-nightly.20260206","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b5231e5deea16c65b724072c856ae32ee0d67bb7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260206.tgz","fileCount":243,"integrity":"sha512-4TKNO2/hIXydRmgr/fNkm+cukpOPgDdDHzmoah1IQGkOoRcVvFDHGiD94JSWaBFQ3/cXi5CbcyoUDx/2BS9wYQ==","signatures":[{"sig":"MEQCIC26E/kwW+iv5hWQMxqf1WjpY1UnOvzvoozueUA88W2NAiBLYO4qZtX1hysqyH0BQYRNR7tke3m5xXnM3QSQMhvCIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"81dd0960fa74cdaab992cd46d0626de59752ddb1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260206","@aztec/cli":"4.0.0-nightly.20260206","@aztec/p2p":"4.0.0-nightly.20260206","@aztec/pxe":"4.0.0-nightly.20260206","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260206","@aztec/bb.js":"4.0.0-nightly.20260206","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260206","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260206","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260206","@aztec/archiver":"4.0.0-nightly.20260206","@aztec/aztec.js":"4.0.0-nightly.20260206","@aztec/blob-lib":"4.0.0-nightly.20260206","@aztec/ethereum":"4.0.0-nightly.20260206","@aztec/kv-store":"4.0.0-nightly.20260206","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260206","@aztec/constants":"4.0.0-nightly.20260206","@aztec/simulator":"4.0.0-nightly.20260206","@aztec/aztec-node":"4.0.0-nightly.20260206","@aztec/foundation":"4.0.0-nightly.20260206","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260206","@aztec/entrypoints":"4.0.0-nightly.20260206","@aztec/epoch-cache":"4.0.0-nightly.20260206","@aztec/merkle-tree":"4.0.0-nightly.20260206","@aztec/prover-node":"4.0.0-nightly.20260206","@aztec/test-wallet":"4.0.0-nightly.20260206","@aztec/world-state":"4.0.0-nightly.20260206","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260206","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260206","@aztec/prover-client":"4.0.0-nightly.20260206","@aztec/noir-noirc_abi":"4.0.0-nightly.20260206","@aztec/sequencer-client":"4.0.0-nightly.20260206","@aztec/telemetry-client":"4.0.0-nightly.20260206","@aztec/validator-client":"4.0.0-nightly.20260206","@aztec/noir-contracts.js":"4.0.0-nightly.20260206","@aztec/protocol-contracts":"4.0.0-nightly.20260206","@aztec/validator-ha-signer":"4.0.0-nightly.20260206","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260206","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260206"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260206_1770347856290_0.37844235415800576","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260207":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260207","_id":"@aztec/end-to-end@4.0.0-nightly.20260207","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0dcd20df3f4428b1d174d33c6413b7c2bcc95eaa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260207.tgz","fileCount":243,"integrity":"sha512-5x1RqkT1G5RjGlJmqY+Hk9pDNXQjPVQsipfEP1lnmKGZvCt9Sj81KxJtbE2wUVPNcWHk1o911Hph7BP7RDi6IQ==","signatures":[{"sig":"MEUCIQCIm+d3NdxTGXI5oSQaKRV+VqZbdnBiqJxPs+qcKcdyVgIgeUCU8E9NoIQnfP6ovVGGq4PLwSgAHOF3c8TIl122HPM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36901942},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1720b1f8a010f0367406af48cae20bc726f35219","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260207","@aztec/cli":"4.0.0-nightly.20260207","@aztec/p2p":"4.0.0-nightly.20260207","@aztec/pxe":"4.0.0-nightly.20260207","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260207","@aztec/bb.js":"4.0.0-nightly.20260207","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260207","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260207","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260207","@aztec/archiver":"4.0.0-nightly.20260207","@aztec/aztec.js":"4.0.0-nightly.20260207","@aztec/blob-lib":"4.0.0-nightly.20260207","@aztec/ethereum":"4.0.0-nightly.20260207","@aztec/kv-store":"4.0.0-nightly.20260207","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260207","@aztec/constants":"4.0.0-nightly.20260207","@aztec/simulator":"4.0.0-nightly.20260207","@aztec/aztec-node":"4.0.0-nightly.20260207","@aztec/foundation":"4.0.0-nightly.20260207","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260207","@aztec/entrypoints":"4.0.0-nightly.20260207","@aztec/epoch-cache":"4.0.0-nightly.20260207","@aztec/merkle-tree":"4.0.0-nightly.20260207","@aztec/prover-node":"4.0.0-nightly.20260207","@aztec/test-wallet":"4.0.0-nightly.20260207","@aztec/world-state":"4.0.0-nightly.20260207","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260207","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260207","@aztec/prover-client":"4.0.0-nightly.20260207","@aztec/noir-noirc_abi":"4.0.0-nightly.20260207","@aztec/sequencer-client":"4.0.0-nightly.20260207","@aztec/telemetry-client":"4.0.0-nightly.20260207","@aztec/validator-client":"4.0.0-nightly.20260207","@aztec/noir-contracts.js":"4.0.0-nightly.20260207","@aztec/protocol-contracts":"4.0.0-nightly.20260207","@aztec/validator-ha-signer":"4.0.0-nightly.20260207","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260207","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260207"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260207_1770434832681_0.7414628582799887","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260207":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260207","_id":"@aztec/end-to-end@4.0.0-spartan.20260207","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"27a320a98e62640dadfb5f133f0ff2fa65718cab","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260207.tgz","fileCount":243,"integrity":"sha512-lS+7yqlxOQ6WhVp69n4dQCtIYUfsd3rtAIYlbPcxQYVvVWhad+4OayhQB+aYopOczxIqyiVmd0mylttpA1V/3w==","signatures":[{"sig":"MEUCIBjklTSF7le0Qrc6djCamm6+1u2ew9wDf7E2ScyNKvmFAiEAidoFMqptBBq9WTb38FeXfbPJwrWClAX5bEDw4gH862k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"79b1ee5fe294c977ebcee58ea557d06c1d134b4a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260207","@aztec/cli":"4.0.0-spartan.20260207","@aztec/p2p":"4.0.0-spartan.20260207","@aztec/pxe":"4.0.0-spartan.20260207","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260207","@aztec/bb.js":"4.0.0-spartan.20260207","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260207","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260207","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260207","@aztec/archiver":"4.0.0-spartan.20260207","@aztec/aztec.js":"4.0.0-spartan.20260207","@aztec/blob-lib":"4.0.0-spartan.20260207","@aztec/ethereum":"4.0.0-spartan.20260207","@aztec/kv-store":"4.0.0-spartan.20260207","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260207","@aztec/constants":"4.0.0-spartan.20260207","@aztec/simulator":"4.0.0-spartan.20260207","@aztec/aztec-node":"4.0.0-spartan.20260207","@aztec/foundation":"4.0.0-spartan.20260207","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260207","@aztec/entrypoints":"4.0.0-spartan.20260207","@aztec/epoch-cache":"4.0.0-spartan.20260207","@aztec/merkle-tree":"4.0.0-spartan.20260207","@aztec/prover-node":"4.0.0-spartan.20260207","@aztec/test-wallet":"4.0.0-spartan.20260207","@aztec/world-state":"4.0.0-spartan.20260207","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260207","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260207","@aztec/prover-client":"4.0.0-spartan.20260207","@aztec/noir-noirc_abi":"4.0.0-spartan.20260207","@aztec/sequencer-client":"4.0.0-spartan.20260207","@aztec/telemetry-client":"4.0.0-spartan.20260207","@aztec/validator-client":"4.0.0-spartan.20260207","@aztec/noir-contracts.js":"4.0.0-spartan.20260207","@aztec/protocol-contracts":"4.0.0-spartan.20260207","@aztec/validator-ha-signer":"4.0.0-spartan.20260207","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260207","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260207"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260207_1770434901783_0.4883096872040842","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260208":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260208","_id":"@aztec/end-to-end@4.0.0-spartan.20260208","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"98206863c390238bf662237cb0d595d2c9a1e116","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260208.tgz","fileCount":243,"integrity":"sha512-DQBvpOkMFosx9T8TcTydTOo/htIkJEMuRbWTaippWFokHuTT+YZsDIvVmxKj/A7wYwnX+ErEYPAfuaT9r7n2gA==","signatures":[{"sig":"MEQCIE0YM+HV/Kf/zI4JWrdAUcAU1tVqDzMLnq5xwZtWEPV7AiByyTMhcPJBnV3qQkcmn2Q5i25BdIhmb3tosdrjLzu4vQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"759e7694f6f5bd3bbd7d7295cc10a5fbcd0cac9b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260208","@aztec/cli":"4.0.0-spartan.20260208","@aztec/p2p":"4.0.0-spartan.20260208","@aztec/pxe":"4.0.0-spartan.20260208","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260208","@aztec/bb.js":"4.0.0-spartan.20260208","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260208","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260208","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260208","@aztec/archiver":"4.0.0-spartan.20260208","@aztec/aztec.js":"4.0.0-spartan.20260208","@aztec/blob-lib":"4.0.0-spartan.20260208","@aztec/ethereum":"4.0.0-spartan.20260208","@aztec/kv-store":"4.0.0-spartan.20260208","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260208","@aztec/constants":"4.0.0-spartan.20260208","@aztec/simulator":"4.0.0-spartan.20260208","@aztec/aztec-node":"4.0.0-spartan.20260208","@aztec/foundation":"4.0.0-spartan.20260208","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260208","@aztec/entrypoints":"4.0.0-spartan.20260208","@aztec/epoch-cache":"4.0.0-spartan.20260208","@aztec/merkle-tree":"4.0.0-spartan.20260208","@aztec/prover-node":"4.0.0-spartan.20260208","@aztec/test-wallet":"4.0.0-spartan.20260208","@aztec/world-state":"4.0.0-spartan.20260208","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260208","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260208","@aztec/prover-client":"4.0.0-spartan.20260208","@aztec/noir-noirc_abi":"4.0.0-spartan.20260208","@aztec/sequencer-client":"4.0.0-spartan.20260208","@aztec/telemetry-client":"4.0.0-spartan.20260208","@aztec/validator-client":"4.0.0-spartan.20260208","@aztec/noir-contracts.js":"4.0.0-spartan.20260208","@aztec/protocol-contracts":"4.0.0-spartan.20260208","@aztec/validator-ha-signer":"4.0.0-spartan.20260208","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260208","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260208"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260208_1770520878157_0.8009056623718558","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260208":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260208","_id":"@aztec/end-to-end@4.0.0-nightly.20260208","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2a7e1b3f8f991447fb7568a5d49436bd12e44fb1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260208.tgz","fileCount":243,"integrity":"sha512-TLVSOaHON/HYXYhXmIszzddMmJawf1Sj6U4GkX4TmaczI8jcPnuriP2JHpevZzAuzT81E/U51OtYr4LbrJ5rUA==","signatures":[{"sig":"MEUCIEE7YeL8uG6r71rw7ULncckhjkwh9zwqyYxJquWFBz7OAiEAwv7FHysP9frpc0Fb5cnBjTR4H5cdXJJB/CCKnrL5MCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"759e7694f6f5bd3bbd7d7295cc10a5fbcd0cac9b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260208","@aztec/cli":"4.0.0-nightly.20260208","@aztec/p2p":"4.0.0-nightly.20260208","@aztec/pxe":"4.0.0-nightly.20260208","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260208","@aztec/bb.js":"4.0.0-nightly.20260208","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260208","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260208","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260208","@aztec/archiver":"4.0.0-nightly.20260208","@aztec/aztec.js":"4.0.0-nightly.20260208","@aztec/blob-lib":"4.0.0-nightly.20260208","@aztec/ethereum":"4.0.0-nightly.20260208","@aztec/kv-store":"4.0.0-nightly.20260208","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260208","@aztec/constants":"4.0.0-nightly.20260208","@aztec/simulator":"4.0.0-nightly.20260208","@aztec/aztec-node":"4.0.0-nightly.20260208","@aztec/foundation":"4.0.0-nightly.20260208","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260208","@aztec/entrypoints":"4.0.0-nightly.20260208","@aztec/epoch-cache":"4.0.0-nightly.20260208","@aztec/merkle-tree":"4.0.0-nightly.20260208","@aztec/prover-node":"4.0.0-nightly.20260208","@aztec/test-wallet":"4.0.0-nightly.20260208","@aztec/world-state":"4.0.0-nightly.20260208","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260208","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260208","@aztec/prover-client":"4.0.0-nightly.20260208","@aztec/noir-noirc_abi":"4.0.0-nightly.20260208","@aztec/sequencer-client":"4.0.0-nightly.20260208","@aztec/telemetry-client":"4.0.0-nightly.20260208","@aztec/validator-client":"4.0.0-nightly.20260208","@aztec/noir-contracts.js":"4.0.0-nightly.20260208","@aztec/protocol-contracts":"4.0.0-nightly.20260208","@aztec/validator-ha-signer":"4.0.0-nightly.20260208","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260208","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260208"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260208_1770520887983_0.6060006585458306","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2eb6648a":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2eb6648a","_id":"@aztec/end-to-end@0.0.1-commit.2eb6648a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"538fbb174c5b7449abd7f89fa5470566d874a961","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2eb6648a.tgz","fileCount":243,"integrity":"sha512-uXux9MH2VuaRZ/oRxmV/+VTJIb6EgniyCb41ovYnAMlC31ED2rnxZSCvkF6KYmYCqMQWrnvbwukyyH0OfiwkGA==","signatures":[{"sig":"MEMCIGcv+sxNGYbD+QfVBLoeG+D4F+49VveRgKChn8jKmD9bAh8uJmunwmNtI7Sb7mGtquVjk1F60Z8ZjWG/RCXjZ8yO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2eb6648a3e5e507dbce5bde999ebbc52d7918650","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2eb6648a","@aztec/cli":"0.0.1-commit.2eb6648a","@aztec/p2p":"0.0.1-commit.2eb6648a","@aztec/pxe":"0.0.1-commit.2eb6648a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2eb6648a","@aztec/bb.js":"0.0.1-commit.2eb6648a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2eb6648a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2eb6648a","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2eb6648a","@aztec/archiver":"0.0.1-commit.2eb6648a","@aztec/aztec.js":"0.0.1-commit.2eb6648a","@aztec/blob-lib":"0.0.1-commit.2eb6648a","@aztec/ethereum":"0.0.1-commit.2eb6648a","@aztec/kv-store":"0.0.1-commit.2eb6648a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2eb6648a","@aztec/constants":"0.0.1-commit.2eb6648a","@aztec/simulator":"0.0.1-commit.2eb6648a","@aztec/aztec-node":"0.0.1-commit.2eb6648a","@aztec/foundation":"0.0.1-commit.2eb6648a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2eb6648a","@aztec/entrypoints":"0.0.1-commit.2eb6648a","@aztec/epoch-cache":"0.0.1-commit.2eb6648a","@aztec/merkle-tree":"0.0.1-commit.2eb6648a","@aztec/prover-node":"0.0.1-commit.2eb6648a","@aztec/test-wallet":"0.0.1-commit.2eb6648a","@aztec/world-state":"0.0.1-commit.2eb6648a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2eb6648a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2eb6648a","@aztec/prover-client":"0.0.1-commit.2eb6648a","@aztec/noir-noirc_abi":"0.0.1-commit.2eb6648a","@aztec/sequencer-client":"0.0.1-commit.2eb6648a","@aztec/telemetry-client":"0.0.1-commit.2eb6648a","@aztec/validator-client":"0.0.1-commit.2eb6648a","@aztec/noir-contracts.js":"0.0.1-commit.2eb6648a","@aztec/protocol-contracts":"0.0.1-commit.2eb6648a","@aztec/validator-ha-signer":"0.0.1-commit.2eb6648a","@aztec/noir-test-contracts.js":"0.0.1-commit.2eb6648a","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2eb6648a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2eb6648a_1770539391000_0.15176390920569305","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e558bd1c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e558bd1c","_id":"@aztec/end-to-end@0.0.1-commit.e558bd1c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"22b43961dead3046b6e4868883bb2ad246d71cb8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e558bd1c.tgz","fileCount":243,"integrity":"sha512-AoLHCfmvfmpUjvxM7x4U1ANaE/ciGxMB9Jfp036p9nd9QM5sYZMuMJVBT/gt8nNojJyCbmfVHxfRqx9J/q2+Xw==","signatures":[{"sig":"MEUCIEgsC23FDNUty2vqhdkTy0XQRu1YnlfY7DCzSu1CjCJWAiEAyjuT4hkMl+whFVAFfuBkWQhALLdvpmQm6CdRfXyVWh8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e558bd1c9c15dcb3c1f933c8cc80d99462bed640","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e558bd1c","@aztec/cli":"0.0.1-commit.e558bd1c","@aztec/p2p":"0.0.1-commit.e558bd1c","@aztec/pxe":"0.0.1-commit.e558bd1c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e558bd1c","@aztec/bb.js":"0.0.1-commit.e558bd1c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e558bd1c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e558bd1c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e558bd1c","@aztec/archiver":"0.0.1-commit.e558bd1c","@aztec/aztec.js":"0.0.1-commit.e558bd1c","@aztec/blob-lib":"0.0.1-commit.e558bd1c","@aztec/ethereum":"0.0.1-commit.e558bd1c","@aztec/kv-store":"0.0.1-commit.e558bd1c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e558bd1c","@aztec/constants":"0.0.1-commit.e558bd1c","@aztec/simulator":"0.0.1-commit.e558bd1c","@aztec/aztec-node":"0.0.1-commit.e558bd1c","@aztec/foundation":"0.0.1-commit.e558bd1c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e558bd1c","@aztec/entrypoints":"0.0.1-commit.e558bd1c","@aztec/epoch-cache":"0.0.1-commit.e558bd1c","@aztec/merkle-tree":"0.0.1-commit.e558bd1c","@aztec/prover-node":"0.0.1-commit.e558bd1c","@aztec/test-wallet":"0.0.1-commit.e558bd1c","@aztec/world-state":"0.0.1-commit.e558bd1c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e558bd1c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e558bd1c","@aztec/prover-client":"0.0.1-commit.e558bd1c","@aztec/noir-noirc_abi":"0.0.1-commit.e558bd1c","@aztec/sequencer-client":"0.0.1-commit.e558bd1c","@aztec/telemetry-client":"0.0.1-commit.e558bd1c","@aztec/validator-client":"0.0.1-commit.e558bd1c","@aztec/noir-contracts.js":"0.0.1-commit.e558bd1c","@aztec/protocol-contracts":"0.0.1-commit.e558bd1c","@aztec/validator-ha-signer":"0.0.1-commit.e558bd1c","@aztec/noir-test-contracts.js":"0.0.1-commit.e558bd1c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e558bd1c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e558bd1c_1770548691766_0.9458504748724241","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260209":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260209","_id":"@aztec/end-to-end@4.0.0-nightly.20260209","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"37bf384e616c517b80ef0d4dabfd6c36d4fa7105","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260209.tgz","fileCount":243,"integrity":"sha512-NrbV9iO+oAnKm9LlM7lIL72AugySg7xPdpTDJ/DHHXXjilkkCrjpmtQtgbLNQwNBQDiBM+kbyJkadPeKjT2WFA==","signatures":[{"sig":"MEUCIHS7SlBedFbXN2WEmwpQnVF8hrlPcAH5OlLFlOXW7r9+AiEAzunK7VPo/2JHHR6lE5gprVIqM1cqjXNC1jlHl2opB3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"00a3ee77bcb8dd7655cf4f9b6ca28e1b026a9efa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260209","@aztec/cli":"4.0.0-nightly.20260209","@aztec/p2p":"4.0.0-nightly.20260209","@aztec/pxe":"4.0.0-nightly.20260209","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260209","@aztec/bb.js":"4.0.0-nightly.20260209","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260209","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260209","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260209","@aztec/archiver":"4.0.0-nightly.20260209","@aztec/aztec.js":"4.0.0-nightly.20260209","@aztec/blob-lib":"4.0.0-nightly.20260209","@aztec/ethereum":"4.0.0-nightly.20260209","@aztec/kv-store":"4.0.0-nightly.20260209","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260209","@aztec/constants":"4.0.0-nightly.20260209","@aztec/simulator":"4.0.0-nightly.20260209","@aztec/aztec-node":"4.0.0-nightly.20260209","@aztec/foundation":"4.0.0-nightly.20260209","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260209","@aztec/entrypoints":"4.0.0-nightly.20260209","@aztec/epoch-cache":"4.0.0-nightly.20260209","@aztec/merkle-tree":"4.0.0-nightly.20260209","@aztec/prover-node":"4.0.0-nightly.20260209","@aztec/test-wallet":"4.0.0-nightly.20260209","@aztec/world-state":"4.0.0-nightly.20260209","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260209","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260209","@aztec/prover-client":"4.0.0-nightly.20260209","@aztec/noir-noirc_abi":"4.0.0-nightly.20260209","@aztec/sequencer-client":"4.0.0-nightly.20260209","@aztec/telemetry-client":"4.0.0-nightly.20260209","@aztec/validator-client":"4.0.0-nightly.20260209","@aztec/noir-contracts.js":"4.0.0-nightly.20260209","@aztec/protocol-contracts":"4.0.0-nightly.20260209","@aztec/validator-ha-signer":"4.0.0-nightly.20260209","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260209","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260209"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260209_1770607254330_0.3849472032555521","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260209":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260209","_id":"@aztec/end-to-end@4.0.0-spartan.20260209","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"219029f53ad501deafe99e802c6652d2801d3643","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260209.tgz","fileCount":243,"integrity":"sha512-rmAOqYDslj9wqEyz4A7i4pHVsq4U471ds/OhgfYOmWMbv0ikcEygKV/ShOxb+a3EyJXVAvMhQ94tj28aHPnwCw==","signatures":[{"sig":"MEUCIQDQxNxxc7oYzYaF3Neyf0sY9gk6TrsDFE2XM1QAeufgBQIgGM1I9ArritnOAV0uciAGyR/HrZBMCwrb2xzcczEMxo4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"00a3ee77bcb8dd7655cf4f9b6ca28e1b026a9efa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260209","@aztec/cli":"4.0.0-spartan.20260209","@aztec/p2p":"4.0.0-spartan.20260209","@aztec/pxe":"4.0.0-spartan.20260209","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260209","@aztec/bb.js":"4.0.0-spartan.20260209","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260209","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260209","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260209","@aztec/archiver":"4.0.0-spartan.20260209","@aztec/aztec.js":"4.0.0-spartan.20260209","@aztec/blob-lib":"4.0.0-spartan.20260209","@aztec/ethereum":"4.0.0-spartan.20260209","@aztec/kv-store":"4.0.0-spartan.20260209","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260209","@aztec/constants":"4.0.0-spartan.20260209","@aztec/simulator":"4.0.0-spartan.20260209","@aztec/aztec-node":"4.0.0-spartan.20260209","@aztec/foundation":"4.0.0-spartan.20260209","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260209","@aztec/entrypoints":"4.0.0-spartan.20260209","@aztec/epoch-cache":"4.0.0-spartan.20260209","@aztec/merkle-tree":"4.0.0-spartan.20260209","@aztec/prover-node":"4.0.0-spartan.20260209","@aztec/test-wallet":"4.0.0-spartan.20260209","@aztec/world-state":"4.0.0-spartan.20260209","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260209","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260209","@aztec/prover-client":"4.0.0-spartan.20260209","@aztec/noir-noirc_abi":"4.0.0-spartan.20260209","@aztec/sequencer-client":"4.0.0-spartan.20260209","@aztec/telemetry-client":"4.0.0-spartan.20260209","@aztec/validator-client":"4.0.0-spartan.20260209","@aztec/noir-contracts.js":"4.0.0-spartan.20260209","@aztec/protocol-contracts":"4.0.0-spartan.20260209","@aztec/validator-ha-signer":"4.0.0-spartan.20260209","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260209","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260209"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260209_1770607259769_0.12367943181357854","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.43597cc1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.43597cc1","_id":"@aztec/end-to-end@0.0.1-commit.43597cc1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da8913dbc120629fe7dc6bd2fde7afc60627c134","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.43597cc1.tgz","fileCount":243,"integrity":"sha512-XanUprZUBfJS2Nfx/KbioM5DcbaATAl4UF6Hd1o0L1uygXIx8yOvv8p+LT0sOlPIrDrZIre5ensd4Xh0DYtGew==","signatures":[{"sig":"MEUCIBUJ1uB7xi3ua8kAucaOsga58PreyCC8Mrr77k247ru+AiEAxhdYhBU7MYAeJKQQFTkp7EloNJOk7KA5gUT/O6ROmEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903490},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"43597cc1afdef24163ee3a422414d9f4b3b33fcf","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.43597cc1","@aztec/cli":"0.0.1-commit.43597cc1","@aztec/p2p":"0.0.1-commit.43597cc1","@aztec/pxe":"0.0.1-commit.43597cc1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.43597cc1","@aztec/bb.js":"0.0.1-commit.43597cc1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.43597cc1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.43597cc1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.43597cc1","@aztec/archiver":"0.0.1-commit.43597cc1","@aztec/aztec.js":"0.0.1-commit.43597cc1","@aztec/blob-lib":"0.0.1-commit.43597cc1","@aztec/ethereum":"0.0.1-commit.43597cc1","@aztec/kv-store":"0.0.1-commit.43597cc1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.43597cc1","@aztec/constants":"0.0.1-commit.43597cc1","@aztec/simulator":"0.0.1-commit.43597cc1","@aztec/aztec-node":"0.0.1-commit.43597cc1","@aztec/foundation":"0.0.1-commit.43597cc1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.43597cc1","@aztec/entrypoints":"0.0.1-commit.43597cc1","@aztec/epoch-cache":"0.0.1-commit.43597cc1","@aztec/merkle-tree":"0.0.1-commit.43597cc1","@aztec/prover-node":"0.0.1-commit.43597cc1","@aztec/test-wallet":"0.0.1-commit.43597cc1","@aztec/world-state":"0.0.1-commit.43597cc1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.43597cc1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.43597cc1","@aztec/prover-client":"0.0.1-commit.43597cc1","@aztec/noir-noirc_abi":"0.0.1-commit.43597cc1","@aztec/sequencer-client":"0.0.1-commit.43597cc1","@aztec/telemetry-client":"0.0.1-commit.43597cc1","@aztec/validator-client":"0.0.1-commit.43597cc1","@aztec/noir-contracts.js":"0.0.1-commit.43597cc1","@aztec/protocol-contracts":"0.0.1-commit.43597cc1","@aztec/validator-ha-signer":"0.0.1-commit.43597cc1","@aztec/noir-test-contracts.js":"0.0.1-commit.43597cc1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.43597cc1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.43597cc1_1770680769558_0.25128056812558386","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260210":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260210","_id":"@aztec/end-to-end@4.0.0-spartan.20260210","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4f0d43f9977635b43805249663d6abd84c40b4cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260210.tgz","fileCount":243,"integrity":"sha512-cmgihctv14NpsznYlAvrU56ul9Wgk0gUYCozg+IWUN9mMqC0uJtqUCkYv/KEMYpcMm9iza9Iei4JXPnzOLh/uA==","signatures":[{"sig":"MEQCIAGwRkY9zDjX7SX7oK2qCAF+rb6Ez/SYv9twthXXSKOIAiAlOeBFd99XrUFxGjFPENuCc0BtCNgO/+77M1ybGEVWNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36896322},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b0725d80d3715aaeecee9649f73fe6e6a9a7e4e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260210","@aztec/cli":"4.0.0-spartan.20260210","@aztec/p2p":"4.0.0-spartan.20260210","@aztec/pxe":"4.0.0-spartan.20260210","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260210","@aztec/bb.js":"4.0.0-spartan.20260210","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260210","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260210","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260210","@aztec/archiver":"4.0.0-spartan.20260210","@aztec/aztec.js":"4.0.0-spartan.20260210","@aztec/blob-lib":"4.0.0-spartan.20260210","@aztec/ethereum":"4.0.0-spartan.20260210","@aztec/kv-store":"4.0.0-spartan.20260210","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260210","@aztec/constants":"4.0.0-spartan.20260210","@aztec/simulator":"4.0.0-spartan.20260210","@aztec/aztec-node":"4.0.0-spartan.20260210","@aztec/foundation":"4.0.0-spartan.20260210","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260210","@aztec/entrypoints":"4.0.0-spartan.20260210","@aztec/epoch-cache":"4.0.0-spartan.20260210","@aztec/merkle-tree":"4.0.0-spartan.20260210","@aztec/prover-node":"4.0.0-spartan.20260210","@aztec/test-wallet":"4.0.0-spartan.20260210","@aztec/world-state":"4.0.0-spartan.20260210","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260210","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260210","@aztec/prover-client":"4.0.0-spartan.20260210","@aztec/noir-noirc_abi":"4.0.0-spartan.20260210","@aztec/sequencer-client":"4.0.0-spartan.20260210","@aztec/telemetry-client":"4.0.0-spartan.20260210","@aztec/validator-client":"4.0.0-spartan.20260210","@aztec/noir-contracts.js":"4.0.0-spartan.20260210","@aztec/protocol-contracts":"4.0.0-spartan.20260210","@aztec/validator-ha-signer":"4.0.0-spartan.20260210","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260210","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260210"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260210_1770693689121_0.2370097670130895","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260210":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260210","_id":"@aztec/end-to-end@4.0.0-nightly.20260210","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dad2d0cd76f649df0aee0c902e34434dac5acc73","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260210.tgz","fileCount":243,"integrity":"sha512-UgvD8Yt7/Ho6BD0LhIb9yM8gr3jxSkAue9klqXjDEvIr+Bk83QsUrRXRD8gbfrvQT1O/b9idOsXfJzTYk2ob4g==","signatures":[{"sig":"MEQCIA94e9j7Wj10xnm4orfuGwgD8VrQVsSDeQb/HyY6OCmfAiAyK0wF/MSkveEjOKhhmVUuqHmEdKKFivOgU7Uy6tq4jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903529},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8f0b87906c6093efd4462969651289cc2ac465d7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260210","@aztec/cli":"4.0.0-nightly.20260210","@aztec/p2p":"4.0.0-nightly.20260210","@aztec/pxe":"4.0.0-nightly.20260210","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260210","@aztec/bb.js":"4.0.0-nightly.20260210","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260210","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260210","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260210","@aztec/archiver":"4.0.0-nightly.20260210","@aztec/aztec.js":"4.0.0-nightly.20260210","@aztec/blob-lib":"4.0.0-nightly.20260210","@aztec/ethereum":"4.0.0-nightly.20260210","@aztec/kv-store":"4.0.0-nightly.20260210","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260210","@aztec/constants":"4.0.0-nightly.20260210","@aztec/simulator":"4.0.0-nightly.20260210","@aztec/aztec-node":"4.0.0-nightly.20260210","@aztec/foundation":"4.0.0-nightly.20260210","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260210","@aztec/entrypoints":"4.0.0-nightly.20260210","@aztec/epoch-cache":"4.0.0-nightly.20260210","@aztec/merkle-tree":"4.0.0-nightly.20260210","@aztec/prover-node":"4.0.0-nightly.20260210","@aztec/test-wallet":"4.0.0-nightly.20260210","@aztec/world-state":"4.0.0-nightly.20260210","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260210","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260210","@aztec/prover-client":"4.0.0-nightly.20260210","@aztec/noir-noirc_abi":"4.0.0-nightly.20260210","@aztec/sequencer-client":"4.0.0-nightly.20260210","@aztec/telemetry-client":"4.0.0-nightly.20260210","@aztec/validator-client":"4.0.0-nightly.20260210","@aztec/noir-contracts.js":"4.0.0-nightly.20260210","@aztec/protocol-contracts":"4.0.0-nightly.20260210","@aztec/validator-ha-signer":"4.0.0-nightly.20260210","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260210","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260210"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260210_1770693714517_0.5278943931480806","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f2ce05ee":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f2ce05ee","_id":"@aztec/end-to-end@0.0.1-commit.f2ce05ee","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5d2ff94a731a76213518bd6fab6e63aed562c7bf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f2ce05ee.tgz","fileCount":252,"integrity":"sha512-b3sGj5SdiaA+icWbsncxHMiWArGnE/Vsn93mJnm0Z0ruR5i4BvhYBa+ePUHin3D6p9ba/5zi95xj3KrqL3Q5Gw==","signatures":[{"sig":"MEQCICPizIrUMH/4eV+NZu7qrspEp9acBFT6YR+ogzR320l+AiAxwoi9fNXvSJCJydDUjHvnynlyO21fWQUv3WtggWBJFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36967012},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2ce05ee2a0338127611635e97bd41b0d53bcf01","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f2ce05ee","@aztec/cli":"0.0.1-commit.f2ce05ee","@aztec/p2p":"0.0.1-commit.f2ce05ee","@aztec/pxe":"0.0.1-commit.f2ce05ee","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f2ce05ee","@aztec/bb.js":"0.0.1-commit.f2ce05ee","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f2ce05ee","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f2ce05ee","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f2ce05ee","@aztec/archiver":"0.0.1-commit.f2ce05ee","@aztec/aztec.js":"0.0.1-commit.f2ce05ee","@aztec/blob-lib":"0.0.1-commit.f2ce05ee","@aztec/ethereum":"0.0.1-commit.f2ce05ee","@aztec/kv-store":"0.0.1-commit.f2ce05ee","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f2ce05ee","@aztec/constants":"0.0.1-commit.f2ce05ee","@aztec/simulator":"0.0.1-commit.f2ce05ee","@aztec/aztec-node":"0.0.1-commit.f2ce05ee","@aztec/foundation":"0.0.1-commit.f2ce05ee","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f2ce05ee","@aztec/entrypoints":"0.0.1-commit.f2ce05ee","@aztec/epoch-cache":"0.0.1-commit.f2ce05ee","@aztec/merkle-tree":"0.0.1-commit.f2ce05ee","@aztec/prover-node":"0.0.1-commit.f2ce05ee","@aztec/test-wallet":"0.0.1-commit.f2ce05ee","@aztec/world-state":"0.0.1-commit.f2ce05ee","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f2ce05ee","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f2ce05ee","@aztec/prover-client":"0.0.1-commit.f2ce05ee","@aztec/noir-noirc_abi":"0.0.1-commit.f2ce05ee","@aztec/sequencer-client":"0.0.1-commit.f2ce05ee","@aztec/telemetry-client":"0.0.1-commit.f2ce05ee","@aztec/validator-client":"0.0.1-commit.f2ce05ee","@aztec/noir-contracts.js":"0.0.1-commit.f2ce05ee","@aztec/protocol-contracts":"0.0.1-commit.f2ce05ee","@aztec/validator-ha-signer":"0.0.1-commit.f2ce05ee","@aztec/noir-test-contracts.js":"0.0.1-commit.f2ce05ee","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f2ce05ee"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f2ce05ee_1770722251472_0.11408538045275751","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.87a0206":{"name":"@aztec/end-to-end","version":"0.0.1-commit.87a0206","_id":"@aztec/end-to-end@0.0.1-commit.87a0206","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e50be16a1b5c9342b7be8fb71cf50a2e261630fd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.87a0206.tgz","fileCount":243,"integrity":"sha512-f7DVYkGNlRonTK7f2VKmxcHAHghCf4q7BEUQzYpY//yub1HrPgrSajGY9pfprlAH85tMuNjtpkOev5Cyhq0gVQ==","signatures":[{"sig":"MEQCIGi3BOcnEvhY2e94rsyQ4tZB5qPxNgkzyJtKdJbxBDZOAiB4YyNVbE8xTyvfZwUG60OXVcrxNe21BFr0lLp/YNptHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36903303},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"87a02069ebb015cb8bf76c228013870b170c1c85","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.87a0206","@aztec/cli":"0.0.1-commit.87a0206","@aztec/p2p":"0.0.1-commit.87a0206","@aztec/pxe":"0.0.1-commit.87a0206","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.87a0206","@aztec/bb.js":"0.0.1-commit.87a0206","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.87a0206","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.87a0206","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.87a0206","@aztec/archiver":"0.0.1-commit.87a0206","@aztec/aztec.js":"0.0.1-commit.87a0206","@aztec/blob-lib":"0.0.1-commit.87a0206","@aztec/ethereum":"0.0.1-commit.87a0206","@aztec/kv-store":"0.0.1-commit.87a0206","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.87a0206","@aztec/constants":"0.0.1-commit.87a0206","@aztec/simulator":"0.0.1-commit.87a0206","@aztec/aztec-node":"0.0.1-commit.87a0206","@aztec/foundation":"0.0.1-commit.87a0206","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.87a0206","@aztec/entrypoints":"0.0.1-commit.87a0206","@aztec/epoch-cache":"0.0.1-commit.87a0206","@aztec/merkle-tree":"0.0.1-commit.87a0206","@aztec/prover-node":"0.0.1-commit.87a0206","@aztec/test-wallet":"0.0.1-commit.87a0206","@aztec/world-state":"0.0.1-commit.87a0206","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.87a0206","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.87a0206","@aztec/prover-client":"0.0.1-commit.87a0206","@aztec/noir-noirc_abi":"0.0.1-commit.87a0206","@aztec/sequencer-client":"0.0.1-commit.87a0206","@aztec/telemetry-client":"0.0.1-commit.87a0206","@aztec/validator-client":"0.0.1-commit.87a0206","@aztec/noir-contracts.js":"0.0.1-commit.87a0206","@aztec/protocol-contracts":"0.0.1-commit.87a0206","@aztec/validator-ha-signer":"0.0.1-commit.87a0206","@aztec/noir-test-contracts.js":"0.0.1-commit.87a0206","@aztec/noir-protocol-circuits-types":"0.0.1-commit.87a0206"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.87a0206_1770738963747_0.970486509387485","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d6f2b3f94":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d6f2b3f94","_id":"@aztec/end-to-end@0.0.1-commit.d6f2b3f94","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ca00c26682a4bf4197aac082dd860c1fa87393e9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d6f2b3f94.tgz","fileCount":252,"integrity":"sha512-zHzgR/GCVXMYb0+RFR9/vvwmX0e/ieY5Zo82RmmaLiJ+ODGg/MvGiE2pLxVAprQObH8mh42qPTwde/tCG50wtA==","signatures":[{"sig":"MEQCICXN1Ooe8SIhCxNCdB/Mo+tum4UD3QS48wQ8r2ZHjapiAiAwgvKmsIx5TCY56FoZurZ/V6SsHt5hsm5mu10+dFCzLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960929},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d6f2b3f94828b1a5c980c2100c91109812137c46","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d6f2b3f94","@aztec/cli":"0.0.1-commit.d6f2b3f94","@aztec/p2p":"0.0.1-commit.d6f2b3f94","@aztec/pxe":"0.0.1-commit.d6f2b3f94","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d6f2b3f94","@aztec/bb.js":"0.0.1-commit.d6f2b3f94","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d6f2b3f94","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d6f2b3f94","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d6f2b3f94","@aztec/archiver":"0.0.1-commit.d6f2b3f94","@aztec/aztec.js":"0.0.1-commit.d6f2b3f94","@aztec/blob-lib":"0.0.1-commit.d6f2b3f94","@aztec/ethereum":"0.0.1-commit.d6f2b3f94","@aztec/kv-store":"0.0.1-commit.d6f2b3f94","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d6f2b3f94","@aztec/constants":"0.0.1-commit.d6f2b3f94","@aztec/simulator":"0.0.1-commit.d6f2b3f94","@aztec/aztec-node":"0.0.1-commit.d6f2b3f94","@aztec/foundation":"0.0.1-commit.d6f2b3f94","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d6f2b3f94","@aztec/entrypoints":"0.0.1-commit.d6f2b3f94","@aztec/epoch-cache":"0.0.1-commit.d6f2b3f94","@aztec/merkle-tree":"0.0.1-commit.d6f2b3f94","@aztec/prover-node":"0.0.1-commit.d6f2b3f94","@aztec/test-wallet":"0.0.1-commit.d6f2b3f94","@aztec/world-state":"0.0.1-commit.d6f2b3f94","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d6f2b3f94","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d6f2b3f94","@aztec/prover-client":"0.0.1-commit.d6f2b3f94","@aztec/noir-noirc_abi":"0.0.1-commit.d6f2b3f94","@aztec/sequencer-client":"0.0.1-commit.d6f2b3f94","@aztec/telemetry-client":"0.0.1-commit.d6f2b3f94","@aztec/validator-client":"0.0.1-commit.d6f2b3f94","@aztec/noir-contracts.js":"0.0.1-commit.d6f2b3f94","@aztec/protocol-contracts":"0.0.1-commit.d6f2b3f94","@aztec/validator-ha-signer":"0.0.1-commit.d6f2b3f94","@aztec/noir-test-contracts.js":"0.0.1-commit.d6f2b3f94","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d6f2b3f94"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d6f2b3f94_1770772593213_0.05493710713540523","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260211":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260211","_id":"@aztec/end-to-end@4.0.0-nightly.20260211","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fe17b1e86c483f3e1f8898e2fe1029019f52466b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260211.tgz","fileCount":252,"integrity":"sha512-Dsely4OuaKEYox5xGFd/+NbYuMLHRRN5UXex83l6JWJXx9O1fgtOkqdgcU7ijlD1ARZGD/zWqj7B3up5QX7mRg==","signatures":[{"sig":"MEQCIFlIHxejvtgAaG+0QjwDmoW7YAS/9HQoSni04Ejrm+BHAiA1oxJ0RXDMneiWULJYUq4uBb8pkyceCHroFtcpyyNZ8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960929},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"02172e1d34e0556021776f561af7053da3f79abc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260211","@aztec/cli":"4.0.0-nightly.20260211","@aztec/p2p":"4.0.0-nightly.20260211","@aztec/pxe":"4.0.0-nightly.20260211","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260211","@aztec/bb.js":"4.0.0-nightly.20260211","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260211","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260211","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260211","@aztec/archiver":"4.0.0-nightly.20260211","@aztec/aztec.js":"4.0.0-nightly.20260211","@aztec/blob-lib":"4.0.0-nightly.20260211","@aztec/ethereum":"4.0.0-nightly.20260211","@aztec/kv-store":"4.0.0-nightly.20260211","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260211","@aztec/constants":"4.0.0-nightly.20260211","@aztec/simulator":"4.0.0-nightly.20260211","@aztec/aztec-node":"4.0.0-nightly.20260211","@aztec/foundation":"4.0.0-nightly.20260211","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260211","@aztec/entrypoints":"4.0.0-nightly.20260211","@aztec/epoch-cache":"4.0.0-nightly.20260211","@aztec/merkle-tree":"4.0.0-nightly.20260211","@aztec/prover-node":"4.0.0-nightly.20260211","@aztec/test-wallet":"4.0.0-nightly.20260211","@aztec/world-state":"4.0.0-nightly.20260211","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260211","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260211","@aztec/prover-client":"4.0.0-nightly.20260211","@aztec/noir-noirc_abi":"4.0.0-nightly.20260211","@aztec/sequencer-client":"4.0.0-nightly.20260211","@aztec/telemetry-client":"4.0.0-nightly.20260211","@aztec/validator-client":"4.0.0-nightly.20260211","@aztec/noir-contracts.js":"4.0.0-nightly.20260211","@aztec/protocol-contracts":"4.0.0-nightly.20260211","@aztec/validator-ha-signer":"4.0.0-nightly.20260211","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260211","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260211"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260211_1770780134986_0.1753332466951678","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260211":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260211","_id":"@aztec/end-to-end@4.0.0-spartan.20260211","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a7692322640c75044981f2c4d5982a8ca7cbaae9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260211.tgz","fileCount":252,"integrity":"sha512-OdUCsym1qS1YWRAZjPqOPmMS9RSDRGGy4zCw2JkWp0uBYXn7MdNT4dON2/QWtWKZGFq5ywX/GBFULENaRtcknw==","signatures":[{"sig":"MEQCIE3S4JcvJe/HDVDafyN0Fr5i5zT+ripSrpIhViGD2HLYAiB3c1EX0vPWONrncbEhuwX9CBfvPaJ5pNEcFhvGixtANw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960929},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"02172e1d34e0556021776f561af7053da3f79abc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260211","@aztec/cli":"4.0.0-spartan.20260211","@aztec/p2p":"4.0.0-spartan.20260211","@aztec/pxe":"4.0.0-spartan.20260211","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260211","@aztec/bb.js":"4.0.0-spartan.20260211","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260211","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260211","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260211","@aztec/archiver":"4.0.0-spartan.20260211","@aztec/aztec.js":"4.0.0-spartan.20260211","@aztec/blob-lib":"4.0.0-spartan.20260211","@aztec/ethereum":"4.0.0-spartan.20260211","@aztec/kv-store":"4.0.0-spartan.20260211","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260211","@aztec/constants":"4.0.0-spartan.20260211","@aztec/simulator":"4.0.0-spartan.20260211","@aztec/aztec-node":"4.0.0-spartan.20260211","@aztec/foundation":"4.0.0-spartan.20260211","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260211","@aztec/entrypoints":"4.0.0-spartan.20260211","@aztec/epoch-cache":"4.0.0-spartan.20260211","@aztec/merkle-tree":"4.0.0-spartan.20260211","@aztec/prover-node":"4.0.0-spartan.20260211","@aztec/test-wallet":"4.0.0-spartan.20260211","@aztec/world-state":"4.0.0-spartan.20260211","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260211","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260211","@aztec/prover-client":"4.0.0-spartan.20260211","@aztec/noir-noirc_abi":"4.0.0-spartan.20260211","@aztec/sequencer-client":"4.0.0-spartan.20260211","@aztec/telemetry-client":"4.0.0-spartan.20260211","@aztec/validator-client":"4.0.0-spartan.20260211","@aztec/noir-contracts.js":"4.0.0-spartan.20260211","@aztec/protocol-contracts":"4.0.0-spartan.20260211","@aztec/validator-ha-signer":"4.0.0-spartan.20260211","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260211","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260211"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260211_1770780142435_0.6657785723003782","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3d8f95d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3d8f95d","_id":"@aztec/end-to-end@0.0.1-commit.3d8f95d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"081e892b3e9fb70518f99c8c8fedb5e6b65b9ae7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3d8f95d.tgz","fileCount":252,"integrity":"sha512-5QWMmxnN3fz9NPVs7cZq/mUJTu8atK1GWZEU022CzQvRFnG8L/oiPMjHeHxcAc3U3oKmrNslBUtyHJtSdwfi3w==","signatures":[{"sig":"MEQCIAcejYu+SEtOIgk28oNgpiZ8JkK0w6o7VZPOFdX5Mur0AiBxzMKwP5NO879fCHm3c3gl3zUbszt5tWz9jjhWXuTTbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960851},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3d8f95db260a68f972677b6eb0b29cacc594d3fc","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3d8f95d","@aztec/cli":"0.0.1-commit.3d8f95d","@aztec/p2p":"0.0.1-commit.3d8f95d","@aztec/pxe":"0.0.1-commit.3d8f95d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3d8f95d","@aztec/bb.js":"0.0.1-commit.3d8f95d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3d8f95d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3d8f95d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3d8f95d","@aztec/archiver":"0.0.1-commit.3d8f95d","@aztec/aztec.js":"0.0.1-commit.3d8f95d","@aztec/blob-lib":"0.0.1-commit.3d8f95d","@aztec/ethereum":"0.0.1-commit.3d8f95d","@aztec/kv-store":"0.0.1-commit.3d8f95d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3d8f95d","@aztec/constants":"0.0.1-commit.3d8f95d","@aztec/simulator":"0.0.1-commit.3d8f95d","@aztec/aztec-node":"0.0.1-commit.3d8f95d","@aztec/foundation":"0.0.1-commit.3d8f95d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3d8f95d","@aztec/entrypoints":"0.0.1-commit.3d8f95d","@aztec/epoch-cache":"0.0.1-commit.3d8f95d","@aztec/merkle-tree":"0.0.1-commit.3d8f95d","@aztec/prover-node":"0.0.1-commit.3d8f95d","@aztec/test-wallet":"0.0.1-commit.3d8f95d","@aztec/world-state":"0.0.1-commit.3d8f95d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3d8f95d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3d8f95d","@aztec/prover-client":"0.0.1-commit.3d8f95d","@aztec/noir-noirc_abi":"0.0.1-commit.3d8f95d","@aztec/sequencer-client":"0.0.1-commit.3d8f95d","@aztec/telemetry-client":"0.0.1-commit.3d8f95d","@aztec/validator-client":"0.0.1-commit.3d8f95d","@aztec/noir-contracts.js":"0.0.1-commit.3d8f95d","@aztec/protocol-contracts":"0.0.1-commit.3d8f95d","@aztec/validator-ha-signer":"0.0.1-commit.3d8f95d","@aztec/noir-test-contracts.js":"0.0.1-commit.3d8f95d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3d8f95d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3d8f95d_1770820660600_0.9807165253999179","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.134ed76":{"name":"@aztec/end-to-end","version":"0.0.1-commit.134ed76","_id":"@aztec/end-to-end@0.0.1-commit.134ed76","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0f850cb0c9ccb7c53402bf55aef0b8b8ff13dd06","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.134ed76.tgz","fileCount":252,"integrity":"sha512-GqSgHQDZo0Kyhi0vplHv6MCKfd0yGWKQN44k12fTyFGBHCvlx+gOnIGbuRw8YYilS51vI4n7DH7vHViQ2rwfvg==","signatures":[{"sig":"MEUCIQCVJHuX2QOV1tPr4YWpwBxheHoAV6cpzwMVq3Ih5s4A0QIgSrp1oVIP21OjlLCMJZaY0Ptir9QuKVehKGpSJhQHtWg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960851},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"134ed7626708cbe53e9a3e7eddde5fd40cb6669f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.134ed76","@aztec/cli":"0.0.1-commit.134ed76","@aztec/p2p":"0.0.1-commit.134ed76","@aztec/pxe":"0.0.1-commit.134ed76","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.134ed76","@aztec/bb.js":"0.0.1-commit.134ed76","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.134ed76","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.134ed76","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.134ed76","@aztec/archiver":"0.0.1-commit.134ed76","@aztec/aztec.js":"0.0.1-commit.134ed76","@aztec/blob-lib":"0.0.1-commit.134ed76","@aztec/ethereum":"0.0.1-commit.134ed76","@aztec/kv-store":"0.0.1-commit.134ed76","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.134ed76","@aztec/constants":"0.0.1-commit.134ed76","@aztec/simulator":"0.0.1-commit.134ed76","@aztec/aztec-node":"0.0.1-commit.134ed76","@aztec/foundation":"0.0.1-commit.134ed76","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.134ed76","@aztec/entrypoints":"0.0.1-commit.134ed76","@aztec/epoch-cache":"0.0.1-commit.134ed76","@aztec/merkle-tree":"0.0.1-commit.134ed76","@aztec/prover-node":"0.0.1-commit.134ed76","@aztec/test-wallet":"0.0.1-commit.134ed76","@aztec/world-state":"0.0.1-commit.134ed76","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.134ed76","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.134ed76","@aztec/prover-client":"0.0.1-commit.134ed76","@aztec/noir-noirc_abi":"0.0.1-commit.134ed76","@aztec/sequencer-client":"0.0.1-commit.134ed76","@aztec/telemetry-client":"0.0.1-commit.134ed76","@aztec/validator-client":"0.0.1-commit.134ed76","@aztec/noir-contracts.js":"0.0.1-commit.134ed76","@aztec/protocol-contracts":"0.0.1-commit.134ed76","@aztec/validator-ha-signer":"0.0.1-commit.134ed76","@aztec/noir-test-contracts.js":"0.0.1-commit.134ed76","@aztec/noir-protocol-circuits-types":"0.0.1-commit.134ed76"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.134ed76_1770821356732_0.5014169276595257","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f8ca9b2f3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f8ca9b2f3","_id":"@aztec/end-to-end@0.0.1-commit.f8ca9b2f3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fb7e2feea8cb8e0aacb6399fe7d32e87000393ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f8ca9b2f3.tgz","fileCount":260,"integrity":"sha512-t0pu1bgvp+N8z9lEg3SGSSP1R+rjUa0XgMXYp6RDLV9r7KltsU2xhpICTuzri/K7iTkzfJUSFSSlo1GOCrpREA==","signatures":[{"sig":"MEQCIGJtCM7CnQz7lB9eLCx2brnWM+gs+IMqqtYdoXyGUaCsAiBt3xaZNj99guCn+u0bVgnIlqs+qgQUtoUJnUzs39ByOQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37004953},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f8ca9b2f303059bb6610fef43498d48aa6a65051","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f8ca9b2f3","@aztec/cli":"0.0.1-commit.f8ca9b2f3","@aztec/p2p":"0.0.1-commit.f8ca9b2f3","@aztec/pxe":"0.0.1-commit.f8ca9b2f3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f8ca9b2f3","@aztec/bb.js":"0.0.1-commit.f8ca9b2f3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f8ca9b2f3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f8ca9b2f3","@aztec/wallets":"0.0.1-commit.f8ca9b2f3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f8ca9b2f3","@aztec/archiver":"0.0.1-commit.f8ca9b2f3","@aztec/aztec.js":"0.0.1-commit.f8ca9b2f3","@aztec/blob-lib":"0.0.1-commit.f8ca9b2f3","@aztec/ethereum":"0.0.1-commit.f8ca9b2f3","@aztec/kv-store":"0.0.1-commit.f8ca9b2f3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f8ca9b2f3","@aztec/constants":"0.0.1-commit.f8ca9b2f3","@aztec/simulator":"0.0.1-commit.f8ca9b2f3","@aztec/aztec-node":"0.0.1-commit.f8ca9b2f3","@aztec/foundation":"0.0.1-commit.f8ca9b2f3","@aztec/wallet-sdk":"0.0.1-commit.f8ca9b2f3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f8ca9b2f3","@aztec/entrypoints":"0.0.1-commit.f8ca9b2f3","@aztec/epoch-cache":"0.0.1-commit.f8ca9b2f3","@aztec/merkle-tree":"0.0.1-commit.f8ca9b2f3","@aztec/prover-node":"0.0.1-commit.f8ca9b2f3","@aztec/world-state":"0.0.1-commit.f8ca9b2f3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f8ca9b2f3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f8ca9b2f3","@aztec/prover-client":"0.0.1-commit.f8ca9b2f3","@aztec/noir-noirc_abi":"0.0.1-commit.f8ca9b2f3","@aztec/sequencer-client":"0.0.1-commit.f8ca9b2f3","@aztec/telemetry-client":"0.0.1-commit.f8ca9b2f3","@aztec/validator-client":"0.0.1-commit.f8ca9b2f3","@aztec/noir-contracts.js":"0.0.1-commit.f8ca9b2f3","@aztec/protocol-contracts":"0.0.1-commit.f8ca9b2f3","@aztec/validator-ha-signer":"0.0.1-commit.f8ca9b2f3","@aztec/noir-test-contracts.js":"0.0.1-commit.f8ca9b2f3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f8ca9b2f3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f8ca9b2f3_1770825315980_0.35045616653329303","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.1-patch.0":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.1-patch.0","_id":"@aztec/end-to-end@4.0.0-devnet.1-patch.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5f7551f673db84d93237d51de36aaad2b05927f9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.1-patch.0.tgz","fileCount":252,"integrity":"sha512-3a2wlk7vv6CaqHvRZ7yzeRLTBN+5/cT5CvtyOHyNRv56AEgN84ykurTPKWRHcBKR3XDAgW/OWVvtHiskOnZ7HQ==","signatures":[{"sig":"MEQCIHn+bijnWFSX2ZAZME+7jmdwZsDf1KPxa4MdoReY1HDjAiBhfeuW6rsiNwNj8xk7IAf9V8OEfN1AkIgWEQh1QtimOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960929},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4047b6e151166d7101cefe8983634d5f82e4d884","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.1-patch.0","@aztec/cli":"4.0.0-devnet.1-patch.0","@aztec/p2p":"4.0.0-devnet.1-patch.0","@aztec/pxe":"4.0.0-devnet.1-patch.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.1-patch.0","@aztec/bb.js":"4.0.0-devnet.1-patch.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.1-patch.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.1-patch.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.1-patch.0","@aztec/archiver":"4.0.0-devnet.1-patch.0","@aztec/aztec.js":"4.0.0-devnet.1-patch.0","@aztec/blob-lib":"4.0.0-devnet.1-patch.0","@aztec/ethereum":"4.0.0-devnet.1-patch.0","@aztec/kv-store":"4.0.0-devnet.1-patch.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.1-patch.0","@aztec/constants":"4.0.0-devnet.1-patch.0","@aztec/simulator":"4.0.0-devnet.1-patch.0","@aztec/aztec-node":"4.0.0-devnet.1-patch.0","@aztec/foundation":"4.0.0-devnet.1-patch.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.1-patch.0","@aztec/entrypoints":"4.0.0-devnet.1-patch.0","@aztec/epoch-cache":"4.0.0-devnet.1-patch.0","@aztec/merkle-tree":"4.0.0-devnet.1-patch.0","@aztec/prover-node":"4.0.0-devnet.1-patch.0","@aztec/test-wallet":"4.0.0-devnet.1-patch.0","@aztec/world-state":"4.0.0-devnet.1-patch.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.1-patch.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.1-patch.0","@aztec/prover-client":"4.0.0-devnet.1-patch.0","@aztec/noir-noirc_abi":"4.0.0-devnet.1-patch.0","@aztec/sequencer-client":"4.0.0-devnet.1-patch.0","@aztec/telemetry-client":"4.0.0-devnet.1-patch.0","@aztec/validator-client":"4.0.0-devnet.1-patch.0","@aztec/noir-contracts.js":"4.0.0-devnet.1-patch.0","@aztec/protocol-contracts":"4.0.0-devnet.1-patch.0","@aztec/validator-ha-signer":"4.0.0-devnet.1-patch.0","@aztec/noir-test-contracts.js":"4.0.0-devnet.1-patch.0","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.1-patch.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.1-patch.0_1770826299635_0.21209870630332883","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.64b6bbb":{"name":"@aztec/end-to-end","version":"0.0.1-commit.64b6bbb","_id":"@aztec/end-to-end@0.0.1-commit.64b6bbb","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"027f05f774160c4b989b220bf0869210209c5531","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.64b6bbb.tgz","fileCount":252,"integrity":"sha512-7iqZYdvYd6YoVnM++9RqbB2zElEiFD8gQLaPJ0IvvNwgqWMlrenAfpTTNYv9GBnKTAZRIFn5j+2+v/KLsB1AIg==","signatures":[{"sig":"MEQCIH7MuNP2xoUGJv/l0+SZTf3pR9CoGJa3JR7vTEskW0mNAiBvQtTsmZW5zAW9imRDfwOVOqegSRB8xpQqNTvBggUe+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36960851},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64b6bbb931a47c7b0d5d5133a8559fb2fc2096be","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.64b6bbb","@aztec/cli":"0.0.1-commit.64b6bbb","@aztec/p2p":"0.0.1-commit.64b6bbb","@aztec/pxe":"0.0.1-commit.64b6bbb","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.64b6bbb","@aztec/bb.js":"0.0.1-commit.64b6bbb","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.64b6bbb","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.64b6bbb","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.64b6bbb","@aztec/archiver":"0.0.1-commit.64b6bbb","@aztec/aztec.js":"0.0.1-commit.64b6bbb","@aztec/blob-lib":"0.0.1-commit.64b6bbb","@aztec/ethereum":"0.0.1-commit.64b6bbb","@aztec/kv-store":"0.0.1-commit.64b6bbb","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.64b6bbb","@aztec/constants":"0.0.1-commit.64b6bbb","@aztec/simulator":"0.0.1-commit.64b6bbb","@aztec/aztec-node":"0.0.1-commit.64b6bbb","@aztec/foundation":"0.0.1-commit.64b6bbb","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.64b6bbb","@aztec/entrypoints":"0.0.1-commit.64b6bbb","@aztec/epoch-cache":"0.0.1-commit.64b6bbb","@aztec/merkle-tree":"0.0.1-commit.64b6bbb","@aztec/prover-node":"0.0.1-commit.64b6bbb","@aztec/test-wallet":"0.0.1-commit.64b6bbb","@aztec/world-state":"0.0.1-commit.64b6bbb","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.64b6bbb","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.64b6bbb","@aztec/prover-client":"0.0.1-commit.64b6bbb","@aztec/noir-noirc_abi":"0.0.1-commit.64b6bbb","@aztec/sequencer-client":"0.0.1-commit.64b6bbb","@aztec/telemetry-client":"0.0.1-commit.64b6bbb","@aztec/validator-client":"0.0.1-commit.64b6bbb","@aztec/noir-contracts.js":"0.0.1-commit.64b6bbb","@aztec/protocol-contracts":"0.0.1-commit.64b6bbb","@aztec/validator-ha-signer":"0.0.1-commit.64b6bbb","@aztec/noir-test-contracts.js":"0.0.1-commit.64b6bbb","@aztec/noir-protocol-circuits-types":"0.0.1-commit.64b6bbb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.64b6bbb_1770827122844_0.41728948019081713","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.858058eac":{"name":"@aztec/end-to-end","version":"0.0.1-commit.858058eac","_id":"@aztec/end-to-end@0.0.1-commit.858058eac","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"339d0dec5bd37fed345e5058d747650c804a846f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.858058eac.tgz","fileCount":260,"integrity":"sha512-iwAhKZdi0V+eLGmBhrELEbScFJyRJ+nIZrkz9so2mItiroRPNcDMq/L1RmlOxnaqneGGzOKxQwKxXirQJh2mfA==","signatures":[{"sig":"MEUCIQCa0P/OZnjDaiwaFbxg7OJnQ+HspOdael1vf8WU1uX1ggIgQdEqqAbQM6b9X3lwrS9yeuGtTOgYW6W0L44bf8nOO4c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37004953},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"858058eac306d2aeb121431aae583ff5416d3651","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.858058eac","@aztec/cli":"0.0.1-commit.858058eac","@aztec/p2p":"0.0.1-commit.858058eac","@aztec/pxe":"0.0.1-commit.858058eac","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.858058eac","@aztec/bb.js":"0.0.1-commit.858058eac","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.858058eac","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.858058eac","@aztec/wallets":"0.0.1-commit.858058eac","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.858058eac","@aztec/archiver":"0.0.1-commit.858058eac","@aztec/aztec.js":"0.0.1-commit.858058eac","@aztec/blob-lib":"0.0.1-commit.858058eac","@aztec/ethereum":"0.0.1-commit.858058eac","@aztec/kv-store":"0.0.1-commit.858058eac","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.858058eac","@aztec/constants":"0.0.1-commit.858058eac","@aztec/simulator":"0.0.1-commit.858058eac","@aztec/aztec-node":"0.0.1-commit.858058eac","@aztec/foundation":"0.0.1-commit.858058eac","@aztec/wallet-sdk":"0.0.1-commit.858058eac","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.858058eac","@aztec/entrypoints":"0.0.1-commit.858058eac","@aztec/epoch-cache":"0.0.1-commit.858058eac","@aztec/merkle-tree":"0.0.1-commit.858058eac","@aztec/prover-node":"0.0.1-commit.858058eac","@aztec/world-state":"0.0.1-commit.858058eac","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.858058eac","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.858058eac","@aztec/prover-client":"0.0.1-commit.858058eac","@aztec/noir-noirc_abi":"0.0.1-commit.858058eac","@aztec/sequencer-client":"0.0.1-commit.858058eac","@aztec/telemetry-client":"0.0.1-commit.858058eac","@aztec/validator-client":"0.0.1-commit.858058eac","@aztec/noir-contracts.js":"0.0.1-commit.858058eac","@aztec/protocol-contracts":"0.0.1-commit.858058eac","@aztec/validator-ha-signer":"0.0.1-commit.858058eac","@aztec/noir-test-contracts.js":"0.0.1-commit.858058eac","@aztec/noir-protocol-circuits-types":"0.0.1-commit.858058eac"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.858058eac_1770838980735_0.70271951513209","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.4d79d1f2d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.4d79d1f2d","_id":"@aztec/end-to-end@0.0.1-commit.4d79d1f2d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e759dddad62f48436aa69ec5a44465164b588f37","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.4d79d1f2d.tgz","fileCount":260,"integrity":"sha512-DuD7dQ1yiZ3bT8vuRRJTr0PkEH/bF76jQMrdLAtV8oPeKY7HPGxjTh1Yv4SgBLibNxv8Vn/LnKpGlJcx77JFQA==","signatures":[{"sig":"MEQCICX0R679RXN+52+4zuVofGa/0wmI0nWaTZBo3GDk6CbJAiAySZGp8O3eLKY5zyUAhLCyNJ41yFa8z515SHJozxzWKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37006069},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4d79d1f2dd389916ee0b040cb4fb96d465716220","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.4d79d1f2d","@aztec/cli":"0.0.1-commit.4d79d1f2d","@aztec/p2p":"0.0.1-commit.4d79d1f2d","@aztec/pxe":"0.0.1-commit.4d79d1f2d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.4d79d1f2d","@aztec/bb.js":"0.0.1-commit.4d79d1f2d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.4d79d1f2d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.4d79d1f2d","@aztec/wallets":"0.0.1-commit.4d79d1f2d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.4d79d1f2d","@aztec/archiver":"0.0.1-commit.4d79d1f2d","@aztec/aztec.js":"0.0.1-commit.4d79d1f2d","@aztec/blob-lib":"0.0.1-commit.4d79d1f2d","@aztec/ethereum":"0.0.1-commit.4d79d1f2d","@aztec/kv-store":"0.0.1-commit.4d79d1f2d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.4d79d1f2d","@aztec/constants":"0.0.1-commit.4d79d1f2d","@aztec/simulator":"0.0.1-commit.4d79d1f2d","@aztec/aztec-node":"0.0.1-commit.4d79d1f2d","@aztec/foundation":"0.0.1-commit.4d79d1f2d","@aztec/wallet-sdk":"0.0.1-commit.4d79d1f2d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.4d79d1f2d","@aztec/entrypoints":"0.0.1-commit.4d79d1f2d","@aztec/epoch-cache":"0.0.1-commit.4d79d1f2d","@aztec/merkle-tree":"0.0.1-commit.4d79d1f2d","@aztec/prover-node":"0.0.1-commit.4d79d1f2d","@aztec/world-state":"0.0.1-commit.4d79d1f2d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.4d79d1f2d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.4d79d1f2d","@aztec/prover-client":"0.0.1-commit.4d79d1f2d","@aztec/noir-noirc_abi":"0.0.1-commit.4d79d1f2d","@aztec/sequencer-client":"0.0.1-commit.4d79d1f2d","@aztec/telemetry-client":"0.0.1-commit.4d79d1f2d","@aztec/validator-client":"0.0.1-commit.4d79d1f2d","@aztec/noir-contracts.js":"0.0.1-commit.4d79d1f2d","@aztec/protocol-contracts":"0.0.1-commit.4d79d1f2d","@aztec/validator-ha-signer":"0.0.1-commit.4d79d1f2d","@aztec/noir-test-contracts.js":"0.0.1-commit.4d79d1f2d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.4d79d1f2d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.4d79d1f2d_1770859896182_0.32886624336762815","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260212":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260212","_id":"@aztec/end-to-end@4.0.0-nightly.20260212","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"56efa750d7ce3dbd1c62d57eedd964f3e3d6d921","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260212.tgz","fileCount":260,"integrity":"sha512-ocM1kNMZ98wSC7Ky5bju7U54UqJAosDvv/UlZSZ/hCCSx+YGtYciAjL0GiiNure3qVlBaXvWUhKqXwxIxR0IEA==","signatures":[{"sig":"MEQCIC2cT7L2HCSiu7HoUjwbB6tl0wvjjojKR+H5N51Zl4E1AiBIGLhfVOjgd46adf2w/hTk+aeOkoDTMh4MoJ0Yg6nRrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37006069},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6b0178e19b8b7bb0a62d97526480a54623ef6068","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260212","@aztec/cli":"4.0.0-nightly.20260212","@aztec/p2p":"4.0.0-nightly.20260212","@aztec/pxe":"4.0.0-nightly.20260212","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260212","@aztec/bb.js":"4.0.0-nightly.20260212","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260212","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260212","@aztec/wallets":"4.0.0-nightly.20260212","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260212","@aztec/archiver":"4.0.0-nightly.20260212","@aztec/aztec.js":"4.0.0-nightly.20260212","@aztec/blob-lib":"4.0.0-nightly.20260212","@aztec/ethereum":"4.0.0-nightly.20260212","@aztec/kv-store":"4.0.0-nightly.20260212","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260212","@aztec/constants":"4.0.0-nightly.20260212","@aztec/simulator":"4.0.0-nightly.20260212","@aztec/aztec-node":"4.0.0-nightly.20260212","@aztec/foundation":"4.0.0-nightly.20260212","@aztec/wallet-sdk":"4.0.0-nightly.20260212","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260212","@aztec/entrypoints":"4.0.0-nightly.20260212","@aztec/epoch-cache":"4.0.0-nightly.20260212","@aztec/merkle-tree":"4.0.0-nightly.20260212","@aztec/prover-node":"4.0.0-nightly.20260212","@aztec/world-state":"4.0.0-nightly.20260212","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260212","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260212","@aztec/prover-client":"4.0.0-nightly.20260212","@aztec/noir-noirc_abi":"4.0.0-nightly.20260212","@aztec/sequencer-client":"4.0.0-nightly.20260212","@aztec/telemetry-client":"4.0.0-nightly.20260212","@aztec/validator-client":"4.0.0-nightly.20260212","@aztec/noir-contracts.js":"4.0.0-nightly.20260212","@aztec/protocol-contracts":"4.0.0-nightly.20260212","@aztec/validator-ha-signer":"4.0.0-nightly.20260212","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260212","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260212"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260212_1770866501554_0.7106011880265017","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260212":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260212","_id":"@aztec/end-to-end@4.0.0-spartan.20260212","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6e4564398473355de6447efe8d8be8d4f6afbc42","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260212.tgz","fileCount":260,"integrity":"sha512-nHTNflHFMEmJMh43714Dje+do+p3BnXfuUgiSJ/6U/eN+XvFzE9Cum8G4rN5+ohP7rAbAe0zmGin4ZtT7M0JfQ==","signatures":[{"sig":"MEQCIGJXOgb5iUpQlLfgURGM60MPzRHSNsqSzZiz7Kv5RABAAiBX5sep2Se6ZKnVQZIqWSi82ktmu+jtW70KLL1sXP8VKw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37006482},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d2eb422a3fdaea499d3c32f2f5aebbb9adc057fd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260212","@aztec/cli":"4.0.0-spartan.20260212","@aztec/p2p":"4.0.0-spartan.20260212","@aztec/pxe":"4.0.0-spartan.20260212","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260212","@aztec/bb.js":"4.0.0-spartan.20260212","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260212","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260212","@aztec/wallets":"4.0.0-spartan.20260212","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260212","@aztec/archiver":"4.0.0-spartan.20260212","@aztec/aztec.js":"4.0.0-spartan.20260212","@aztec/blob-lib":"4.0.0-spartan.20260212","@aztec/ethereum":"4.0.0-spartan.20260212","@aztec/kv-store":"4.0.0-spartan.20260212","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260212","@aztec/constants":"4.0.0-spartan.20260212","@aztec/simulator":"4.0.0-spartan.20260212","@aztec/aztec-node":"4.0.0-spartan.20260212","@aztec/foundation":"4.0.0-spartan.20260212","@aztec/wallet-sdk":"4.0.0-spartan.20260212","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260212","@aztec/entrypoints":"4.0.0-spartan.20260212","@aztec/epoch-cache":"4.0.0-spartan.20260212","@aztec/merkle-tree":"4.0.0-spartan.20260212","@aztec/prover-node":"4.0.0-spartan.20260212","@aztec/world-state":"4.0.0-spartan.20260212","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260212","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260212","@aztec/prover-client":"4.0.0-spartan.20260212","@aztec/noir-noirc_abi":"4.0.0-spartan.20260212","@aztec/sequencer-client":"4.0.0-spartan.20260212","@aztec/telemetry-client":"4.0.0-spartan.20260212","@aztec/validator-client":"4.0.0-spartan.20260212","@aztec/noir-contracts.js":"4.0.0-spartan.20260212","@aztec/protocol-contracts":"4.0.0-spartan.20260212","@aztec/validator-ha-signer":"4.0.0-spartan.20260212","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260212","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260212"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260212_1770866640072_0.28714136508898447","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e2b2873ed":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e2b2873ed","_id":"@aztec/end-to-end@0.0.1-commit.e2b2873ed","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"31a861d9fe65147de1964a5c5706e60bcb154276","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e2b2873ed.tgz","fileCount":260,"integrity":"sha512-9R6tRsew2KTWixTEGi2SgRXxd5JcOWxvjjxTc8KZZ3hDmPZ55osAUEE0PejZxrR4Xnn2iPsWUqtrceeYNsJQIA==","signatures":[{"sig":"MEYCIQCPKhopF//Ddr90RAk8gkZsVBPWQb5u9ACXmtNScfbv1wIhAI9Dfklk2isAFOzsHCeSq/GSTkS33W3tjAeBj1ciYQWo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37006069},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e2b2873edb0cfaa1bf4b6bfaa75cec100c89e0e2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e2b2873ed","@aztec/cli":"0.0.1-commit.e2b2873ed","@aztec/p2p":"0.0.1-commit.e2b2873ed","@aztec/pxe":"0.0.1-commit.e2b2873ed","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e2b2873ed","@aztec/bb.js":"0.0.1-commit.e2b2873ed","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e2b2873ed","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e2b2873ed","@aztec/wallets":"0.0.1-commit.e2b2873ed","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e2b2873ed","@aztec/archiver":"0.0.1-commit.e2b2873ed","@aztec/aztec.js":"0.0.1-commit.e2b2873ed","@aztec/blob-lib":"0.0.1-commit.e2b2873ed","@aztec/ethereum":"0.0.1-commit.e2b2873ed","@aztec/kv-store":"0.0.1-commit.e2b2873ed","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e2b2873ed","@aztec/constants":"0.0.1-commit.e2b2873ed","@aztec/simulator":"0.0.1-commit.e2b2873ed","@aztec/aztec-node":"0.0.1-commit.e2b2873ed","@aztec/foundation":"0.0.1-commit.e2b2873ed","@aztec/wallet-sdk":"0.0.1-commit.e2b2873ed","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e2b2873ed","@aztec/entrypoints":"0.0.1-commit.e2b2873ed","@aztec/epoch-cache":"0.0.1-commit.e2b2873ed","@aztec/merkle-tree":"0.0.1-commit.e2b2873ed","@aztec/prover-node":"0.0.1-commit.e2b2873ed","@aztec/world-state":"0.0.1-commit.e2b2873ed","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e2b2873ed","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e2b2873ed","@aztec/prover-client":"0.0.1-commit.e2b2873ed","@aztec/noir-noirc_abi":"0.0.1-commit.e2b2873ed","@aztec/sequencer-client":"0.0.1-commit.e2b2873ed","@aztec/telemetry-client":"0.0.1-commit.e2b2873ed","@aztec/validator-client":"0.0.1-commit.e2b2873ed","@aztec/noir-contracts.js":"0.0.1-commit.e2b2873ed","@aztec/protocol-contracts":"0.0.1-commit.e2b2873ed","@aztec/validator-ha-signer":"0.0.1-commit.e2b2873ed","@aztec/noir-test-contracts.js":"0.0.1-commit.e2b2873ed","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e2b2873ed"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e2b2873ed_1770898839896_0.031829229259537906","host":"s3://npm-registry-packages-npm-production"}},"2.1.11-rc.3":{"name":"@aztec/end-to-end","version":"2.1.11-rc.3","_id":"@aztec/end-to-end@2.1.11-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4f0c26a2743af71592add97e90619abbf7c93ab2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-2.1.11-rc.3.tgz","fileCount":191,"integrity":"sha512-nO6VGNsOjbGnbLvOIr/fqi/m/iZUgXH/Oo5iBHisI2fSRCqt711FMdfHJCEvpnxpuZx3CbjIZNtUeA0soPZkxQ==","signatures":[{"sig":"MEUCIHGpvRJJnUsFdyKSxRiKwCf/KhiPtYX4SwAGv29crQz8AiEA7tC6Lr3zJNQ4vqzcSyGgos2PN3k35axGxcjn69VgTak=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36659569},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6cf2fedbec0dc63fcb343caf0d68a67918eecf03","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && tsc -b","clean":"rm -rf ./dest .tsbuildinfo","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"tsc -b --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"10.9.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"22.16.0","dependencies":{"koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"2.1.11-rc.3","@aztec/cli":"2.1.11-rc.3","@aztec/p2p":"2.1.11-rc.3","@aztec/pxe":"2.1.11-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"2.1.11-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"2.1.11-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"2.1.11-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"2.1.11-rc.3","@aztec/archiver":"2.1.11-rc.3","@aztec/aztec.js":"2.1.11-rc.3","@aztec/blob-lib":"2.1.11-rc.3","@aztec/ethereum":"2.1.11-rc.3","@aztec/kv-store":"2.1.11-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"2.1.11-rc.3","@aztec/blob-sink":"2.1.11-rc.3","@aztec/constants":"2.1.11-rc.3","@aztec/simulator":"2.1.11-rc.3","@aztec/aztec-node":"2.1.11-rc.3","@aztec/foundation":"2.1.11-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/entrypoints":"2.1.11-rc.3","@aztec/epoch-cache":"2.1.11-rc.3","@aztec/merkle-tree":"2.1.11-rc.3","@aztec/prover-node":"2.1.11-rc.3","@aztec/world-state":"2.1.11-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"2.1.11-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"2.1.11-rc.3","@aztec/prover-client":"2.1.11-rc.3","@aztec/noir-noirc_abi":"2.1.11-rc.3","@aztec/sequencer-client":"2.1.11-rc.3","@aztec/telemetry-client":"2.1.11-rc.3","@aztec/validator-client":"2.1.11-rc.3","@aztec/noir-contracts.js":"2.1.11-rc.3","@aztec/protocol-contracts":"2.1.11-rc.3","@aztec/noir-test-contracts.js":"2.1.11-rc.3","@aztec/noir-protocol-circuits-types":"2.1.11-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_2.1.11-rc.3_1770919519426_0.6233647109670468","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.08c5969dc":{"name":"@aztec/end-to-end","version":"0.0.1-commit.08c5969dc","_id":"@aztec/end-to-end@0.0.1-commit.08c5969dc","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"962202bf381d9c0b3287e64e59696a48f2e22798","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.08c5969dc.tgz","fileCount":260,"integrity":"sha512-kLiIUfqz659o+QKyxhe2JkcrxQ8jArwBZw15wTVUbLNDeJ2dCp3jEUoheAiNsfYYXliDT8bmJELvc3NOyJCTvg==","signatures":[{"sig":"MEYCIQDgFnrTrA6Abv4SwcEiTnDI7RMxRKIJXzfl4eES7eXWcQIhAJLf6xv5xM+MDWxNBMwN4PVNg+/8Mrjtpe+iyAQBULar","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37007223},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"08c5969dc60a7194f59ad88822eb64a176795d5d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.08c5969dc","@aztec/cli":"0.0.1-commit.08c5969dc","@aztec/p2p":"0.0.1-commit.08c5969dc","@aztec/pxe":"0.0.1-commit.08c5969dc","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.08c5969dc","@aztec/bb.js":"0.0.1-commit.08c5969dc","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.08c5969dc","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.08c5969dc","@aztec/wallets":"0.0.1-commit.08c5969dc","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.08c5969dc","@aztec/archiver":"0.0.1-commit.08c5969dc","@aztec/aztec.js":"0.0.1-commit.08c5969dc","@aztec/blob-lib":"0.0.1-commit.08c5969dc","@aztec/ethereum":"0.0.1-commit.08c5969dc","@aztec/kv-store":"0.0.1-commit.08c5969dc","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.08c5969dc","@aztec/constants":"0.0.1-commit.08c5969dc","@aztec/simulator":"0.0.1-commit.08c5969dc","@aztec/aztec-node":"0.0.1-commit.08c5969dc","@aztec/foundation":"0.0.1-commit.08c5969dc","@aztec/wallet-sdk":"0.0.1-commit.08c5969dc","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.08c5969dc","@aztec/entrypoints":"0.0.1-commit.08c5969dc","@aztec/epoch-cache":"0.0.1-commit.08c5969dc","@aztec/merkle-tree":"0.0.1-commit.08c5969dc","@aztec/prover-node":"0.0.1-commit.08c5969dc","@aztec/world-state":"0.0.1-commit.08c5969dc","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.08c5969dc","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.08c5969dc","@aztec/prover-client":"0.0.1-commit.08c5969dc","@aztec/noir-noirc_abi":"0.0.1-commit.08c5969dc","@aztec/sequencer-client":"0.0.1-commit.08c5969dc","@aztec/telemetry-client":"0.0.1-commit.08c5969dc","@aztec/validator-client":"0.0.1-commit.08c5969dc","@aztec/noir-contracts.js":"0.0.1-commit.08c5969dc","@aztec/protocol-contracts":"0.0.1-commit.08c5969dc","@aztec/validator-ha-signer":"0.0.1-commit.08c5969dc","@aztec/noir-test-contracts.js":"0.0.1-commit.08c5969dc","@aztec/noir-protocol-circuits-types":"0.0.1-commit.08c5969dc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.08c5969dc_1770919559526_0.7123624953164462","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.4ad48494d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.4ad48494d","_id":"@aztec/end-to-end@0.0.1-commit.4ad48494d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6a5abdad8586054948360c6ddcda8994eb99e674","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.4ad48494d.tgz","fileCount":260,"integrity":"sha512-EqgEb7hzMJKcwnX0/nNkoVPBTi5eZZuZGT/5hbkUAXXDPuc8CRXsn0cjzFA+72a3QITKXZPkP+cFWQrXwlgLHw==","signatures":[{"sig":"MEQCIH1lKVXkyBqeKvi76Qndaeu6SfxJXVISzm1hC2hOEU1kAiApqnW7sYvmmX5Z+XJaNnwksHmTuKcPxBm2ey26RZVJVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37007223},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4ad48494de2e919980bb0893e5eddf9a6176b384","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.4ad48494d","@aztec/cli":"0.0.1-commit.4ad48494d","@aztec/p2p":"0.0.1-commit.4ad48494d","@aztec/pxe":"0.0.1-commit.4ad48494d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.4ad48494d","@aztec/bb.js":"0.0.1-commit.4ad48494d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.4ad48494d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.4ad48494d","@aztec/wallets":"0.0.1-commit.4ad48494d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.4ad48494d","@aztec/archiver":"0.0.1-commit.4ad48494d","@aztec/aztec.js":"0.0.1-commit.4ad48494d","@aztec/blob-lib":"0.0.1-commit.4ad48494d","@aztec/ethereum":"0.0.1-commit.4ad48494d","@aztec/kv-store":"0.0.1-commit.4ad48494d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.4ad48494d","@aztec/constants":"0.0.1-commit.4ad48494d","@aztec/simulator":"0.0.1-commit.4ad48494d","@aztec/aztec-node":"0.0.1-commit.4ad48494d","@aztec/foundation":"0.0.1-commit.4ad48494d","@aztec/wallet-sdk":"0.0.1-commit.4ad48494d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.4ad48494d","@aztec/entrypoints":"0.0.1-commit.4ad48494d","@aztec/epoch-cache":"0.0.1-commit.4ad48494d","@aztec/merkle-tree":"0.0.1-commit.4ad48494d","@aztec/prover-node":"0.0.1-commit.4ad48494d","@aztec/world-state":"0.0.1-commit.4ad48494d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.4ad48494d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.4ad48494d","@aztec/prover-client":"0.0.1-commit.4ad48494d","@aztec/noir-noirc_abi":"0.0.1-commit.4ad48494d","@aztec/sequencer-client":"0.0.1-commit.4ad48494d","@aztec/telemetry-client":"0.0.1-commit.4ad48494d","@aztec/validator-client":"0.0.1-commit.4ad48494d","@aztec/noir-contracts.js":"0.0.1-commit.4ad48494d","@aztec/protocol-contracts":"0.0.1-commit.4ad48494d","@aztec/validator-ha-signer":"0.0.1-commit.4ad48494d","@aztec/noir-test-contracts.js":"0.0.1-commit.4ad48494d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.4ad48494d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.4ad48494d_1770919782448_0.4550137689131719","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260213":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260213","_id":"@aztec/end-to-end@4.0.0-nightly.20260213","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a9e57ac88be3a5d93ed417b24b710b8c0811d85c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260213.tgz","fileCount":260,"integrity":"sha512-/ETNee5qRb7nZHy7aV4WmSEy7sMH0nTs/qY777TkCcFh12mav9gOlgZXTvLQXACQ+QH397UqctnDPwqJ2NvhUg==","signatures":[{"sig":"MEUCIEn8epLwr4hGLNkgPeAqN8fdIxMkki5KeWQxPaWfhnqZAiEAuckyXYDRzKNryn7ECt+7pYng2WVcf/qOlQHfAKhmelE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37007223},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b0fe78410fc5e4db9887c6a6919de0f0eae7ffd4","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260213","@aztec/cli":"4.0.0-nightly.20260213","@aztec/p2p":"4.0.0-nightly.20260213","@aztec/pxe":"4.0.0-nightly.20260213","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260213","@aztec/bb.js":"4.0.0-nightly.20260213","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260213","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260213","@aztec/wallets":"4.0.0-nightly.20260213","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260213","@aztec/archiver":"4.0.0-nightly.20260213","@aztec/aztec.js":"4.0.0-nightly.20260213","@aztec/blob-lib":"4.0.0-nightly.20260213","@aztec/ethereum":"4.0.0-nightly.20260213","@aztec/kv-store":"4.0.0-nightly.20260213","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260213","@aztec/constants":"4.0.0-nightly.20260213","@aztec/simulator":"4.0.0-nightly.20260213","@aztec/aztec-node":"4.0.0-nightly.20260213","@aztec/foundation":"4.0.0-nightly.20260213","@aztec/wallet-sdk":"4.0.0-nightly.20260213","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260213","@aztec/entrypoints":"4.0.0-nightly.20260213","@aztec/epoch-cache":"4.0.0-nightly.20260213","@aztec/merkle-tree":"4.0.0-nightly.20260213","@aztec/prover-node":"4.0.0-nightly.20260213","@aztec/world-state":"4.0.0-nightly.20260213","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260213","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260213","@aztec/prover-client":"4.0.0-nightly.20260213","@aztec/noir-noirc_abi":"4.0.0-nightly.20260213","@aztec/sequencer-client":"4.0.0-nightly.20260213","@aztec/telemetry-client":"4.0.0-nightly.20260213","@aztec/validator-client":"4.0.0-nightly.20260213","@aztec/noir-contracts.js":"4.0.0-nightly.20260213","@aztec/protocol-contracts":"4.0.0-nightly.20260213","@aztec/validator-ha-signer":"4.0.0-nightly.20260213","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260213","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260213"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260213_1770953089632_0.7666251810606763","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260213":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260213","_id":"@aztec/end-to-end@4.0.0-spartan.20260213","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5c6f53ba410d3325aca65c7af4af763e1f6bc11b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260213.tgz","fileCount":260,"integrity":"sha512-ngUStERoeb4Kd3RxxkJjQ4eMuEc3fCnDbfyfnrDqs0ZrMkwOwIulFJlsOz7H5AtneH4WImeHkFy4mStNCG6QEw==","signatures":[{"sig":"MEUCIQDJE2pqomV+BkNQJY7UTMwY+YQu97t6Bm/Huooic3VWpwIgIIiKRVTJpN/pE53u3jTfe6A6p6jYWUle7yMEf6y8zCc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37007223},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0f12e41939d4a0e079fe20a1d2b72fe82a8faa35","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260213","@aztec/cli":"4.0.0-spartan.20260213","@aztec/p2p":"4.0.0-spartan.20260213","@aztec/pxe":"4.0.0-spartan.20260213","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260213","@aztec/bb.js":"4.0.0-spartan.20260213","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260213","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260213","@aztec/wallets":"4.0.0-spartan.20260213","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260213","@aztec/archiver":"4.0.0-spartan.20260213","@aztec/aztec.js":"4.0.0-spartan.20260213","@aztec/blob-lib":"4.0.0-spartan.20260213","@aztec/ethereum":"4.0.0-spartan.20260213","@aztec/kv-store":"4.0.0-spartan.20260213","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260213","@aztec/constants":"4.0.0-spartan.20260213","@aztec/simulator":"4.0.0-spartan.20260213","@aztec/aztec-node":"4.0.0-spartan.20260213","@aztec/foundation":"4.0.0-spartan.20260213","@aztec/wallet-sdk":"4.0.0-spartan.20260213","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260213","@aztec/entrypoints":"4.0.0-spartan.20260213","@aztec/epoch-cache":"4.0.0-spartan.20260213","@aztec/merkle-tree":"4.0.0-spartan.20260213","@aztec/prover-node":"4.0.0-spartan.20260213","@aztec/world-state":"4.0.0-spartan.20260213","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260213","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260213","@aztec/prover-client":"4.0.0-spartan.20260213","@aztec/noir-noirc_abi":"4.0.0-spartan.20260213","@aztec/sequencer-client":"4.0.0-spartan.20260213","@aztec/telemetry-client":"4.0.0-spartan.20260213","@aztec/validator-client":"4.0.0-spartan.20260213","@aztec/noir-contracts.js":"4.0.0-spartan.20260213","@aztec/protocol-contracts":"4.0.0-spartan.20260213","@aztec/validator-ha-signer":"4.0.0-spartan.20260213","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260213","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260213"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260213_1770953317530_0.37123114444036664","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7cf39cb55":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7cf39cb55","_id":"@aztec/end-to-end@0.0.1-commit.7cf39cb55","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd58d1fa79f677be854ff933bc3de47ccb26c8fc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7cf39cb55.tgz","fileCount":260,"integrity":"sha512-PwboHkbxq7MW8wYLR22rsKc+0qdobkiXvgFBVZcd6U5KITYj3/YJcYV/tNDVicWAbGHbtaYUZVoUWFxR795png==","signatures":[{"sig":"MEQCIDBhAYLo2tD/Lsxw2X949VR4OuMryg7MUEGmPORhvRSDAiAGECS1pr2qy7R0eivOd2oBB2lJPPTAAVO7vYSFktvCfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37007223},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7cf39cb558a80aefa0f3a596fc0c13660b8e216f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7cf39cb55","@aztec/cli":"0.0.1-commit.7cf39cb55","@aztec/p2p":"0.0.1-commit.7cf39cb55","@aztec/pxe":"0.0.1-commit.7cf39cb55","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7cf39cb55","@aztec/bb.js":"0.0.1-commit.7cf39cb55","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7cf39cb55","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7cf39cb55","@aztec/wallets":"0.0.1-commit.7cf39cb55","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7cf39cb55","@aztec/archiver":"0.0.1-commit.7cf39cb55","@aztec/aztec.js":"0.0.1-commit.7cf39cb55","@aztec/blob-lib":"0.0.1-commit.7cf39cb55","@aztec/ethereum":"0.0.1-commit.7cf39cb55","@aztec/kv-store":"0.0.1-commit.7cf39cb55","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7cf39cb55","@aztec/constants":"0.0.1-commit.7cf39cb55","@aztec/simulator":"0.0.1-commit.7cf39cb55","@aztec/aztec-node":"0.0.1-commit.7cf39cb55","@aztec/foundation":"0.0.1-commit.7cf39cb55","@aztec/wallet-sdk":"0.0.1-commit.7cf39cb55","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7cf39cb55","@aztec/entrypoints":"0.0.1-commit.7cf39cb55","@aztec/epoch-cache":"0.0.1-commit.7cf39cb55","@aztec/merkle-tree":"0.0.1-commit.7cf39cb55","@aztec/prover-node":"0.0.1-commit.7cf39cb55","@aztec/world-state":"0.0.1-commit.7cf39cb55","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7cf39cb55","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7cf39cb55","@aztec/prover-client":"0.0.1-commit.7cf39cb55","@aztec/noir-noirc_abi":"0.0.1-commit.7cf39cb55","@aztec/sequencer-client":"0.0.1-commit.7cf39cb55","@aztec/telemetry-client":"0.0.1-commit.7cf39cb55","@aztec/validator-client":"0.0.1-commit.7cf39cb55","@aztec/noir-contracts.js":"0.0.1-commit.7cf39cb55","@aztec/protocol-contracts":"0.0.1-commit.7cf39cb55","@aztec/validator-ha-signer":"0.0.1-commit.7cf39cb55","@aztec/noir-test-contracts.js":"0.0.1-commit.7cf39cb55","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7cf39cb55"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7cf39cb55_1770958570149_0.46283240771972434","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0c875d939":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0c875d939","_id":"@aztec/end-to-end@0.0.1-commit.0c875d939","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"210ef613b4b1ca67690fac8276c1026f71b3d75a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0c875d939.tgz","fileCount":268,"integrity":"sha512-igImg+ras/wGO7m8ISCIW6pQteFYNLoipoZ6+xEL/Va7842ZsRIqBmH6oKb7svkhQHgTQS6zX/j5o7V1bBorxQ==","signatures":[{"sig":"MEUCIGcAUYoX6bddMmpf11+TQY15j4TvnXQIaqP0hKONxTCtAiEAsWSCjFO1T18S/ShzCMVPaD6c4kwi30gnVjbOD9PympM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0c875d939213391fc9739a1251dc3cb92ef1b551","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0c875d939","@aztec/cli":"0.0.1-commit.0c875d939","@aztec/p2p":"0.0.1-commit.0c875d939","@aztec/pxe":"0.0.1-commit.0c875d939","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0c875d939","@aztec/bb.js":"0.0.1-commit.0c875d939","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0c875d939","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0c875d939","@aztec/wallets":"0.0.1-commit.0c875d939","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0c875d939","@aztec/archiver":"0.0.1-commit.0c875d939","@aztec/aztec.js":"0.0.1-commit.0c875d939","@aztec/blob-lib":"0.0.1-commit.0c875d939","@aztec/ethereum":"0.0.1-commit.0c875d939","@aztec/kv-store":"0.0.1-commit.0c875d939","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0c875d939","@aztec/constants":"0.0.1-commit.0c875d939","@aztec/simulator":"0.0.1-commit.0c875d939","@aztec/aztec-node":"0.0.1-commit.0c875d939","@aztec/foundation":"0.0.1-commit.0c875d939","@aztec/wallet-sdk":"0.0.1-commit.0c875d939","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0c875d939","@aztec/entrypoints":"0.0.1-commit.0c875d939","@aztec/epoch-cache":"0.0.1-commit.0c875d939","@aztec/merkle-tree":"0.0.1-commit.0c875d939","@aztec/prover-node":"0.0.1-commit.0c875d939","@aztec/world-state":"0.0.1-commit.0c875d939","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0c875d939","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0c875d939","@aztec/prover-client":"0.0.1-commit.0c875d939","@aztec/noir-noirc_abi":"0.0.1-commit.0c875d939","@aztec/sequencer-client":"0.0.1-commit.0c875d939","@aztec/telemetry-client":"0.0.1-commit.0c875d939","@aztec/validator-client":"0.0.1-commit.0c875d939","@aztec/noir-contracts.js":"0.0.1-commit.0c875d939","@aztec/protocol-contracts":"0.0.1-commit.0c875d939","@aztec/validator-ha-signer":"0.0.1-commit.0c875d939","@aztec/noir-test-contracts.js":"0.0.1-commit.0c875d939","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0c875d939"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0c875d939_1771024161893_0.3247426474662727","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260214":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260214","_id":"@aztec/end-to-end@4.0.0-nightly.20260214","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0d37567564325fa041a498333c134a7fc8733a1f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260214.tgz","fileCount":268,"integrity":"sha512-8kKDBsd5qTDGqyllVXb4XWom/dXQl1Xuz0vpqiOjfEUYCwgthgI2SG3pvZHrJjDggqjsM0bJcANTLKT+fdDGZQ==","signatures":[{"sig":"MEQCIAWtPSQt22cuv88KY+s01KPLeoJXYijvHBHIMvBrwVW/AiBb7EKEQn7lJvz0uaJPo/6umsH/9RBC3YLpkxS0sfHpcA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a477c02864e34807d04bab7c783b0c2a9138c310","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260214","@aztec/cli":"4.0.0-nightly.20260214","@aztec/p2p":"4.0.0-nightly.20260214","@aztec/pxe":"4.0.0-nightly.20260214","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260214","@aztec/bb.js":"4.0.0-nightly.20260214","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260214","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260214","@aztec/wallets":"4.0.0-nightly.20260214","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260214","@aztec/archiver":"4.0.0-nightly.20260214","@aztec/aztec.js":"4.0.0-nightly.20260214","@aztec/blob-lib":"4.0.0-nightly.20260214","@aztec/ethereum":"4.0.0-nightly.20260214","@aztec/kv-store":"4.0.0-nightly.20260214","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260214","@aztec/constants":"4.0.0-nightly.20260214","@aztec/simulator":"4.0.0-nightly.20260214","@aztec/aztec-node":"4.0.0-nightly.20260214","@aztec/foundation":"4.0.0-nightly.20260214","@aztec/wallet-sdk":"4.0.0-nightly.20260214","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260214","@aztec/entrypoints":"4.0.0-nightly.20260214","@aztec/epoch-cache":"4.0.0-nightly.20260214","@aztec/merkle-tree":"4.0.0-nightly.20260214","@aztec/prover-node":"4.0.0-nightly.20260214","@aztec/world-state":"4.0.0-nightly.20260214","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260214","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260214","@aztec/prover-client":"4.0.0-nightly.20260214","@aztec/noir-noirc_abi":"4.0.0-nightly.20260214","@aztec/sequencer-client":"4.0.0-nightly.20260214","@aztec/telemetry-client":"4.0.0-nightly.20260214","@aztec/validator-client":"4.0.0-nightly.20260214","@aztec/noir-contracts.js":"4.0.0-nightly.20260214","@aztec/protocol-contracts":"4.0.0-nightly.20260214","@aztec/validator-ha-signer":"4.0.0-nightly.20260214","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260214","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260214"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260214_1771039112875_0.554578960410381","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260214":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260214","_id":"@aztec/end-to-end@4.0.0-spartan.20260214","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc0d540703427d667f9999ecc7ee456f49fe1215","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260214.tgz","fileCount":268,"integrity":"sha512-DFFe/rZqkgwEPVeRgvJUZxMqnzEp7lQzu8T54wbs+glnjPsAuyBoVFbKxWjGeDs676L6Wob3rXovHdE+baBeyA==","signatures":[{"sig":"MEUCIH56PUZJIqkN5uKVP1hEID3eDiQo4CTZ+xGQmISbSfU4AiEAroqqIjQdS2OWS/MxSvLh0QBedC9dayaWSBGnalR/KdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37026230},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"06d81c8871f64fd659abfcfbb3074904917f3d8e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260214","@aztec/cli":"4.0.0-spartan.20260214","@aztec/p2p":"4.0.0-spartan.20260214","@aztec/pxe":"4.0.0-spartan.20260214","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260214","@aztec/bb.js":"4.0.0-spartan.20260214","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260214","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260214","@aztec/wallets":"4.0.0-spartan.20260214","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260214","@aztec/archiver":"4.0.0-spartan.20260214","@aztec/aztec.js":"4.0.0-spartan.20260214","@aztec/blob-lib":"4.0.0-spartan.20260214","@aztec/ethereum":"4.0.0-spartan.20260214","@aztec/kv-store":"4.0.0-spartan.20260214","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260214","@aztec/constants":"4.0.0-spartan.20260214","@aztec/simulator":"4.0.0-spartan.20260214","@aztec/aztec-node":"4.0.0-spartan.20260214","@aztec/foundation":"4.0.0-spartan.20260214","@aztec/wallet-sdk":"4.0.0-spartan.20260214","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260214","@aztec/entrypoints":"4.0.0-spartan.20260214","@aztec/epoch-cache":"4.0.0-spartan.20260214","@aztec/merkle-tree":"4.0.0-spartan.20260214","@aztec/prover-node":"4.0.0-spartan.20260214","@aztec/world-state":"4.0.0-spartan.20260214","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260214","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260214","@aztec/prover-client":"4.0.0-spartan.20260214","@aztec/noir-noirc_abi":"4.0.0-spartan.20260214","@aztec/sequencer-client":"4.0.0-spartan.20260214","@aztec/telemetry-client":"4.0.0-spartan.20260214","@aztec/validator-client":"4.0.0-spartan.20260214","@aztec/noir-contracts.js":"4.0.0-spartan.20260214","@aztec/protocol-contracts":"4.0.0-spartan.20260214","@aztec/validator-ha-signer":"4.0.0-spartan.20260214","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260214","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260214"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260214_1771039989255_0.13842697693354844","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260215":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260215","_id":"@aztec/end-to-end@4.0.0-nightly.20260215","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"82b59ffacada3a92479f6bc9eb8440e2e8f540f8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260215.tgz","fileCount":268,"integrity":"sha512-THRMpf0I+CT3Vw3syliI9rVhtuR5azyI7BQEFHPM/6RcC7Adwqq47nqJX4fmYqVdbPB4APTmbBEnLKQKZ3mEYw==","signatures":[{"sig":"MEYCIQCib+T2sb/xi2jjhCJvJrtAf9B2BiY+2dDGyFWBSN6pFwIhAL00uF239SSPkXvPbr5oZkpK/hjf4FmHIIMwpZddSGhR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"726b5a308d3ae4c3a4dec2874017aedb20110a16","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260215","@aztec/cli":"4.0.0-nightly.20260215","@aztec/p2p":"4.0.0-nightly.20260215","@aztec/pxe":"4.0.0-nightly.20260215","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260215","@aztec/bb.js":"4.0.0-nightly.20260215","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260215","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260215","@aztec/wallets":"4.0.0-nightly.20260215","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260215","@aztec/archiver":"4.0.0-nightly.20260215","@aztec/aztec.js":"4.0.0-nightly.20260215","@aztec/blob-lib":"4.0.0-nightly.20260215","@aztec/ethereum":"4.0.0-nightly.20260215","@aztec/kv-store":"4.0.0-nightly.20260215","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260215","@aztec/constants":"4.0.0-nightly.20260215","@aztec/simulator":"4.0.0-nightly.20260215","@aztec/aztec-node":"4.0.0-nightly.20260215","@aztec/foundation":"4.0.0-nightly.20260215","@aztec/wallet-sdk":"4.0.0-nightly.20260215","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260215","@aztec/entrypoints":"4.0.0-nightly.20260215","@aztec/epoch-cache":"4.0.0-nightly.20260215","@aztec/merkle-tree":"4.0.0-nightly.20260215","@aztec/prover-node":"4.0.0-nightly.20260215","@aztec/world-state":"4.0.0-nightly.20260215","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260215","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260215","@aztec/prover-client":"4.0.0-nightly.20260215","@aztec/noir-noirc_abi":"4.0.0-nightly.20260215","@aztec/sequencer-client":"4.0.0-nightly.20260215","@aztec/telemetry-client":"4.0.0-nightly.20260215","@aztec/validator-client":"4.0.0-nightly.20260215","@aztec/noir-contracts.js":"4.0.0-nightly.20260215","@aztec/protocol-contracts":"4.0.0-nightly.20260215","@aztec/validator-ha-signer":"4.0.0-nightly.20260215","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260215","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260215"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260215_1771125850603_0.41395066678821335","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260215":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260215","_id":"@aztec/end-to-end@4.0.0-spartan.20260215","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2ec53f3d567045fca121bb750989cd672884c49f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260215.tgz","fileCount":268,"integrity":"sha512-pNrBTfWjTBA/7yFriR9HTQyX2S5zOxx8eRqzZqKWV3b0gawKD5Cs7YkVBBPTPhJDCaAvuG+8FwkgH0r8yoFcsw==","signatures":[{"sig":"MEUCIQDgqpRA6smuBcQJhViV83J8pA+QI1XDd1OD/fjey5nV5AIgNV0B6OZekPeJsxflPqnzS/eY4HynPdA7Dx6dV5PMhjA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37033327},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"58fd912372cf82e69a34a99d5f9774575345cd42","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260215","@aztec/cli":"4.0.0-spartan.20260215","@aztec/p2p":"4.0.0-spartan.20260215","@aztec/pxe":"4.0.0-spartan.20260215","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260215","@aztec/bb.js":"4.0.0-spartan.20260215","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260215","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260215","@aztec/wallets":"4.0.0-spartan.20260215","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260215","@aztec/archiver":"4.0.0-spartan.20260215","@aztec/aztec.js":"4.0.0-spartan.20260215","@aztec/blob-lib":"4.0.0-spartan.20260215","@aztec/ethereum":"4.0.0-spartan.20260215","@aztec/kv-store":"4.0.0-spartan.20260215","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260215","@aztec/constants":"4.0.0-spartan.20260215","@aztec/simulator":"4.0.0-spartan.20260215","@aztec/aztec-node":"4.0.0-spartan.20260215","@aztec/foundation":"4.0.0-spartan.20260215","@aztec/wallet-sdk":"4.0.0-spartan.20260215","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260215","@aztec/entrypoints":"4.0.0-spartan.20260215","@aztec/epoch-cache":"4.0.0-spartan.20260215","@aztec/merkle-tree":"4.0.0-spartan.20260215","@aztec/prover-node":"4.0.0-spartan.20260215","@aztec/world-state":"4.0.0-spartan.20260215","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260215","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260215","@aztec/prover-client":"4.0.0-spartan.20260215","@aztec/noir-noirc_abi":"4.0.0-spartan.20260215","@aztec/sequencer-client":"4.0.0-spartan.20260215","@aztec/telemetry-client":"4.0.0-spartan.20260215","@aztec/validator-client":"4.0.0-spartan.20260215","@aztec/noir-contracts.js":"4.0.0-spartan.20260215","@aztec/protocol-contracts":"4.0.0-spartan.20260215","@aztec/validator-ha-signer":"4.0.0-spartan.20260215","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260215","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260215"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260215_1771125868761_0.7469997082596398","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260216":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260216","_id":"@aztec/end-to-end@4.0.0-spartan.20260216","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8bf99024effb973de82c0d7b14cc3bfac38cb353","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260216.tgz","fileCount":268,"integrity":"sha512-flbYk/aq+vxOTq+zLTSxMS1TFdT7bFxEgTLgqDEzE8q7+ozFysI/UpOvxY8hybrrae5soidpfL7U14V5kaNeRw==","signatures":[{"sig":"MEUCIQDLmNszsvuJDcE2aKN9JncTAY2HOtL31cZY0ikio/W3JAIgYYjizmBWuyCWjQ2ZxNSEmFIkXiMDDP/EZqX574oNEdA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37033327},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"58fd912372cf82e69a34a99d5f9774575345cd42","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260216","@aztec/cli":"4.0.0-spartan.20260216","@aztec/p2p":"4.0.0-spartan.20260216","@aztec/pxe":"4.0.0-spartan.20260216","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260216","@aztec/bb.js":"4.0.0-spartan.20260216","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260216","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260216","@aztec/wallets":"4.0.0-spartan.20260216","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260216","@aztec/archiver":"4.0.0-spartan.20260216","@aztec/aztec.js":"4.0.0-spartan.20260216","@aztec/blob-lib":"4.0.0-spartan.20260216","@aztec/ethereum":"4.0.0-spartan.20260216","@aztec/kv-store":"4.0.0-spartan.20260216","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260216","@aztec/constants":"4.0.0-spartan.20260216","@aztec/simulator":"4.0.0-spartan.20260216","@aztec/aztec-node":"4.0.0-spartan.20260216","@aztec/foundation":"4.0.0-spartan.20260216","@aztec/wallet-sdk":"4.0.0-spartan.20260216","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260216","@aztec/entrypoints":"4.0.0-spartan.20260216","@aztec/epoch-cache":"4.0.0-spartan.20260216","@aztec/merkle-tree":"4.0.0-spartan.20260216","@aztec/prover-node":"4.0.0-spartan.20260216","@aztec/world-state":"4.0.0-spartan.20260216","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260216","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260216","@aztec/prover-client":"4.0.0-spartan.20260216","@aztec/noir-noirc_abi":"4.0.0-spartan.20260216","@aztec/sequencer-client":"4.0.0-spartan.20260216","@aztec/telemetry-client":"4.0.0-spartan.20260216","@aztec/validator-client":"4.0.0-spartan.20260216","@aztec/noir-contracts.js":"4.0.0-spartan.20260216","@aztec/protocol-contracts":"4.0.0-spartan.20260216","@aztec/validator-ha-signer":"4.0.0-spartan.20260216","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260216","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260216"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260216_1771212241306_0.9702178303825966","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260216":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260216","_id":"@aztec/end-to-end@4.0.0-nightly.20260216","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ac26842de93bdb9adc11900863df0d171e2342e8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260216.tgz","fileCount":268,"integrity":"sha512-DLARdZeGOZZcJnS5L6wpi7kX2lj75P6erJMHnzq508W77t4enXwnZ9sgOZa4xkkmfuG4w5CgK5pbR3myRhQP1w==","signatures":[{"sig":"MEUCIQCwU1PHdfTTQsEsKD3+vwvjyhOZY65ovuuhuosemhf/HwIgeqNHpntKLiAU7/sul8Qcws6tz4R0chAd+t19CYF7oHE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7fb92e8cdf2decbdbcb27b1b85f959d9d4459703","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260216","@aztec/cli":"4.0.0-nightly.20260216","@aztec/p2p":"4.0.0-nightly.20260216","@aztec/pxe":"4.0.0-nightly.20260216","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260216","@aztec/bb.js":"4.0.0-nightly.20260216","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260216","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260216","@aztec/wallets":"4.0.0-nightly.20260216","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260216","@aztec/archiver":"4.0.0-nightly.20260216","@aztec/aztec.js":"4.0.0-nightly.20260216","@aztec/blob-lib":"4.0.0-nightly.20260216","@aztec/ethereum":"4.0.0-nightly.20260216","@aztec/kv-store":"4.0.0-nightly.20260216","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260216","@aztec/constants":"4.0.0-nightly.20260216","@aztec/simulator":"4.0.0-nightly.20260216","@aztec/aztec-node":"4.0.0-nightly.20260216","@aztec/foundation":"4.0.0-nightly.20260216","@aztec/wallet-sdk":"4.0.0-nightly.20260216","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260216","@aztec/entrypoints":"4.0.0-nightly.20260216","@aztec/epoch-cache":"4.0.0-nightly.20260216","@aztec/merkle-tree":"4.0.0-nightly.20260216","@aztec/prover-node":"4.0.0-nightly.20260216","@aztec/world-state":"4.0.0-nightly.20260216","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260216","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260216","@aztec/prover-client":"4.0.0-nightly.20260216","@aztec/noir-noirc_abi":"4.0.0-nightly.20260216","@aztec/sequencer-client":"4.0.0-nightly.20260216","@aztec/telemetry-client":"4.0.0-nightly.20260216","@aztec/validator-client":"4.0.0-nightly.20260216","@aztec/noir-contracts.js":"4.0.0-nightly.20260216","@aztec/protocol-contracts":"4.0.0-nightly.20260216","@aztec/validator-ha-signer":"4.0.0-nightly.20260216","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260216","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260216"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260216_1771213073654_0.18050993092236856","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.1-patch.1":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.1-patch.1","_id":"@aztec/end-to-end@4.0.0-devnet.1-patch.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b655552f0cf665176c5dc8ed504449763b65d603","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.1-patch.1.tgz","fileCount":260,"integrity":"sha512-GSzqZOFS59n6uyJD7km58kFjhIpBopsZgDAURcWlczVF+pgwcMy7JRBNY6YdbL1Ug1peRYlS6YMZ8OKXWMltig==","signatures":[{"sig":"MEQCICsNabVvkfUeSjz3VNPCPzcktJMelyBAYPqg/JE+/8aRAiA6MyMjfawNxLS4kEgcEZ8IhIHDsmtgJRIBSzJpQdlpqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37004953},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9e31661d382934477d66b637fcb1d9b51dc6b0ed","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.1-patch.1","@aztec/cli":"4.0.0-devnet.1-patch.1","@aztec/p2p":"4.0.0-devnet.1-patch.1","@aztec/pxe":"4.0.0-devnet.1-patch.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.1-patch.1","@aztec/bb.js":"4.0.0-devnet.1-patch.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.1-patch.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.1-patch.1","@aztec/wallets":"4.0.0-devnet.1-patch.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.1-patch.1","@aztec/archiver":"4.0.0-devnet.1-patch.1","@aztec/aztec.js":"4.0.0-devnet.1-patch.1","@aztec/blob-lib":"4.0.0-devnet.1-patch.1","@aztec/ethereum":"4.0.0-devnet.1-patch.1","@aztec/kv-store":"4.0.0-devnet.1-patch.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.1-patch.1","@aztec/constants":"4.0.0-devnet.1-patch.1","@aztec/simulator":"4.0.0-devnet.1-patch.1","@aztec/aztec-node":"4.0.0-devnet.1-patch.1","@aztec/foundation":"4.0.0-devnet.1-patch.1","@aztec/wallet-sdk":"4.0.0-devnet.1-patch.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.1-patch.1","@aztec/entrypoints":"4.0.0-devnet.1-patch.1","@aztec/epoch-cache":"4.0.0-devnet.1-patch.1","@aztec/merkle-tree":"4.0.0-devnet.1-patch.1","@aztec/prover-node":"4.0.0-devnet.1-patch.1","@aztec/world-state":"4.0.0-devnet.1-patch.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.1-patch.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.1-patch.1","@aztec/prover-client":"4.0.0-devnet.1-patch.1","@aztec/noir-noirc_abi":"4.0.0-devnet.1-patch.1","@aztec/sequencer-client":"4.0.0-devnet.1-patch.1","@aztec/telemetry-client":"4.0.0-devnet.1-patch.1","@aztec/validator-client":"4.0.0-devnet.1-patch.1","@aztec/noir-contracts.js":"4.0.0-devnet.1-patch.1","@aztec/protocol-contracts":"4.0.0-devnet.1-patch.1","@aztec/validator-ha-signer":"4.0.0-devnet.1-patch.1","@aztec/noir-test-contracts.js":"4.0.0-devnet.1-patch.1","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.1-patch.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.1-patch.1_1771243726203_0.5646488448188185","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1bb068fb5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1bb068fb5","_id":"@aztec/end-to-end@0.0.1-commit.1bb068fb5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7c5dcd973d5d522d0c291def9c72533543b70532","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1bb068fb5.tgz","fileCount":268,"integrity":"sha512-130qQnH2hl5DSpr154SbkLBqisNJ7Eb+kuZyV/pIACd+PQz68c8UQ6LeqKJmqTBmr9D+u6EXHcvojF3ylxjNxQ==","signatures":[{"sig":"MEYCIQD9dLD7+uiMhVUcYoD+EMTu2+emvNmXs7M4h6Q20UJAOAIhAOtgphbUGvUfhz4HgjHHrpGspbcUR8w3pxb1WenIXTs4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1bb068fb5fa311ff6ee8ce0726544694378fd533","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1bb068fb5","@aztec/cli":"0.0.1-commit.1bb068fb5","@aztec/p2p":"0.0.1-commit.1bb068fb5","@aztec/pxe":"0.0.1-commit.1bb068fb5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1bb068fb5","@aztec/bb.js":"0.0.1-commit.1bb068fb5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1bb068fb5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1bb068fb5","@aztec/wallets":"0.0.1-commit.1bb068fb5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1bb068fb5","@aztec/archiver":"0.0.1-commit.1bb068fb5","@aztec/aztec.js":"0.0.1-commit.1bb068fb5","@aztec/blob-lib":"0.0.1-commit.1bb068fb5","@aztec/ethereum":"0.0.1-commit.1bb068fb5","@aztec/kv-store":"0.0.1-commit.1bb068fb5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1bb068fb5","@aztec/constants":"0.0.1-commit.1bb068fb5","@aztec/simulator":"0.0.1-commit.1bb068fb5","@aztec/aztec-node":"0.0.1-commit.1bb068fb5","@aztec/foundation":"0.0.1-commit.1bb068fb5","@aztec/wallet-sdk":"0.0.1-commit.1bb068fb5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1bb068fb5","@aztec/entrypoints":"0.0.1-commit.1bb068fb5","@aztec/epoch-cache":"0.0.1-commit.1bb068fb5","@aztec/merkle-tree":"0.0.1-commit.1bb068fb5","@aztec/prover-node":"0.0.1-commit.1bb068fb5","@aztec/world-state":"0.0.1-commit.1bb068fb5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1bb068fb5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1bb068fb5","@aztec/prover-client":"0.0.1-commit.1bb068fb5","@aztec/noir-noirc_abi":"0.0.1-commit.1bb068fb5","@aztec/sequencer-client":"0.0.1-commit.1bb068fb5","@aztec/telemetry-client":"0.0.1-commit.1bb068fb5","@aztec/validator-client":"0.0.1-commit.1bb068fb5","@aztec/noir-contracts.js":"0.0.1-commit.1bb068fb5","@aztec/protocol-contracts":"0.0.1-commit.1bb068fb5","@aztec/validator-ha-signer":"0.0.1-commit.1bb068fb5","@aztec/noir-test-contracts.js":"0.0.1-commit.1bb068fb5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1bb068fb5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1bb068fb5_1771248233890_0.7710295733188435","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8f9871590":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8f9871590","_id":"@aztec/end-to-end@0.0.1-commit.8f9871590","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3339111b83d2d09ea5269b24f17c36bc5937ae35","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8f9871590.tgz","fileCount":268,"integrity":"sha512-T+5C3HYFmB4m7H1mAt8/hK2/iSei9/SMSO2LQwglizncxJ3gTOxrqTtXPfaiKlSq7X73BLqKk4VTMzWRMbDjng==","signatures":[{"sig":"MEQCIFYoS3xf24+jaNPnXmfD4regS+hkowLLFd1k5kfenuvKAiBXFcowNhPTSbNFRApM9pWVxve4B4YuLJ3iabCoHgvd2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8f987159003d50e44bc5659f4c69c9718dab40aa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8f9871590","@aztec/cli":"0.0.1-commit.8f9871590","@aztec/p2p":"0.0.1-commit.8f9871590","@aztec/pxe":"0.0.1-commit.8f9871590","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8f9871590","@aztec/bb.js":"0.0.1-commit.8f9871590","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8f9871590","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8f9871590","@aztec/wallets":"0.0.1-commit.8f9871590","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8f9871590","@aztec/archiver":"0.0.1-commit.8f9871590","@aztec/aztec.js":"0.0.1-commit.8f9871590","@aztec/blob-lib":"0.0.1-commit.8f9871590","@aztec/ethereum":"0.0.1-commit.8f9871590","@aztec/kv-store":"0.0.1-commit.8f9871590","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8f9871590","@aztec/constants":"0.0.1-commit.8f9871590","@aztec/simulator":"0.0.1-commit.8f9871590","@aztec/aztec-node":"0.0.1-commit.8f9871590","@aztec/foundation":"0.0.1-commit.8f9871590","@aztec/wallet-sdk":"0.0.1-commit.8f9871590","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8f9871590","@aztec/entrypoints":"0.0.1-commit.8f9871590","@aztec/epoch-cache":"0.0.1-commit.8f9871590","@aztec/merkle-tree":"0.0.1-commit.8f9871590","@aztec/prover-node":"0.0.1-commit.8f9871590","@aztec/world-state":"0.0.1-commit.8f9871590","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8f9871590","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8f9871590","@aztec/prover-client":"0.0.1-commit.8f9871590","@aztec/noir-noirc_abi":"0.0.1-commit.8f9871590","@aztec/sequencer-client":"0.0.1-commit.8f9871590","@aztec/telemetry-client":"0.0.1-commit.8f9871590","@aztec/validator-client":"0.0.1-commit.8f9871590","@aztec/noir-contracts.js":"0.0.1-commit.8f9871590","@aztec/protocol-contracts":"0.0.1-commit.8f9871590","@aztec/validator-ha-signer":"0.0.1-commit.8f9871590","@aztec/noir-test-contracts.js":"0.0.1-commit.8f9871590","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8f9871590"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8f9871590_1771277457168_0.11956138261732341","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260217":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260217","_id":"@aztec/end-to-end@4.0.0-nightly.20260217","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fde4df0e37929e69f313c67d340222c291012859","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260217.tgz","fileCount":268,"integrity":"sha512-Vk+BkWQA2n7Tgh/WS5u0FXBIKC5SJNaKhfnIm0cIfPUqinIN0hi4ypWAOSbrs4R/2ORyCvVPQwODTsB/XNIWXw==","signatures":[{"sig":"MEUCIGdyuMeOWwCPyBrY4c7Svq4lAgVIGRi4M+TMsoyLJ8n1AiEA7KL+HCAmQJU0kpUOoI+I6isNmP+hTdmrHCpBfoFYEpY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fa29717547a9ba32ce21ff46dae5f0750a84ec4d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260217","@aztec/cli":"4.0.0-nightly.20260217","@aztec/p2p":"4.0.0-nightly.20260217","@aztec/pxe":"4.0.0-nightly.20260217","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260217","@aztec/bb.js":"4.0.0-nightly.20260217","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260217","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260217","@aztec/wallets":"4.0.0-nightly.20260217","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260217","@aztec/archiver":"4.0.0-nightly.20260217","@aztec/aztec.js":"4.0.0-nightly.20260217","@aztec/blob-lib":"4.0.0-nightly.20260217","@aztec/ethereum":"4.0.0-nightly.20260217","@aztec/kv-store":"4.0.0-nightly.20260217","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260217","@aztec/constants":"4.0.0-nightly.20260217","@aztec/simulator":"4.0.0-nightly.20260217","@aztec/aztec-node":"4.0.0-nightly.20260217","@aztec/foundation":"4.0.0-nightly.20260217","@aztec/wallet-sdk":"4.0.0-nightly.20260217","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260217","@aztec/entrypoints":"4.0.0-nightly.20260217","@aztec/epoch-cache":"4.0.0-nightly.20260217","@aztec/merkle-tree":"4.0.0-nightly.20260217","@aztec/prover-node":"4.0.0-nightly.20260217","@aztec/world-state":"4.0.0-nightly.20260217","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260217","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260217","@aztec/prover-client":"4.0.0-nightly.20260217","@aztec/noir-noirc_abi":"4.0.0-nightly.20260217","@aztec/sequencer-client":"4.0.0-nightly.20260217","@aztec/telemetry-client":"4.0.0-nightly.20260217","@aztec/validator-client":"4.0.0-nightly.20260217","@aztec/noir-contracts.js":"4.0.0-nightly.20260217","@aztec/protocol-contracts":"4.0.0-nightly.20260217","@aztec/validator-ha-signer":"4.0.0-nightly.20260217","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260217","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260217"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260217_1771298469987_0.5872091110119895","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260217":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260217","_id":"@aztec/end-to-end@4.0.0-spartan.20260217","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4ea242da7394868e564cbbdd93fae3607f12d8dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260217.tgz","fileCount":280,"integrity":"sha512-5i09Qb2iZHTM/5t1SMIXUTAs7cj9AS0IAWB+CouyK6NGcetF9pYG8z7vSS41FMuJl2JebgHaclcwKKQJO3xt/g==","signatures":[{"sig":"MEYCIQCvxMOTq3qt2LtmnG6ErIfRJfwL66ZNG0ES+gA1OQEoSwIhAMyvnqOlORoh927hoXueHOpbmH3tjXsrEaIpyq2XNV0H","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37078213},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"50338067402a330ffd064d656e75b650ac63948a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260217","@aztec/cli":"4.0.0-spartan.20260217","@aztec/p2p":"4.0.0-spartan.20260217","@aztec/pxe":"4.0.0-spartan.20260217","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260217","@aztec/bb.js":"4.0.0-spartan.20260217","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260217","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260217","@aztec/wallets":"4.0.0-spartan.20260217","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260217","@aztec/archiver":"4.0.0-spartan.20260217","@aztec/aztec.js":"4.0.0-spartan.20260217","@aztec/blob-lib":"4.0.0-spartan.20260217","@aztec/ethereum":"4.0.0-spartan.20260217","@aztec/kv-store":"4.0.0-spartan.20260217","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260217","@aztec/constants":"4.0.0-spartan.20260217","@aztec/simulator":"4.0.0-spartan.20260217","@aztec/aztec-node":"4.0.0-spartan.20260217","@aztec/foundation":"4.0.0-spartan.20260217","@aztec/wallet-sdk":"4.0.0-spartan.20260217","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260217","@aztec/entrypoints":"4.0.0-spartan.20260217","@aztec/epoch-cache":"4.0.0-spartan.20260217","@aztec/merkle-tree":"4.0.0-spartan.20260217","@aztec/prover-node":"4.0.0-spartan.20260217","@aztec/world-state":"4.0.0-spartan.20260217","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260217","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260217","@aztec/prover-client":"4.0.0-spartan.20260217","@aztec/noir-noirc_abi":"4.0.0-spartan.20260217","@aztec/sequencer-client":"4.0.0-spartan.20260217","@aztec/telemetry-client":"4.0.0-spartan.20260217","@aztec/validator-client":"4.0.0-spartan.20260217","@aztec/noir-contracts.js":"4.0.0-spartan.20260217","@aztec/protocol-contracts":"4.0.0-spartan.20260217","@aztec/validator-ha-signer":"4.0.0-spartan.20260217","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260217","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260217"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260217_1771298473117_0.6361544872675222","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.21ecf947b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.21ecf947b","_id":"@aztec/end-to-end@0.0.1-commit.21ecf947b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"969c6566f1dfacc53801e87f926c8e0ff7d88eab","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.21ecf947b.tgz","fileCount":268,"integrity":"sha512-p5J2Va5S1/7RkogpwiOYt2nBNWVihFFcUx1pOcD+H24xUruVMJLi9KJuS8D6uzwwqtUtA5Am2dvOZx+sd+LTTw==","signatures":[{"sig":"MEYCIQC3pEQ3+lutst+EDiw+0tClAiLs3dKmUJxEi+VsC/2LOQIhAPhGY/X0bb6470xv0TUUJE77Yr8ibSdSfXIkQCrsxuY3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37030018},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"21ecf947bf78087dcceb4e803f109d65250fc37a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.21ecf947b","@aztec/cli":"0.0.1-commit.21ecf947b","@aztec/p2p":"0.0.1-commit.21ecf947b","@aztec/pxe":"0.0.1-commit.21ecf947b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.21ecf947b","@aztec/bb.js":"0.0.1-commit.21ecf947b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.21ecf947b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.21ecf947b","@aztec/wallets":"0.0.1-commit.21ecf947b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.21ecf947b","@aztec/archiver":"0.0.1-commit.21ecf947b","@aztec/aztec.js":"0.0.1-commit.21ecf947b","@aztec/blob-lib":"0.0.1-commit.21ecf947b","@aztec/ethereum":"0.0.1-commit.21ecf947b","@aztec/kv-store":"0.0.1-commit.21ecf947b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.21ecf947b","@aztec/constants":"0.0.1-commit.21ecf947b","@aztec/simulator":"0.0.1-commit.21ecf947b","@aztec/aztec-node":"0.0.1-commit.21ecf947b","@aztec/foundation":"0.0.1-commit.21ecf947b","@aztec/wallet-sdk":"0.0.1-commit.21ecf947b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.21ecf947b","@aztec/entrypoints":"0.0.1-commit.21ecf947b","@aztec/epoch-cache":"0.0.1-commit.21ecf947b","@aztec/merkle-tree":"0.0.1-commit.21ecf947b","@aztec/prover-node":"0.0.1-commit.21ecf947b","@aztec/world-state":"0.0.1-commit.21ecf947b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.21ecf947b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.21ecf947b","@aztec/prover-client":"0.0.1-commit.21ecf947b","@aztec/noir-noirc_abi":"0.0.1-commit.21ecf947b","@aztec/sequencer-client":"0.0.1-commit.21ecf947b","@aztec/telemetry-client":"0.0.1-commit.21ecf947b","@aztec/validator-client":"0.0.1-commit.21ecf947b","@aztec/noir-contracts.js":"0.0.1-commit.21ecf947b","@aztec/protocol-contracts":"0.0.1-commit.21ecf947b","@aztec/validator-ha-signer":"0.0.1-commit.21ecf947b","@aztec/noir-test-contracts.js":"0.0.1-commit.21ecf947b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.21ecf947b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.21ecf947b_1771324971723_0.3923760471915363","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.cf93bcc56":{"name":"@aztec/end-to-end","version":"0.0.1-commit.cf93bcc56","_id":"@aztec/end-to-end@0.0.1-commit.cf93bcc56","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aeea917b331bc62d393a7c7554319cfc34d46964","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.cf93bcc56.tgz","fileCount":280,"integrity":"sha512-XhhrQyoiYjwGBHNOlKgIWohEuasNDCRMy7sCQpAgzv+kywW4ORcb8NOhe7lwiPwRbD90hLkbbio8yH6b5AfctQ==","signatures":[{"sig":"MEYCIQDvXQMKSlKWtxne1gq1xkccgrbHrZJVRVQF+Of8RyULQwIhAILhX1Hl3poIqaJ34+3GTfO6UtW5e1H6kjjRNvguqjZE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cf93bcc56c909b89a460576b215b7c512ca15fe9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.cf93bcc56","@aztec/cli":"0.0.1-commit.cf93bcc56","@aztec/p2p":"0.0.1-commit.cf93bcc56","@aztec/pxe":"0.0.1-commit.cf93bcc56","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.cf93bcc56","@aztec/bb.js":"0.0.1-commit.cf93bcc56","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.cf93bcc56","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.cf93bcc56","@aztec/wallets":"0.0.1-commit.cf93bcc56","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.cf93bcc56","@aztec/archiver":"0.0.1-commit.cf93bcc56","@aztec/aztec.js":"0.0.1-commit.cf93bcc56","@aztec/blob-lib":"0.0.1-commit.cf93bcc56","@aztec/ethereum":"0.0.1-commit.cf93bcc56","@aztec/kv-store":"0.0.1-commit.cf93bcc56","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.cf93bcc56","@aztec/constants":"0.0.1-commit.cf93bcc56","@aztec/simulator":"0.0.1-commit.cf93bcc56","@aztec/aztec-node":"0.0.1-commit.cf93bcc56","@aztec/foundation":"0.0.1-commit.cf93bcc56","@aztec/wallet-sdk":"0.0.1-commit.cf93bcc56","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.cf93bcc56","@aztec/entrypoints":"0.0.1-commit.cf93bcc56","@aztec/epoch-cache":"0.0.1-commit.cf93bcc56","@aztec/merkle-tree":"0.0.1-commit.cf93bcc56","@aztec/prover-node":"0.0.1-commit.cf93bcc56","@aztec/world-state":"0.0.1-commit.cf93bcc56","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.cf93bcc56","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.cf93bcc56","@aztec/prover-client":"0.0.1-commit.cf93bcc56","@aztec/noir-noirc_abi":"0.0.1-commit.cf93bcc56","@aztec/sequencer-client":"0.0.1-commit.cf93bcc56","@aztec/telemetry-client":"0.0.1-commit.cf93bcc56","@aztec/validator-client":"0.0.1-commit.cf93bcc56","@aztec/noir-contracts.js":"0.0.1-commit.cf93bcc56","@aztec/protocol-contracts":"0.0.1-commit.cf93bcc56","@aztec/validator-ha-signer":"0.0.1-commit.cf93bcc56","@aztec/noir-test-contracts.js":"0.0.1-commit.cf93bcc56","@aztec/noir-protocol-circuits-types":"0.0.1-commit.cf93bcc56"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.cf93bcc56_1771361400752_0.5007439874115871","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-spartan.20260218":{"name":"@aztec/end-to-end","version":"4.0.0-spartan.20260218","_id":"@aztec/end-to-end@4.0.0-spartan.20260218","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"26984d50f2131675e98fe09446926082fd3f75c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-spartan.20260218.tgz","fileCount":280,"integrity":"sha512-YiDXRymhw5J5yccp/p700RdB4RyLK8Dv6V+C0gno2B/IZl9J/TpBtw+rmzwZ0702jRUexRmXnQMeB6MB6vs9VQ==","signatures":[{"sig":"MEUCIQDyCJhVkyNNEgSN45xTkNxXS6g8E0iEx1A71HGERJKENQIgMcVLSFNbhFBeYlYNRIdclWWnf4Yv1dfp6BUi2mKroI4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6ad4a313a75db2661f3d3c9f7123b6e18ec8e878","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-spartan.20260218","@aztec/cli":"4.0.0-spartan.20260218","@aztec/p2p":"4.0.0-spartan.20260218","@aztec/pxe":"4.0.0-spartan.20260218","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-spartan.20260218","@aztec/bb.js":"4.0.0-spartan.20260218","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-spartan.20260218","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-spartan.20260218","@aztec/wallets":"4.0.0-spartan.20260218","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-spartan.20260218","@aztec/archiver":"4.0.0-spartan.20260218","@aztec/aztec.js":"4.0.0-spartan.20260218","@aztec/blob-lib":"4.0.0-spartan.20260218","@aztec/ethereum":"4.0.0-spartan.20260218","@aztec/kv-store":"4.0.0-spartan.20260218","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-spartan.20260218","@aztec/constants":"4.0.0-spartan.20260218","@aztec/simulator":"4.0.0-spartan.20260218","@aztec/aztec-node":"4.0.0-spartan.20260218","@aztec/foundation":"4.0.0-spartan.20260218","@aztec/wallet-sdk":"4.0.0-spartan.20260218","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-spartan.20260218","@aztec/entrypoints":"4.0.0-spartan.20260218","@aztec/epoch-cache":"4.0.0-spartan.20260218","@aztec/merkle-tree":"4.0.0-spartan.20260218","@aztec/prover-node":"4.0.0-spartan.20260218","@aztec/world-state":"4.0.0-spartan.20260218","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-spartan.20260218","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-spartan.20260218","@aztec/prover-client":"4.0.0-spartan.20260218","@aztec/noir-noirc_abi":"4.0.0-spartan.20260218","@aztec/sequencer-client":"4.0.0-spartan.20260218","@aztec/telemetry-client":"4.0.0-spartan.20260218","@aztec/validator-client":"4.0.0-spartan.20260218","@aztec/noir-contracts.js":"4.0.0-spartan.20260218","@aztec/protocol-contracts":"4.0.0-spartan.20260218","@aztec/validator-ha-signer":"4.0.0-spartan.20260218","@aztec/noir-test-contracts.js":"4.0.0-spartan.20260218","@aztec/noir-protocol-circuits-types":"4.0.0-spartan.20260218"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-spartan.20260218_1771385841260_0.2584437926666623","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-nightly.20260218":{"name":"@aztec/end-to-end","version":"4.0.0-nightly.20260218","_id":"@aztec/end-to-end@4.0.0-nightly.20260218","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6fb320897a7aa91002d6bb66812f858d2866fb33","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-nightly.20260218.tgz","fileCount":280,"integrity":"sha512-2vhpHxNkaLTB4SnNFZ3HSH6Jsy2Cw89bU/HobdKOOzfjrL/A2myzTQFRuXTyNuDBlh3cpF+FZeJjCt4JRASL5A==","signatures":[{"sig":"MEYCIQDgyULKl8X/zXL/PsKL0VcpPvq6iS53fvTzT0C5Xni6HQIhAMEUlW+S2ceZ1YmV5Z3fAeNNqWj55UDgEWDeJMukItrO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dedf44097cc8dcfc7969e46baa05303005b092e9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-nightly.20260218","@aztec/cli":"4.0.0-nightly.20260218","@aztec/p2p":"4.0.0-nightly.20260218","@aztec/pxe":"4.0.0-nightly.20260218","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-nightly.20260218","@aztec/bb.js":"4.0.0-nightly.20260218","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-nightly.20260218","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-nightly.20260218","@aztec/wallets":"4.0.0-nightly.20260218","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-nightly.20260218","@aztec/archiver":"4.0.0-nightly.20260218","@aztec/aztec.js":"4.0.0-nightly.20260218","@aztec/blob-lib":"4.0.0-nightly.20260218","@aztec/ethereum":"4.0.0-nightly.20260218","@aztec/kv-store":"4.0.0-nightly.20260218","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-nightly.20260218","@aztec/constants":"4.0.0-nightly.20260218","@aztec/simulator":"4.0.0-nightly.20260218","@aztec/aztec-node":"4.0.0-nightly.20260218","@aztec/foundation":"4.0.0-nightly.20260218","@aztec/wallet-sdk":"4.0.0-nightly.20260218","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-nightly.20260218","@aztec/entrypoints":"4.0.0-nightly.20260218","@aztec/epoch-cache":"4.0.0-nightly.20260218","@aztec/merkle-tree":"4.0.0-nightly.20260218","@aztec/prover-node":"4.0.0-nightly.20260218","@aztec/world-state":"4.0.0-nightly.20260218","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-nightly.20260218","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-nightly.20260218","@aztec/prover-client":"4.0.0-nightly.20260218","@aztec/noir-noirc_abi":"4.0.0-nightly.20260218","@aztec/sequencer-client":"4.0.0-nightly.20260218","@aztec/telemetry-client":"4.0.0-nightly.20260218","@aztec/validator-client":"4.0.0-nightly.20260218","@aztec/noir-contracts.js":"4.0.0-nightly.20260218","@aztec/protocol-contracts":"4.0.0-nightly.20260218","@aztec/validator-ha-signer":"4.0.0-nightly.20260218","@aztec/noir-test-contracts.js":"4.0.0-nightly.20260218","@aztec/noir-protocol-circuits-types":"4.0.0-nightly.20260218"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-nightly.20260218_1771385852949_0.9524313027899225","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.1":{"name":"@aztec/end-to-end","version":"4.0.0-rc.1","_id":"@aztec/end-to-end@4.0.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"826f01403dc468760e2bd01747764cd3bf6cc22b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.1.tgz","fileCount":280,"integrity":"sha512-7133+M6mchaxEa0Xd+yF/cR8rMNgDMV7y4KDqSIPWD/a+VRrrAMF1JtJA77r2X4ZyArer5KPDyKeW7X09MAMDg==","signatures":[{"sig":"MEUCIAx/jA/xhFhflZY6bPIWtH3YFS1ExSwIUc4k8SHwyHxrAiEAqLcKSHiQiNMdW4QfpFvSQCMeKeq1d8tZwC4ju+6y/2M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"48441452a98c2e16cd5132618d566e93b0f4758c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.1","@aztec/cli":"4.0.0-rc.1","@aztec/p2p":"4.0.0-rc.1","@aztec/pxe":"4.0.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.1","@aztec/bb.js":"4.0.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.1","@aztec/wallets":"4.0.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.1","@aztec/archiver":"4.0.0-rc.1","@aztec/aztec.js":"4.0.0-rc.1","@aztec/blob-lib":"4.0.0-rc.1","@aztec/ethereum":"4.0.0-rc.1","@aztec/kv-store":"4.0.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.1","@aztec/constants":"4.0.0-rc.1","@aztec/simulator":"4.0.0-rc.1","@aztec/aztec-node":"4.0.0-rc.1","@aztec/foundation":"4.0.0-rc.1","@aztec/wallet-sdk":"4.0.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.1","@aztec/entrypoints":"4.0.0-rc.1","@aztec/epoch-cache":"4.0.0-rc.1","@aztec/merkle-tree":"4.0.0-rc.1","@aztec/prover-node":"4.0.0-rc.1","@aztec/world-state":"4.0.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.1","@aztec/prover-client":"4.0.0-rc.1","@aztec/noir-noirc_abi":"4.0.0-rc.1","@aztec/sequencer-client":"4.0.0-rc.1","@aztec/telemetry-client":"4.0.0-rc.1","@aztec/validator-client":"4.0.0-rc.1","@aztec/noir-contracts.js":"4.0.0-rc.1","@aztec/protocol-contracts":"4.0.0-rc.1","@aztec/validator-ha-signer":"4.0.0-rc.1","@aztec/noir-test-contracts.js":"4.0.0-rc.1","@aztec/noir-protocol-circuits-types":"4.0.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.1_1771413365050_0.45349232560760644","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.2":{"name":"@aztec/end-to-end","version":"4.0.0-rc.2","_id":"@aztec/end-to-end@4.0.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7318b0ab6e2ee1a1d371f5349121fa595a4d7486","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.2.tgz","fileCount":280,"integrity":"sha512-bWRFVWOdGNO3dIiXT5xhErxTFq+NC8aNv16q9K83jEv6lLm8rPI9dBhgENya3PtDbyyR2SAWmWS4RmVQFiuIdQ==","signatures":[{"sig":"MEQCIHJOVVbnf8yJhKsFsKWVOMy79+wKW/C7pKxAyYHggs97AiB5aOeF1G/8KzjTn+FiSGYXTWFtXeti8hHAg/J6N4ZdSw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6414d9ba2e2e622a5cb6541612dfdc119388522b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.2","@aztec/cli":"4.0.0-rc.2","@aztec/p2p":"4.0.0-rc.2","@aztec/pxe":"4.0.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.2","@aztec/bb.js":"4.0.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.2","@aztec/wallets":"4.0.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.2","@aztec/archiver":"4.0.0-rc.2","@aztec/aztec.js":"4.0.0-rc.2","@aztec/blob-lib":"4.0.0-rc.2","@aztec/ethereum":"4.0.0-rc.2","@aztec/kv-store":"4.0.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.2","@aztec/constants":"4.0.0-rc.2","@aztec/simulator":"4.0.0-rc.2","@aztec/aztec-node":"4.0.0-rc.2","@aztec/foundation":"4.0.0-rc.2","@aztec/wallet-sdk":"4.0.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.2","@aztec/entrypoints":"4.0.0-rc.2","@aztec/epoch-cache":"4.0.0-rc.2","@aztec/merkle-tree":"4.0.0-rc.2","@aztec/prover-node":"4.0.0-rc.2","@aztec/world-state":"4.0.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.2","@aztec/prover-client":"4.0.0-rc.2","@aztec/noir-noirc_abi":"4.0.0-rc.2","@aztec/sequencer-client":"4.0.0-rc.2","@aztec/telemetry-client":"4.0.0-rc.2","@aztec/validator-client":"4.0.0-rc.2","@aztec/noir-contracts.js":"4.0.0-rc.2","@aztec/protocol-contracts":"4.0.0-rc.2","@aztec/validator-ha-signer":"4.0.0-rc.2","@aztec/noir-test-contracts.js":"4.0.0-rc.2","@aztec/noir-protocol-circuits-types":"4.0.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.2_1771415268969_0.1618888302061332","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.2-patch.0":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.2-patch.0","_id":"@aztec/end-to-end@4.0.0-devnet.2-patch.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"60f1ee7606d40f3aa541f357607844c8ab1c2054","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.2-patch.0.tgz","fileCount":280,"integrity":"sha512-dd0YHhBI5E3kz65uNDDHZmmcjGMHE40QYzFb2Ro56M+gEzIL9Tp+mWNedKwxfdNTLRaiPWHNk1u0lPcfH0DXhA==","signatures":[{"sig":"MEUCIE1iC0+BYgTI1RnykToJzEGrQp1r7+JsYsgVc9ui6pZ7AiEApudRH9n/IDvR81SoU7X4LUTbBhoXkKmfuXPrBeXsa6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9dbf240caec1524706a8094a78b08c7d0c1cb09a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.2-patch.0","@aztec/cli":"4.0.0-devnet.2-patch.0","@aztec/p2p":"4.0.0-devnet.2-patch.0","@aztec/pxe":"4.0.0-devnet.2-patch.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.2-patch.0","@aztec/bb.js":"4.0.0-devnet.2-patch.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.2-patch.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.2-patch.0","@aztec/wallets":"4.0.0-devnet.2-patch.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.2-patch.0","@aztec/archiver":"4.0.0-devnet.2-patch.0","@aztec/aztec.js":"4.0.0-devnet.2-patch.0","@aztec/blob-lib":"4.0.0-devnet.2-patch.0","@aztec/ethereum":"4.0.0-devnet.2-patch.0","@aztec/kv-store":"4.0.0-devnet.2-patch.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.2-patch.0","@aztec/constants":"4.0.0-devnet.2-patch.0","@aztec/simulator":"4.0.0-devnet.2-patch.0","@aztec/aztec-node":"4.0.0-devnet.2-patch.0","@aztec/foundation":"4.0.0-devnet.2-patch.0","@aztec/wallet-sdk":"4.0.0-devnet.2-patch.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.2-patch.0","@aztec/entrypoints":"4.0.0-devnet.2-patch.0","@aztec/epoch-cache":"4.0.0-devnet.2-patch.0","@aztec/merkle-tree":"4.0.0-devnet.2-patch.0","@aztec/prover-node":"4.0.0-devnet.2-patch.0","@aztec/world-state":"4.0.0-devnet.2-patch.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.2-patch.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.2-patch.0","@aztec/prover-client":"4.0.0-devnet.2-patch.0","@aztec/noir-noirc_abi":"4.0.0-devnet.2-patch.0","@aztec/sequencer-client":"4.0.0-devnet.2-patch.0","@aztec/telemetry-client":"4.0.0-devnet.2-patch.0","@aztec/validator-client":"4.0.0-devnet.2-patch.0","@aztec/noir-contracts.js":"4.0.0-devnet.2-patch.0","@aztec/protocol-contracts":"4.0.0-devnet.2-patch.0","@aztec/validator-ha-signer":"4.0.0-devnet.2-patch.0","@aztec/noir-test-contracts.js":"4.0.0-devnet.2-patch.0","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.2-patch.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.2-patch.0_1771424307951_0.3835015498031782","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.4eabbdb":{"name":"@aztec/end-to-end","version":"0.0.1-commit.4eabbdb","_id":"@aztec/end-to-end@0.0.1-commit.4eabbdb","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6568210246de4b02cd7870eb3b6e3026ce6bccbc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.4eabbdb.tgz","fileCount":280,"integrity":"sha512-GFCGdNwgFkwSM2qcfdTXNAf2uVcf+iXJ1M1nONENOlO2cSDvko4M9dec196IyiUY8Xa5kjX9A4trY5VkkDrFpQ==","signatures":[{"sig":"MEUCICjyzw8SpEQGwu0+UU810+EjtGfdHlYjcCw2I0s5xnzxAiEA4ofM7tB/pVCblG7ky28N9024RbEMwnM4pvfg8nHuoPE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081473},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4eabbdb58b86b93cd6c691c3b696ddf064cdbdf7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.4eabbdb","@aztec/cli":"0.0.1-commit.4eabbdb","@aztec/p2p":"0.0.1-commit.4eabbdb","@aztec/pxe":"0.0.1-commit.4eabbdb","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.4eabbdb","@aztec/bb.js":"0.0.1-commit.4eabbdb","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.4eabbdb","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.4eabbdb","@aztec/wallets":"0.0.1-commit.4eabbdb","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.4eabbdb","@aztec/archiver":"0.0.1-commit.4eabbdb","@aztec/aztec.js":"0.0.1-commit.4eabbdb","@aztec/blob-lib":"0.0.1-commit.4eabbdb","@aztec/ethereum":"0.0.1-commit.4eabbdb","@aztec/kv-store":"0.0.1-commit.4eabbdb","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.4eabbdb","@aztec/constants":"0.0.1-commit.4eabbdb","@aztec/simulator":"0.0.1-commit.4eabbdb","@aztec/aztec-node":"0.0.1-commit.4eabbdb","@aztec/foundation":"0.0.1-commit.4eabbdb","@aztec/wallet-sdk":"0.0.1-commit.4eabbdb","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.4eabbdb","@aztec/entrypoints":"0.0.1-commit.4eabbdb","@aztec/epoch-cache":"0.0.1-commit.4eabbdb","@aztec/merkle-tree":"0.0.1-commit.4eabbdb","@aztec/prover-node":"0.0.1-commit.4eabbdb","@aztec/world-state":"0.0.1-commit.4eabbdb","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.4eabbdb","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.4eabbdb","@aztec/prover-client":"0.0.1-commit.4eabbdb","@aztec/noir-noirc_abi":"0.0.1-commit.4eabbdb","@aztec/sequencer-client":"0.0.1-commit.4eabbdb","@aztec/telemetry-client":"0.0.1-commit.4eabbdb","@aztec/validator-client":"0.0.1-commit.4eabbdb","@aztec/noir-contracts.js":"0.0.1-commit.4eabbdb","@aztec/protocol-contracts":"0.0.1-commit.4eabbdb","@aztec/validator-ha-signer":"0.0.1-commit.4eabbdb","@aztec/noir-test-contracts.js":"0.0.1-commit.4eabbdb","@aztec/noir-protocol-circuits-types":"0.0.1-commit.4eabbdb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.4eabbdb_1771446361494_0.7392980085256344","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.cd76b27":{"name":"@aztec/end-to-end","version":"0.0.1-commit.cd76b27","_id":"@aztec/end-to-end@0.0.1-commit.cd76b27","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"44dd4a4558b1e894837d4f4ee323068e5378e477","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.cd76b27.tgz","fileCount":280,"integrity":"sha512-UBkzlsi52GdfL7IccY1NSKRdxDatiyufMN2Ou1j8bl/UMSUA9KLQA9lh5tCg4sL5yDRqNtgaOtz7k6b23SGTsg==","signatures":[{"sig":"MEUCIHWEuSj6FcvdfTOXJ8VLpX3jdX0PEb4bRlMCdyxqEmw/AiEAudcSjWfLUZui+zFFoFh2cmfacHuvr1ut0Fr3fOXdG0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081473},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cd76b2715a106f170044239eafb7d00944b60942","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.cd76b27","@aztec/cli":"0.0.1-commit.cd76b27","@aztec/p2p":"0.0.1-commit.cd76b27","@aztec/pxe":"0.0.1-commit.cd76b27","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.cd76b27","@aztec/bb.js":"0.0.1-commit.cd76b27","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.cd76b27","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.cd76b27","@aztec/wallets":"0.0.1-commit.cd76b27","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.cd76b27","@aztec/archiver":"0.0.1-commit.cd76b27","@aztec/aztec.js":"0.0.1-commit.cd76b27","@aztec/blob-lib":"0.0.1-commit.cd76b27","@aztec/ethereum":"0.0.1-commit.cd76b27","@aztec/kv-store":"0.0.1-commit.cd76b27","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.cd76b27","@aztec/constants":"0.0.1-commit.cd76b27","@aztec/simulator":"0.0.1-commit.cd76b27","@aztec/aztec-node":"0.0.1-commit.cd76b27","@aztec/foundation":"0.0.1-commit.cd76b27","@aztec/wallet-sdk":"0.0.1-commit.cd76b27","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.cd76b27","@aztec/entrypoints":"0.0.1-commit.cd76b27","@aztec/epoch-cache":"0.0.1-commit.cd76b27","@aztec/merkle-tree":"0.0.1-commit.cd76b27","@aztec/prover-node":"0.0.1-commit.cd76b27","@aztec/world-state":"0.0.1-commit.cd76b27","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.cd76b27","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.cd76b27","@aztec/prover-client":"0.0.1-commit.cd76b27","@aztec/noir-noirc_abi":"0.0.1-commit.cd76b27","@aztec/sequencer-client":"0.0.1-commit.cd76b27","@aztec/telemetry-client":"0.0.1-commit.cd76b27","@aztec/validator-client":"0.0.1-commit.cd76b27","@aztec/noir-contracts.js":"0.0.1-commit.cd76b27","@aztec/protocol-contracts":"0.0.1-commit.cd76b27","@aztec/validator-ha-signer":"0.0.1-commit.cd76b27","@aztec/noir-test-contracts.js":"0.0.1-commit.cd76b27","@aztec/noir-protocol-circuits-types":"0.0.1-commit.cd76b27"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.cd76b27_1771466522072_0.13894075061068523","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.3":{"name":"@aztec/end-to-end","version":"4.0.0-rc.3","_id":"@aztec/end-to-end@4.0.0-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0acd04237a7649106b7ee2bad6edb77ffb2da7db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.3.tgz","fileCount":280,"integrity":"sha512-xnm9AnQfzwuco9goCQlHqnuxdEX7CRCs0HZy0rH5pYjJJk7MhSnHjrg+MT39VlgwULFq82SuQe8AsvddjImg+A==","signatures":[{"sig":"MEUCIQCF34kfbN7GiEspDcaYIKxh1q+UCNRQYvE8P9yK3MtYmQIgPN4TuNbll6dXz+1ntwwG2VU+4s8lQ7z569zTg19a+YY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b87c8ae0aed61474dbcbca5acabc5a833404b817","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.3","@aztec/cli":"4.0.0-rc.3","@aztec/p2p":"4.0.0-rc.3","@aztec/pxe":"4.0.0-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.3","@aztec/bb.js":"4.0.0-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.3","@aztec/wallets":"4.0.0-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.3","@aztec/archiver":"4.0.0-rc.3","@aztec/aztec.js":"4.0.0-rc.3","@aztec/blob-lib":"4.0.0-rc.3","@aztec/ethereum":"4.0.0-rc.3","@aztec/kv-store":"4.0.0-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.3","@aztec/constants":"4.0.0-rc.3","@aztec/simulator":"4.0.0-rc.3","@aztec/aztec-node":"4.0.0-rc.3","@aztec/foundation":"4.0.0-rc.3","@aztec/wallet-sdk":"4.0.0-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.3","@aztec/entrypoints":"4.0.0-rc.3","@aztec/epoch-cache":"4.0.0-rc.3","@aztec/merkle-tree":"4.0.0-rc.3","@aztec/prover-node":"4.0.0-rc.3","@aztec/world-state":"4.0.0-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.3","@aztec/prover-client":"4.0.0-rc.3","@aztec/noir-noirc_abi":"4.0.0-rc.3","@aztec/sequencer-client":"4.0.0-rc.3","@aztec/telemetry-client":"4.0.0-rc.3","@aztec/validator-client":"4.0.0-rc.3","@aztec/noir-contracts.js":"4.0.0-rc.3","@aztec/protocol-contracts":"4.0.0-rc.3","@aztec/validator-ha-signer":"4.0.0-rc.3","@aztec/noir-test-contracts.js":"4.0.0-rc.3","@aztec/noir-protocol-circuits-types":"4.0.0-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.3_1771490472591_0.4575319092013097","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7ac86ea28":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7ac86ea28","_id":"@aztec/end-to-end@0.0.1-commit.7ac86ea28","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bcaebbb1d49e0a6f837f7b38f37832583e3a2d6f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7ac86ea28.tgz","fileCount":280,"integrity":"sha512-gOvhwmgO2te0LcT5Rs690UIKv2pdBeCEvK6LFMWfDmD1U+pUY86NnbRMxZpYfoFAb+2i+qarJPfw5TqJrC6Z5A==","signatures":[{"sig":"MEYCIQCpxwq7GGWr05rZX0aV0MUUt/LoWUdjDtsqornbFDN+6QIhAIvvFMTW1jG3XHaTP/N8atYuQTcV3Lx+GY3pJEe4sqfO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37082173},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7ac86ea28db2bbab8ca875f4279c1fba907d6d27","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7ac86ea28","@aztec/cli":"0.0.1-commit.7ac86ea28","@aztec/p2p":"0.0.1-commit.7ac86ea28","@aztec/pxe":"0.0.1-commit.7ac86ea28","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7ac86ea28","@aztec/bb.js":"0.0.1-commit.7ac86ea28","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7ac86ea28","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7ac86ea28","@aztec/wallets":"0.0.1-commit.7ac86ea28","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7ac86ea28","@aztec/archiver":"0.0.1-commit.7ac86ea28","@aztec/aztec.js":"0.0.1-commit.7ac86ea28","@aztec/blob-lib":"0.0.1-commit.7ac86ea28","@aztec/ethereum":"0.0.1-commit.7ac86ea28","@aztec/kv-store":"0.0.1-commit.7ac86ea28","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7ac86ea28","@aztec/constants":"0.0.1-commit.7ac86ea28","@aztec/simulator":"0.0.1-commit.7ac86ea28","@aztec/aztec-node":"0.0.1-commit.7ac86ea28","@aztec/foundation":"0.0.1-commit.7ac86ea28","@aztec/wallet-sdk":"0.0.1-commit.7ac86ea28","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7ac86ea28","@aztec/entrypoints":"0.0.1-commit.7ac86ea28","@aztec/epoch-cache":"0.0.1-commit.7ac86ea28","@aztec/merkle-tree":"0.0.1-commit.7ac86ea28","@aztec/prover-node":"0.0.1-commit.7ac86ea28","@aztec/world-state":"0.0.1-commit.7ac86ea28","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7ac86ea28","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7ac86ea28","@aztec/prover-client":"0.0.1-commit.7ac86ea28","@aztec/noir-noirc_abi":"0.0.1-commit.7ac86ea28","@aztec/sequencer-client":"0.0.1-commit.7ac86ea28","@aztec/telemetry-client":"0.0.1-commit.7ac86ea28","@aztec/validator-client":"0.0.1-commit.7ac86ea28","@aztec/noir-contracts.js":"0.0.1-commit.7ac86ea28","@aztec/protocol-contracts":"0.0.1-commit.7ac86ea28","@aztec/validator-ha-signer":"0.0.1-commit.7ac86ea28","@aztec/noir-test-contracts.js":"0.0.1-commit.7ac86ea28","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7ac86ea28"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7ac86ea28_1771532173150_0.43725426590022987","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7b97ef96e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7b97ef96e","_id":"@aztec/end-to-end@0.0.1-commit.7b97ef96e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fa1f7631576b95d2d6f2f37bc96f97c72a99ad36","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7b97ef96e.tgz","fileCount":280,"integrity":"sha512-ZCIKquS/XPQTagd1Jn4E/qQV1xwJpxvgCI2qZtbxA+u03PpyFPws2rPxwl1+Zrt36OYya+Tt0i9ECPg687Ee/Q==","signatures":[{"sig":"MEUCIHexqox4FnyfrH4R43E9r8b/pbujktpW0AATDNs3WCuIAiEA8CDSYzm3AL9nHIrQYexrUc/oP+AMGiM7TCqBY3rChcQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37082173},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7b97ef96ef4bbd339f764d4478aa97b95cbb2bd0","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7b97ef96e","@aztec/cli":"0.0.1-commit.7b97ef96e","@aztec/p2p":"0.0.1-commit.7b97ef96e","@aztec/pxe":"0.0.1-commit.7b97ef96e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7b97ef96e","@aztec/bb.js":"0.0.1-commit.7b97ef96e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7b97ef96e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7b97ef96e","@aztec/wallets":"0.0.1-commit.7b97ef96e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7b97ef96e","@aztec/archiver":"0.0.1-commit.7b97ef96e","@aztec/aztec.js":"0.0.1-commit.7b97ef96e","@aztec/blob-lib":"0.0.1-commit.7b97ef96e","@aztec/ethereum":"0.0.1-commit.7b97ef96e","@aztec/kv-store":"0.0.1-commit.7b97ef96e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7b97ef96e","@aztec/constants":"0.0.1-commit.7b97ef96e","@aztec/simulator":"0.0.1-commit.7b97ef96e","@aztec/aztec-node":"0.0.1-commit.7b97ef96e","@aztec/foundation":"0.0.1-commit.7b97ef96e","@aztec/wallet-sdk":"0.0.1-commit.7b97ef96e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7b97ef96e","@aztec/entrypoints":"0.0.1-commit.7b97ef96e","@aztec/epoch-cache":"0.0.1-commit.7b97ef96e","@aztec/merkle-tree":"0.0.1-commit.7b97ef96e","@aztec/prover-node":"0.0.1-commit.7b97ef96e","@aztec/world-state":"0.0.1-commit.7b97ef96e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7b97ef96e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7b97ef96e","@aztec/prover-client":"0.0.1-commit.7b97ef96e","@aztec/noir-noirc_abi":"0.0.1-commit.7b97ef96e","@aztec/sequencer-client":"0.0.1-commit.7b97ef96e","@aztec/telemetry-client":"0.0.1-commit.7b97ef96e","@aztec/validator-client":"0.0.1-commit.7b97ef96e","@aztec/noir-contracts.js":"0.0.1-commit.7b97ef96e","@aztec/protocol-contracts":"0.0.1-commit.7b97ef96e","@aztec/validator-ha-signer":"0.0.1-commit.7b97ef96e","@aztec/noir-test-contracts.js":"0.0.1-commit.7b97ef96e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7b97ef96e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7b97ef96e_1771532583896_0.16305818313607334","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ff7989d6c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ff7989d6c","_id":"@aztec/end-to-end@0.0.1-commit.ff7989d6c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"06d783862e0961da57089b842081899bfadd8e1d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ff7989d6c.tgz","fileCount":280,"integrity":"sha512-jo9focqPhIA6scm5rcS0ENCJfPXsPvUur6v1sLPjc1KByBA3+Qt61BgMZWGwknk5hykZXwGbwEFmqO3l4cB93w==","signatures":[{"sig":"MEQCIFhoAma17Ze7AZSRGl96arfkuiXsXH3yi13JgxqsBMqIAiBJqpDud41Gh0yBUUJbVrRiJctlUL6ZaGN+0jkv7b90OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081884},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ff7989d6c5fdaf43057ac69d769a606172ff043d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ff7989d6c","@aztec/cli":"0.0.1-commit.ff7989d6c","@aztec/p2p":"0.0.1-commit.ff7989d6c","@aztec/pxe":"0.0.1-commit.ff7989d6c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ff7989d6c","@aztec/bb.js":"0.0.1-commit.ff7989d6c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ff7989d6c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ff7989d6c","@aztec/wallets":"0.0.1-commit.ff7989d6c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ff7989d6c","@aztec/archiver":"0.0.1-commit.ff7989d6c","@aztec/aztec.js":"0.0.1-commit.ff7989d6c","@aztec/blob-lib":"0.0.1-commit.ff7989d6c","@aztec/ethereum":"0.0.1-commit.ff7989d6c","@aztec/kv-store":"0.0.1-commit.ff7989d6c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ff7989d6c","@aztec/constants":"0.0.1-commit.ff7989d6c","@aztec/simulator":"0.0.1-commit.ff7989d6c","@aztec/aztec-node":"0.0.1-commit.ff7989d6c","@aztec/foundation":"0.0.1-commit.ff7989d6c","@aztec/wallet-sdk":"0.0.1-commit.ff7989d6c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ff7989d6c","@aztec/entrypoints":"0.0.1-commit.ff7989d6c","@aztec/epoch-cache":"0.0.1-commit.ff7989d6c","@aztec/merkle-tree":"0.0.1-commit.ff7989d6c","@aztec/prover-node":"0.0.1-commit.ff7989d6c","@aztec/world-state":"0.0.1-commit.ff7989d6c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ff7989d6c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ff7989d6c","@aztec/prover-client":"0.0.1-commit.ff7989d6c","@aztec/noir-noirc_abi":"0.0.1-commit.ff7989d6c","@aztec/sequencer-client":"0.0.1-commit.ff7989d6c","@aztec/telemetry-client":"0.0.1-commit.ff7989d6c","@aztec/validator-client":"0.0.1-commit.ff7989d6c","@aztec/noir-contracts.js":"0.0.1-commit.ff7989d6c","@aztec/protocol-contracts":"0.0.1-commit.ff7989d6c","@aztec/validator-ha-signer":"0.0.1-commit.ff7989d6c","@aztec/noir-test-contracts.js":"0.0.1-commit.ff7989d6c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ff7989d6c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ff7989d6c_1771550487177_0.9115164982536745","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260220":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260220","_id":"@aztec/end-to-end@5.0.0-nightly.20260220","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"986a789df203316f0ecb7057b4350eba4a46d2f0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260220.tgz","fileCount":280,"integrity":"sha512-7kf4mBzGYPj+oy1o30tdsv3VX3yWWa8H8ZnizgOy0CxDcCBi0ehLcJtgvj0IZ30biCXnFz5p4AJnUKVN0bVOTQ==","signatures":[{"sig":"MEYCIQD1Jg/rfF2AyWlrehkEapYLVIezjPTON4wSLLcEPriHagIhALamF+nkANcNOAhcQou25BBFmTGV5j13MQU14ey+Y9kx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081884},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8d63fa440a04c672542f1f7ccd0c22291015a69b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260220","@aztec/cli":"5.0.0-nightly.20260220","@aztec/p2p":"5.0.0-nightly.20260220","@aztec/pxe":"5.0.0-nightly.20260220","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260220","@aztec/bb.js":"5.0.0-nightly.20260220","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260220","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260220","@aztec/wallets":"5.0.0-nightly.20260220","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260220","@aztec/archiver":"5.0.0-nightly.20260220","@aztec/aztec.js":"5.0.0-nightly.20260220","@aztec/blob-lib":"5.0.0-nightly.20260220","@aztec/ethereum":"5.0.0-nightly.20260220","@aztec/kv-store":"5.0.0-nightly.20260220","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260220","@aztec/constants":"5.0.0-nightly.20260220","@aztec/simulator":"5.0.0-nightly.20260220","@aztec/aztec-node":"5.0.0-nightly.20260220","@aztec/foundation":"5.0.0-nightly.20260220","@aztec/wallet-sdk":"5.0.0-nightly.20260220","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260220","@aztec/entrypoints":"5.0.0-nightly.20260220","@aztec/epoch-cache":"5.0.0-nightly.20260220","@aztec/merkle-tree":"5.0.0-nightly.20260220","@aztec/prover-node":"5.0.0-nightly.20260220","@aztec/world-state":"5.0.0-nightly.20260220","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260220","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260220","@aztec/prover-client":"5.0.0-nightly.20260220","@aztec/noir-noirc_abi":"5.0.0-nightly.20260220","@aztec/sequencer-client":"5.0.0-nightly.20260220","@aztec/telemetry-client":"5.0.0-nightly.20260220","@aztec/validator-client":"5.0.0-nightly.20260220","@aztec/noir-contracts.js":"5.0.0-nightly.20260220","@aztec/protocol-contracts":"5.0.0-nightly.20260220","@aztec/validator-ha-signer":"5.0.0-nightly.20260220","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260220","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260220"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260220_1771557628305_0.33051291479171074","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.217f559981":{"name":"@aztec/end-to-end","version":"0.0.1-commit.217f559981","_id":"@aztec/end-to-end@0.0.1-commit.217f559981","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"653599c6bb0774cf23aa382613e52e8987d4472f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.217f559981.tgz","fileCount":280,"integrity":"sha512-kkC+YCr6bnAx/2p3V9E9bv0AFYUM6U3dTE6ZKttVJSRVr84GZerQrN4s+Wsh5KR8yd6/csr0XbvQ2HI5sQYzVQ==","signatures":[{"sig":"MEYCIQD/hvub9V8u1EDDL0HXGNtk2jp4I2NX+aqKtbCzqMF8VgIhAPpslymMXjR4oO0ed5C4oVP4hvg84ty5WlQ69I8/M8dI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081924},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9fdd20e7508d1bc536989fc8928b569a43494077","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.217f559981","@aztec/cli":"0.0.1-commit.217f559981","@aztec/p2p":"0.0.1-commit.217f559981","@aztec/pxe":"0.0.1-commit.217f559981","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.217f559981","@aztec/bb.js":"0.0.1-commit.217f559981","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.217f559981","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.217f559981","@aztec/wallets":"0.0.1-commit.217f559981","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.217f559981","@aztec/archiver":"0.0.1-commit.217f559981","@aztec/aztec.js":"0.0.1-commit.217f559981","@aztec/blob-lib":"0.0.1-commit.217f559981","@aztec/ethereum":"0.0.1-commit.217f559981","@aztec/kv-store":"0.0.1-commit.217f559981","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.217f559981","@aztec/constants":"0.0.1-commit.217f559981","@aztec/simulator":"0.0.1-commit.217f559981","@aztec/aztec-node":"0.0.1-commit.217f559981","@aztec/foundation":"0.0.1-commit.217f559981","@aztec/wallet-sdk":"0.0.1-commit.217f559981","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.217f559981","@aztec/entrypoints":"0.0.1-commit.217f559981","@aztec/epoch-cache":"0.0.1-commit.217f559981","@aztec/merkle-tree":"0.0.1-commit.217f559981","@aztec/prover-node":"0.0.1-commit.217f559981","@aztec/world-state":"0.0.1-commit.217f559981","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.217f559981","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.217f559981","@aztec/prover-client":"0.0.1-commit.217f559981","@aztec/noir-noirc_abi":"0.0.1-commit.217f559981","@aztec/sequencer-client":"0.0.1-commit.217f559981","@aztec/telemetry-client":"0.0.1-commit.217f559981","@aztec/validator-client":"0.0.1-commit.217f559981","@aztec/noir-contracts.js":"0.0.1-commit.217f559981","@aztec/protocol-contracts":"0.0.1-commit.217f559981","@aztec/validator-ha-signer":"0.0.1-commit.217f559981","@aztec/noir-test-contracts.js":"0.0.1-commit.217f559981","@aztec/noir-protocol-circuits-types":"0.0.1-commit.217f559981"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.217f559981_1771558146735_0.7125315820539355","host":"s3://npm-registry-packages-npm-production"}},"0.0.2-commit.217f559981":{"name":"@aztec/end-to-end","version":"0.0.2-commit.217f559981","_id":"@aztec/end-to-end@0.0.2-commit.217f559981","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fc6f1924899dbf4d8385023144fa075b7c158e2c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.2-commit.217f559981.tgz","fileCount":280,"integrity":"sha512-MMt/VISyETcC32S8/GLjWvA0zZat5DIiVZgKVH4NMhHu1+A0QdflpoNp9CVRd24X+Hiyj2SlHmlEMrWFpSKC6A==","signatures":[{"sig":"MEUCIQDup47QiF3T3/E6k0lJs2uRTLiqtz9UPsuKeYDcOKVvAwIgGKUPA3NmKZ17U9AtQ7dDOPkEznpllUix+94cSJHdey4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37081924},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"96762327f9bb07f5b3314d3369eea8a081d3f567","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.2-commit.217f559981","@aztec/cli":"0.0.2-commit.217f559981","@aztec/p2p":"0.0.2-commit.217f559981","@aztec/pxe":"0.0.2-commit.217f559981","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.2-commit.217f559981","@aztec/bb.js":"0.0.2-commit.217f559981","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.2-commit.217f559981","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.2-commit.217f559981","@aztec/wallets":"0.0.2-commit.217f559981","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.2-commit.217f559981","@aztec/archiver":"0.0.2-commit.217f559981","@aztec/aztec.js":"0.0.2-commit.217f559981","@aztec/blob-lib":"0.0.2-commit.217f559981","@aztec/ethereum":"0.0.2-commit.217f559981","@aztec/kv-store":"0.0.2-commit.217f559981","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.2-commit.217f559981","@aztec/constants":"0.0.2-commit.217f559981","@aztec/simulator":"0.0.2-commit.217f559981","@aztec/aztec-node":"0.0.2-commit.217f559981","@aztec/foundation":"0.0.2-commit.217f559981","@aztec/wallet-sdk":"0.0.2-commit.217f559981","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.2-commit.217f559981","@aztec/entrypoints":"0.0.2-commit.217f559981","@aztec/epoch-cache":"0.0.2-commit.217f559981","@aztec/merkle-tree":"0.0.2-commit.217f559981","@aztec/prover-node":"0.0.2-commit.217f559981","@aztec/world-state":"0.0.2-commit.217f559981","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.2-commit.217f559981","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.2-commit.217f559981","@aztec/prover-client":"0.0.2-commit.217f559981","@aztec/noir-noirc_abi":"0.0.2-commit.217f559981","@aztec/sequencer-client":"0.0.2-commit.217f559981","@aztec/telemetry-client":"0.0.2-commit.217f559981","@aztec/validator-client":"0.0.2-commit.217f559981","@aztec/noir-contracts.js":"0.0.2-commit.217f559981","@aztec/protocol-contracts":"0.0.2-commit.217f559981","@aztec/validator-ha-signer":"0.0.2-commit.217f559981","@aztec/noir-test-contracts.js":"0.0.2-commit.217f559981","@aztec/noir-protocol-circuits-types":"0.0.2-commit.217f559981"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.2-commit.217f559981_1771561741893_0.5583764118333054","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.2-patch.1":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.2-patch.1","_id":"@aztec/end-to-end@4.0.0-devnet.2-patch.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"24a93581877a50def574a21d689ebe0310d2faa1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.2-patch.1.tgz","fileCount":280,"integrity":"sha512-T8KGa9YFUJHrGUjieaOjU0/d+ilqQJzQvm7pgCgKtx93C507KDM8Jiz3w0Sld5Ob6pmUfEn2Oejm1LD3LdM5pA==","signatures":[{"sig":"MEQCIDw1R30zZBhziJK3zVDfV2ecb+LPLDo9NOGrbhe5RdoCAiBYbOSt5m0YLtuCWBKzmtRfMiCp5R2Z0wUXYj6ZGcM/UA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1dbe894364c0d179d2f6443b47887766bbf51343","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.2-patch.1","@aztec/cli":"4.0.0-devnet.2-patch.1","@aztec/p2p":"4.0.0-devnet.2-patch.1","@aztec/pxe":"4.0.0-devnet.2-patch.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.2-patch.1","@aztec/bb.js":"4.0.0-devnet.2-patch.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.2-patch.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.2-patch.1","@aztec/wallets":"4.0.0-devnet.2-patch.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.2-patch.1","@aztec/archiver":"4.0.0-devnet.2-patch.1","@aztec/aztec.js":"4.0.0-devnet.2-patch.1","@aztec/blob-lib":"4.0.0-devnet.2-patch.1","@aztec/ethereum":"4.0.0-devnet.2-patch.1","@aztec/kv-store":"4.0.0-devnet.2-patch.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.2-patch.1","@aztec/constants":"4.0.0-devnet.2-patch.1","@aztec/simulator":"4.0.0-devnet.2-patch.1","@aztec/aztec-node":"4.0.0-devnet.2-patch.1","@aztec/foundation":"4.0.0-devnet.2-patch.1","@aztec/wallet-sdk":"4.0.0-devnet.2-patch.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.2-patch.1","@aztec/entrypoints":"4.0.0-devnet.2-patch.1","@aztec/epoch-cache":"4.0.0-devnet.2-patch.1","@aztec/merkle-tree":"4.0.0-devnet.2-patch.1","@aztec/prover-node":"4.0.0-devnet.2-patch.1","@aztec/world-state":"4.0.0-devnet.2-patch.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.2-patch.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.2-patch.1","@aztec/prover-client":"4.0.0-devnet.2-patch.1","@aztec/noir-noirc_abi":"4.0.0-devnet.2-patch.1","@aztec/sequencer-client":"4.0.0-devnet.2-patch.1","@aztec/telemetry-client":"4.0.0-devnet.2-patch.1","@aztec/validator-client":"4.0.0-devnet.2-patch.1","@aztec/noir-contracts.js":"4.0.0-devnet.2-patch.1","@aztec/protocol-contracts":"4.0.0-devnet.2-patch.1","@aztec/validator-ha-signer":"4.0.0-devnet.2-patch.1","@aztec/noir-test-contracts.js":"4.0.0-devnet.2-patch.1","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.2-patch.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.2-patch.1_1771579042472_0.49654230528283305","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.4":{"name":"@aztec/end-to-end","version":"4.0.0-rc.4","_id":"@aztec/end-to-end@4.0.0-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"32f8381a7a1c5fd269dbbc0d2b80f2bd6b01e8bd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.4.tgz","fileCount":280,"integrity":"sha512-WmbPbjSgBCqvgDDcxg94PAGfsvs+7q/5sF4rXM78F3PXshuOSFtyYAa8T0vq6SdnOmTwX6urOW13Trthqgyt1g==","signatures":[{"sig":"MEMCHwpRR646I0BkmBT1L+880jyex//7KGeYFQ01z6pUu9MCIBeeQ4SWbmdROgeO0MWf1v75WZWUILHzIgiIFX3q1sEA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"715cb89ccfea6d3585134d579c7bc6ccf6369644","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.4","@aztec/cli":"4.0.0-rc.4","@aztec/p2p":"4.0.0-rc.4","@aztec/pxe":"4.0.0-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.4","@aztec/bb.js":"4.0.0-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.4","@aztec/wallets":"4.0.0-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.4","@aztec/archiver":"4.0.0-rc.4","@aztec/aztec.js":"4.0.0-rc.4","@aztec/blob-lib":"4.0.0-rc.4","@aztec/ethereum":"4.0.0-rc.4","@aztec/kv-store":"4.0.0-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.4","@aztec/constants":"4.0.0-rc.4","@aztec/simulator":"4.0.0-rc.4","@aztec/aztec-node":"4.0.0-rc.4","@aztec/foundation":"4.0.0-rc.4","@aztec/wallet-sdk":"4.0.0-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.4","@aztec/entrypoints":"4.0.0-rc.4","@aztec/epoch-cache":"4.0.0-rc.4","@aztec/merkle-tree":"4.0.0-rc.4","@aztec/prover-node":"4.0.0-rc.4","@aztec/world-state":"4.0.0-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.4","@aztec/prover-client":"4.0.0-rc.4","@aztec/noir-noirc_abi":"4.0.0-rc.4","@aztec/sequencer-client":"4.0.0-rc.4","@aztec/telemetry-client":"4.0.0-rc.4","@aztec/validator-client":"4.0.0-rc.4","@aztec/noir-contracts.js":"4.0.0-rc.4","@aztec/protocol-contracts":"4.0.0-rc.4","@aztec/validator-ha-signer":"4.0.0-rc.4","@aztec/noir-test-contracts.js":"4.0.0-rc.4","@aztec/noir-protocol-circuits-types":"4.0.0-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.4_1771585066051_0.29819232571537535","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.5":{"name":"@aztec/end-to-end","version":"4.0.0-rc.5","_id":"@aztec/end-to-end@4.0.0-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dab510cf6d462a9534400a1bccbdd89ed439cbe6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.5.tgz","fileCount":280,"integrity":"sha512-cqJaSgJhTGX+mxv3beWGcbgwgYTJmM2L6gGrYLw8ly82n/D6paQdwQRafdS4TbQscEgXNvzze27ee4YKzNNOBQ==","signatures":[{"sig":"MEUCIQD2F6sF+9oCjTwzJt6iMEuKu6XaPENAQr1er7LwgxS0ZwIgJYsYhH4YE8OgqDt6anhCZRHOyzkHU2IBaqP0vfuDV5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079188},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"43caf7c71f19e1f16151b81ed1f93a09b8de3666","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.5","@aztec/cli":"4.0.0-rc.5","@aztec/p2p":"4.0.0-rc.5","@aztec/pxe":"4.0.0-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.5","@aztec/bb.js":"4.0.0-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.5","@aztec/wallets":"4.0.0-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.5","@aztec/archiver":"4.0.0-rc.5","@aztec/aztec.js":"4.0.0-rc.5","@aztec/blob-lib":"4.0.0-rc.5","@aztec/ethereum":"4.0.0-rc.5","@aztec/kv-store":"4.0.0-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.5","@aztec/constants":"4.0.0-rc.5","@aztec/simulator":"4.0.0-rc.5","@aztec/aztec-node":"4.0.0-rc.5","@aztec/foundation":"4.0.0-rc.5","@aztec/wallet-sdk":"4.0.0-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.5","@aztec/entrypoints":"4.0.0-rc.5","@aztec/epoch-cache":"4.0.0-rc.5","@aztec/merkle-tree":"4.0.0-rc.5","@aztec/prover-node":"4.0.0-rc.5","@aztec/world-state":"4.0.0-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.5","@aztec/prover-client":"4.0.0-rc.5","@aztec/noir-noirc_abi":"4.0.0-rc.5","@aztec/sequencer-client":"4.0.0-rc.5","@aztec/telemetry-client":"4.0.0-rc.5","@aztec/validator-client":"4.0.0-rc.5","@aztec/noir-contracts.js":"4.0.0-rc.5","@aztec/protocol-contracts":"4.0.0-rc.5","@aztec/validator-ha-signer":"4.0.0-rc.5","@aztec/noir-test-contracts.js":"4.0.0-rc.5","@aztec/noir-protocol-circuits-types":"4.0.0-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.5_1771607529145_0.6000612305956747","host":"s3://npm-registry-packages-npm-production"}},"0.0.6-commit.a2d1860fe9":{"name":"@aztec/end-to-end","version":"0.0.6-commit.a2d1860fe9","_id":"@aztec/end-to-end@0.0.6-commit.a2d1860fe9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"157c6b83145a47df0c45ddff671ee1015897e18c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.6-commit.a2d1860fe9.tgz","fileCount":280,"integrity":"sha512-oWpEMLcYAlyU3EnFb7SnkUS+X04NGXzggYKe154wir4+iWFBg2jyHyLZ0G0/ytibscDsgtpFl6y3NFEmtxNKWg==","signatures":[{"sig":"MEUCIHJDWpzarSZvZL/GMA8KPN3Ra8xiYEzM85lfuVbZm2wvAiEA/gaH2kab3ZZL3AmzmouzbAPoXt9FBwRIgY1/zLBCqPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37082213},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a2d1860fe9d7907cdf4820b81999271ad06027ca","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.6-commit.a2d1860fe9","@aztec/cli":"0.0.6-commit.a2d1860fe9","@aztec/p2p":"0.0.6-commit.a2d1860fe9","@aztec/pxe":"0.0.6-commit.a2d1860fe9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.6-commit.a2d1860fe9","@aztec/bb.js":"0.0.6-commit.a2d1860fe9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.6-commit.a2d1860fe9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.6-commit.a2d1860fe9","@aztec/wallets":"0.0.6-commit.a2d1860fe9","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.6-commit.a2d1860fe9","@aztec/archiver":"0.0.6-commit.a2d1860fe9","@aztec/aztec.js":"0.0.6-commit.a2d1860fe9","@aztec/blob-lib":"0.0.6-commit.a2d1860fe9","@aztec/ethereum":"0.0.6-commit.a2d1860fe9","@aztec/kv-store":"0.0.6-commit.a2d1860fe9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.6-commit.a2d1860fe9","@aztec/constants":"0.0.6-commit.a2d1860fe9","@aztec/simulator":"0.0.6-commit.a2d1860fe9","@aztec/aztec-node":"0.0.6-commit.a2d1860fe9","@aztec/foundation":"0.0.6-commit.a2d1860fe9","@aztec/wallet-sdk":"0.0.6-commit.a2d1860fe9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.6-commit.a2d1860fe9","@aztec/entrypoints":"0.0.6-commit.a2d1860fe9","@aztec/epoch-cache":"0.0.6-commit.a2d1860fe9","@aztec/merkle-tree":"0.0.6-commit.a2d1860fe9","@aztec/prover-node":"0.0.6-commit.a2d1860fe9","@aztec/world-state":"0.0.6-commit.a2d1860fe9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.6-commit.a2d1860fe9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.6-commit.a2d1860fe9","@aztec/prover-client":"0.0.6-commit.a2d1860fe9","@aztec/noir-noirc_abi":"0.0.6-commit.a2d1860fe9","@aztec/sequencer-client":"0.0.6-commit.a2d1860fe9","@aztec/telemetry-client":"0.0.6-commit.a2d1860fe9","@aztec/validator-client":"0.0.6-commit.a2d1860fe9","@aztec/noir-contracts.js":"0.0.6-commit.a2d1860fe9","@aztec/protocol-contracts":"0.0.6-commit.a2d1860fe9","@aztec/validator-ha-signer":"0.0.6-commit.a2d1860fe9","@aztec/noir-test-contracts.js":"0.0.6-commit.a2d1860fe9","@aztec/noir-protocol-circuits-types":"0.0.6-commit.a2d1860fe9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.6-commit.a2d1860fe9_1771624605991_0.39621371783526427","host":"s3://npm-registry-packages-npm-production"}},"0.0.8-commit.a2d1860fe9":{"name":"@aztec/end-to-end","version":"0.0.8-commit.a2d1860fe9","_id":"@aztec/end-to-end@0.0.8-commit.a2d1860fe9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d7c678343b2de793bcc3f84cb8af77dc0852a8a7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.8-commit.a2d1860fe9.tgz","fileCount":280,"integrity":"sha512-G76V3zkUKB+f6p+cSeQ13h2yIGUr0Me7WtF4L3QkbTP1daJn9KYEAwBXo67kGoIDgmk6dHAlbU45lU4b3rYkkQ==","signatures":[{"sig":"MEYCIQDQf71RSFGpNTv9DleKV0LNhmTSqPxYRI++AOulJGzqgAIhAPG3UEo/NAdkbMwTwBTOms8eOi/F3cU2zgPrMerYlUk2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37082213},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a2d1860fe9d7907cdf4820b81999271ad06027ca","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.8-commit.a2d1860fe9","@aztec/cli":"0.0.8-commit.a2d1860fe9","@aztec/p2p":"0.0.8-commit.a2d1860fe9","@aztec/pxe":"0.0.8-commit.a2d1860fe9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.8-commit.a2d1860fe9","@aztec/bb.js":"0.0.8-commit.a2d1860fe9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.8-commit.a2d1860fe9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.8-commit.a2d1860fe9","@aztec/wallets":"0.0.8-commit.a2d1860fe9","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.8-commit.a2d1860fe9","@aztec/archiver":"0.0.8-commit.a2d1860fe9","@aztec/aztec.js":"0.0.8-commit.a2d1860fe9","@aztec/blob-lib":"0.0.8-commit.a2d1860fe9","@aztec/ethereum":"0.0.8-commit.a2d1860fe9","@aztec/kv-store":"0.0.8-commit.a2d1860fe9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.8-commit.a2d1860fe9","@aztec/constants":"0.0.8-commit.a2d1860fe9","@aztec/simulator":"0.0.8-commit.a2d1860fe9","@aztec/aztec-node":"0.0.8-commit.a2d1860fe9","@aztec/foundation":"0.0.8-commit.a2d1860fe9","@aztec/wallet-sdk":"0.0.8-commit.a2d1860fe9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.8-commit.a2d1860fe9","@aztec/entrypoints":"0.0.8-commit.a2d1860fe9","@aztec/epoch-cache":"0.0.8-commit.a2d1860fe9","@aztec/merkle-tree":"0.0.8-commit.a2d1860fe9","@aztec/prover-node":"0.0.8-commit.a2d1860fe9","@aztec/world-state":"0.0.8-commit.a2d1860fe9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.8-commit.a2d1860fe9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.8-commit.a2d1860fe9","@aztec/prover-client":"0.0.8-commit.a2d1860fe9","@aztec/noir-noirc_abi":"0.0.8-commit.a2d1860fe9","@aztec/sequencer-client":"0.0.8-commit.a2d1860fe9","@aztec/telemetry-client":"0.0.8-commit.a2d1860fe9","@aztec/validator-client":"0.0.8-commit.a2d1860fe9","@aztec/noir-contracts.js":"0.0.8-commit.a2d1860fe9","@aztec/protocol-contracts":"0.0.8-commit.a2d1860fe9","@aztec/validator-ha-signer":"0.0.8-commit.a2d1860fe9","@aztec/noir-test-contracts.js":"0.0.8-commit.a2d1860fe9","@aztec/noir-protocol-circuits-types":"0.0.8-commit.a2d1860fe9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.8-commit.a2d1860fe9_1771625333604_0.060426882379784","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.643667a5cb":{"name":"@aztec/end-to-end","version":"0.0.1-commit.643667a5cb","_id":"@aztec/end-to-end@0.0.1-commit.643667a5cb","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9c750e9341c312867fc011d47550a61e9e7ce214","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.643667a5cb.tgz","fileCount":280,"integrity":"sha512-1IhBg/JuvmJnmBRldkJ2LUoJx2LyedOgimOP4ejgEOD4xY7eY0KXZW45V09KBlM/Urgcx9pstEjNPmdRVRBvbQ==","signatures":[{"sig":"MEUCIQCBdP8FPNEjYm4JBPJdWzt4gXHDI0O82RwMIbi2qktUDgIgO/os/CgJZ49EtaY7wwciIJzYj2m/aocxLsFqdaKN7e4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087099},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6b51c6b9394806de7c00ee81553413d1879924d1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.643667a5cb","@aztec/cli":"0.0.1-commit.643667a5cb","@aztec/p2p":"0.0.1-commit.643667a5cb","@aztec/pxe":"0.0.1-commit.643667a5cb","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.643667a5cb","@aztec/bb.js":"0.0.1-commit.643667a5cb","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.643667a5cb","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.643667a5cb","@aztec/wallets":"0.0.1-commit.643667a5cb","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.643667a5cb","@aztec/archiver":"0.0.1-commit.643667a5cb","@aztec/aztec.js":"0.0.1-commit.643667a5cb","@aztec/blob-lib":"0.0.1-commit.643667a5cb","@aztec/ethereum":"0.0.1-commit.643667a5cb","@aztec/kv-store":"0.0.1-commit.643667a5cb","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.643667a5cb","@aztec/constants":"0.0.1-commit.643667a5cb","@aztec/simulator":"0.0.1-commit.643667a5cb","@aztec/aztec-node":"0.0.1-commit.643667a5cb","@aztec/foundation":"0.0.1-commit.643667a5cb","@aztec/wallet-sdk":"0.0.1-commit.643667a5cb","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.643667a5cb","@aztec/entrypoints":"0.0.1-commit.643667a5cb","@aztec/epoch-cache":"0.0.1-commit.643667a5cb","@aztec/merkle-tree":"0.0.1-commit.643667a5cb","@aztec/prover-node":"0.0.1-commit.643667a5cb","@aztec/world-state":"0.0.1-commit.643667a5cb","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.643667a5cb","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.643667a5cb","@aztec/prover-client":"0.0.1-commit.643667a5cb","@aztec/noir-noirc_abi":"0.0.1-commit.643667a5cb","@aztec/sequencer-client":"0.0.1-commit.643667a5cb","@aztec/telemetry-client":"0.0.1-commit.643667a5cb","@aztec/validator-client":"0.0.1-commit.643667a5cb","@aztec/noir-contracts.js":"0.0.1-commit.643667a5cb","@aztec/protocol-contracts":"0.0.1-commit.643667a5cb","@aztec/validator-ha-signer":"0.0.1-commit.643667a5cb","@aztec/noir-test-contracts.js":"0.0.1-commit.643667a5cb","@aztec/noir-protocol-circuits-types":"0.0.1-commit.643667a5cb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.643667a5cb_1771636586652_0.5746039368901437","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260221":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260221","_id":"@aztec/end-to-end@5.0.0-nightly.20260221","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f87e9a687dbfc51034f452bbdb6a4ea09418f8d4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260221.tgz","fileCount":280,"integrity":"sha512-taDfqOaR3zfjNDwUWhg70ETchNIu+qww3bN4QFlduHF9FasQhG+TW8Vaz2AzO1xwVUMHKv91rIi7919y3CVdeA==","signatures":[{"sig":"MEYCIQC6f8HAHAg++dZqU6HQ6WnLiOq0vTQ1SSCLU4/em1L7lwIhAMhXMOMZMex4+62p4t4oHgMyu7XdN53RitjNItgjt2G/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087059},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"321b439b3018aa9eaedbbf440936417999dc43de","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260221","@aztec/cli":"5.0.0-nightly.20260221","@aztec/p2p":"5.0.0-nightly.20260221","@aztec/pxe":"5.0.0-nightly.20260221","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260221","@aztec/bb.js":"5.0.0-nightly.20260221","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260221","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260221","@aztec/wallets":"5.0.0-nightly.20260221","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260221","@aztec/archiver":"5.0.0-nightly.20260221","@aztec/aztec.js":"5.0.0-nightly.20260221","@aztec/blob-lib":"5.0.0-nightly.20260221","@aztec/ethereum":"5.0.0-nightly.20260221","@aztec/kv-store":"5.0.0-nightly.20260221","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260221","@aztec/constants":"5.0.0-nightly.20260221","@aztec/simulator":"5.0.0-nightly.20260221","@aztec/aztec-node":"5.0.0-nightly.20260221","@aztec/foundation":"5.0.0-nightly.20260221","@aztec/wallet-sdk":"5.0.0-nightly.20260221","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260221","@aztec/entrypoints":"5.0.0-nightly.20260221","@aztec/epoch-cache":"5.0.0-nightly.20260221","@aztec/merkle-tree":"5.0.0-nightly.20260221","@aztec/prover-node":"5.0.0-nightly.20260221","@aztec/world-state":"5.0.0-nightly.20260221","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260221","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260221","@aztec/prover-client":"5.0.0-nightly.20260221","@aztec/noir-noirc_abi":"5.0.0-nightly.20260221","@aztec/sequencer-client":"5.0.0-nightly.20260221","@aztec/telemetry-client":"5.0.0-nightly.20260221","@aztec/validator-client":"5.0.0-nightly.20260221","@aztec/noir-contracts.js":"5.0.0-nightly.20260221","@aztec/protocol-contracts":"5.0.0-nightly.20260221","@aztec/validator-ha-signer":"5.0.0-nightly.20260221","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260221","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260221"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260221_1771643726787_0.7772981635250944","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260222":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260222","_id":"@aztec/end-to-end@5.0.0-nightly.20260222","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ff69c2959b385e81c6307645bcd1ee2d3094b499","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260222.tgz","fileCount":280,"integrity":"sha512-R3FXJLGsyyGUWN7aS7dPrD9qcr0aWxlGr6LsKC6E1ZsN3/SZLe3awBEfNxYZItmzPyOa71AhEUx+SdE0zcXgsQ==","signatures":[{"sig":"MEYCIQCZjMMjvSxkKeAa4ooIC14PmqhxHq+3tS/op3x0DKg9IAIhAIFGUDs++XHF/37EFLUb87sUXiAfIXa0yOHI/rM6zwaA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087059},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d3f8099c31187dcb669717ac257e4066dc14dea","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260222","@aztec/cli":"5.0.0-nightly.20260222","@aztec/p2p":"5.0.0-nightly.20260222","@aztec/pxe":"5.0.0-nightly.20260222","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260222","@aztec/bb.js":"5.0.0-nightly.20260222","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260222","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260222","@aztec/wallets":"5.0.0-nightly.20260222","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260222","@aztec/archiver":"5.0.0-nightly.20260222","@aztec/aztec.js":"5.0.0-nightly.20260222","@aztec/blob-lib":"5.0.0-nightly.20260222","@aztec/ethereum":"5.0.0-nightly.20260222","@aztec/kv-store":"5.0.0-nightly.20260222","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260222","@aztec/constants":"5.0.0-nightly.20260222","@aztec/simulator":"5.0.0-nightly.20260222","@aztec/aztec-node":"5.0.0-nightly.20260222","@aztec/foundation":"5.0.0-nightly.20260222","@aztec/wallet-sdk":"5.0.0-nightly.20260222","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260222","@aztec/entrypoints":"5.0.0-nightly.20260222","@aztec/epoch-cache":"5.0.0-nightly.20260222","@aztec/merkle-tree":"5.0.0-nightly.20260222","@aztec/prover-node":"5.0.0-nightly.20260222","@aztec/world-state":"5.0.0-nightly.20260222","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260222","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260222","@aztec/prover-client":"5.0.0-nightly.20260222","@aztec/noir-noirc_abi":"5.0.0-nightly.20260222","@aztec/sequencer-client":"5.0.0-nightly.20260222","@aztec/telemetry-client":"5.0.0-nightly.20260222","@aztec/validator-client":"5.0.0-nightly.20260222","@aztec/noir-contracts.js":"5.0.0-nightly.20260222","@aztec/protocol-contracts":"5.0.0-nightly.20260222","@aztec/validator-ha-signer":"5.0.0-nightly.20260222","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260222","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260222"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260222_1771731418423_0.33895846269897856","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260223":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260223","_id":"@aztec/end-to-end@5.0.0-nightly.20260223","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5eff1c7bf024e8a491a09fc93eca35d122449d8c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260223.tgz","fileCount":280,"integrity":"sha512-Zi9rP/0VDn3jZmAEn3ML3FLBv+9cqrCYKRgaowY1Njv8jgtxJTJtvLddJvTxmL3THbIE+CU7LRVkUVPSUAPYMA==","signatures":[{"sig":"MEUCIHfSlvZSyhKJeu3rIizWP4MIinsEpIB0+tlCzAvrTt9wAiEA7fO0gHsZCD5clLG/1TXozXDwcge5cyiW9pZdcukBn8w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087059},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"eebed0371e625820186469f00d5acc8b6bcf37fa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260223","@aztec/cli":"5.0.0-nightly.20260223","@aztec/p2p":"5.0.0-nightly.20260223","@aztec/pxe":"5.0.0-nightly.20260223","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260223","@aztec/bb.js":"5.0.0-nightly.20260223","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260223","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260223","@aztec/wallets":"5.0.0-nightly.20260223","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260223","@aztec/archiver":"5.0.0-nightly.20260223","@aztec/aztec.js":"5.0.0-nightly.20260223","@aztec/blob-lib":"5.0.0-nightly.20260223","@aztec/ethereum":"5.0.0-nightly.20260223","@aztec/kv-store":"5.0.0-nightly.20260223","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260223","@aztec/constants":"5.0.0-nightly.20260223","@aztec/simulator":"5.0.0-nightly.20260223","@aztec/aztec-node":"5.0.0-nightly.20260223","@aztec/foundation":"5.0.0-nightly.20260223","@aztec/wallet-sdk":"5.0.0-nightly.20260223","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260223","@aztec/entrypoints":"5.0.0-nightly.20260223","@aztec/epoch-cache":"5.0.0-nightly.20260223","@aztec/merkle-tree":"5.0.0-nightly.20260223","@aztec/prover-node":"5.0.0-nightly.20260223","@aztec/world-state":"5.0.0-nightly.20260223","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260223","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260223","@aztec/prover-client":"5.0.0-nightly.20260223","@aztec/noir-noirc_abi":"5.0.0-nightly.20260223","@aztec/sequencer-client":"5.0.0-nightly.20260223","@aztec/telemetry-client":"5.0.0-nightly.20260223","@aztec/validator-client":"5.0.0-nightly.20260223","@aztec/noir-contracts.js":"5.0.0-nightly.20260223","@aztec/protocol-contracts":"5.0.0-nightly.20260223","@aztec/validator-ha-signer":"5.0.0-nightly.20260223","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260223","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260223"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260223_1771817048647_0.573542986178674","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.808bf7f90":{"name":"@aztec/end-to-end","version":"0.0.1-commit.808bf7f90","_id":"@aztec/end-to-end@0.0.1-commit.808bf7f90","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e6cbe66ea2485f0470f44b44aec3e7f338a861f7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.808bf7f90.tgz","fileCount":280,"integrity":"sha512-hIqCJVlq2hpRKcwvOs8uDdrEN47XOM3t8vfKnfvG7X/6AR4BO4l6kofiF+bUPlhXj7d8vqhL8cCJFG2qu2w4zw==","signatures":[{"sig":"MEUCIBfAUwogzAQipYTNSZ3cr+3zDhzq1Zv1Ia+9CigIkgdDAiEArHCqcnBFVxIZ7MpbrowNYi91k5iE7pyGkULd/GtlFJ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087059},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"808bf7f904e3b53b3467dcf09bbbfb0348164421","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.808bf7f90","@aztec/cli":"0.0.1-commit.808bf7f90","@aztec/p2p":"0.0.1-commit.808bf7f90","@aztec/pxe":"0.0.1-commit.808bf7f90","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.808bf7f90","@aztec/bb.js":"0.0.1-commit.808bf7f90","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.808bf7f90","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.808bf7f90","@aztec/wallets":"0.0.1-commit.808bf7f90","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.808bf7f90","@aztec/archiver":"0.0.1-commit.808bf7f90","@aztec/aztec.js":"0.0.1-commit.808bf7f90","@aztec/blob-lib":"0.0.1-commit.808bf7f90","@aztec/ethereum":"0.0.1-commit.808bf7f90","@aztec/kv-store":"0.0.1-commit.808bf7f90","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.808bf7f90","@aztec/constants":"0.0.1-commit.808bf7f90","@aztec/simulator":"0.0.1-commit.808bf7f90","@aztec/aztec-node":"0.0.1-commit.808bf7f90","@aztec/foundation":"0.0.1-commit.808bf7f90","@aztec/wallet-sdk":"0.0.1-commit.808bf7f90","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.808bf7f90","@aztec/entrypoints":"0.0.1-commit.808bf7f90","@aztec/epoch-cache":"0.0.1-commit.808bf7f90","@aztec/merkle-tree":"0.0.1-commit.808bf7f90","@aztec/prover-node":"0.0.1-commit.808bf7f90","@aztec/world-state":"0.0.1-commit.808bf7f90","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.808bf7f90","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.808bf7f90","@aztec/prover-client":"0.0.1-commit.808bf7f90","@aztec/noir-noirc_abi":"0.0.1-commit.808bf7f90","@aztec/sequencer-client":"0.0.1-commit.808bf7f90","@aztec/telemetry-client":"0.0.1-commit.808bf7f90","@aztec/validator-client":"0.0.1-commit.808bf7f90","@aztec/noir-contracts.js":"0.0.1-commit.808bf7f90","@aztec/protocol-contracts":"0.0.1-commit.808bf7f90","@aztec/validator-ha-signer":"0.0.1-commit.808bf7f90","@aztec/noir-test-contracts.js":"0.0.1-commit.808bf7f90","@aztec/noir-protocol-circuits-types":"0.0.1-commit.808bf7f90"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.808bf7f90_1771867159573_0.8539219327217913","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260224":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260224","_id":"@aztec/end-to-end@5.0.0-nightly.20260224","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bd605483282700cfca5a537f605cfaeecb27cb0a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260224.tgz","fileCount":280,"integrity":"sha512-0qGl+q55+IyezuGGY/N4kVh5slGodiknWfbcBOVCAjmeg29PQCdgarx8q1heqrVU0J4/+jX0jPV60efA/9dEtg==","signatures":[{"sig":"MEUCIQCN5mbZwkxbLZZok4F4gWWIjE52xAUOExv44nQuZ2Ez7wIgAySJjroZCWCdGlPBefZdtTgc45Pxj9TUbcXCQY+JDNg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37087059},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a481a8aa69ab53dcb1de4252c75b5786463f852e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260224","@aztec/cli":"5.0.0-nightly.20260224","@aztec/p2p":"5.0.0-nightly.20260224","@aztec/pxe":"5.0.0-nightly.20260224","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260224","@aztec/bb.js":"5.0.0-nightly.20260224","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260224","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260224","@aztec/wallets":"5.0.0-nightly.20260224","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260224","@aztec/archiver":"5.0.0-nightly.20260224","@aztec/aztec.js":"5.0.0-nightly.20260224","@aztec/blob-lib":"5.0.0-nightly.20260224","@aztec/ethereum":"5.0.0-nightly.20260224","@aztec/kv-store":"5.0.0-nightly.20260224","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260224","@aztec/constants":"5.0.0-nightly.20260224","@aztec/simulator":"5.0.0-nightly.20260224","@aztec/aztec-node":"5.0.0-nightly.20260224","@aztec/foundation":"5.0.0-nightly.20260224","@aztec/wallet-sdk":"5.0.0-nightly.20260224","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260224","@aztec/entrypoints":"5.0.0-nightly.20260224","@aztec/epoch-cache":"5.0.0-nightly.20260224","@aztec/merkle-tree":"5.0.0-nightly.20260224","@aztec/prover-node":"5.0.0-nightly.20260224","@aztec/world-state":"5.0.0-nightly.20260224","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260224","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260224","@aztec/prover-client":"5.0.0-nightly.20260224","@aztec/noir-noirc_abi":"5.0.0-nightly.20260224","@aztec/sequencer-client":"5.0.0-nightly.20260224","@aztec/telemetry-client":"5.0.0-nightly.20260224","@aztec/validator-client":"5.0.0-nightly.20260224","@aztec/noir-contracts.js":"5.0.0-nightly.20260224","@aztec/protocol-contracts":"5.0.0-nightly.20260224","@aztec/validator-ha-signer":"5.0.0-nightly.20260224","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260224","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260224"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260224_1771903338077_0.776142065261523","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0658669b3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0658669b3","_id":"@aztec/end-to-end@0.0.1-commit.0658669b3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e3075b7a9f41ee08fddb179bf26b13946d782031","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0658669b3.tgz","fileCount":284,"integrity":"sha512-77NX3pyeLYXr7lakU06cv7avzM2PfXF5366TxfNnhK6bR7lFQsOKqPyQ+i0j3YpLwoCXhmXSzBBqRPfffNsZQg==","signatures":[{"sig":"MEUCIQCMbUe+qaZ2mTe8VwhQcrcND72ey98QIE8qqYaBhreObQIgZnS9V7K4nU/T82jPacGKTjvhlTCYmrVtZMVijA57rYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098118},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0658669b3989daf180a548b1a4a1b050958b6b03","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0658669b3","@aztec/cli":"0.0.1-commit.0658669b3","@aztec/p2p":"0.0.1-commit.0658669b3","@aztec/pxe":"0.0.1-commit.0658669b3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0658669b3","@aztec/bb.js":"0.0.1-commit.0658669b3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0658669b3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0658669b3","@aztec/wallets":"0.0.1-commit.0658669b3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0658669b3","@aztec/archiver":"0.0.1-commit.0658669b3","@aztec/aztec.js":"0.0.1-commit.0658669b3","@aztec/blob-lib":"0.0.1-commit.0658669b3","@aztec/ethereum":"0.0.1-commit.0658669b3","@aztec/kv-store":"0.0.1-commit.0658669b3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0658669b3","@aztec/constants":"0.0.1-commit.0658669b3","@aztec/simulator":"0.0.1-commit.0658669b3","@aztec/aztec-node":"0.0.1-commit.0658669b3","@aztec/foundation":"0.0.1-commit.0658669b3","@aztec/wallet-sdk":"0.0.1-commit.0658669b3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0658669b3","@aztec/entrypoints":"0.0.1-commit.0658669b3","@aztec/epoch-cache":"0.0.1-commit.0658669b3","@aztec/merkle-tree":"0.0.1-commit.0658669b3","@aztec/prover-node":"0.0.1-commit.0658669b3","@aztec/world-state":"0.0.1-commit.0658669b3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0658669b3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0658669b3","@aztec/prover-client":"0.0.1-commit.0658669b3","@aztec/noir-noirc_abi":"0.0.1-commit.0658669b3","@aztec/sequencer-client":"0.0.1-commit.0658669b3","@aztec/telemetry-client":"0.0.1-commit.0658669b3","@aztec/validator-client":"0.0.1-commit.0658669b3","@aztec/noir-contracts.js":"0.0.1-commit.0658669b3","@aztec/protocol-contracts":"0.0.1-commit.0658669b3","@aztec/validator-ha-signer":"0.0.1-commit.0658669b3","@aztec/noir-test-contracts.js":"0.0.1-commit.0658669b3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0658669b3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0658669b3_1771909177706_0.2690366435394105","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.96dac018d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.96dac018d","_id":"@aztec/end-to-end@0.0.1-commit.96dac018d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"745ab3d9ca165bff09dcbdb8e9748d74a1c50bfa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.96dac018d.tgz","fileCount":284,"integrity":"sha512-yIfBMXljeJIXTkn6DmUFnnVB3xg/4+JUakuEhhOQgzDSl5SfEyrxB452jfhTaR7C51VgrrL56/40CnUXtF0ivA==","signatures":[{"sig":"MEUCIBU3nZiQFFVxtEPcEHCmlm5iBXR/Ygtu6CteBtvZ0xXhAiEA6gIumrZMHDJuXNx0cgOaQ8kUcqWa39TWySvh3yLBiKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098118},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"96dac018dfdebfaa5c197696294ef67fc056d643","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.96dac018d","@aztec/cli":"0.0.1-commit.96dac018d","@aztec/p2p":"0.0.1-commit.96dac018d","@aztec/pxe":"0.0.1-commit.96dac018d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.96dac018d","@aztec/bb.js":"0.0.1-commit.96dac018d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.96dac018d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.96dac018d","@aztec/wallets":"0.0.1-commit.96dac018d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.96dac018d","@aztec/archiver":"0.0.1-commit.96dac018d","@aztec/aztec.js":"0.0.1-commit.96dac018d","@aztec/blob-lib":"0.0.1-commit.96dac018d","@aztec/ethereum":"0.0.1-commit.96dac018d","@aztec/kv-store":"0.0.1-commit.96dac018d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.96dac018d","@aztec/constants":"0.0.1-commit.96dac018d","@aztec/simulator":"0.0.1-commit.96dac018d","@aztec/aztec-node":"0.0.1-commit.96dac018d","@aztec/foundation":"0.0.1-commit.96dac018d","@aztec/wallet-sdk":"0.0.1-commit.96dac018d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.96dac018d","@aztec/entrypoints":"0.0.1-commit.96dac018d","@aztec/epoch-cache":"0.0.1-commit.96dac018d","@aztec/merkle-tree":"0.0.1-commit.96dac018d","@aztec/prover-node":"0.0.1-commit.96dac018d","@aztec/world-state":"0.0.1-commit.96dac018d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.96dac018d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.96dac018d","@aztec/prover-client":"0.0.1-commit.96dac018d","@aztec/noir-noirc_abi":"0.0.1-commit.96dac018d","@aztec/sequencer-client":"0.0.1-commit.96dac018d","@aztec/telemetry-client":"0.0.1-commit.96dac018d","@aztec/validator-client":"0.0.1-commit.96dac018d","@aztec/noir-contracts.js":"0.0.1-commit.96dac018d","@aztec/protocol-contracts":"0.0.1-commit.96dac018d","@aztec/validator-ha-signer":"0.0.1-commit.96dac018d","@aztec/noir-test-contracts.js":"0.0.1-commit.96dac018d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.96dac018d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.96dac018d_1771940037683_0.9798979564645747","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.934299a21":{"name":"@aztec/end-to-end","version":"0.0.1-commit.934299a21","_id":"@aztec/end-to-end@0.0.1-commit.934299a21","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a2d4c3cc2b8fba068fb8933403911a56b8b58fd9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.934299a21.tgz","fileCount":284,"integrity":"sha512-be1ZjAVMhdfdanwNcFBsH0iy9KjbcS17sm0IiZCn+nE9VVVFlO1BJYpMChgGuVPxRAhEP2CYBMQtvnyf7YnRxQ==","signatures":[{"sig":"MEQCIFuPgor5wysxEPcFQv7j7Dg3eMehUPuLQCUc7GqweF+VAiBhnHxwOCmyXbvYLeZrL17BAbhMTckmAoyaJHg8iDoDrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098118},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"934299a216937a8e6611ce8fdcd5a400e6c2addb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.934299a21","@aztec/cli":"0.0.1-commit.934299a21","@aztec/p2p":"0.0.1-commit.934299a21","@aztec/pxe":"0.0.1-commit.934299a21","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.934299a21","@aztec/bb.js":"0.0.1-commit.934299a21","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.934299a21","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.934299a21","@aztec/wallets":"0.0.1-commit.934299a21","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.934299a21","@aztec/archiver":"0.0.1-commit.934299a21","@aztec/aztec.js":"0.0.1-commit.934299a21","@aztec/blob-lib":"0.0.1-commit.934299a21","@aztec/ethereum":"0.0.1-commit.934299a21","@aztec/kv-store":"0.0.1-commit.934299a21","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.934299a21","@aztec/constants":"0.0.1-commit.934299a21","@aztec/simulator":"0.0.1-commit.934299a21","@aztec/aztec-node":"0.0.1-commit.934299a21","@aztec/foundation":"0.0.1-commit.934299a21","@aztec/wallet-sdk":"0.0.1-commit.934299a21","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.934299a21","@aztec/entrypoints":"0.0.1-commit.934299a21","@aztec/epoch-cache":"0.0.1-commit.934299a21","@aztec/merkle-tree":"0.0.1-commit.934299a21","@aztec/prover-node":"0.0.1-commit.934299a21","@aztec/world-state":"0.0.1-commit.934299a21","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.934299a21","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.934299a21","@aztec/prover-client":"0.0.1-commit.934299a21","@aztec/noir-noirc_abi":"0.0.1-commit.934299a21","@aztec/sequencer-client":"0.0.1-commit.934299a21","@aztec/telemetry-client":"0.0.1-commit.934299a21","@aztec/validator-client":"0.0.1-commit.934299a21","@aztec/noir-contracts.js":"0.0.1-commit.934299a21","@aztec/protocol-contracts":"0.0.1-commit.934299a21","@aztec/validator-ha-signer":"0.0.1-commit.934299a21","@aztec/noir-test-contracts.js":"0.0.1-commit.934299a21","@aztec/noir-protocol-circuits-types":"0.0.1-commit.934299a21"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.934299a21_1771948797357_0.24834496400764605","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8227e42":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8227e42","_id":"@aztec/end-to-end@0.0.1-commit.8227e42","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fd770d08bfc483604be42874d66765a54c4bdfd0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8227e42.tgz","fileCount":284,"integrity":"sha512-NKJxleIdRRMgmOcrRy4SsJNeX8lOC88HYQvSXvMsle7VGBIC7G6ni/pUlvTbVhs6sQD2MxKnO50JKpexneQyBA==","signatures":[{"sig":"MEUCIQDKa71uAxmc185myTX+wdTtjuLQpYgdwQOJFygkaJusuAIgb8oqBI2uHhxnwPLgED9+LChwhKiTUymyx0YVKEzbf0I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098038},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8227e4284600024106d62377fd93b1573a991602","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8227e42","@aztec/cli":"0.0.1-commit.8227e42","@aztec/p2p":"0.0.1-commit.8227e42","@aztec/pxe":"0.0.1-commit.8227e42","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8227e42","@aztec/bb.js":"0.0.1-commit.8227e42","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8227e42","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8227e42","@aztec/wallets":"0.0.1-commit.8227e42","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8227e42","@aztec/archiver":"0.0.1-commit.8227e42","@aztec/aztec.js":"0.0.1-commit.8227e42","@aztec/blob-lib":"0.0.1-commit.8227e42","@aztec/ethereum":"0.0.1-commit.8227e42","@aztec/kv-store":"0.0.1-commit.8227e42","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8227e42","@aztec/constants":"0.0.1-commit.8227e42","@aztec/simulator":"0.0.1-commit.8227e42","@aztec/aztec-node":"0.0.1-commit.8227e42","@aztec/foundation":"0.0.1-commit.8227e42","@aztec/wallet-sdk":"0.0.1-commit.8227e42","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8227e42","@aztec/entrypoints":"0.0.1-commit.8227e42","@aztec/epoch-cache":"0.0.1-commit.8227e42","@aztec/merkle-tree":"0.0.1-commit.8227e42","@aztec/prover-node":"0.0.1-commit.8227e42","@aztec/world-state":"0.0.1-commit.8227e42","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8227e42","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8227e42","@aztec/prover-client":"0.0.1-commit.8227e42","@aztec/noir-noirc_abi":"0.0.1-commit.8227e42","@aztec/sequencer-client":"0.0.1-commit.8227e42","@aztec/telemetry-client":"0.0.1-commit.8227e42","@aztec/validator-client":"0.0.1-commit.8227e42","@aztec/noir-contracts.js":"0.0.1-commit.8227e42","@aztec/protocol-contracts":"0.0.1-commit.8227e42","@aztec/validator-ha-signer":"0.0.1-commit.8227e42","@aztec/noir-test-contracts.js":"0.0.1-commit.8227e42","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8227e42"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8227e42_1771951951088_0.5581922371114822","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.358457c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.358457c","_id":"@aztec/end-to-end@0.0.1-commit.358457c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1753208763198d7422ef33dd11a25844b4b7c586","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.358457c.tgz","fileCount":284,"integrity":"sha512-V1LTobkbGDNTf0MOuUw8EvOOgC+zXjmGFAkoJnCPfMV6ZQs1VpLuQIRioPUvzmNDBwyzWTVZQHhUtGGsJNhDxA==","signatures":[{"sig":"MEYCIQCBfR4KkiurQ/AeFiQz/a10M1om607Gzsyp/43DTrjAkQIhAIy2eNYqqWT43BFUFY6Q+05cRQSzIGAFdZOMh3HOStNY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098038},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"358457cd0e1608da45297409f19b2df55f6562d3","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.358457c","@aztec/cli":"0.0.1-commit.358457c","@aztec/p2p":"0.0.1-commit.358457c","@aztec/pxe":"0.0.1-commit.358457c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.358457c","@aztec/bb.js":"0.0.1-commit.358457c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.358457c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.358457c","@aztec/wallets":"0.0.1-commit.358457c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.358457c","@aztec/archiver":"0.0.1-commit.358457c","@aztec/aztec.js":"0.0.1-commit.358457c","@aztec/blob-lib":"0.0.1-commit.358457c","@aztec/ethereum":"0.0.1-commit.358457c","@aztec/kv-store":"0.0.1-commit.358457c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.358457c","@aztec/constants":"0.0.1-commit.358457c","@aztec/simulator":"0.0.1-commit.358457c","@aztec/aztec-node":"0.0.1-commit.358457c","@aztec/foundation":"0.0.1-commit.358457c","@aztec/wallet-sdk":"0.0.1-commit.358457c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.358457c","@aztec/entrypoints":"0.0.1-commit.358457c","@aztec/epoch-cache":"0.0.1-commit.358457c","@aztec/merkle-tree":"0.0.1-commit.358457c","@aztec/prover-node":"0.0.1-commit.358457c","@aztec/world-state":"0.0.1-commit.358457c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.358457c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.358457c","@aztec/prover-client":"0.0.1-commit.358457c","@aztec/noir-noirc_abi":"0.0.1-commit.358457c","@aztec/sequencer-client":"0.0.1-commit.358457c","@aztec/telemetry-client":"0.0.1-commit.358457c","@aztec/validator-client":"0.0.1-commit.358457c","@aztec/noir-contracts.js":"0.0.1-commit.358457c","@aztec/protocol-contracts":"0.0.1-commit.358457c","@aztec/validator-ha-signer":"0.0.1-commit.358457c","@aztec/noir-test-contracts.js":"0.0.1-commit.358457c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.358457c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.358457c_1771955449988_0.856040584528144","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.6":{"name":"@aztec/end-to-end","version":"4.0.0-rc.6","_id":"@aztec/end-to-end@4.0.0-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"082a65f6f8fbaaa75366c1a08eb492467cbc718d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.6.tgz","fileCount":280,"integrity":"sha512-zJx5Nl1dDpxY8lDm24tAjFXrNevTiTgO3GefuFl6eTgmy7UUuSqa2JRK6+qF3cuL9QZvZEwBvvA/gSNf/r3pcA==","signatures":[{"sig":"MEYCIQD+LWiQ4NXwUa48gUUrsCtmTLnQethBeyDU/YuPGIFN+gIhAPZg9S41p5OaOho7TseblxYhtVNb41PEtixMBTrTB3er","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085983},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fdd0d0d6b37751ddb419475fc6634a9ae13f8235","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.6","@aztec/cli":"4.0.0-rc.6","@aztec/p2p":"4.0.0-rc.6","@aztec/pxe":"4.0.0-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.6","@aztec/bb.js":"4.0.0-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.6","@aztec/wallets":"4.0.0-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.6","@aztec/archiver":"4.0.0-rc.6","@aztec/aztec.js":"4.0.0-rc.6","@aztec/blob-lib":"4.0.0-rc.6","@aztec/ethereum":"4.0.0-rc.6","@aztec/kv-store":"4.0.0-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.6","@aztec/constants":"4.0.0-rc.6","@aztec/simulator":"4.0.0-rc.6","@aztec/aztec-node":"4.0.0-rc.6","@aztec/foundation":"4.0.0-rc.6","@aztec/wallet-sdk":"4.0.0-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.6","@aztec/entrypoints":"4.0.0-rc.6","@aztec/epoch-cache":"4.0.0-rc.6","@aztec/merkle-tree":"4.0.0-rc.6","@aztec/prover-node":"4.0.0-rc.6","@aztec/world-state":"4.0.0-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.6","@aztec/prover-client":"4.0.0-rc.6","@aztec/noir-noirc_abi":"4.0.0-rc.6","@aztec/sequencer-client":"4.0.0-rc.6","@aztec/telemetry-client":"4.0.0-rc.6","@aztec/validator-client":"4.0.0-rc.6","@aztec/noir-contracts.js":"4.0.0-rc.6","@aztec/protocol-contracts":"4.0.0-rc.6","@aztec/validator-ha-signer":"4.0.0-rc.6","@aztec/noir-test-contracts.js":"4.0.0-rc.6","@aztec/noir-protocol-circuits-types":"4.0.0-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.6_1772036192835_0.24376585165234554","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.733c4a3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.733c4a3","_id":"@aztec/end-to-end@0.0.1-commit.733c4a3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d04876795ddd2db0663d226ba7c8e07a2d897fd2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.733c4a3.tgz","fileCount":284,"integrity":"sha512-qr02/+HflOVXwQxagEiv47z7jXc8mSyd4PtPLzby69r4ryUDYDWl9zLn0W/gnaCxtKrvEGzYpKTl5JcpEiLdLA==","signatures":[{"sig":"MEYCIQDQzavSy2Kt+dc0EQbDm102TF7YLfqRFRoigOjDkQhuAAIhAM217SBX5J/dj2YTbIcLMIgN/mXVmbtkvxNyjJlhWU/S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098038},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.733c4a3","@aztec/cli":"0.0.1-commit.733c4a3","@aztec/p2p":"0.0.1-commit.733c4a3","@aztec/pxe":"0.0.1-commit.733c4a3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.733c4a3","@aztec/bb.js":"0.0.1-commit.733c4a3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.733c4a3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.733c4a3","@aztec/wallets":"0.0.1-commit.733c4a3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.733c4a3","@aztec/archiver":"0.0.1-commit.733c4a3","@aztec/aztec.js":"0.0.1-commit.733c4a3","@aztec/blob-lib":"0.0.1-commit.733c4a3","@aztec/ethereum":"0.0.1-commit.733c4a3","@aztec/kv-store":"0.0.1-commit.733c4a3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.733c4a3","@aztec/constants":"0.0.1-commit.733c4a3","@aztec/simulator":"0.0.1-commit.733c4a3","@aztec/aztec-node":"0.0.1-commit.733c4a3","@aztec/foundation":"0.0.1-commit.733c4a3","@aztec/wallet-sdk":"0.0.1-commit.733c4a3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.733c4a3","@aztec/entrypoints":"0.0.1-commit.733c4a3","@aztec/epoch-cache":"0.0.1-commit.733c4a3","@aztec/merkle-tree":"0.0.1-commit.733c4a3","@aztec/prover-node":"0.0.1-commit.733c4a3","@aztec/world-state":"0.0.1-commit.733c4a3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.733c4a3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.733c4a3","@aztec/prover-client":"0.0.1-commit.733c4a3","@aztec/noir-noirc_abi":"0.0.1-commit.733c4a3","@aztec/sequencer-client":"0.0.1-commit.733c4a3","@aztec/telemetry-client":"0.0.1-commit.733c4a3","@aztec/validator-client":"0.0.1-commit.733c4a3","@aztec/noir-contracts.js":"0.0.1-commit.733c4a3","@aztec/protocol-contracts":"0.0.1-commit.733c4a3","@aztec/validator-ha-signer":"0.0.1-commit.733c4a3","@aztec/noir-test-contracts.js":"0.0.1-commit.733c4a3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.733c4a3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.733c4a3_1772089721821_0.24309192510944122","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.7":{"name":"@aztec/end-to-end","version":"4.0.0-rc.7","_id":"@aztec/end-to-end@4.0.0-rc.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3673ce9585e4e11895234c3e5adbd765aabe9c58","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.7.tgz","fileCount":280,"integrity":"sha512-Ue1tMR9dR3Qg00RmkoeyikM1zvt2lSMpAFkLMerRXmoO2sEZnO41Mv1QdFn1GyDaZSnEp16iKCQ9mOC5BKV31Q==","signatures":[{"sig":"MEYCIQCUiqgn3Xmz/mP4U0f0rP0X6Z678Qy1vzad/wmZbWpd0AIhAJGkTEDe9AxtgelMZ4T/Bhrqi3SAjyxCgG94MfyDITQQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085983},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8e3f5db414794273da123abc7c355f7397458fa7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.7","@aztec/cli":"4.0.0-rc.7","@aztec/p2p":"4.0.0-rc.7","@aztec/pxe":"4.0.0-rc.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.7","@aztec/bb.js":"4.0.0-rc.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.7","@aztec/wallets":"4.0.0-rc.7","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.7","@aztec/archiver":"4.0.0-rc.7","@aztec/aztec.js":"4.0.0-rc.7","@aztec/blob-lib":"4.0.0-rc.7","@aztec/ethereum":"4.0.0-rc.7","@aztec/kv-store":"4.0.0-rc.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.7","@aztec/constants":"4.0.0-rc.7","@aztec/simulator":"4.0.0-rc.7","@aztec/aztec-node":"4.0.0-rc.7","@aztec/foundation":"4.0.0-rc.7","@aztec/wallet-sdk":"4.0.0-rc.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.7","@aztec/entrypoints":"4.0.0-rc.7","@aztec/epoch-cache":"4.0.0-rc.7","@aztec/merkle-tree":"4.0.0-rc.7","@aztec/prover-node":"4.0.0-rc.7","@aztec/world-state":"4.0.0-rc.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.7","@aztec/prover-client":"4.0.0-rc.7","@aztec/noir-noirc_abi":"4.0.0-rc.7","@aztec/sequencer-client":"4.0.0-rc.7","@aztec/telemetry-client":"4.0.0-rc.7","@aztec/validator-client":"4.0.0-rc.7","@aztec/noir-contracts.js":"4.0.0-rc.7","@aztec/protocol-contracts":"4.0.0-rc.7","@aztec/validator-ha-signer":"4.0.0-rc.7","@aztec/noir-test-contracts.js":"4.0.0-rc.7","@aztec/noir-protocol-circuits-types":"4.0.0-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.7_1772113241824_0.381275597953161","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.8":{"name":"@aztec/end-to-end","version":"4.0.0-rc.8","_id":"@aztec/end-to-end@4.0.0-rc.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0e6c9e93352a1f239d37b5d1d67a3a8f29d613e7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.8.tgz","fileCount":280,"integrity":"sha512-fjkylT6fLPFuHrl74UDmYAUSScPvg3bmYhngA56OkGEZ85/14wZvnTkTek5hktbJOuBBTi3/Va+0BgKb2ZtvpA==","signatures":[{"sig":"MEQCIFhAm40jDuPssfG2SMW6kLbaEZ//03pQa2dZRdnISi5rAiB5xArUEVrQT+Xrxze3/m4VQSTDbRDp5puoa0bWJR6nQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"83ea2023bb6d1a928943e9af7a9e17bb6a6e8d11","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.8","@aztec/cli":"4.0.0-rc.8","@aztec/p2p":"4.0.0-rc.8","@aztec/pxe":"4.0.0-rc.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.8","@aztec/bb.js":"4.0.0-rc.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.8","@aztec/wallets":"4.0.0-rc.8","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.8","@aztec/archiver":"4.0.0-rc.8","@aztec/aztec.js":"4.0.0-rc.8","@aztec/blob-lib":"4.0.0-rc.8","@aztec/ethereum":"4.0.0-rc.8","@aztec/kv-store":"4.0.0-rc.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.8","@aztec/constants":"4.0.0-rc.8","@aztec/simulator":"4.0.0-rc.8","@aztec/aztec-node":"4.0.0-rc.8","@aztec/foundation":"4.0.0-rc.8","@aztec/wallet-sdk":"4.0.0-rc.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.8","@aztec/entrypoints":"4.0.0-rc.8","@aztec/epoch-cache":"4.0.0-rc.8","@aztec/merkle-tree":"4.0.0-rc.8","@aztec/prover-node":"4.0.0-rc.8","@aztec/world-state":"4.0.0-rc.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.8","@aztec/prover-client":"4.0.0-rc.8","@aztec/noir-noirc_abi":"4.0.0-rc.8","@aztec/sequencer-client":"4.0.0-rc.8","@aztec/telemetry-client":"4.0.0-rc.8","@aztec/validator-client":"4.0.0-rc.8","@aztec/noir-contracts.js":"4.0.0-rc.8","@aztec/protocol-contracts":"4.0.0-rc.8","@aztec/validator-ha-signer":"4.0.0-rc.8","@aztec/noir-test-contracts.js":"4.0.0-rc.8","@aztec/noir-protocol-circuits-types":"4.0.0-rc.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.8_1772121645233_0.13739619778027934","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.2-patch.2":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.2-patch.2","_id":"@aztec/end-to-end@4.0.0-devnet.2-patch.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"42c598dd7287a174277afdf22c3b68f1818df0ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.2-patch.2.tgz","fileCount":280,"integrity":"sha512-lgtpNkerOubaSMASP7qNUzr6qGco7KeSRcndJiqTRdBRWxffy7e95Qwbg/MlfdkEiLxyqzx9iSz9pAzDseRkBw==","signatures":[{"sig":"MEUCIQDbTUUuyXNyg7fLzn9YGJYpb9q383x4gBGE5atwv7yRzwIgWqSSGMbJxIPyEBva2JwpRVaHeX1A1plO5RBCn1jHv/Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ec529ec709125b492e0ae966860cbf3c9b52e0ba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.2-patch.2","@aztec/cli":"4.0.0-devnet.2-patch.2","@aztec/p2p":"4.0.0-devnet.2-patch.2","@aztec/pxe":"4.0.0-devnet.2-patch.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.2-patch.2","@aztec/bb.js":"4.0.0-devnet.2-patch.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.2-patch.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.2-patch.2","@aztec/wallets":"4.0.0-devnet.2-patch.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.2-patch.2","@aztec/archiver":"4.0.0-devnet.2-patch.2","@aztec/aztec.js":"4.0.0-devnet.2-patch.2","@aztec/blob-lib":"4.0.0-devnet.2-patch.2","@aztec/ethereum":"4.0.0-devnet.2-patch.2","@aztec/kv-store":"4.0.0-devnet.2-patch.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.2-patch.2","@aztec/constants":"4.0.0-devnet.2-patch.2","@aztec/simulator":"4.0.0-devnet.2-patch.2","@aztec/aztec-node":"4.0.0-devnet.2-patch.2","@aztec/foundation":"4.0.0-devnet.2-patch.2","@aztec/wallet-sdk":"4.0.0-devnet.2-patch.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.2-patch.2","@aztec/entrypoints":"4.0.0-devnet.2-patch.2","@aztec/epoch-cache":"4.0.0-devnet.2-patch.2","@aztec/merkle-tree":"4.0.0-devnet.2-patch.2","@aztec/prover-node":"4.0.0-devnet.2-patch.2","@aztec/world-state":"4.0.0-devnet.2-patch.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.2-patch.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.2-patch.2","@aztec/prover-client":"4.0.0-devnet.2-patch.2","@aztec/noir-noirc_abi":"4.0.0-devnet.2-patch.2","@aztec/sequencer-client":"4.0.0-devnet.2-patch.2","@aztec/telemetry-client":"4.0.0-devnet.2-patch.2","@aztec/validator-client":"4.0.0-devnet.2-patch.2","@aztec/noir-contracts.js":"4.0.0-devnet.2-patch.2","@aztec/protocol-contracts":"4.0.0-devnet.2-patch.2","@aztec/validator-ha-signer":"4.0.0-devnet.2-patch.2","@aztec/noir-test-contracts.js":"4.0.0-devnet.2-patch.2","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.2-patch.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.2-patch.2_1772126440877_0.8569253476308172","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.9":{"name":"@aztec/end-to-end","version":"4.0.0-rc.9","_id":"@aztec/end-to-end@4.0.0-rc.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a76b190d75f5fb5ae442966950abaafa2284848d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.9.tgz","fileCount":280,"integrity":"sha512-YvqF2QHPzDzRwSvLKokWLotAObXaAlK0/a8U4vU9FFfbPJo+Dz0dlOhO3+DSsKEQwQxrBjEyZyrhkGqQgUh3pg==","signatures":[{"sig":"MEQCIEn/y0k8BOTUzuaxc6eNi5ORX9TrwDgw84GlaV7noPWyAiB2P6m8Tc5gAvBXWHegPK4l9act1grvHv0RzVi10hgncg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7a09c3ccffe7433ccece6fa4bf3d4a4c320a0720","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.9","@aztec/cli":"4.0.0-rc.9","@aztec/p2p":"4.0.0-rc.9","@aztec/pxe":"4.0.0-rc.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.9","@aztec/bb.js":"4.0.0-rc.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.9","@aztec/wallets":"4.0.0-rc.9","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.9","@aztec/archiver":"4.0.0-rc.9","@aztec/aztec.js":"4.0.0-rc.9","@aztec/blob-lib":"4.0.0-rc.9","@aztec/ethereum":"4.0.0-rc.9","@aztec/kv-store":"4.0.0-rc.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.9","@aztec/constants":"4.0.0-rc.9","@aztec/simulator":"4.0.0-rc.9","@aztec/aztec-node":"4.0.0-rc.9","@aztec/foundation":"4.0.0-rc.9","@aztec/wallet-sdk":"4.0.0-rc.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.9","@aztec/entrypoints":"4.0.0-rc.9","@aztec/epoch-cache":"4.0.0-rc.9","@aztec/merkle-tree":"4.0.0-rc.9","@aztec/prover-node":"4.0.0-rc.9","@aztec/world-state":"4.0.0-rc.9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.9","@aztec/prover-client":"4.0.0-rc.9","@aztec/noir-noirc_abi":"4.0.0-rc.9","@aztec/sequencer-client":"4.0.0-rc.9","@aztec/telemetry-client":"4.0.0-rc.9","@aztec/validator-client":"4.0.0-rc.9","@aztec/noir-contracts.js":"4.0.0-rc.9","@aztec/protocol-contracts":"4.0.0-rc.9","@aztec/validator-ha-signer":"4.0.0-rc.9","@aztec/noir-test-contracts.js":"4.0.0-rc.9","@aztec/noir-protocol-circuits-types":"4.0.0-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.9_1772130819964_0.5816973796801681","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-rc.10":{"name":"@aztec/end-to-end","version":"4.0.0-rc.10","_id":"@aztec/end-to-end@4.0.0-rc.10","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e70c9b4a14875930fb0f597808d11692dec0b4cc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-rc.10.tgz","fileCount":280,"integrity":"sha512-bF7t8zs+P1e0DLlT65Swamgs39El3xrgqxm1Tqvcqcp/r77osHmfbNj+6DErA0UwRF6HA7LY5x9ZGceAzV4fCA==","signatures":[{"sig":"MEQCIGRS+llN2mmTSKlv7xhflZJ+gL9BW3+GZUJFPsq+MAcyAiAMEPC3F1QjVgi4V2PaBGWin1RQCWNC4xMRzT17jDucng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37086007},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f3f543878af6f9e428618f0d751675585638ff0c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-rc.10","@aztec/cli":"4.0.0-rc.10","@aztec/p2p":"4.0.0-rc.10","@aztec/pxe":"4.0.0-rc.10","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-rc.10","@aztec/bb.js":"4.0.0-rc.10","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-rc.10","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-rc.10","@aztec/wallets":"4.0.0-rc.10","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-rc.10","@aztec/archiver":"4.0.0-rc.10","@aztec/aztec.js":"4.0.0-rc.10","@aztec/blob-lib":"4.0.0-rc.10","@aztec/ethereum":"4.0.0-rc.10","@aztec/kv-store":"4.0.0-rc.10","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-rc.10","@aztec/constants":"4.0.0-rc.10","@aztec/simulator":"4.0.0-rc.10","@aztec/aztec-node":"4.0.0-rc.10","@aztec/foundation":"4.0.0-rc.10","@aztec/wallet-sdk":"4.0.0-rc.10","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-rc.10","@aztec/entrypoints":"4.0.0-rc.10","@aztec/epoch-cache":"4.0.0-rc.10","@aztec/merkle-tree":"4.0.0-rc.10","@aztec/prover-node":"4.0.0-rc.10","@aztec/world-state":"4.0.0-rc.10","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-rc.10","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-rc.10","@aztec/prover-client":"4.0.0-rc.10","@aztec/noir-noirc_abi":"4.0.0-rc.10","@aztec/sequencer-client":"4.0.0-rc.10","@aztec/telemetry-client":"4.0.0-rc.10","@aztec/validator-client":"4.0.0-rc.10","@aztec/noir-contracts.js":"4.0.0-rc.10","@aztec/protocol-contracts":"4.0.0-rc.10","@aztec/validator-ha-signer":"4.0.0-rc.10","@aztec/noir-test-contracts.js":"4.0.0-rc.10","@aztec/noir-protocol-circuits-types":"4.0.0-rc.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-rc.10_1772139717439_0.634019017682188","host":"s3://npm-registry-packages-npm-production"}},"4.0.1":{"name":"@aztec/end-to-end","version":"4.0.1","_id":"@aztec/end-to-end@4.0.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3cfc13c675250c0a45c501f810b68c89915aad2d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.1.tgz","fileCount":280,"integrity":"sha512-0O7vbWBx5UMFcl2g97ZoUoBKIGOHNdoxwxqTokf/5x+slbPCtuYM/+9dMeheQjV29bSiHLW+iLGUidvtA7/Eaw==","signatures":[{"sig":"MEYCIQCkEnlvOhRVzMsOdWrrJ+wUBP66MLkroKXn9OIuk4QAcAIhAJkrsEr5HCbYoRTtT/s2xLoIcTd3DlcObz/bzxF/PLwH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085767},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0cec03b5abe8620eef7f9b4aa175bcb006776b79","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.1","@aztec/cli":"4.0.1","@aztec/p2p":"4.0.1","@aztec/pxe":"4.0.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.1","@aztec/bb.js":"4.0.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.1","@aztec/wallets":"4.0.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.1","@aztec/archiver":"4.0.1","@aztec/aztec.js":"4.0.1","@aztec/blob-lib":"4.0.1","@aztec/ethereum":"4.0.1","@aztec/kv-store":"4.0.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.1","@aztec/constants":"4.0.1","@aztec/simulator":"4.0.1","@aztec/aztec-node":"4.0.1","@aztec/foundation":"4.0.1","@aztec/wallet-sdk":"4.0.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.1","@aztec/entrypoints":"4.0.1","@aztec/epoch-cache":"4.0.1","@aztec/merkle-tree":"4.0.1","@aztec/prover-node":"4.0.1","@aztec/world-state":"4.0.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.1","@aztec/prover-client":"4.0.1","@aztec/noir-noirc_abi":"4.0.1","@aztec/sequencer-client":"4.0.1","@aztec/telemetry-client":"4.0.1","@aztec/validator-client":"4.0.1","@aztec/noir-contracts.js":"4.0.1","@aztec/protocol-contracts":"4.0.1","@aztec/validator-ha-signer":"4.0.1","@aztec/noir-test-contracts.js":"4.0.1","@aztec/noir-protocol-circuits-types":"4.0.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.1_1772152127608_0.1009301230221833","host":"s3://npm-registry-packages-npm-production"}},"4.0.1-rc.1":{"name":"@aztec/end-to-end","version":"4.0.1-rc.1","_id":"@aztec/end-to-end@4.0.1-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5f4f48def3d7d8f585be9b79f38e9ce68f292283","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.1-rc.1.tgz","fileCount":280,"integrity":"sha512-iTIPaXiHuOnMK3kh9bVLuA7r70BVBKwm00qQgC8eGE9trQQuKpGKxX+1iSiZvxfEW7AI4rRE3jJZURHDNcaZ0w==","signatures":[{"sig":"MEYCIQCbkMKvgjvhWPOsGdhPVRT3nLnYiDK5kgRybnjy+RwWUgIhAO49/cyJ2PocrK71wIEhid4Grijm9OcOCEIGdnx2qCGM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0cec03b5abe8620eef7f9b4aa175bcb006776b79","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.1-rc.1","@aztec/cli":"4.0.1-rc.1","@aztec/p2p":"4.0.1-rc.1","@aztec/pxe":"4.0.1-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.1-rc.1","@aztec/bb.js":"4.0.1-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.1-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.1-rc.1","@aztec/wallets":"4.0.1-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.1-rc.1","@aztec/archiver":"4.0.1-rc.1","@aztec/aztec.js":"4.0.1-rc.1","@aztec/blob-lib":"4.0.1-rc.1","@aztec/ethereum":"4.0.1-rc.1","@aztec/kv-store":"4.0.1-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.1-rc.1","@aztec/constants":"4.0.1-rc.1","@aztec/simulator":"4.0.1-rc.1","@aztec/aztec-node":"4.0.1-rc.1","@aztec/foundation":"4.0.1-rc.1","@aztec/wallet-sdk":"4.0.1-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.1-rc.1","@aztec/entrypoints":"4.0.1-rc.1","@aztec/epoch-cache":"4.0.1-rc.1","@aztec/merkle-tree":"4.0.1-rc.1","@aztec/prover-node":"4.0.1-rc.1","@aztec/world-state":"4.0.1-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.1-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.1-rc.1","@aztec/prover-client":"4.0.1-rc.1","@aztec/noir-noirc_abi":"4.0.1-rc.1","@aztec/sequencer-client":"4.0.1-rc.1","@aztec/telemetry-client":"4.0.1-rc.1","@aztec/validator-client":"4.0.1-rc.1","@aztec/noir-contracts.js":"4.0.1-rc.1","@aztec/protocol-contracts":"4.0.1-rc.1","@aztec/validator-ha-signer":"4.0.1-rc.1","@aztec/noir-test-contracts.js":"4.0.1-rc.1","@aztec/noir-protocol-circuits-types":"4.0.1-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.1-rc.1_1772152145743_0.2998489449702726","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.dbf9cec":{"name":"@aztec/end-to-end","version":"0.0.1-commit.dbf9cec","_id":"@aztec/end-to-end@0.0.1-commit.dbf9cec","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0397e517d956110c5340828e8e651eb638fdd5ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.dbf9cec.tgz","fileCount":284,"integrity":"sha512-h4pOSOKhE7n/crxkg/vPQnK4tmmEFtDmOb0l//bANfh3g9yDgkKzEl1XMEGuRSh04M6PgE6exIuztllT3tGgsw==","signatures":[{"sig":"MEQCIHZFT6aBivRnwtN16EmUK1VqufUov2FUwbqj1T169f9PAiBN3Ut0ylO7mAj9txb9wk+8LOJrNZ7jUUdMGxF0UY2Y6Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098271},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.dbf9cec","@aztec/cli":"0.0.1-commit.dbf9cec","@aztec/p2p":"0.0.1-commit.dbf9cec","@aztec/pxe":"0.0.1-commit.dbf9cec","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.dbf9cec","@aztec/bb.js":"0.0.1-commit.dbf9cec","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.dbf9cec","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.dbf9cec","@aztec/wallets":"0.0.1-commit.dbf9cec","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.dbf9cec","@aztec/archiver":"0.0.1-commit.dbf9cec","@aztec/aztec.js":"0.0.1-commit.dbf9cec","@aztec/blob-lib":"0.0.1-commit.dbf9cec","@aztec/ethereum":"0.0.1-commit.dbf9cec","@aztec/kv-store":"0.0.1-commit.dbf9cec","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.dbf9cec","@aztec/constants":"0.0.1-commit.dbf9cec","@aztec/simulator":"0.0.1-commit.dbf9cec","@aztec/aztec-node":"0.0.1-commit.dbf9cec","@aztec/foundation":"0.0.1-commit.dbf9cec","@aztec/wallet-sdk":"0.0.1-commit.dbf9cec","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.dbf9cec","@aztec/entrypoints":"0.0.1-commit.dbf9cec","@aztec/epoch-cache":"0.0.1-commit.dbf9cec","@aztec/merkle-tree":"0.0.1-commit.dbf9cec","@aztec/prover-node":"0.0.1-commit.dbf9cec","@aztec/world-state":"0.0.1-commit.dbf9cec","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.dbf9cec","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.dbf9cec","@aztec/prover-client":"0.0.1-commit.dbf9cec","@aztec/noir-noirc_abi":"0.0.1-commit.dbf9cec","@aztec/sequencer-client":"0.0.1-commit.dbf9cec","@aztec/telemetry-client":"0.0.1-commit.dbf9cec","@aztec/validator-client":"0.0.1-commit.dbf9cec","@aztec/noir-contracts.js":"0.0.1-commit.dbf9cec","@aztec/protocol-contracts":"0.0.1-commit.dbf9cec","@aztec/validator-ha-signer":"0.0.1-commit.dbf9cec","@aztec/noir-test-contracts.js":"0.0.1-commit.dbf9cec","@aztec/noir-protocol-circuits-types":"0.0.1-commit.dbf9cec"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.dbf9cec_1772153673741_0.011494486155719796","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ec5f612":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ec5f612","_id":"@aztec/end-to-end@0.0.1-commit.ec5f612","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"790ff81ca603b50ead0e4fae0e0d6e079c19a453","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ec5f612.tgz","fileCount":284,"integrity":"sha512-tPEH8QHOTsShb2pTJJYgWj1U2Yr+J+PxhyxzX4o3K9DecCG35YpWZmCkENRzdw7XzsF7SfQ4MeZ7zdgJ8Pf+3w==","signatures":[{"sig":"MEQCIAZcsPiTWyu8ISJiLUOnKgjL69ccUzsRDKeSaQqyoMpbAiA8vog9gDUNSt9zxUCYwiahf6PZEPvA8RJRDXwa36vlfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098271},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ec5f612","@aztec/cli":"0.0.1-commit.ec5f612","@aztec/p2p":"0.0.1-commit.ec5f612","@aztec/pxe":"0.0.1-commit.ec5f612","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ec5f612","@aztec/bb.js":"0.0.1-commit.ec5f612","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ec5f612","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ec5f612","@aztec/wallets":"0.0.1-commit.ec5f612","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ec5f612","@aztec/archiver":"0.0.1-commit.ec5f612","@aztec/aztec.js":"0.0.1-commit.ec5f612","@aztec/blob-lib":"0.0.1-commit.ec5f612","@aztec/ethereum":"0.0.1-commit.ec5f612","@aztec/kv-store":"0.0.1-commit.ec5f612","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ec5f612","@aztec/constants":"0.0.1-commit.ec5f612","@aztec/simulator":"0.0.1-commit.ec5f612","@aztec/aztec-node":"0.0.1-commit.ec5f612","@aztec/foundation":"0.0.1-commit.ec5f612","@aztec/wallet-sdk":"0.0.1-commit.ec5f612","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ec5f612","@aztec/entrypoints":"0.0.1-commit.ec5f612","@aztec/epoch-cache":"0.0.1-commit.ec5f612","@aztec/merkle-tree":"0.0.1-commit.ec5f612","@aztec/prover-node":"0.0.1-commit.ec5f612","@aztec/world-state":"0.0.1-commit.ec5f612","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ec5f612","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ec5f612","@aztec/prover-client":"0.0.1-commit.ec5f612","@aztec/noir-noirc_abi":"0.0.1-commit.ec5f612","@aztec/sequencer-client":"0.0.1-commit.ec5f612","@aztec/telemetry-client":"0.0.1-commit.ec5f612","@aztec/validator-client":"0.0.1-commit.ec5f612","@aztec/noir-contracts.js":"0.0.1-commit.ec5f612","@aztec/protocol-contracts":"0.0.1-commit.ec5f612","@aztec/validator-ha-signer":"0.0.1-commit.ec5f612","@aztec/noir-test-contracts.js":"0.0.1-commit.ec5f612","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ec5f612"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ec5f612_1772163171004_0.17012555496238968","host":"s3://npm-registry-packages-npm-production"}},"4.0.1-rc.2":{"name":"@aztec/end-to-end","version":"4.0.1-rc.2","_id":"@aztec/end-to-end@4.0.1-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"85bb3e90916ce03301f5add11fcabe79fca77aad","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.1-rc.2.tgz","fileCount":280,"integrity":"sha512-rNA623RzdNNtm0uNCXHvUXtxQQVRZ7yBewMRQV6QELigRZHNBL735Sqepr20o94wS0D8D/nuzu54rA02Vc4rhw==","signatures":[{"sig":"MEQCID+vXiLDCt9Nr0dmmuFol6XYrVPd9NOIOg+Gz6MO8AjwAiA45KhvWlD1iJHnurhdu7wszee9hQqc2tkpPqsnCfIG6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1fa71ae18d94c4dbfee74b07c23b932e9236dbc7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.1-rc.2","@aztec/cli":"4.0.1-rc.2","@aztec/p2p":"4.0.1-rc.2","@aztec/pxe":"4.0.1-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.1-rc.2","@aztec/bb.js":"4.0.1-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.1-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.1-rc.2","@aztec/wallets":"4.0.1-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.1-rc.2","@aztec/archiver":"4.0.1-rc.2","@aztec/aztec.js":"4.0.1-rc.2","@aztec/blob-lib":"4.0.1-rc.2","@aztec/ethereum":"4.0.1-rc.2","@aztec/kv-store":"4.0.1-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.1-rc.2","@aztec/constants":"4.0.1-rc.2","@aztec/simulator":"4.0.1-rc.2","@aztec/aztec-node":"4.0.1-rc.2","@aztec/foundation":"4.0.1-rc.2","@aztec/wallet-sdk":"4.0.1-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.1-rc.2","@aztec/entrypoints":"4.0.1-rc.2","@aztec/epoch-cache":"4.0.1-rc.2","@aztec/merkle-tree":"4.0.1-rc.2","@aztec/prover-node":"4.0.1-rc.2","@aztec/world-state":"4.0.1-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.1-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.1-rc.2","@aztec/prover-client":"4.0.1-rc.2","@aztec/noir-noirc_abi":"4.0.1-rc.2","@aztec/sequencer-client":"4.0.1-rc.2","@aztec/telemetry-client":"4.0.1-rc.2","@aztec/validator-client":"4.0.1-rc.2","@aztec/noir-contracts.js":"4.0.1-rc.2","@aztec/protocol-contracts":"4.0.1-rc.2","@aztec/validator-ha-signer":"4.0.1-rc.2","@aztec/noir-test-contracts.js":"4.0.1-rc.2","@aztec/noir-protocol-circuits-types":"4.0.1-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.1-rc.2_1772163176891_0.07553471427952241","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7b86788":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7b86788","_id":"@aztec/end-to-end@0.0.1-commit.7b86788","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"14e0f999944eb2d3236d4370e3b437aef10363e3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7b86788.tgz","fileCount":284,"integrity":"sha512-wyFf+jJoi9t3DUOMkkMURhvwT5UIoZSJ9GVpZ/24mCt+PqwSdWxdHv0/BZ2ZCgfDAtKB7YaGHsGgMPgCkV8khg==","signatures":[{"sig":"MEYCIQD5Fsih4c0+jKnSySj/RVYGbHB/lUn4+zyjNOWjWs8hWQIhAOuxD1olly+D5DLncWBXYNDIcT9soLEf3Ln98F48OVFN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098271},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7b86788","@aztec/cli":"0.0.1-commit.7b86788","@aztec/p2p":"0.0.1-commit.7b86788","@aztec/pxe":"0.0.1-commit.7b86788","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7b86788","@aztec/bb.js":"0.0.1-commit.7b86788","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7b86788","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7b86788","@aztec/wallets":"0.0.1-commit.7b86788","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7b86788","@aztec/archiver":"0.0.1-commit.7b86788","@aztec/aztec.js":"0.0.1-commit.7b86788","@aztec/blob-lib":"0.0.1-commit.7b86788","@aztec/ethereum":"0.0.1-commit.7b86788","@aztec/kv-store":"0.0.1-commit.7b86788","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7b86788","@aztec/constants":"0.0.1-commit.7b86788","@aztec/simulator":"0.0.1-commit.7b86788","@aztec/aztec-node":"0.0.1-commit.7b86788","@aztec/foundation":"0.0.1-commit.7b86788","@aztec/wallet-sdk":"0.0.1-commit.7b86788","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7b86788","@aztec/entrypoints":"0.0.1-commit.7b86788","@aztec/epoch-cache":"0.0.1-commit.7b86788","@aztec/merkle-tree":"0.0.1-commit.7b86788","@aztec/prover-node":"0.0.1-commit.7b86788","@aztec/world-state":"0.0.1-commit.7b86788","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7b86788","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7b86788","@aztec/prover-client":"0.0.1-commit.7b86788","@aztec/noir-noirc_abi":"0.0.1-commit.7b86788","@aztec/sequencer-client":"0.0.1-commit.7b86788","@aztec/telemetry-client":"0.0.1-commit.7b86788","@aztec/validator-client":"0.0.1-commit.7b86788","@aztec/noir-contracts.js":"0.0.1-commit.7b86788","@aztec/protocol-contracts":"0.0.1-commit.7b86788","@aztec/validator-ha-signer":"0.0.1-commit.7b86788","@aztec/noir-test-contracts.js":"0.0.1-commit.7b86788","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7b86788"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7b86788_1772163244552_0.656600116969984","host":"s3://npm-registry-packages-npm-production"}},"4.0.1-rc.3":{"name":"@aztec/end-to-end","version":"4.0.1-rc.3","_id":"@aztec/end-to-end@4.0.1-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"54aca717c39c76d959edead58d9c71cfbae73bae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.1-rc.3.tgz","fileCount":280,"integrity":"sha512-7+BWqFPtfbKnvUAFM/lkmGVqCvzic+SxVNCpcA/s06Opyy5h9RdiqG6u6ULc689OerDLymS9lqckTSLw9slIWg==","signatures":[{"sig":"MEYCIQDWut91bjrrslcAnRxlwqEGEK/+ClQoZXzZxF+UWa4k8QIhAP0rmwJF2rLscccCJTX9WS7XvQMrLcjVbXZTl6RuzjMD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"0ed0a0680c42ca88e650bffd0f2eee3ac93c3f5a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.1-rc.3","@aztec/cli":"4.0.1-rc.3","@aztec/p2p":"4.0.1-rc.3","@aztec/pxe":"4.0.1-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.1-rc.3","@aztec/bb.js":"4.0.1-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.1-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.1-rc.3","@aztec/wallets":"4.0.1-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.1-rc.3","@aztec/archiver":"4.0.1-rc.3","@aztec/aztec.js":"4.0.1-rc.3","@aztec/blob-lib":"4.0.1-rc.3","@aztec/ethereum":"4.0.1-rc.3","@aztec/kv-store":"4.0.1-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.1-rc.3","@aztec/constants":"4.0.1-rc.3","@aztec/simulator":"4.0.1-rc.3","@aztec/aztec-node":"4.0.1-rc.3","@aztec/foundation":"4.0.1-rc.3","@aztec/wallet-sdk":"4.0.1-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.1-rc.3","@aztec/entrypoints":"4.0.1-rc.3","@aztec/epoch-cache":"4.0.1-rc.3","@aztec/merkle-tree":"4.0.1-rc.3","@aztec/prover-node":"4.0.1-rc.3","@aztec/world-state":"4.0.1-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.1-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.1-rc.3","@aztec/prover-client":"4.0.1-rc.3","@aztec/noir-noirc_abi":"4.0.1-rc.3","@aztec/sequencer-client":"4.0.1-rc.3","@aztec/telemetry-client":"4.0.1-rc.3","@aztec/validator-client":"4.0.1-rc.3","@aztec/noir-contracts.js":"4.0.1-rc.3","@aztec/protocol-contracts":"4.0.1-rc.3","@aztec/validator-ha-signer":"4.0.1-rc.3","@aztec/noir-test-contracts.js":"4.0.1-rc.3","@aztec/noir-protocol-circuits-types":"4.0.1-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.1-rc.3_1772164079045_0.052984340392277174","host":"s3://npm-registry-packages-npm-production"}},"4.0.2":{"name":"@aztec/end-to-end","version":"4.0.2","_id":"@aztec/end-to-end@4.0.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"370702c8ec23668c3b3f5dcdbd4b1e927b9445e6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.2.tgz","fileCount":280,"integrity":"sha512-O/r6YVGEhWI1/LX79zZEFNJ943mKThaUg3C9sjwdL3gQJ709B2XqVRoqUpzpotPAmwSmQ7i6d5OIBims9m+n0w==","signatures":[{"sig":"MEUCIB5j4korAny9aq8JLK59nddrpngekKj+0v4vlCrBc92vAiEA9xWmliZn50ZRCMB909y4cvFWqJSiUyiQ7AaMOEkn7ao=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085767},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fb47a65532f7dfad64cc0ce46765a4557ba56fde","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.2","@aztec/cli":"4.0.2","@aztec/p2p":"4.0.2","@aztec/pxe":"4.0.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.2","@aztec/bb.js":"4.0.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.2","@aztec/wallets":"4.0.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.2","@aztec/archiver":"4.0.2","@aztec/aztec.js":"4.0.2","@aztec/blob-lib":"4.0.2","@aztec/ethereum":"4.0.2","@aztec/kv-store":"4.0.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.2","@aztec/constants":"4.0.2","@aztec/simulator":"4.0.2","@aztec/aztec-node":"4.0.2","@aztec/foundation":"4.0.2","@aztec/wallet-sdk":"4.0.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.2","@aztec/entrypoints":"4.0.2","@aztec/epoch-cache":"4.0.2","@aztec/merkle-tree":"4.0.2","@aztec/prover-node":"4.0.2","@aztec/world-state":"4.0.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.2","@aztec/prover-client":"4.0.2","@aztec/noir-noirc_abi":"4.0.2","@aztec/sequencer-client":"4.0.2","@aztec/telemetry-client":"4.0.2","@aztec/validator-client":"4.0.2","@aztec/noir-contracts.js":"4.0.2","@aztec/protocol-contracts":"4.0.2","@aztec/validator-ha-signer":"4.0.2","@aztec/noir-test-contracts.js":"4.0.2","@aztec/noir-protocol-circuits-types":"4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.2_1772164220728_0.9068111049912804","host":"s3://npm-registry-packages-npm-production"}},"4.0.2-rc.1":{"name":"@aztec/end-to-end","version":"4.0.2-rc.1","_id":"@aztec/end-to-end@4.0.2-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b174700c895da0ccda73ca54907dacf31cad5e47","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.2-rc.1.tgz","fileCount":280,"integrity":"sha512-1cRMMeq/VlraopzBlY5VaLamB0BO4THSmshBDrWssqsgLU4M8RdqMpE6jqybxJnsJTPhG+SEDfColYCXVTZTSA==","signatures":[{"sig":"MEUCIQDBTSAdF1Pqy1d3bqbHmagouP3mfikfXn2mgbDmWj5ETgIgP6hlwQa8PPh0GOu2TR/KyiD8XY+jBqAQrviWJ5MF2V0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fb47a65532f7dfad64cc0ce46765a4557ba56fde","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.2-rc.1","@aztec/cli":"4.0.2-rc.1","@aztec/p2p":"4.0.2-rc.1","@aztec/pxe":"4.0.2-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.2-rc.1","@aztec/bb.js":"4.0.2-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.2-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.2-rc.1","@aztec/wallets":"4.0.2-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.2-rc.1","@aztec/archiver":"4.0.2-rc.1","@aztec/aztec.js":"4.0.2-rc.1","@aztec/blob-lib":"4.0.2-rc.1","@aztec/ethereum":"4.0.2-rc.1","@aztec/kv-store":"4.0.2-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.2-rc.1","@aztec/constants":"4.0.2-rc.1","@aztec/simulator":"4.0.2-rc.1","@aztec/aztec-node":"4.0.2-rc.1","@aztec/foundation":"4.0.2-rc.1","@aztec/wallet-sdk":"4.0.2-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.2-rc.1","@aztec/entrypoints":"4.0.2-rc.1","@aztec/epoch-cache":"4.0.2-rc.1","@aztec/merkle-tree":"4.0.2-rc.1","@aztec/prover-node":"4.0.2-rc.1","@aztec/world-state":"4.0.2-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.2-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.2-rc.1","@aztec/prover-client":"4.0.2-rc.1","@aztec/noir-noirc_abi":"4.0.2-rc.1","@aztec/sequencer-client":"4.0.2-rc.1","@aztec/telemetry-client":"4.0.2-rc.1","@aztec/validator-client":"4.0.2-rc.1","@aztec/noir-contracts.js":"4.0.2-rc.1","@aztec/protocol-contracts":"4.0.2-rc.1","@aztec/validator-ha-signer":"4.0.2-rc.1","@aztec/noir-test-contracts.js":"4.0.2-rc.1","@aztec/noir-protocol-circuits-types":"4.0.2-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.2-rc.1_1772164269358_0.9772800004390625","host":"s3://npm-registry-packages-npm-production"}},"4.0.2-rc.2":{"name":"@aztec/end-to-end","version":"4.0.2-rc.2","_id":"@aztec/end-to-end@4.0.2-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b0ae1b4ef4d6f4c9916ce75b3fbfaf6ff79e50ee","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.2-rc.2.tgz","fileCount":280,"integrity":"sha512-cv4YdtDHZdPmEYsjNukRL4FwnfCl9yeYy7zm5uDhdAt73UR90zjB8/Hj88m+g0uwKQKnoa5d4EPoQSV1MnHOSQ==","signatures":[{"sig":"MEQCICDWfigk6fulYR+7Eeor/ngexXhRcz32ylxMOcgCs2kpAiB+IB28FjxWhkSebrAHK22l2EV8h+UlGAaTdmX7W4y8dQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ed3f61d61745bcd895056ee49e4c6a849928d19e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.2-rc.2","@aztec/cli":"4.0.2-rc.2","@aztec/p2p":"4.0.2-rc.2","@aztec/pxe":"4.0.2-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.2-rc.2","@aztec/bb.js":"4.0.2-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.2-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.2-rc.2","@aztec/wallets":"4.0.2-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.2-rc.2","@aztec/archiver":"4.0.2-rc.2","@aztec/aztec.js":"4.0.2-rc.2","@aztec/blob-lib":"4.0.2-rc.2","@aztec/ethereum":"4.0.2-rc.2","@aztec/kv-store":"4.0.2-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.2-rc.2","@aztec/constants":"4.0.2-rc.2","@aztec/simulator":"4.0.2-rc.2","@aztec/aztec-node":"4.0.2-rc.2","@aztec/foundation":"4.0.2-rc.2","@aztec/wallet-sdk":"4.0.2-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.2-rc.2","@aztec/entrypoints":"4.0.2-rc.2","@aztec/epoch-cache":"4.0.2-rc.2","@aztec/merkle-tree":"4.0.2-rc.2","@aztec/prover-node":"4.0.2-rc.2","@aztec/world-state":"4.0.2-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.2-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.2-rc.2","@aztec/prover-client":"4.0.2-rc.2","@aztec/noir-noirc_abi":"4.0.2-rc.2","@aztec/sequencer-client":"4.0.2-rc.2","@aztec/telemetry-client":"4.0.2-rc.2","@aztec/validator-client":"4.0.2-rc.2","@aztec/noir-contracts.js":"4.0.2-rc.2","@aztec/protocol-contracts":"4.0.2-rc.2","@aztec/validator-ha-signer":"4.0.2-rc.2","@aztec/noir-test-contracts.js":"4.0.2-rc.2","@aztec/noir-protocol-circuits-types":"4.0.2-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.2-rc.2_1772185156354_0.30907691817607597","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.85d7d01":{"name":"@aztec/end-to-end","version":"0.0.1-commit.85d7d01","_id":"@aztec/end-to-end@0.0.1-commit.85d7d01","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"99b56a3f4cd717062e34f5ce349c714085a36f1f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.85d7d01.tgz","fileCount":284,"integrity":"sha512-HmCvIs0Ctyj4OlgybmbfRwxclTvvokW5HXL0xeFU079O01O7mhvitZ7tPPano4qdIJN/+J54q4JNxe6ugPkVMg==","signatures":[{"sig":"MEUCIQC1JDF+FvLXIzKZPajIRuVYusJ1Ly3Mr0jFf+lagii5tQIgCyGM5zr1l0ZrmFbnMMMexDAA+dN3mn6jPRLrG6lowe4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098271},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.85d7d01","@aztec/cli":"0.0.1-commit.85d7d01","@aztec/p2p":"0.0.1-commit.85d7d01","@aztec/pxe":"0.0.1-commit.85d7d01","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.85d7d01","@aztec/bb.js":"0.0.1-commit.85d7d01","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.85d7d01","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.85d7d01","@aztec/wallets":"0.0.1-commit.85d7d01","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.85d7d01","@aztec/archiver":"0.0.1-commit.85d7d01","@aztec/aztec.js":"0.0.1-commit.85d7d01","@aztec/blob-lib":"0.0.1-commit.85d7d01","@aztec/ethereum":"0.0.1-commit.85d7d01","@aztec/kv-store":"0.0.1-commit.85d7d01","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.85d7d01","@aztec/constants":"0.0.1-commit.85d7d01","@aztec/simulator":"0.0.1-commit.85d7d01","@aztec/aztec-node":"0.0.1-commit.85d7d01","@aztec/foundation":"0.0.1-commit.85d7d01","@aztec/wallet-sdk":"0.0.1-commit.85d7d01","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.85d7d01","@aztec/entrypoints":"0.0.1-commit.85d7d01","@aztec/epoch-cache":"0.0.1-commit.85d7d01","@aztec/merkle-tree":"0.0.1-commit.85d7d01","@aztec/prover-node":"0.0.1-commit.85d7d01","@aztec/world-state":"0.0.1-commit.85d7d01","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.85d7d01","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.85d7d01","@aztec/prover-client":"0.0.1-commit.85d7d01","@aztec/noir-noirc_abi":"0.0.1-commit.85d7d01","@aztec/sequencer-client":"0.0.1-commit.85d7d01","@aztec/telemetry-client":"0.0.1-commit.85d7d01","@aztec/validator-client":"0.0.1-commit.85d7d01","@aztec/noir-contracts.js":"0.0.1-commit.85d7d01","@aztec/protocol-contracts":"0.0.1-commit.85d7d01","@aztec/validator-ha-signer":"0.0.1-commit.85d7d01","@aztec/noir-test-contracts.js":"0.0.1-commit.85d7d01","@aztec/noir-protocol-circuits-types":"0.0.1-commit.85d7d01"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.85d7d01_1772188753654_0.13886001406450466","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.2-patch.3":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.2-patch.3","_id":"@aztec/end-to-end@4.0.0-devnet.2-patch.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7b166f9be0ee59f34315a0e3d59b92ebdd59b83d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.2-patch.3.tgz","fileCount":280,"integrity":"sha512-c6v7SPpRGiW5H9jhLZxaXP4YmpuNd1OpUU5m3VJyiNWuK2PkxMtPN+ceXZ5zhnYAKvENHxdzOY0oQyFdhXAIaA==","signatures":[{"sig":"MEYCIQCQrBkW28MSoCyQ3ayOxD58vj9AvaTDWy/44g/Kl/sBkAIhAOt5YX01o9dsXtXF/H5GH5wP+8KTyn+eCIAv7/Q1j+iS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c588e3814e6bd2463bad830a19679e7ba2909b4d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.2-patch.3","@aztec/cli":"4.0.0-devnet.2-patch.3","@aztec/p2p":"4.0.0-devnet.2-patch.3","@aztec/pxe":"4.0.0-devnet.2-patch.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.2-patch.3","@aztec/bb.js":"4.0.0-devnet.2-patch.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.2-patch.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.2-patch.3","@aztec/wallets":"4.0.0-devnet.2-patch.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.2-patch.3","@aztec/archiver":"4.0.0-devnet.2-patch.3","@aztec/aztec.js":"4.0.0-devnet.2-patch.3","@aztec/blob-lib":"4.0.0-devnet.2-patch.3","@aztec/ethereum":"4.0.0-devnet.2-patch.3","@aztec/kv-store":"4.0.0-devnet.2-patch.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.2-patch.3","@aztec/constants":"4.0.0-devnet.2-patch.3","@aztec/simulator":"4.0.0-devnet.2-patch.3","@aztec/aztec-node":"4.0.0-devnet.2-patch.3","@aztec/foundation":"4.0.0-devnet.2-patch.3","@aztec/wallet-sdk":"4.0.0-devnet.2-patch.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.2-patch.3","@aztec/entrypoints":"4.0.0-devnet.2-patch.3","@aztec/epoch-cache":"4.0.0-devnet.2-patch.3","@aztec/merkle-tree":"4.0.0-devnet.2-patch.3","@aztec/prover-node":"4.0.0-devnet.2-patch.3","@aztec/world-state":"4.0.0-devnet.2-patch.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.2-patch.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.2-patch.3","@aztec/prover-client":"4.0.0-devnet.2-patch.3","@aztec/noir-noirc_abi":"4.0.0-devnet.2-patch.3","@aztec/sequencer-client":"4.0.0-devnet.2-patch.3","@aztec/telemetry-client":"4.0.0-devnet.2-patch.3","@aztec/validator-client":"4.0.0-devnet.2-patch.3","@aztec/noir-contracts.js":"4.0.0-devnet.2-patch.3","@aztec/protocol-contracts":"4.0.0-devnet.2-patch.3","@aztec/validator-ha-signer":"4.0.0-devnet.2-patch.3","@aztec/noir-test-contracts.js":"4.0.0-devnet.2-patch.3","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.2-patch.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.2-patch.3_1772202167056_0.4768162763842485","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.27d773e65":{"name":"@aztec/end-to-end","version":"0.0.1-commit.27d773e65","_id":"@aztec/end-to-end@0.0.1-commit.27d773e65","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da476be52db2242ed01a87b10a61b17ddc21c71c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.27d773e65.tgz","fileCount":284,"integrity":"sha512-J/u9knwLIu/YvGcTADwCPu88e5m3j8TApfYMGLMOQJgG923P1t7bGuGOEyVieWZOXhLdjZyzElMCng13Z/yElA==","signatures":[{"sig":"MEYCIQCnpDC2VEv4lpDJh5kbc3j4e7blO3VMF2SGp4g8kPVJdQIhAOH/azdaCJUDsGcZ7zXyMSB44soubMA42XOB9oKe2d/D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098351},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.27d773e65","@aztec/cli":"0.0.1-commit.27d773e65","@aztec/p2p":"0.0.1-commit.27d773e65","@aztec/pxe":"0.0.1-commit.27d773e65","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.27d773e65","@aztec/bb.js":"0.0.1-commit.27d773e65","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.27d773e65","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.27d773e65","@aztec/wallets":"0.0.1-commit.27d773e65","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.27d773e65","@aztec/archiver":"0.0.1-commit.27d773e65","@aztec/aztec.js":"0.0.1-commit.27d773e65","@aztec/blob-lib":"0.0.1-commit.27d773e65","@aztec/ethereum":"0.0.1-commit.27d773e65","@aztec/kv-store":"0.0.1-commit.27d773e65","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.27d773e65","@aztec/constants":"0.0.1-commit.27d773e65","@aztec/simulator":"0.0.1-commit.27d773e65","@aztec/aztec-node":"0.0.1-commit.27d773e65","@aztec/foundation":"0.0.1-commit.27d773e65","@aztec/wallet-sdk":"0.0.1-commit.27d773e65","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.27d773e65","@aztec/entrypoints":"0.0.1-commit.27d773e65","@aztec/epoch-cache":"0.0.1-commit.27d773e65","@aztec/merkle-tree":"0.0.1-commit.27d773e65","@aztec/prover-node":"0.0.1-commit.27d773e65","@aztec/world-state":"0.0.1-commit.27d773e65","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.27d773e65","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.27d773e65","@aztec/prover-client":"0.0.1-commit.27d773e65","@aztec/noir-noirc_abi":"0.0.1-commit.27d773e65","@aztec/sequencer-client":"0.0.1-commit.27d773e65","@aztec/telemetry-client":"0.0.1-commit.27d773e65","@aztec/validator-client":"0.0.1-commit.27d773e65","@aztec/noir-contracts.js":"0.0.1-commit.27d773e65","@aztec/protocol-contracts":"0.0.1-commit.27d773e65","@aztec/validator-ha-signer":"0.0.1-commit.27d773e65","@aztec/noir-test-contracts.js":"0.0.1-commit.27d773e65","@aztec/noir-protocol-circuits-types":"0.0.1-commit.27d773e65"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.27d773e65_1772202988416_0.3612963904922404","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6c354eb4c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6c354eb4c","_id":"@aztec/end-to-end@0.0.1-commit.6c354eb4c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e85176046123d6212f6337948061d5d2f6304b26","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6c354eb4c.tgz","fileCount":284,"integrity":"sha512-sWPF8Tv3C+lS+Z+9QrNGT5rZsj4GPKX6r4F2PBDO5OfmuWKs+7Mp50Wyrkt/gwRxXAVtrJhHU3d9KmN097+7jQ==","signatures":[{"sig":"MEYCIQDTgAaIJBd95UGoPEsUJllmWbWKv3455WBaXHJU6JFSZAIhAMuv8dbWdZW4iA5lLddV+n4zsFbCRG8Fw+REnzE0+y6a","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098351},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6c354eb4c","@aztec/cli":"0.0.1-commit.6c354eb4c","@aztec/p2p":"0.0.1-commit.6c354eb4c","@aztec/pxe":"0.0.1-commit.6c354eb4c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6c354eb4c","@aztec/bb.js":"0.0.1-commit.6c354eb4c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6c354eb4c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6c354eb4c","@aztec/wallets":"0.0.1-commit.6c354eb4c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6c354eb4c","@aztec/archiver":"0.0.1-commit.6c354eb4c","@aztec/aztec.js":"0.0.1-commit.6c354eb4c","@aztec/blob-lib":"0.0.1-commit.6c354eb4c","@aztec/ethereum":"0.0.1-commit.6c354eb4c","@aztec/kv-store":"0.0.1-commit.6c354eb4c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6c354eb4c","@aztec/constants":"0.0.1-commit.6c354eb4c","@aztec/simulator":"0.0.1-commit.6c354eb4c","@aztec/aztec-node":"0.0.1-commit.6c354eb4c","@aztec/foundation":"0.0.1-commit.6c354eb4c","@aztec/wallet-sdk":"0.0.1-commit.6c354eb4c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6c354eb4c","@aztec/entrypoints":"0.0.1-commit.6c354eb4c","@aztec/epoch-cache":"0.0.1-commit.6c354eb4c","@aztec/merkle-tree":"0.0.1-commit.6c354eb4c","@aztec/prover-node":"0.0.1-commit.6c354eb4c","@aztec/world-state":"0.0.1-commit.6c354eb4c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6c354eb4c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6c354eb4c","@aztec/prover-client":"0.0.1-commit.6c354eb4c","@aztec/noir-noirc_abi":"0.0.1-commit.6c354eb4c","@aztec/sequencer-client":"0.0.1-commit.6c354eb4c","@aztec/telemetry-client":"0.0.1-commit.6c354eb4c","@aztec/validator-client":"0.0.1-commit.6c354eb4c","@aztec/noir-contracts.js":"0.0.1-commit.6c354eb4c","@aztec/protocol-contracts":"0.0.1-commit.6c354eb4c","@aztec/validator-ha-signer":"0.0.1-commit.6c354eb4c","@aztec/noir-test-contracts.js":"0.0.1-commit.6c354eb4c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6c354eb4c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6c354eb4c_1772210659543_0.7401418897354635","host":"s3://npm-registry-packages-npm-production"}},"4.0.3":{"name":"@aztec/end-to-end","version":"4.0.3","_id":"@aztec/end-to-end@4.0.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e2be26ed7b934a0e92720302a8b33c616c85bfbd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.3.tgz","fileCount":280,"integrity":"sha512-h1Kpc7vkXTIwKW4Gb3oeOzxraJAcHoFWsX+QN04FUeOy0Gvf5vsjiBBlg4lf/qwi14EOuFuHhFce+Tz9scNmwA==","signatures":[{"sig":"MEUCICHRfpfcnMPwAbFPaIwwDsjloMwHIqoEEhWUkrLur2rIAiEAz5e/HXfTqn10PS5tIWfaaZz0WtocgFFg7klbG/1MzMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085767},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"72cd6d8fc6d2b0a2fe8761e7b88c27ea84b36f7a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.3","@aztec/cli":"4.0.3","@aztec/p2p":"4.0.3","@aztec/pxe":"4.0.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.3","@aztec/bb.js":"4.0.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.3","@aztec/wallets":"4.0.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.3","@aztec/archiver":"4.0.3","@aztec/aztec.js":"4.0.3","@aztec/blob-lib":"4.0.3","@aztec/ethereum":"4.0.3","@aztec/kv-store":"4.0.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.3","@aztec/constants":"4.0.3","@aztec/simulator":"4.0.3","@aztec/aztec-node":"4.0.3","@aztec/foundation":"4.0.3","@aztec/wallet-sdk":"4.0.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.3","@aztec/entrypoints":"4.0.3","@aztec/epoch-cache":"4.0.3","@aztec/merkle-tree":"4.0.3","@aztec/prover-node":"4.0.3","@aztec/world-state":"4.0.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.3","@aztec/prover-client":"4.0.3","@aztec/noir-noirc_abi":"4.0.3","@aztec/sequencer-client":"4.0.3","@aztec/telemetry-client":"4.0.3","@aztec/validator-client":"4.0.3","@aztec/noir-contracts.js":"4.0.3","@aztec/protocol-contracts":"4.0.3","@aztec/validator-ha-signer":"4.0.3","@aztec/noir-test-contracts.js":"4.0.3","@aztec/noir-protocol-circuits-types":"4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.3_1772213051087_0.7867034530710122","host":"s3://npm-registry-packages-npm-production"}},"4.0.3-rc.1":{"name":"@aztec/end-to-end","version":"4.0.3-rc.1","_id":"@aztec/end-to-end@4.0.3-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"84710dc684a271437acc89929a970afdb2bba49b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.3-rc.1.tgz","fileCount":280,"integrity":"sha512-FcDt9NXu0KA6V0acgmPdNm7fGqinNohqaKVvZ9mE9l6CiodvqBMZnf1S8R4HBJVl0YIGLiVs3C8cAkhLC+kaOg==","signatures":[{"sig":"MEYCIQC84LVof9t9FJbc5ThrPjJ0UwR7yBBFfbQEF/4+8D4gPAIhALGSvdQYL87X+nVQROwBZb6zgcfbuaYxt1T5oircDwTJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085967},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"72cd6d8fc6d2b0a2fe8761e7b88c27ea84b36f7a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.3-rc.1","@aztec/cli":"4.0.3-rc.1","@aztec/p2p":"4.0.3-rc.1","@aztec/pxe":"4.0.3-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.3-rc.1","@aztec/bb.js":"4.0.3-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.3-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.3-rc.1","@aztec/wallets":"4.0.3-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.3-rc.1","@aztec/archiver":"4.0.3-rc.1","@aztec/aztec.js":"4.0.3-rc.1","@aztec/blob-lib":"4.0.3-rc.1","@aztec/ethereum":"4.0.3-rc.1","@aztec/kv-store":"4.0.3-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.3-rc.1","@aztec/constants":"4.0.3-rc.1","@aztec/simulator":"4.0.3-rc.1","@aztec/aztec-node":"4.0.3-rc.1","@aztec/foundation":"4.0.3-rc.1","@aztec/wallet-sdk":"4.0.3-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.3-rc.1","@aztec/entrypoints":"4.0.3-rc.1","@aztec/epoch-cache":"4.0.3-rc.1","@aztec/merkle-tree":"4.0.3-rc.1","@aztec/prover-node":"4.0.3-rc.1","@aztec/world-state":"4.0.3-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.3-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.3-rc.1","@aztec/prover-client":"4.0.3-rc.1","@aztec/noir-noirc_abi":"4.0.3-rc.1","@aztec/sequencer-client":"4.0.3-rc.1","@aztec/telemetry-client":"4.0.3-rc.1","@aztec/validator-client":"4.0.3-rc.1","@aztec/noir-contracts.js":"4.0.3-rc.1","@aztec/protocol-contracts":"4.0.3-rc.1","@aztec/validator-ha-signer":"4.0.3-rc.1","@aztec/noir-test-contracts.js":"4.0.3-rc.1","@aztec/noir-protocol-circuits-types":"4.0.3-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.3-rc.1_1772213104197_0.37949935547777325","host":"s3://npm-registry-packages-npm-production"}},"4.0.3-rc.2":{"name":"@aztec/end-to-end","version":"4.0.3-rc.2","_id":"@aztec/end-to-end@4.0.3-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0fd860e5155c57bd4630fbce9e51038bd94e123a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.3-rc.2.tgz","fileCount":280,"integrity":"sha512-pvowH+hP2FJHN/kgLh+TOFNiSRBITjQ+CCJ7Nl65hocFh8NclvS4ts6S5FrsEugDMWTM9ylKi2dBSq41L6Wm7Q==","signatures":[{"sig":"MEUCIQDdp2aAAl4BF0KyewzozGMwglE8yQ+NNAdgIsZhLFRHtgIgDdAtLN3OH+T7bDesmOUJBJVxabwdqslgV0Cd49xUaQU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3cdca29ca48b68d1202166295bb749f35bec5902","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.3-rc.2","@aztec/cli":"4.0.3-rc.2","@aztec/p2p":"4.0.3-rc.2","@aztec/pxe":"4.0.3-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.3-rc.2","@aztec/bb.js":"4.0.3-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.3-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.3-rc.2","@aztec/wallets":"4.0.3-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.3-rc.2","@aztec/archiver":"4.0.3-rc.2","@aztec/aztec.js":"4.0.3-rc.2","@aztec/blob-lib":"4.0.3-rc.2","@aztec/ethereum":"4.0.3-rc.2","@aztec/kv-store":"4.0.3-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.3-rc.2","@aztec/constants":"4.0.3-rc.2","@aztec/simulator":"4.0.3-rc.2","@aztec/aztec-node":"4.0.3-rc.2","@aztec/foundation":"4.0.3-rc.2","@aztec/wallet-sdk":"4.0.3-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.3-rc.2","@aztec/entrypoints":"4.0.3-rc.2","@aztec/epoch-cache":"4.0.3-rc.2","@aztec/merkle-tree":"4.0.3-rc.2","@aztec/prover-node":"4.0.3-rc.2","@aztec/world-state":"4.0.3-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.3-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.3-rc.2","@aztec/prover-client":"4.0.3-rc.2","@aztec/noir-noirc_abi":"4.0.3-rc.2","@aztec/sequencer-client":"4.0.3-rc.2","@aztec/telemetry-client":"4.0.3-rc.2","@aztec/validator-client":"4.0.3-rc.2","@aztec/noir-contracts.js":"4.0.3-rc.2","@aztec/protocol-contracts":"4.0.3-rc.2","@aztec/validator-ha-signer":"4.0.3-rc.2","@aztec/noir-test-contracts.js":"4.0.3-rc.2","@aztec/noir-protocol-circuits-types":"4.0.3-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.3-rc.2_1772214038637_0.9773712165363007","host":"s3://npm-registry-packages-npm-production"}},"4.0.4":{"name":"@aztec/end-to-end","version":"4.0.4","_id":"@aztec/end-to-end@4.0.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2daef142360b27fa9b3ad230114dc4166ad7588d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4.tgz","fileCount":280,"integrity":"sha512-x3dXr6oQqGNEEekatGEfQp/PkkoNt6oqyqGRGETD/nKYf2oe7fzKC1RmneXdxzZ8AmlkOnakzoGk0P2btxrqag==","signatures":[{"sig":"MEYCIQCjYbi7HdW35WZSYFa1fSkpBmLcokkoweHvCZnwnNt5rAIhAMjqD3MyA7lRPk1KbcNV1ov6scsOEWe09M+e0z2TLxg1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085402},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2830015e314ee93035414e0c34cbbf27fa9ebf81","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4","@aztec/cli":"4.0.4","@aztec/p2p":"4.0.4","@aztec/pxe":"4.0.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4","@aztec/bb.js":"4.0.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4","@aztec/wallets":"4.0.4","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4","@aztec/archiver":"4.0.4","@aztec/aztec.js":"4.0.4","@aztec/blob-lib":"4.0.4","@aztec/ethereum":"4.0.4","@aztec/kv-store":"4.0.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4","@aztec/constants":"4.0.4","@aztec/simulator":"4.0.4","@aztec/aztec-node":"4.0.4","@aztec/foundation":"4.0.4","@aztec/wallet-sdk":"4.0.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4","@aztec/entrypoints":"4.0.4","@aztec/epoch-cache":"4.0.4","@aztec/merkle-tree":"4.0.4","@aztec/prover-node":"4.0.4","@aztec/world-state":"4.0.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4","@aztec/prover-client":"4.0.4","@aztec/noir-noirc_abi":"4.0.4","@aztec/sequencer-client":"4.0.4","@aztec/telemetry-client":"4.0.4","@aztec/validator-client":"4.0.4","@aztec/noir-contracts.js":"4.0.4","@aztec/protocol-contracts":"4.0.4","@aztec/validator-ha-signer":"4.0.4","@aztec/noir-test-contracts.js":"4.0.4","@aztec/noir-protocol-circuits-types":"4.0.4"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4_1772214493768_0.12751828781326524","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.1":{"name":"@aztec/end-to-end","version":"4.0.4-rc.1","_id":"@aztec/end-to-end@4.0.4-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f94862a6dc2096df35005a9b2eb62c873d4620e2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.1.tgz","fileCount":280,"integrity":"sha512-XX13id3RvyYjklNrE/QsFSg0Z0W0NXnYqAyNyy+iX9aSUkC3KTbDXWU7CaahXMfxnjsATr8LQM3Tmhl4ZUBOBw==","signatures":[{"sig":"MEQCICTwA1aIzaEH/2vjQHsTwqlt9rggJC1jFdtBzMa6ihoPAiATK/idOG2VoPngXEYUZXr+Xra2CkbFG6pp6/p8gMIv6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2830015e314ee93035414e0c34cbbf27fa9ebf81","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.1","@aztec/cli":"4.0.4-rc.1","@aztec/p2p":"4.0.4-rc.1","@aztec/pxe":"4.0.4-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.1","@aztec/bb.js":"4.0.4-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.1","@aztec/wallets":"4.0.4-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.1","@aztec/archiver":"4.0.4-rc.1","@aztec/aztec.js":"4.0.4-rc.1","@aztec/blob-lib":"4.0.4-rc.1","@aztec/ethereum":"4.0.4-rc.1","@aztec/kv-store":"4.0.4-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.1","@aztec/constants":"4.0.4-rc.1","@aztec/simulator":"4.0.4-rc.1","@aztec/aztec-node":"4.0.4-rc.1","@aztec/foundation":"4.0.4-rc.1","@aztec/wallet-sdk":"4.0.4-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.1","@aztec/entrypoints":"4.0.4-rc.1","@aztec/epoch-cache":"4.0.4-rc.1","@aztec/merkle-tree":"4.0.4-rc.1","@aztec/prover-node":"4.0.4-rc.1","@aztec/world-state":"4.0.4-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.1","@aztec/prover-client":"4.0.4-rc.1","@aztec/noir-noirc_abi":"4.0.4-rc.1","@aztec/sequencer-client":"4.0.4-rc.1","@aztec/telemetry-client":"4.0.4-rc.1","@aztec/validator-client":"4.0.4-rc.1","@aztec/noir-contracts.js":"4.0.4-rc.1","@aztec/protocol-contracts":"4.0.4-rc.1","@aztec/validator-ha-signer":"4.0.4-rc.1","@aztec/noir-test-contracts.js":"4.0.4-rc.1","@aztec/noir-protocol-circuits-types":"4.0.4-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.1_1772214496560_0.6048766432955484","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c949de6bc":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c949de6bc","_id":"@aztec/end-to-end@0.0.1-commit.c949de6bc","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"af5ba42f23855aa2dbbbf285f5deeca2e9687c30","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c949de6bc.tgz","fileCount":284,"integrity":"sha512-cOYK5f6twOGBU/VX/6UKNrpmRuEo/+AI/4EykzkLkjp1dwVaCZP106c5nXCU97qgZHtRffMvf2/ts3frhEiJOg==","signatures":[{"sig":"MEYCIQDnTk+7202lmlC5hm96GY8mdQDoPuZhc88yDYqXUZgr5QIhAMrDW0lPP1QWMc39r4qm3mMpGnd5clfAIX14nvi0bLH8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37098351},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c949de6bc","@aztec/cli":"0.0.1-commit.c949de6bc","@aztec/p2p":"0.0.1-commit.c949de6bc","@aztec/pxe":"0.0.1-commit.c949de6bc","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c949de6bc","@aztec/bb.js":"0.0.1-commit.c949de6bc","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c949de6bc","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c949de6bc","@aztec/wallets":"0.0.1-commit.c949de6bc","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c949de6bc","@aztec/archiver":"0.0.1-commit.c949de6bc","@aztec/aztec.js":"0.0.1-commit.c949de6bc","@aztec/blob-lib":"0.0.1-commit.c949de6bc","@aztec/ethereum":"0.0.1-commit.c949de6bc","@aztec/kv-store":"0.0.1-commit.c949de6bc","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c949de6bc","@aztec/constants":"0.0.1-commit.c949de6bc","@aztec/simulator":"0.0.1-commit.c949de6bc","@aztec/aztec-node":"0.0.1-commit.c949de6bc","@aztec/foundation":"0.0.1-commit.c949de6bc","@aztec/wallet-sdk":"0.0.1-commit.c949de6bc","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c949de6bc","@aztec/entrypoints":"0.0.1-commit.c949de6bc","@aztec/epoch-cache":"0.0.1-commit.c949de6bc","@aztec/merkle-tree":"0.0.1-commit.c949de6bc","@aztec/prover-node":"0.0.1-commit.c949de6bc","@aztec/world-state":"0.0.1-commit.c949de6bc","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c949de6bc","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c949de6bc","@aztec/prover-client":"0.0.1-commit.c949de6bc","@aztec/noir-noirc_abi":"0.0.1-commit.c949de6bc","@aztec/sequencer-client":"0.0.1-commit.c949de6bc","@aztec/telemetry-client":"0.0.1-commit.c949de6bc","@aztec/validator-client":"0.0.1-commit.c949de6bc","@aztec/noir-contracts.js":"0.0.1-commit.c949de6bc","@aztec/protocol-contracts":"0.0.1-commit.c949de6bc","@aztec/validator-ha-signer":"0.0.1-commit.c949de6bc","@aztec/noir-test-contracts.js":"0.0.1-commit.c949de6bc","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c949de6bc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c949de6bc_1772220831392_0.8506418933641535","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9117c5f5a":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9117c5f5a","_id":"@aztec/end-to-end@0.0.1-commit.9117c5f5a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"094a40d747365d7fa1d8b590c3eea0e5f1d04169","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9117c5f5a.tgz","fileCount":284,"integrity":"sha512-cdvSpjdkz3EV9umWB85ijcvIZB05Hp9rszFpnK7dlR3tjAyr6TSDkuta1VuqGVKV2Takbn+YP+Ac8mvGaaq9Cg==","signatures":[{"sig":"MEUCIQDeRgdtdVPeM6vLwaaXaUQfkIqpd2yseGMvJG1mfyKfvAIgFJA61bVqjyCamLe201GuSNaKH04dQKkQqUCSjN0/kks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9117c5f5a","@aztec/cli":"0.0.1-commit.9117c5f5a","@aztec/p2p":"0.0.1-commit.9117c5f5a","@aztec/pxe":"0.0.1-commit.9117c5f5a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9117c5f5a","@aztec/bb.js":"0.0.1-commit.9117c5f5a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9117c5f5a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9117c5f5a","@aztec/wallets":"0.0.1-commit.9117c5f5a","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9117c5f5a","@aztec/archiver":"0.0.1-commit.9117c5f5a","@aztec/aztec.js":"0.0.1-commit.9117c5f5a","@aztec/blob-lib":"0.0.1-commit.9117c5f5a","@aztec/ethereum":"0.0.1-commit.9117c5f5a","@aztec/kv-store":"0.0.1-commit.9117c5f5a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9117c5f5a","@aztec/constants":"0.0.1-commit.9117c5f5a","@aztec/simulator":"0.0.1-commit.9117c5f5a","@aztec/aztec-node":"0.0.1-commit.9117c5f5a","@aztec/foundation":"0.0.1-commit.9117c5f5a","@aztec/wallet-sdk":"0.0.1-commit.9117c5f5a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9117c5f5a","@aztec/entrypoints":"0.0.1-commit.9117c5f5a","@aztec/epoch-cache":"0.0.1-commit.9117c5f5a","@aztec/merkle-tree":"0.0.1-commit.9117c5f5a","@aztec/prover-node":"0.0.1-commit.9117c5f5a","@aztec/world-state":"0.0.1-commit.9117c5f5a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9117c5f5a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9117c5f5a","@aztec/prover-client":"0.0.1-commit.9117c5f5a","@aztec/noir-noirc_abi":"0.0.1-commit.9117c5f5a","@aztec/sequencer-client":"0.0.1-commit.9117c5f5a","@aztec/telemetry-client":"0.0.1-commit.9117c5f5a","@aztec/validator-client":"0.0.1-commit.9117c5f5a","@aztec/noir-contracts.js":"0.0.1-commit.9117c5f5a","@aztec/protocol-contracts":"0.0.1-commit.9117c5f5a","@aztec/validator-ha-signer":"0.0.1-commit.9117c5f5a","@aztec/noir-test-contracts.js":"0.0.1-commit.9117c5f5a","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9117c5f5a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9117c5f5a_1772225066944_0.942030680009696","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.2":{"name":"@aztec/end-to-end","version":"4.0.4-rc.2","_id":"@aztec/end-to-end@4.0.4-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ec4474f65090c5b112c279a54b01fb2773463bf2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.2.tgz","fileCount":280,"integrity":"sha512-UOm1RrOs2GeIi7vflotyIc3hgYF8HSmWRLsRgd+cjqnmCPO9vBAKkBLm/k9a1aC+m383dkCavWmU5ahho9oDSA==","signatures":[{"sig":"MEQCIDkyjvV4jCexJjDG8gZhfdEi2PAYpPI66mTYNPltVzvKAiA37G7EPtv/BtgGbZyEsshPa0cDw/Lnlwgh1CHCbU5kIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6d9f3ba97185e59e79570fdc6e3c9af0bbd9ffed","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.2","@aztec/cli":"4.0.4-rc.2","@aztec/p2p":"4.0.4-rc.2","@aztec/pxe":"4.0.4-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.2","@aztec/bb.js":"4.0.4-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.2","@aztec/wallets":"4.0.4-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.2","@aztec/archiver":"4.0.4-rc.2","@aztec/aztec.js":"4.0.4-rc.2","@aztec/blob-lib":"4.0.4-rc.2","@aztec/ethereum":"4.0.4-rc.2","@aztec/kv-store":"4.0.4-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.2","@aztec/constants":"4.0.4-rc.2","@aztec/simulator":"4.0.4-rc.2","@aztec/aztec-node":"4.0.4-rc.2","@aztec/foundation":"4.0.4-rc.2","@aztec/wallet-sdk":"4.0.4-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.2","@aztec/entrypoints":"4.0.4-rc.2","@aztec/epoch-cache":"4.0.4-rc.2","@aztec/merkle-tree":"4.0.4-rc.2","@aztec/prover-node":"4.0.4-rc.2","@aztec/world-state":"4.0.4-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.2","@aztec/prover-client":"4.0.4-rc.2","@aztec/noir-noirc_abi":"4.0.4-rc.2","@aztec/sequencer-client":"4.0.4-rc.2","@aztec/telemetry-client":"4.0.4-rc.2","@aztec/validator-client":"4.0.4-rc.2","@aztec/noir-contracts.js":"4.0.4-rc.2","@aztec/protocol-contracts":"4.0.4-rc.2","@aztec/validator-ha-signer":"4.0.4-rc.2","@aztec/noir-test-contracts.js":"4.0.4-rc.2","@aztec/noir-protocol-circuits-types":"4.0.4-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.2_1772233522317_0.36888143231886805","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.3":{"name":"@aztec/end-to-end","version":"4.0.4-rc.3","_id":"@aztec/end-to-end@4.0.4-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1a64e92af9395087fbab4ab49f1ae72e5a55f293","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.3.tgz","fileCount":280,"integrity":"sha512-g/+gy/6eFRkE/dRXiS0O/CNzMCWUSbnY+WOP1/eZkUbDf4+b4Wr23YJDrj6mcen2nDVjmU2Vi4Vk9WxABVVpng==","signatures":[{"sig":"MEQCIQCxxpGkEEtpYYw2iJGBUeDHcaG8TsjsMPi1a+/Nf9ocGwIfV/gTAfJOWcZXcDTP5VEPEsutLC0ITFdoAgbC8Rioug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ab46e2996abdc5329a9b905e38f53e0342772a9d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.3","@aztec/cli":"4.0.4-rc.3","@aztec/p2p":"4.0.4-rc.3","@aztec/pxe":"4.0.4-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.3","@aztec/bb.js":"4.0.4-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.3","@aztec/wallets":"4.0.4-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.3","@aztec/archiver":"4.0.4-rc.3","@aztec/aztec.js":"4.0.4-rc.3","@aztec/blob-lib":"4.0.4-rc.3","@aztec/ethereum":"4.0.4-rc.3","@aztec/kv-store":"4.0.4-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.3","@aztec/constants":"4.0.4-rc.3","@aztec/simulator":"4.0.4-rc.3","@aztec/aztec-node":"4.0.4-rc.3","@aztec/foundation":"4.0.4-rc.3","@aztec/wallet-sdk":"4.0.4-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.3","@aztec/entrypoints":"4.0.4-rc.3","@aztec/epoch-cache":"4.0.4-rc.3","@aztec/merkle-tree":"4.0.4-rc.3","@aztec/prover-node":"4.0.4-rc.3","@aztec/world-state":"4.0.4-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.3","@aztec/prover-client":"4.0.4-rc.3","@aztec/noir-noirc_abi":"4.0.4-rc.3","@aztec/sequencer-client":"4.0.4-rc.3","@aztec/telemetry-client":"4.0.4-rc.3","@aztec/validator-client":"4.0.4-rc.3","@aztec/noir-contracts.js":"4.0.4-rc.3","@aztec/protocol-contracts":"4.0.4-rc.3","@aztec/validator-ha-signer":"4.0.4-rc.3","@aztec/noir-test-contracts.js":"4.0.4-rc.3","@aztec/noir-protocol-circuits-types":"4.0.4-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.3_1772234134309_0.2686429639363439","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260228":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260228","_id":"@aztec/end-to-end@5.0.0-nightly.20260228","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bb9cab235ba9d7639b45fddd2f4107d6df3c88bf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260228.tgz","fileCount":284,"integrity":"sha512-LVn473Z7rpW03RAULtLCZWIB6kqWybeV33LYQTA8OR+6ymL4+VjuVjCzHXuo/RLky5Tnqmdo+IN+tZgx+BwuUA==","signatures":[{"sig":"MEUCIQCF/lupy+dpwKgFP4LuLhjOz8Ux4SOqLoM4gV8Vef5RtAIgHCOv7U27IOPM+M4Spggu6y9MbxxDOlhXEbpfnR6BcpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260228","@aztec/cli":"5.0.0-nightly.20260228","@aztec/p2p":"5.0.0-nightly.20260228","@aztec/pxe":"5.0.0-nightly.20260228","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260228","@aztec/bb.js":"5.0.0-nightly.20260228","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260228","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260228","@aztec/wallets":"5.0.0-nightly.20260228","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260228","@aztec/archiver":"5.0.0-nightly.20260228","@aztec/aztec.js":"5.0.0-nightly.20260228","@aztec/blob-lib":"5.0.0-nightly.20260228","@aztec/ethereum":"5.0.0-nightly.20260228","@aztec/kv-store":"5.0.0-nightly.20260228","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260228","@aztec/constants":"5.0.0-nightly.20260228","@aztec/simulator":"5.0.0-nightly.20260228","@aztec/aztec-node":"5.0.0-nightly.20260228","@aztec/foundation":"5.0.0-nightly.20260228","@aztec/wallet-sdk":"5.0.0-nightly.20260228","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260228","@aztec/entrypoints":"5.0.0-nightly.20260228","@aztec/epoch-cache":"5.0.0-nightly.20260228","@aztec/merkle-tree":"5.0.0-nightly.20260228","@aztec/prover-node":"5.0.0-nightly.20260228","@aztec/world-state":"5.0.0-nightly.20260228","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260228","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260228","@aztec/prover-client":"5.0.0-nightly.20260228","@aztec/noir-noirc_abi":"5.0.0-nightly.20260228","@aztec/sequencer-client":"5.0.0-nightly.20260228","@aztec/telemetry-client":"5.0.0-nightly.20260228","@aztec/validator-client":"5.0.0-nightly.20260228","@aztec/noir-contracts.js":"5.0.0-nightly.20260228","@aztec/protocol-contracts":"5.0.0-nightly.20260228","@aztec/validator-ha-signer":"5.0.0-nightly.20260228","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260228","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260228"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260228_1772247810298_0.003554709303026149","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c0b82b2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c0b82b2","_id":"@aztec/end-to-end@0.0.1-commit.c0b82b2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"78cbf86ca4d705df7dda32f731e252903ca8814e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c0b82b2.tgz","fileCount":284,"integrity":"sha512-RIV7E/q7CartNdtEYjawpLZVTEx9646u4q5+BVdUuRIgMjdCu0ej7DksRlRcxKVr5+jT/4W1R8AmNRiz0sJB/w==","signatures":[{"sig":"MEQCIHd3i6doyzcLJcYFioVFw9U+4b97iYKOBZ0sGJqQuAAeAiBEUAXoDQ0YoyksShdnUVyBOtDUCUsIauhP32e5HPr2sg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101638},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c0b82b2","@aztec/cli":"0.0.1-commit.c0b82b2","@aztec/p2p":"0.0.1-commit.c0b82b2","@aztec/pxe":"0.0.1-commit.c0b82b2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c0b82b2","@aztec/bb.js":"0.0.1-commit.c0b82b2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c0b82b2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c0b82b2","@aztec/wallets":"0.0.1-commit.c0b82b2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c0b82b2","@aztec/archiver":"0.0.1-commit.c0b82b2","@aztec/aztec.js":"0.0.1-commit.c0b82b2","@aztec/blob-lib":"0.0.1-commit.c0b82b2","@aztec/ethereum":"0.0.1-commit.c0b82b2","@aztec/kv-store":"0.0.1-commit.c0b82b2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c0b82b2","@aztec/constants":"0.0.1-commit.c0b82b2","@aztec/simulator":"0.0.1-commit.c0b82b2","@aztec/aztec-node":"0.0.1-commit.c0b82b2","@aztec/foundation":"0.0.1-commit.c0b82b2","@aztec/wallet-sdk":"0.0.1-commit.c0b82b2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c0b82b2","@aztec/entrypoints":"0.0.1-commit.c0b82b2","@aztec/epoch-cache":"0.0.1-commit.c0b82b2","@aztec/merkle-tree":"0.0.1-commit.c0b82b2","@aztec/prover-node":"0.0.1-commit.c0b82b2","@aztec/world-state":"0.0.1-commit.c0b82b2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c0b82b2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c0b82b2","@aztec/prover-client":"0.0.1-commit.c0b82b2","@aztec/noir-noirc_abi":"0.0.1-commit.c0b82b2","@aztec/sequencer-client":"0.0.1-commit.c0b82b2","@aztec/telemetry-client":"0.0.1-commit.c0b82b2","@aztec/validator-client":"0.0.1-commit.c0b82b2","@aztec/noir-contracts.js":"0.0.1-commit.c0b82b2","@aztec/protocol-contracts":"0.0.1-commit.c0b82b2","@aztec/validator-ha-signer":"0.0.1-commit.c0b82b2","@aztec/noir-test-contracts.js":"0.0.1-commit.c0b82b2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c0b82b2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c0b82b2_1772285806779_0.37350764186729224","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260301":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260301","_id":"@aztec/end-to-end@5.0.0-nightly.20260301","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2adc8b13021791f8bd32cca43e7a853edce14c64","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260301.tgz","fileCount":284,"integrity":"sha512-s1XIH54i6RNO+8Q3AbPZZiYxU3l+vvO6wGM5JCF+0CC75yowVT7LdmFwPEgoMTO2LX2cQbJkK2Eog2fONEQtEw==","signatures":[{"sig":"MEQCIHRZyYeEGLZbwdsRnL1qJG2yQja9X0SsCeM3hd0kImTQAiBMjdAQcur9liiCQ4xnQ+ivZyobak1nDL0rJzgxn/r2Iw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260301","@aztec/cli":"5.0.0-nightly.20260301","@aztec/p2p":"5.0.0-nightly.20260301","@aztec/pxe":"5.0.0-nightly.20260301","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260301","@aztec/bb.js":"5.0.0-nightly.20260301","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260301","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260301","@aztec/wallets":"5.0.0-nightly.20260301","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260301","@aztec/archiver":"5.0.0-nightly.20260301","@aztec/aztec.js":"5.0.0-nightly.20260301","@aztec/blob-lib":"5.0.0-nightly.20260301","@aztec/ethereum":"5.0.0-nightly.20260301","@aztec/kv-store":"5.0.0-nightly.20260301","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260301","@aztec/constants":"5.0.0-nightly.20260301","@aztec/simulator":"5.0.0-nightly.20260301","@aztec/aztec-node":"5.0.0-nightly.20260301","@aztec/foundation":"5.0.0-nightly.20260301","@aztec/wallet-sdk":"5.0.0-nightly.20260301","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260301","@aztec/entrypoints":"5.0.0-nightly.20260301","@aztec/epoch-cache":"5.0.0-nightly.20260301","@aztec/merkle-tree":"5.0.0-nightly.20260301","@aztec/prover-node":"5.0.0-nightly.20260301","@aztec/world-state":"5.0.0-nightly.20260301","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260301","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260301","@aztec/prover-client":"5.0.0-nightly.20260301","@aztec/noir-noirc_abi":"5.0.0-nightly.20260301","@aztec/sequencer-client":"5.0.0-nightly.20260301","@aztec/telemetry-client":"5.0.0-nightly.20260301","@aztec/validator-client":"5.0.0-nightly.20260301","@aztec/noir-contracts.js":"5.0.0-nightly.20260301","@aztec/protocol-contracts":"5.0.0-nightly.20260301","@aztec/validator-ha-signer":"5.0.0-nightly.20260301","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260301","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260301"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260301_1772335089791_0.5201539851200103","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260302":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260302","_id":"@aztec/end-to-end@5.0.0-nightly.20260302","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"190fc7ca7807009e7614970707e6bf018960ca39","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260302.tgz","fileCount":284,"integrity":"sha512-WWCKaTEQL5ecCIGOLQdKvW/45To/igAT4d5FTjF+IU/4vPvUyI3Nih4XGQiisVAg6dn1ylKv5ygHqH+1fNE3Qw==","signatures":[{"sig":"MEUCIAhHLZEAJ27VvvUtbDpn9ltargh2JfB4J/ZZ7E3Hb/kUAiEAoxuuiNafPDf52DV5kcAR4dOy9Q6Jbxn7jEVIUnJPq5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260302","@aztec/cli":"5.0.0-nightly.20260302","@aztec/p2p":"5.0.0-nightly.20260302","@aztec/pxe":"5.0.0-nightly.20260302","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260302","@aztec/bb.js":"5.0.0-nightly.20260302","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260302","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260302","@aztec/wallets":"5.0.0-nightly.20260302","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260302","@aztec/archiver":"5.0.0-nightly.20260302","@aztec/aztec.js":"5.0.0-nightly.20260302","@aztec/blob-lib":"5.0.0-nightly.20260302","@aztec/ethereum":"5.0.0-nightly.20260302","@aztec/kv-store":"5.0.0-nightly.20260302","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260302","@aztec/constants":"5.0.0-nightly.20260302","@aztec/simulator":"5.0.0-nightly.20260302","@aztec/aztec-node":"5.0.0-nightly.20260302","@aztec/foundation":"5.0.0-nightly.20260302","@aztec/wallet-sdk":"5.0.0-nightly.20260302","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260302","@aztec/entrypoints":"5.0.0-nightly.20260302","@aztec/epoch-cache":"5.0.0-nightly.20260302","@aztec/merkle-tree":"5.0.0-nightly.20260302","@aztec/prover-node":"5.0.0-nightly.20260302","@aztec/world-state":"5.0.0-nightly.20260302","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260302","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260302","@aztec/prover-client":"5.0.0-nightly.20260302","@aztec/noir-noirc_abi":"5.0.0-nightly.20260302","@aztec/sequencer-client":"5.0.0-nightly.20260302","@aztec/telemetry-client":"5.0.0-nightly.20260302","@aztec/validator-client":"5.0.0-nightly.20260302","@aztec/noir-contracts.js":"5.0.0-nightly.20260302","@aztec/protocol-contracts":"5.0.0-nightly.20260302","@aztec/validator-ha-signer":"5.0.0-nightly.20260302","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260302","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260302"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260302_1772421249240_0.1638642740247671","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.72dcdcda8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.72dcdcda8","_id":"@aztec/end-to-end@0.0.1-commit.72dcdcda8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6b9f68082b2fc6869fccd8c8e3475bf2ac3fe061","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.72dcdcda8.tgz","fileCount":284,"integrity":"sha512-G7FNyJ3Y9M2cy4G1XcSuxsZ3RLaO3sA3NmQxy0ZYgC4/bRjtxKu6g1lOq2bH47t37Pb3zFZLjf4MOznXvJlvyQ==","signatures":[{"sig":"MEUCIBEh7jOCSgGVF5zUaeFxQWvGDHQhOTDZH8bnTJ542Sj1AiEAzQWZVUapFGRjXsfp4pqVqAOswl+gJtCrZmTYrpVW9Cs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.72dcdcda8","@aztec/cli":"0.0.1-commit.72dcdcda8","@aztec/p2p":"0.0.1-commit.72dcdcda8","@aztec/pxe":"0.0.1-commit.72dcdcda8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.72dcdcda8","@aztec/bb.js":"0.0.1-commit.72dcdcda8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.72dcdcda8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.72dcdcda8","@aztec/wallets":"0.0.1-commit.72dcdcda8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.72dcdcda8","@aztec/archiver":"0.0.1-commit.72dcdcda8","@aztec/aztec.js":"0.0.1-commit.72dcdcda8","@aztec/blob-lib":"0.0.1-commit.72dcdcda8","@aztec/ethereum":"0.0.1-commit.72dcdcda8","@aztec/kv-store":"0.0.1-commit.72dcdcda8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.72dcdcda8","@aztec/constants":"0.0.1-commit.72dcdcda8","@aztec/simulator":"0.0.1-commit.72dcdcda8","@aztec/aztec-node":"0.0.1-commit.72dcdcda8","@aztec/foundation":"0.0.1-commit.72dcdcda8","@aztec/wallet-sdk":"0.0.1-commit.72dcdcda8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.72dcdcda8","@aztec/entrypoints":"0.0.1-commit.72dcdcda8","@aztec/epoch-cache":"0.0.1-commit.72dcdcda8","@aztec/merkle-tree":"0.0.1-commit.72dcdcda8","@aztec/prover-node":"0.0.1-commit.72dcdcda8","@aztec/world-state":"0.0.1-commit.72dcdcda8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.72dcdcda8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.72dcdcda8","@aztec/prover-client":"0.0.1-commit.72dcdcda8","@aztec/noir-noirc_abi":"0.0.1-commit.72dcdcda8","@aztec/sequencer-client":"0.0.1-commit.72dcdcda8","@aztec/telemetry-client":"0.0.1-commit.72dcdcda8","@aztec/validator-client":"0.0.1-commit.72dcdcda8","@aztec/noir-contracts.js":"0.0.1-commit.72dcdcda8","@aztec/protocol-contracts":"0.0.1-commit.72dcdcda8","@aztec/validator-ha-signer":"0.0.1-commit.72dcdcda8","@aztec/noir-test-contracts.js":"0.0.1-commit.72dcdcda8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.72dcdcda8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.72dcdcda8_1772490085341_0.7214208627112737","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.967fc6998":{"name":"@aztec/end-to-end","version":"0.0.1-commit.967fc6998","_id":"@aztec/end-to-end@0.0.1-commit.967fc6998","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"37a33ae7585b49fc99852c3bbdcfb032488d012a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.967fc6998.tgz","fileCount":284,"integrity":"sha512-CgInSh6O2QodXSYZ2QSdVB329RlLCsuUXI6YBLtHso/v8lfrGkie6JhC66/lFAuo8TPI5lIDSaMpadcr9bphSA==","signatures":[{"sig":"MEYCIQDLN2H7o6r4/cC1AE1yYr0bGFmBEWOrtY3pOx3ROvWheAIhAN6JIKP0V+AMb+ZDtubS99zn/lgqiFB66TYRiSLVbwtE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.967fc6998","@aztec/cli":"0.0.1-commit.967fc6998","@aztec/p2p":"0.0.1-commit.967fc6998","@aztec/pxe":"0.0.1-commit.967fc6998","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.967fc6998","@aztec/bb.js":"0.0.1-commit.967fc6998","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.967fc6998","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.967fc6998","@aztec/wallets":"0.0.1-commit.967fc6998","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.967fc6998","@aztec/archiver":"0.0.1-commit.967fc6998","@aztec/aztec.js":"0.0.1-commit.967fc6998","@aztec/blob-lib":"0.0.1-commit.967fc6998","@aztec/ethereum":"0.0.1-commit.967fc6998","@aztec/kv-store":"0.0.1-commit.967fc6998","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.967fc6998","@aztec/constants":"0.0.1-commit.967fc6998","@aztec/simulator":"0.0.1-commit.967fc6998","@aztec/aztec-node":"0.0.1-commit.967fc6998","@aztec/foundation":"0.0.1-commit.967fc6998","@aztec/wallet-sdk":"0.0.1-commit.967fc6998","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.967fc6998","@aztec/entrypoints":"0.0.1-commit.967fc6998","@aztec/epoch-cache":"0.0.1-commit.967fc6998","@aztec/merkle-tree":"0.0.1-commit.967fc6998","@aztec/prover-node":"0.0.1-commit.967fc6998","@aztec/world-state":"0.0.1-commit.967fc6998","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.967fc6998","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.967fc6998","@aztec/prover-client":"0.0.1-commit.967fc6998","@aztec/noir-noirc_abi":"0.0.1-commit.967fc6998","@aztec/sequencer-client":"0.0.1-commit.967fc6998","@aztec/telemetry-client":"0.0.1-commit.967fc6998","@aztec/validator-client":"0.0.1-commit.967fc6998","@aztec/noir-contracts.js":"0.0.1-commit.967fc6998","@aztec/protocol-contracts":"0.0.1-commit.967fc6998","@aztec/validator-ha-signer":"0.0.1-commit.967fc6998","@aztec/noir-test-contracts.js":"0.0.1-commit.967fc6998","@aztec/noir-protocol-circuits-types":"0.0.1-commit.967fc6998"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.967fc6998_1772506621214_0.8239973268749172","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260303":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260303","_id":"@aztec/end-to-end@5.0.0-nightly.20260303","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d2aa0dcb5cd8b43b23ebe666f0b21fa819c5b6d6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260303.tgz","fileCount":284,"integrity":"sha512-zI4jWdsWGawspnU+cAyI3NIZIX3Qs5XL2YaNkmBqHxroGbeKALKRarD1sjvyTsYNxGg/fLipJRTy1/Bk0UPp1Q==","signatures":[{"sig":"MEYCIQDu+TXzS+PkkO9Ov3NzZj7JnRpZycX/1415snMwVTSbIQIhAJnj6OWGjbigTyipoiGOpiT1Uy2SPX4ITH5m/yzfZt35","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101718},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260303","@aztec/cli":"5.0.0-nightly.20260303","@aztec/p2p":"5.0.0-nightly.20260303","@aztec/pxe":"5.0.0-nightly.20260303","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260303","@aztec/bb.js":"5.0.0-nightly.20260303","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260303","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260303","@aztec/wallets":"5.0.0-nightly.20260303","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260303","@aztec/archiver":"5.0.0-nightly.20260303","@aztec/aztec.js":"5.0.0-nightly.20260303","@aztec/blob-lib":"5.0.0-nightly.20260303","@aztec/ethereum":"5.0.0-nightly.20260303","@aztec/kv-store":"5.0.0-nightly.20260303","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260303","@aztec/constants":"5.0.0-nightly.20260303","@aztec/simulator":"5.0.0-nightly.20260303","@aztec/aztec-node":"5.0.0-nightly.20260303","@aztec/foundation":"5.0.0-nightly.20260303","@aztec/wallet-sdk":"5.0.0-nightly.20260303","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260303","@aztec/entrypoints":"5.0.0-nightly.20260303","@aztec/epoch-cache":"5.0.0-nightly.20260303","@aztec/merkle-tree":"5.0.0-nightly.20260303","@aztec/prover-node":"5.0.0-nightly.20260303","@aztec/world-state":"5.0.0-nightly.20260303","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260303","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260303","@aztec/prover-client":"5.0.0-nightly.20260303","@aztec/noir-noirc_abi":"5.0.0-nightly.20260303","@aztec/sequencer-client":"5.0.0-nightly.20260303","@aztec/telemetry-client":"5.0.0-nightly.20260303","@aztec/validator-client":"5.0.0-nightly.20260303","@aztec/noir-contracts.js":"5.0.0-nightly.20260303","@aztec/protocol-contracts":"5.0.0-nightly.20260303","@aztec/validator-ha-signer":"5.0.0-nightly.20260303","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260303","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260303"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260303_1772507751295_0.0863393404477133","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.4":{"name":"@aztec/end-to-end","version":"4.0.4-rc.4","_id":"@aztec/end-to-end@4.0.4-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dba0b3c69629248f0390ba486e318df204b99743","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.4.tgz","fileCount":280,"integrity":"sha512-WObOQ1lz301fmkTOtmjZ4rBS7IOWPrKXeRMMXll1t9m81O3Up7WQYcnuprJ/AfUCqoO9dX7aNHEnlqQ4eL1CmA==","signatures":[{"sig":"MEYCIQDT1fqhukQF5UiI++9QVj+GPuKRoLC5yGCYx1S9+mP4qgIhAKRETqgqFaiXtql1w5JQ23Tnr1Aa3Wof3oaJ7VX17fmi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"48f35d812d14dcd0e109025546b53e592134932f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.4","@aztec/cli":"4.0.4-rc.4","@aztec/p2p":"4.0.4-rc.4","@aztec/pxe":"4.0.4-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.4","@aztec/bb.js":"4.0.4-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.4","@aztec/wallets":"4.0.4-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.4","@aztec/archiver":"4.0.4-rc.4","@aztec/aztec.js":"4.0.4-rc.4","@aztec/blob-lib":"4.0.4-rc.4","@aztec/ethereum":"4.0.4-rc.4","@aztec/kv-store":"4.0.4-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.4","@aztec/constants":"4.0.4-rc.4","@aztec/simulator":"4.0.4-rc.4","@aztec/aztec-node":"4.0.4-rc.4","@aztec/foundation":"4.0.4-rc.4","@aztec/wallet-sdk":"4.0.4-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.4","@aztec/entrypoints":"4.0.4-rc.4","@aztec/epoch-cache":"4.0.4-rc.4","@aztec/merkle-tree":"4.0.4-rc.4","@aztec/prover-node":"4.0.4-rc.4","@aztec/world-state":"4.0.4-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.4","@aztec/prover-client":"4.0.4-rc.4","@aztec/noir-noirc_abi":"4.0.4-rc.4","@aztec/sequencer-client":"4.0.4-rc.4","@aztec/telemetry-client":"4.0.4-rc.4","@aztec/validator-client":"4.0.4-rc.4","@aztec/noir-contracts.js":"4.0.4-rc.4","@aztec/protocol-contracts":"4.0.4-rc.4","@aztec/validator-ha-signer":"4.0.4-rc.4","@aztec/noir-test-contracts.js":"4.0.4-rc.4","@aztec/noir-protocol-circuits-types":"4.0.4-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.4_1772542769559_0.8796022085551911","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.5":{"name":"@aztec/end-to-end","version":"4.0.4-rc.5","_id":"@aztec/end-to-end@4.0.4-rc.5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ae5895724af83e75ed0f877080250607a4d1f7e8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.5.tgz","fileCount":280,"integrity":"sha512-bOu2iihVdY+ME+BRWd0Pen7QcU58y+U1qRU3tCZWFPBkTXl5YiquF551gBAA6wll85HKSfmsnUkEdALeWGGrhQ==","signatures":[{"sig":"MEYCIQC24Znpoac5BiuY3Z+a4keXoZ+o4Q4Syy2KuCY/DwMxwgIhALg3PdG9q3oDc9Hp3iD2k43pKiBZwEi4mpytJcl9SPmE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"da8f7b8e7fe1b7376f3302d5efaa5ea9b13a010d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.5","@aztec/cli":"4.0.4-rc.5","@aztec/p2p":"4.0.4-rc.5","@aztec/pxe":"4.0.4-rc.5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.5","@aztec/bb.js":"4.0.4-rc.5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.5","@aztec/wallets":"4.0.4-rc.5","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.5","@aztec/archiver":"4.0.4-rc.5","@aztec/aztec.js":"4.0.4-rc.5","@aztec/blob-lib":"4.0.4-rc.5","@aztec/ethereum":"4.0.4-rc.5","@aztec/kv-store":"4.0.4-rc.5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.5","@aztec/constants":"4.0.4-rc.5","@aztec/simulator":"4.0.4-rc.5","@aztec/aztec-node":"4.0.4-rc.5","@aztec/foundation":"4.0.4-rc.5","@aztec/wallet-sdk":"4.0.4-rc.5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.5","@aztec/entrypoints":"4.0.4-rc.5","@aztec/epoch-cache":"4.0.4-rc.5","@aztec/merkle-tree":"4.0.4-rc.5","@aztec/prover-node":"4.0.4-rc.5","@aztec/world-state":"4.0.4-rc.5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.5","@aztec/prover-client":"4.0.4-rc.5","@aztec/noir-noirc_abi":"4.0.4-rc.5","@aztec/sequencer-client":"4.0.4-rc.5","@aztec/telemetry-client":"4.0.4-rc.5","@aztec/validator-client":"4.0.4-rc.5","@aztec/noir-contracts.js":"4.0.4-rc.5","@aztec/protocol-contracts":"4.0.4-rc.5","@aztec/validator-ha-signer":"4.0.4-rc.5","@aztec/noir-test-contracts.js":"4.0.4-rc.5","@aztec/noir-protocol-circuits-types":"4.0.4-rc.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.5_1772582978719_0.5265661633562624","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.2-patch.4":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.2-patch.4","_id":"@aztec/end-to-end@4.0.0-devnet.2-patch.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3739e2d81fe8398ac1851bb2faa6ae639f6bdd98","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.2-patch.4.tgz","fileCount":280,"integrity":"sha512-ahTRZG2ce2VczegmDeUdcII/POqcccJsBnnADIgmBLSogsyCxSew9ggvoNPafNugxZIWdIp6lYlfYEqUrNoAMg==","signatures":[{"sig":"MEUCIEqSPrKuoM2ZHQ2543NjeFH0TKuQNLmInCLnN94P38kDAiEAg2hROhOUfOLzY+0QXm0QmzjLVv2PT0rnBuUGTATk92Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37079668},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"85d2cf60ddfdf3ad8c1dfb6b11a302e03ed38bda","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.2-patch.4","@aztec/cli":"4.0.0-devnet.2-patch.4","@aztec/p2p":"4.0.0-devnet.2-patch.4","@aztec/pxe":"4.0.0-devnet.2-patch.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.2-patch.4","@aztec/bb.js":"4.0.0-devnet.2-patch.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.2-patch.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.2-patch.4","@aztec/wallets":"4.0.0-devnet.2-patch.4","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.2-patch.4","@aztec/archiver":"4.0.0-devnet.2-patch.4","@aztec/aztec.js":"4.0.0-devnet.2-patch.4","@aztec/blob-lib":"4.0.0-devnet.2-patch.4","@aztec/ethereum":"4.0.0-devnet.2-patch.4","@aztec/kv-store":"4.0.0-devnet.2-patch.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.2-patch.4","@aztec/constants":"4.0.0-devnet.2-patch.4","@aztec/simulator":"4.0.0-devnet.2-patch.4","@aztec/aztec-node":"4.0.0-devnet.2-patch.4","@aztec/foundation":"4.0.0-devnet.2-patch.4","@aztec/wallet-sdk":"4.0.0-devnet.2-patch.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.2-patch.4","@aztec/entrypoints":"4.0.0-devnet.2-patch.4","@aztec/epoch-cache":"4.0.0-devnet.2-patch.4","@aztec/merkle-tree":"4.0.0-devnet.2-patch.4","@aztec/prover-node":"4.0.0-devnet.2-patch.4","@aztec/world-state":"4.0.0-devnet.2-patch.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.2-patch.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.2-patch.4","@aztec/prover-client":"4.0.0-devnet.2-patch.4","@aztec/noir-noirc_abi":"4.0.0-devnet.2-patch.4","@aztec/sequencer-client":"4.0.0-devnet.2-patch.4","@aztec/telemetry-client":"4.0.0-devnet.2-patch.4","@aztec/validator-client":"4.0.0-devnet.2-patch.4","@aztec/noir-contracts.js":"4.0.0-devnet.2-patch.4","@aztec/protocol-contracts":"4.0.0-devnet.2-patch.4","@aztec/validator-ha-signer":"4.0.0-devnet.2-patch.4","@aztec/noir-test-contracts.js":"4.0.0-devnet.2-patch.4","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.2-patch.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.2-patch.4_1772620303496_0.8470628610558573","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.181e2d196":{"name":"@aztec/end-to-end","version":"0.0.1-commit.181e2d196","_id":"@aztec/end-to-end@0.0.1-commit.181e2d196","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b9490afe46aff19b4b6583c711cb9070ee24eafe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.181e2d196.tgz","fileCount":284,"integrity":"sha512-f+QaA1LjL89S7XKhhsyhfLhOmG1jtTA+iarLfDlhUrTKc9hS2KFUVCg9gmMO7CkVa6Mi4pDW9MRTPzBe/WAlgg==","signatures":[{"sig":"MEUCIE1l+PEVmzzy+ka+4KAkF9Zkse/WWMn/TtVYuOz+SrBaAiEAihkewKoyN/MKEzArX4FcJxPfL3bo/xoa6ipFcgLU64c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37106962},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.181e2d196","@aztec/cli":"0.0.1-commit.181e2d196","@aztec/p2p":"0.0.1-commit.181e2d196","@aztec/pxe":"0.0.1-commit.181e2d196","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.181e2d196","@aztec/bb.js":"0.0.1-commit.181e2d196","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.181e2d196","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.181e2d196","@aztec/wallets":"0.0.1-commit.181e2d196","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.181e2d196","@aztec/archiver":"0.0.1-commit.181e2d196","@aztec/aztec.js":"0.0.1-commit.181e2d196","@aztec/blob-lib":"0.0.1-commit.181e2d196","@aztec/ethereum":"0.0.1-commit.181e2d196","@aztec/kv-store":"0.0.1-commit.181e2d196","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.181e2d196","@aztec/constants":"0.0.1-commit.181e2d196","@aztec/simulator":"0.0.1-commit.181e2d196","@aztec/aztec-node":"0.0.1-commit.181e2d196","@aztec/foundation":"0.0.1-commit.181e2d196","@aztec/wallet-sdk":"0.0.1-commit.181e2d196","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.181e2d196","@aztec/entrypoints":"0.0.1-commit.181e2d196","@aztec/epoch-cache":"0.0.1-commit.181e2d196","@aztec/merkle-tree":"0.0.1-commit.181e2d196","@aztec/prover-node":"0.0.1-commit.181e2d196","@aztec/world-state":"0.0.1-commit.181e2d196","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.181e2d196","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.181e2d196","@aztec/prover-client":"0.0.1-commit.181e2d196","@aztec/noir-noirc_abi":"0.0.1-commit.181e2d196","@aztec/sequencer-client":"0.0.1-commit.181e2d196","@aztec/telemetry-client":"0.0.1-commit.181e2d196","@aztec/validator-client":"0.0.1-commit.181e2d196","@aztec/noir-contracts.js":"0.0.1-commit.181e2d196","@aztec/protocol-contracts":"0.0.1-commit.181e2d196","@aztec/validator-ha-signer":"0.0.1-commit.181e2d196","@aztec/noir-test-contracts.js":"0.0.1-commit.181e2d196","@aztec/noir-protocol-circuits-types":"0.0.1-commit.181e2d196"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.181e2d196_1772625701709_0.14278220335333347","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.6":{"name":"@aztec/end-to-end","version":"4.0.4-rc.6","_id":"@aztec/end-to-end@4.0.4-rc.6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b78c290436aa35f2bd12c79244e1592ec28b4893","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.6.tgz","fileCount":280,"integrity":"sha512-o5lDLncfKKRisSOZDLtuLIjg5AKY3+1Qzq+Hl3+3UV76Fq7zMsBEHyUuVb5eE2ce6zKsKBKMRzIyqUwI/w0SPA==","signatures":[{"sig":"MEUCIQDEn6JZjdZlt0PAtIrn4IuKYluzl/1KqKsFVA6lzvCkaAIgBYftPFzNM59kV3Ld1QHqoU8e1PZXvOFuZgN522DQaCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"46943b6001b0228522add0c23fa032398aadacc2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.6","@aztec/cli":"4.0.4-rc.6","@aztec/p2p":"4.0.4-rc.6","@aztec/pxe":"4.0.4-rc.6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.6","@aztec/bb.js":"4.0.4-rc.6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.6","@aztec/wallets":"4.0.4-rc.6","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.6","@aztec/archiver":"4.0.4-rc.6","@aztec/aztec.js":"4.0.4-rc.6","@aztec/blob-lib":"4.0.4-rc.6","@aztec/ethereum":"4.0.4-rc.6","@aztec/kv-store":"4.0.4-rc.6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.6","@aztec/constants":"4.0.4-rc.6","@aztec/simulator":"4.0.4-rc.6","@aztec/aztec-node":"4.0.4-rc.6","@aztec/foundation":"4.0.4-rc.6","@aztec/wallet-sdk":"4.0.4-rc.6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.6","@aztec/entrypoints":"4.0.4-rc.6","@aztec/epoch-cache":"4.0.4-rc.6","@aztec/merkle-tree":"4.0.4-rc.6","@aztec/prover-node":"4.0.4-rc.6","@aztec/world-state":"4.0.4-rc.6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.6","@aztec/prover-client":"4.0.4-rc.6","@aztec/noir-noirc_abi":"4.0.4-rc.6","@aztec/sequencer-client":"4.0.4-rc.6","@aztec/telemetry-client":"4.0.4-rc.6","@aztec/validator-client":"4.0.4-rc.6","@aztec/noir-contracts.js":"4.0.4-rc.6","@aztec/protocol-contracts":"4.0.4-rc.6","@aztec/validator-ha-signer":"4.0.4-rc.6","@aztec/noir-test-contracts.js":"4.0.4-rc.6","@aztec/noir-protocol-circuits-types":"4.0.4-rc.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.6_1772637227495_0.646356885028883","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.7":{"name":"@aztec/end-to-end","version":"4.0.4-rc.7","_id":"@aztec/end-to-end@4.0.4-rc.7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"928acce8b58b2db904172780510c49accb10dbb2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.7.tgz","fileCount":280,"integrity":"sha512-+3RGig7BY0f3hbZAVEcsDPV7m78jAvY1GfOwh5vTis6l1bS/v+son9h+w+99BDGON7FMeOsWDZ61gQUhK27DvA==","signatures":[{"sig":"MEYCIQDI7d8OsKRkksXne0yMDCVUFh93nRbwp5QFdIkXL2yhBgIhAIKYpgJ72o+3YbMmRT6YkcxkggHwMVeCr23vW8rTDJVE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"64ab33fb9544f4d14fe1c1e85fe49da9b8f7f0c2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.7","@aztec/cli":"4.0.4-rc.7","@aztec/p2p":"4.0.4-rc.7","@aztec/pxe":"4.0.4-rc.7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.7","@aztec/bb.js":"4.0.4-rc.7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.7","@aztec/wallets":"4.0.4-rc.7","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.7","@aztec/archiver":"4.0.4-rc.7","@aztec/aztec.js":"4.0.4-rc.7","@aztec/blob-lib":"4.0.4-rc.7","@aztec/ethereum":"4.0.4-rc.7","@aztec/kv-store":"4.0.4-rc.7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.7","@aztec/constants":"4.0.4-rc.7","@aztec/simulator":"4.0.4-rc.7","@aztec/aztec-node":"4.0.4-rc.7","@aztec/foundation":"4.0.4-rc.7","@aztec/wallet-sdk":"4.0.4-rc.7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.7","@aztec/entrypoints":"4.0.4-rc.7","@aztec/epoch-cache":"4.0.4-rc.7","@aztec/merkle-tree":"4.0.4-rc.7","@aztec/prover-node":"4.0.4-rc.7","@aztec/world-state":"4.0.4-rc.7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.7","@aztec/prover-client":"4.0.4-rc.7","@aztec/noir-noirc_abi":"4.0.4-rc.7","@aztec/sequencer-client":"4.0.4-rc.7","@aztec/telemetry-client":"4.0.4-rc.7","@aztec/validator-client":"4.0.4-rc.7","@aztec/noir-contracts.js":"4.0.4-rc.7","@aztec/protocol-contracts":"4.0.4-rc.7","@aztec/validator-ha-signer":"4.0.4-rc.7","@aztec/noir-test-contracts.js":"4.0.4-rc.7","@aztec/noir-protocol-circuits-types":"4.0.4-rc.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.7_1772649024591_0.027713255653655455","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.8":{"name":"@aztec/end-to-end","version":"4.0.4-rc.8","_id":"@aztec/end-to-end@4.0.4-rc.8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2701366102fdd46eb861f8f89588c7eb7003d059","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.8.tgz","fileCount":280,"integrity":"sha512-9ROYXHzsVmYckXjXfjBCGuo4/Om3q33wiWD2fu5AeqFpmMBRW6e0DsDF2F8WSjeTJINOL+mtQX3lBiZtNVf/PQ==","signatures":[{"sig":"MEYCIQC6htmYya5h9m4wjcLgp4ixmYazilMBzLEuutQkYGTfhAIhALoGnHfensMxcBu5P1cSeOqwOF4D6L/tx9AGubIFi3e3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b833855b8547f35a89e98a6bcde3e501e0b6c998","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.8","@aztec/cli":"4.0.4-rc.8","@aztec/p2p":"4.0.4-rc.8","@aztec/pxe":"4.0.4-rc.8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.8","@aztec/bb.js":"4.0.4-rc.8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.8","@aztec/wallets":"4.0.4-rc.8","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.8","@aztec/archiver":"4.0.4-rc.8","@aztec/aztec.js":"4.0.4-rc.8","@aztec/blob-lib":"4.0.4-rc.8","@aztec/ethereum":"4.0.4-rc.8","@aztec/kv-store":"4.0.4-rc.8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.8","@aztec/constants":"4.0.4-rc.8","@aztec/simulator":"4.0.4-rc.8","@aztec/aztec-node":"4.0.4-rc.8","@aztec/foundation":"4.0.4-rc.8","@aztec/wallet-sdk":"4.0.4-rc.8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.8","@aztec/entrypoints":"4.0.4-rc.8","@aztec/epoch-cache":"4.0.4-rc.8","@aztec/merkle-tree":"4.0.4-rc.8","@aztec/prover-node":"4.0.4-rc.8","@aztec/world-state":"4.0.4-rc.8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.8","@aztec/prover-client":"4.0.4-rc.8","@aztec/noir-noirc_abi":"4.0.4-rc.8","@aztec/sequencer-client":"4.0.4-rc.8","@aztec/telemetry-client":"4.0.4-rc.8","@aztec/validator-client":"4.0.4-rc.8","@aztec/noir-contracts.js":"4.0.4-rc.8","@aztec/protocol-contracts":"4.0.4-rc.8","@aztec/validator-ha-signer":"4.0.4-rc.8","@aztec/noir-test-contracts.js":"4.0.4-rc.8","@aztec/noir-protocol-circuits-types":"4.0.4-rc.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.8_1772653682679_0.038001786508665925","host":"s3://npm-registry-packages-npm-production"}},"4.0.4-rc.9":{"name":"@aztec/end-to-end","version":"4.0.4-rc.9","_id":"@aztec/end-to-end@4.0.4-rc.9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6438a61e1aa1ad405625eeb55d75ccdcdec1dc30","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.4-rc.9.tgz","fileCount":280,"integrity":"sha512-hUlhpXZX9LOXKNMiag8U/XLE/+ClidENAjVkF+LClIVUVUQaC9pcbetiua/Vzii1uobi3U5AZaDaTy7GrPphLw==","signatures":[{"sig":"MEUCIQDxWQKh+sKKWCNY/O50l22p32PkqOt5pR707upkgaCtAQIgQDqAm1b8Qw6hqHQ+MiRH7XKgDnGqjeVDlGiCWm9LCRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37085602},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d60df274ae974b256570911ea5ef499bed8bf314","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.4-rc.9","@aztec/cli":"4.0.4-rc.9","@aztec/p2p":"4.0.4-rc.9","@aztec/pxe":"4.0.4-rc.9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.4-rc.9","@aztec/bb.js":"4.0.4-rc.9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.4-rc.9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.4-rc.9","@aztec/wallets":"4.0.4-rc.9","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.4-rc.9","@aztec/archiver":"4.0.4-rc.9","@aztec/aztec.js":"4.0.4-rc.9","@aztec/blob-lib":"4.0.4-rc.9","@aztec/ethereum":"4.0.4-rc.9","@aztec/kv-store":"4.0.4-rc.9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.4-rc.9","@aztec/constants":"4.0.4-rc.9","@aztec/simulator":"4.0.4-rc.9","@aztec/aztec-node":"4.0.4-rc.9","@aztec/foundation":"4.0.4-rc.9","@aztec/wallet-sdk":"4.0.4-rc.9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.4-rc.9","@aztec/entrypoints":"4.0.4-rc.9","@aztec/epoch-cache":"4.0.4-rc.9","@aztec/merkle-tree":"4.0.4-rc.9","@aztec/prover-node":"4.0.4-rc.9","@aztec/world-state":"4.0.4-rc.9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.4-rc.9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.4-rc.9","@aztec/prover-client":"4.0.4-rc.9","@aztec/noir-noirc_abi":"4.0.4-rc.9","@aztec/sequencer-client":"4.0.4-rc.9","@aztec/telemetry-client":"4.0.4-rc.9","@aztec/validator-client":"4.0.4-rc.9","@aztec/noir-contracts.js":"4.0.4-rc.9","@aztec/protocol-contracts":"4.0.4-rc.9","@aztec/validator-ha-signer":"4.0.4-rc.9","@aztec/noir-test-contracts.js":"4.0.4-rc.9","@aztec/noir-protocol-circuits-types":"4.0.4-rc.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.4-rc.9_1772655338726_0.7005892754188587","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260305":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260305","_id":"@aztec/end-to-end@5.0.0-nightly.20260305","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ed9dfaa02ba26c56c6486cb12529bdd0805077d8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260305.tgz","fileCount":284,"integrity":"sha512-3p+CPFCW7gDIVWOpukvGjR5Z6U9XMBK50jOMCDyA8s+0ceWLsi8JDkvukBrEqwyMwbIQQQHp3q0lHGi5qWScZg==","signatures":[{"sig":"MEUCIQDgTdkfV2tqDgJYq95bhnQMuKXHAwTQqE67cTtE5KDNngIgFDqCEVNytrbVAA4ZbdM9oXEf47Xl76VTLA51BLuP6yI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37106962},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260305","@aztec/cli":"5.0.0-nightly.20260305","@aztec/p2p":"5.0.0-nightly.20260305","@aztec/pxe":"5.0.0-nightly.20260305","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260305","@aztec/bb.js":"5.0.0-nightly.20260305","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260305","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260305","@aztec/wallets":"5.0.0-nightly.20260305","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260305","@aztec/archiver":"5.0.0-nightly.20260305","@aztec/aztec.js":"5.0.0-nightly.20260305","@aztec/blob-lib":"5.0.0-nightly.20260305","@aztec/ethereum":"5.0.0-nightly.20260305","@aztec/kv-store":"5.0.0-nightly.20260305","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260305","@aztec/constants":"5.0.0-nightly.20260305","@aztec/simulator":"5.0.0-nightly.20260305","@aztec/aztec-node":"5.0.0-nightly.20260305","@aztec/foundation":"5.0.0-nightly.20260305","@aztec/wallet-sdk":"5.0.0-nightly.20260305","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260305","@aztec/entrypoints":"5.0.0-nightly.20260305","@aztec/epoch-cache":"5.0.0-nightly.20260305","@aztec/merkle-tree":"5.0.0-nightly.20260305","@aztec/prover-node":"5.0.0-nightly.20260305","@aztec/world-state":"5.0.0-nightly.20260305","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260305","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260305","@aztec/prover-client":"5.0.0-nightly.20260305","@aztec/noir-noirc_abi":"5.0.0-nightly.20260305","@aztec/sequencer-client":"5.0.0-nightly.20260305","@aztec/telemetry-client":"5.0.0-nightly.20260305","@aztec/validator-client":"5.0.0-nightly.20260305","@aztec/noir-contracts.js":"5.0.0-nightly.20260305","@aztec/protocol-contracts":"5.0.0-nightly.20260305","@aztec/validator-ha-signer":"5.0.0-nightly.20260305","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260305","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260305"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260305_1772681090344_0.5220923512640021","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5358163d3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5358163d3","_id":"@aztec/end-to-end@0.0.1-commit.5358163d3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ee5746e2107a4513eeaad768a71ce1cf2508f894","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5358163d3.tgz","fileCount":284,"integrity":"sha512-2ihzO5/VN+IpqG9gVRiocNCsYWVukXzF7cYNy6uQei156A8tEbU0elqk4DnAxuaf6VCuwRXQIdLPNeMuJPcL2g==","signatures":[{"sig":"MEYCIQCDYbFA8r8CUqyhIy8yH28l+SgLvH77haF8U0/kwapsQQIhAKaSDLRESSH8TSAoH5CzUfj082egQcdXHr4+WPy15nPS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37106962},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5358163d3","@aztec/cli":"0.0.1-commit.5358163d3","@aztec/p2p":"0.0.1-commit.5358163d3","@aztec/pxe":"0.0.1-commit.5358163d3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5358163d3","@aztec/bb.js":"0.0.1-commit.5358163d3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5358163d3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5358163d3","@aztec/wallets":"0.0.1-commit.5358163d3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5358163d3","@aztec/archiver":"0.0.1-commit.5358163d3","@aztec/aztec.js":"0.0.1-commit.5358163d3","@aztec/blob-lib":"0.0.1-commit.5358163d3","@aztec/ethereum":"0.0.1-commit.5358163d3","@aztec/kv-store":"0.0.1-commit.5358163d3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5358163d3","@aztec/constants":"0.0.1-commit.5358163d3","@aztec/simulator":"0.0.1-commit.5358163d3","@aztec/aztec-node":"0.0.1-commit.5358163d3","@aztec/foundation":"0.0.1-commit.5358163d3","@aztec/wallet-sdk":"0.0.1-commit.5358163d3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.5358163d3","@aztec/entrypoints":"0.0.1-commit.5358163d3","@aztec/epoch-cache":"0.0.1-commit.5358163d3","@aztec/merkle-tree":"0.0.1-commit.5358163d3","@aztec/prover-node":"0.0.1-commit.5358163d3","@aztec/world-state":"0.0.1-commit.5358163d3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5358163d3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5358163d3","@aztec/prover-client":"0.0.1-commit.5358163d3","@aztec/noir-noirc_abi":"0.0.1-commit.5358163d3","@aztec/sequencer-client":"0.0.1-commit.5358163d3","@aztec/telemetry-client":"0.0.1-commit.5358163d3","@aztec/validator-client":"0.0.1-commit.5358163d3","@aztec/noir-contracts.js":"0.0.1-commit.5358163d3","@aztec/protocol-contracts":"0.0.1-commit.5358163d3","@aztec/validator-ha-signer":"0.0.1-commit.5358163d3","@aztec/noir-test-contracts.js":"0.0.1-commit.5358163d3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5358163d3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5358163d3_1772712294199_0.7135049649753968","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-rc.2":{"name":"@aztec/end-to-end","version":"4.1.0-rc.2","_id":"@aztec/end-to-end@4.1.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"79cfc02e3b73ba5699ce654ca4af4339d2e5cce0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-rc.2.tgz","fileCount":280,"integrity":"sha512-vwyg5LLI3xAC7zgNN3YtrHyzSOE8YhSfXYzuhxE8hDUpHCOkMdwOap+5y+3DxN4Ag8WOhVDnLesbZH0KYinyyQ==","signatures":[{"sig":"MEQCIGhd65hHbBcTHA2lsvmGSy7lc8TzF2WZ3fq4r/jJIbrGAiBGR9uZ7zpHGR8xEnzC82I6ImFVTcHsOZ33je2yEB5g1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37095531},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9598e7eff941a151aeff4cf4264327283db39a88","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-rc.2","@aztec/cli":"4.1.0-rc.2","@aztec/p2p":"4.1.0-rc.2","@aztec/pxe":"4.1.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-rc.2","@aztec/bb.js":"4.1.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-rc.2","@aztec/wallets":"4.1.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-rc.2","@aztec/archiver":"4.1.0-rc.2","@aztec/aztec.js":"4.1.0-rc.2","@aztec/blob-lib":"4.1.0-rc.2","@aztec/ethereum":"4.1.0-rc.2","@aztec/kv-store":"4.1.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-rc.2","@aztec/constants":"4.1.0-rc.2","@aztec/simulator":"4.1.0-rc.2","@aztec/aztec-node":"4.1.0-rc.2","@aztec/foundation":"4.1.0-rc.2","@aztec/wallet-sdk":"4.1.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-rc.2","@aztec/entrypoints":"4.1.0-rc.2","@aztec/epoch-cache":"4.1.0-rc.2","@aztec/merkle-tree":"4.1.0-rc.2","@aztec/prover-node":"4.1.0-rc.2","@aztec/world-state":"4.1.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-rc.2","@aztec/prover-client":"4.1.0-rc.2","@aztec/noir-noirc_abi":"4.1.0-rc.2","@aztec/sequencer-client":"4.1.0-rc.2","@aztec/telemetry-client":"4.1.0-rc.2","@aztec/validator-client":"4.1.0-rc.2","@aztec/noir-contracts.js":"4.1.0-rc.2","@aztec/protocol-contracts":"4.1.0-rc.2","@aztec/validator-ha-signer":"4.1.0-rc.2","@aztec/noir-test-contracts.js":"4.1.0-rc.2","@aztec/noir-protocol-circuits-types":"4.1.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-rc.2_1772744254631_0.481290829661835","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.033589e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.033589e","_id":"@aztec/end-to-end@0.0.1-commit.033589e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4363d1d3394a9bf5941b25f2293e46b07fac4564","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.033589e.tgz","fileCount":284,"integrity":"sha512-T6gt8gP2iasRQflBVFHh/yEA5nHdlSFZlTzg8jaKOYJaZb0nmVQVQ1BvvMOzAD/vY6yG2mla9O/nrqTA7YiWPw==","signatures":[{"sig":"MEUCICuCndcSNydoVcucIh5K9oUfAHbp8K1ORR79JjqtIPWRAiEA1oJI6bjgsGVmVOaH4ZKb25R2j76gM6Fi777phl5GPyw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37108761},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.033589e","@aztec/cli":"0.0.1-commit.033589e","@aztec/p2p":"0.0.1-commit.033589e","@aztec/pxe":"0.0.1-commit.033589e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.033589e","@aztec/bb.js":"0.0.1-commit.033589e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.033589e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.033589e","@aztec/wallets":"0.0.1-commit.033589e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.033589e","@aztec/archiver":"0.0.1-commit.033589e","@aztec/aztec.js":"0.0.1-commit.033589e","@aztec/blob-lib":"0.0.1-commit.033589e","@aztec/ethereum":"0.0.1-commit.033589e","@aztec/kv-store":"0.0.1-commit.033589e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.033589e","@aztec/constants":"0.0.1-commit.033589e","@aztec/simulator":"0.0.1-commit.033589e","@aztec/aztec-node":"0.0.1-commit.033589e","@aztec/foundation":"0.0.1-commit.033589e","@aztec/wallet-sdk":"0.0.1-commit.033589e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.033589e","@aztec/entrypoints":"0.0.1-commit.033589e","@aztec/epoch-cache":"0.0.1-commit.033589e","@aztec/merkle-tree":"0.0.1-commit.033589e","@aztec/prover-node":"0.0.1-commit.033589e","@aztec/world-state":"0.0.1-commit.033589e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.033589e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.033589e","@aztec/prover-client":"0.0.1-commit.033589e","@aztec/noir-noirc_abi":"0.0.1-commit.033589e","@aztec/sequencer-client":"0.0.1-commit.033589e","@aztec/telemetry-client":"0.0.1-commit.033589e","@aztec/validator-client":"0.0.1-commit.033589e","@aztec/noir-contracts.js":"0.0.1-commit.033589e","@aztec/protocol-contracts":"0.0.1-commit.033589e","@aztec/validator-ha-signer":"0.0.1-commit.033589e","@aztec/noir-test-contracts.js":"0.0.1-commit.033589e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.033589e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.033589e_1772806974308_0.6643439976878815","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3895657bc":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3895657bc","_id":"@aztec/end-to-end@0.0.1-commit.3895657bc","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7b26f7ddcf550a1a53f4e55892390d1a0a172c7c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3895657bc.tgz","fileCount":284,"integrity":"sha512-xksMCshQb/KsTuRdujhsKvFltBUq1xUe1txEJhfEx8x1TiSM5lXIw2WTJe+KBZz9bhLp2vagU3dXw9hI4cj51A==","signatures":[{"sig":"MEUCIQCWtlqwDHb/B8irdXjOGdQhWYLfzyz8rq+n8L+NvwphlgIgBXtR6RSAsPSrpzf+YKO5bsq9dIJwpU1RIYhLnRwvMEg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3895657bc","@aztec/cli":"0.0.1-commit.3895657bc","@aztec/p2p":"0.0.1-commit.3895657bc","@aztec/pxe":"0.0.1-commit.3895657bc","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3895657bc","@aztec/bb.js":"0.0.1-commit.3895657bc","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3895657bc","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3895657bc","@aztec/wallets":"0.0.1-commit.3895657bc","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3895657bc","@aztec/archiver":"0.0.1-commit.3895657bc","@aztec/aztec.js":"0.0.1-commit.3895657bc","@aztec/blob-lib":"0.0.1-commit.3895657bc","@aztec/ethereum":"0.0.1-commit.3895657bc","@aztec/kv-store":"0.0.1-commit.3895657bc","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3895657bc","@aztec/constants":"0.0.1-commit.3895657bc","@aztec/simulator":"0.0.1-commit.3895657bc","@aztec/aztec-node":"0.0.1-commit.3895657bc","@aztec/foundation":"0.0.1-commit.3895657bc","@aztec/wallet-sdk":"0.0.1-commit.3895657bc","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3895657bc","@aztec/entrypoints":"0.0.1-commit.3895657bc","@aztec/epoch-cache":"0.0.1-commit.3895657bc","@aztec/merkle-tree":"0.0.1-commit.3895657bc","@aztec/prover-node":"0.0.1-commit.3895657bc","@aztec/world-state":"0.0.1-commit.3895657bc","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3895657bc","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3895657bc","@aztec/prover-client":"0.0.1-commit.3895657bc","@aztec/noir-noirc_abi":"0.0.1-commit.3895657bc","@aztec/sequencer-client":"0.0.1-commit.3895657bc","@aztec/telemetry-client":"0.0.1-commit.3895657bc","@aztec/validator-client":"0.0.1-commit.3895657bc","@aztec/noir-contracts.js":"0.0.1-commit.3895657bc","@aztec/protocol-contracts":"0.0.1-commit.3895657bc","@aztec/validator-ha-signer":"0.0.1-commit.3895657bc","@aztec/noir-test-contracts.js":"0.0.1-commit.3895657bc","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3895657bc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3895657bc_1772808121126_0.8375609792075427","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f504929":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f504929","_id":"@aztec/end-to-end@0.0.1-commit.f504929","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"911d5cdebc0c2090787603791091faf562a4310a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f504929.tgz","fileCount":284,"integrity":"sha512-vGvSN4Ln0LsLGvaDbbgeCbOhKZpGt+unmojlIw8TPyri2xa+icx44T/w9OvBjer0Rte1j/p7mNPztuTJDkxzeg==","signatures":[{"sig":"MEUCICzY+DFM/Ht2Zeu/SxiTzyMXA9/QVdy7Jl7VOIgMqGmrAiEAq7PA+PAwsGJOJV6zxvQu3B2CENZgRKrjrtSnAmXUBBM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37108761},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f504929","@aztec/cli":"0.0.1-commit.f504929","@aztec/p2p":"0.0.1-commit.f504929","@aztec/pxe":"0.0.1-commit.f504929","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f504929","@aztec/bb.js":"0.0.1-commit.f504929","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f504929","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f504929","@aztec/wallets":"0.0.1-commit.f504929","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f504929","@aztec/archiver":"0.0.1-commit.f504929","@aztec/aztec.js":"0.0.1-commit.f504929","@aztec/blob-lib":"0.0.1-commit.f504929","@aztec/ethereum":"0.0.1-commit.f504929","@aztec/kv-store":"0.0.1-commit.f504929","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f504929","@aztec/constants":"0.0.1-commit.f504929","@aztec/simulator":"0.0.1-commit.f504929","@aztec/aztec-node":"0.0.1-commit.f504929","@aztec/foundation":"0.0.1-commit.f504929","@aztec/wallet-sdk":"0.0.1-commit.f504929","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f504929","@aztec/entrypoints":"0.0.1-commit.f504929","@aztec/epoch-cache":"0.0.1-commit.f504929","@aztec/merkle-tree":"0.0.1-commit.f504929","@aztec/prover-node":"0.0.1-commit.f504929","@aztec/world-state":"0.0.1-commit.f504929","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f504929","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f504929","@aztec/prover-client":"0.0.1-commit.f504929","@aztec/noir-noirc_abi":"0.0.1-commit.f504929","@aztec/sequencer-client":"0.0.1-commit.f504929","@aztec/telemetry-client":"0.0.1-commit.f504929","@aztec/validator-client":"0.0.1-commit.f504929","@aztec/noir-contracts.js":"0.0.1-commit.f504929","@aztec/protocol-contracts":"0.0.1-commit.f504929","@aztec/validator-ha-signer":"0.0.1-commit.f504929","@aztec/noir-test-contracts.js":"0.0.1-commit.f504929","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f504929"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f504929_1772838544986_0.39042276860284675","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.db765a8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.db765a8","_id":"@aztec/end-to-end@0.0.1-commit.db765a8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c90da9cc71095da645acde4c7aeb52ba07d5bd27","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.db765a8.tgz","fileCount":284,"integrity":"sha512-qoUXL6JYG6Wi5lwIg8TKA7lL3ZW8bVqXFOi1ziYTpxBSAi/A7YKi2NIPfwgCvtewfWMzjqTa/omtOfV8147j4Q==","signatures":[{"sig":"MEQCIEGiC8f3V0thSbXLWHWhypsFGJkMqF2i+QJww0WhzI/nAiADQP3wzRKSUZZjk1xCh3GtQ8rrXCtjBmXyNWjF3auicA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37108761},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.db765a8","@aztec/cli":"0.0.1-commit.db765a8","@aztec/p2p":"0.0.1-commit.db765a8","@aztec/pxe":"0.0.1-commit.db765a8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.db765a8","@aztec/bb.js":"0.0.1-commit.db765a8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.db765a8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.db765a8","@aztec/wallets":"0.0.1-commit.db765a8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.db765a8","@aztec/archiver":"0.0.1-commit.db765a8","@aztec/aztec.js":"0.0.1-commit.db765a8","@aztec/blob-lib":"0.0.1-commit.db765a8","@aztec/ethereum":"0.0.1-commit.db765a8","@aztec/kv-store":"0.0.1-commit.db765a8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.db765a8","@aztec/constants":"0.0.1-commit.db765a8","@aztec/simulator":"0.0.1-commit.db765a8","@aztec/aztec-node":"0.0.1-commit.db765a8","@aztec/foundation":"0.0.1-commit.db765a8","@aztec/wallet-sdk":"0.0.1-commit.db765a8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.db765a8","@aztec/entrypoints":"0.0.1-commit.db765a8","@aztec/epoch-cache":"0.0.1-commit.db765a8","@aztec/merkle-tree":"0.0.1-commit.db765a8","@aztec/prover-node":"0.0.1-commit.db765a8","@aztec/world-state":"0.0.1-commit.db765a8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.db765a8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.db765a8","@aztec/prover-client":"0.0.1-commit.db765a8","@aztec/noir-noirc_abi":"0.0.1-commit.db765a8","@aztec/sequencer-client":"0.0.1-commit.db765a8","@aztec/telemetry-client":"0.0.1-commit.db765a8","@aztec/validator-client":"0.0.1-commit.db765a8","@aztec/noir-contracts.js":"0.0.1-commit.db765a8","@aztec/protocol-contracts":"0.0.1-commit.db765a8","@aztec/validator-ha-signer":"0.0.1-commit.db765a8","@aztec/noir-test-contracts.js":"0.0.1-commit.db765a8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.db765a8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.db765a8_1772838548667_0.8151258661761298","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ef17749e1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ef17749e1","_id":"@aztec/end-to-end@0.0.1-commit.ef17749e1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b4766491233fbf96b155d0265761077636f2181d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ef17749e1.tgz","fileCount":284,"integrity":"sha512-B/8/p04eN0XaR9kCRipyZ7/YqUKgK0y68dkPz7F/UlFHSsU9U9v+Z1O/91N4sMivrIGqy4l+e3bDg6+x9DQ7kw==","signatures":[{"sig":"MEQCID5zvRFk1qK2/RcPuP8wjewXzi7CKZpz/SMInp6CaitQAiBCbFzdijJz34MIaRdprIJwdcM8ST7iSIy2Vi7rYWOOag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ef17749e1","@aztec/cli":"0.0.1-commit.ef17749e1","@aztec/p2p":"0.0.1-commit.ef17749e1","@aztec/pxe":"0.0.1-commit.ef17749e1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ef17749e1","@aztec/bb.js":"0.0.1-commit.ef17749e1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ef17749e1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ef17749e1","@aztec/wallets":"0.0.1-commit.ef17749e1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ef17749e1","@aztec/archiver":"0.0.1-commit.ef17749e1","@aztec/aztec.js":"0.0.1-commit.ef17749e1","@aztec/blob-lib":"0.0.1-commit.ef17749e1","@aztec/ethereum":"0.0.1-commit.ef17749e1","@aztec/kv-store":"0.0.1-commit.ef17749e1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ef17749e1","@aztec/constants":"0.0.1-commit.ef17749e1","@aztec/simulator":"0.0.1-commit.ef17749e1","@aztec/aztec-node":"0.0.1-commit.ef17749e1","@aztec/foundation":"0.0.1-commit.ef17749e1","@aztec/wallet-sdk":"0.0.1-commit.ef17749e1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ef17749e1","@aztec/entrypoints":"0.0.1-commit.ef17749e1","@aztec/epoch-cache":"0.0.1-commit.ef17749e1","@aztec/merkle-tree":"0.0.1-commit.ef17749e1","@aztec/prover-node":"0.0.1-commit.ef17749e1","@aztec/world-state":"0.0.1-commit.ef17749e1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ef17749e1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ef17749e1","@aztec/prover-client":"0.0.1-commit.ef17749e1","@aztec/noir-noirc_abi":"0.0.1-commit.ef17749e1","@aztec/sequencer-client":"0.0.1-commit.ef17749e1","@aztec/telemetry-client":"0.0.1-commit.ef17749e1","@aztec/validator-client":"0.0.1-commit.ef17749e1","@aztec/noir-contracts.js":"0.0.1-commit.ef17749e1","@aztec/protocol-contracts":"0.0.1-commit.ef17749e1","@aztec/validator-ha-signer":"0.0.1-commit.ef17749e1","@aztec/noir-test-contracts.js":"0.0.1-commit.ef17749e1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ef17749e1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ef17749e1_1772845995040_0.9770841200906693","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ffe5b04ea":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ffe5b04ea","_id":"@aztec/end-to-end@0.0.1-commit.ffe5b04ea","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6f6e07d3b4b85f850cc5a7b06451aa0d2080a54b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ffe5b04ea.tgz","fileCount":284,"integrity":"sha512-/rmM5pqUM7nGdw2at86od1BdvbNVPaeuN9wviqnqnQN86Mv001Fpvgf0X3HneiziDT4OkJ9iN0y+55Vmw6v21g==","signatures":[{"sig":"MEUCIQDqD4vpAMN4wXw9DwikoJ8ZvkrjWYDdAh2Upyh24mMgpAIgKGBEg5QOagvyq5vDNg8xDwMZK1vv7aUqoWtB74u0+14=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ffe5b04ea","@aztec/cli":"0.0.1-commit.ffe5b04ea","@aztec/p2p":"0.0.1-commit.ffe5b04ea","@aztec/pxe":"0.0.1-commit.ffe5b04ea","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ffe5b04ea","@aztec/bb.js":"0.0.1-commit.ffe5b04ea","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ffe5b04ea","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ffe5b04ea","@aztec/wallets":"0.0.1-commit.ffe5b04ea","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ffe5b04ea","@aztec/archiver":"0.0.1-commit.ffe5b04ea","@aztec/aztec.js":"0.0.1-commit.ffe5b04ea","@aztec/blob-lib":"0.0.1-commit.ffe5b04ea","@aztec/ethereum":"0.0.1-commit.ffe5b04ea","@aztec/kv-store":"0.0.1-commit.ffe5b04ea","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ffe5b04ea","@aztec/constants":"0.0.1-commit.ffe5b04ea","@aztec/simulator":"0.0.1-commit.ffe5b04ea","@aztec/aztec-node":"0.0.1-commit.ffe5b04ea","@aztec/foundation":"0.0.1-commit.ffe5b04ea","@aztec/wallet-sdk":"0.0.1-commit.ffe5b04ea","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ffe5b04ea","@aztec/entrypoints":"0.0.1-commit.ffe5b04ea","@aztec/epoch-cache":"0.0.1-commit.ffe5b04ea","@aztec/merkle-tree":"0.0.1-commit.ffe5b04ea","@aztec/prover-node":"0.0.1-commit.ffe5b04ea","@aztec/world-state":"0.0.1-commit.ffe5b04ea","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ffe5b04ea","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ffe5b04ea","@aztec/prover-client":"0.0.1-commit.ffe5b04ea","@aztec/noir-noirc_abi":"0.0.1-commit.ffe5b04ea","@aztec/sequencer-client":"0.0.1-commit.ffe5b04ea","@aztec/telemetry-client":"0.0.1-commit.ffe5b04ea","@aztec/validator-client":"0.0.1-commit.ffe5b04ea","@aztec/noir-contracts.js":"0.0.1-commit.ffe5b04ea","@aztec/protocol-contracts":"0.0.1-commit.ffe5b04ea","@aztec/validator-ha-signer":"0.0.1-commit.ffe5b04ea","@aztec/noir-test-contracts.js":"0.0.1-commit.ffe5b04ea","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ffe5b04ea"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ffe5b04ea_1772851833590_0.08465642432548637","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260307":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260307","_id":"@aztec/end-to-end@5.0.0-nightly.20260307","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4b84ebc17104611e4d2a9edb0ade8d05e8302a32","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260307.tgz","fileCount":284,"integrity":"sha512-xIzwOXnGgkZTUI+2F1mgGnF2sSGG/adrkNsf8xxujEEp/2qBo0oHkpCkS5ET0a4SSp7IW0rq5p9kgdn2wvYN2A==","signatures":[{"sig":"MEYCIQCNEFaBOzm3dz0AcFRdwsBbjcSgQ2AbKslMgYBIbUw5RwIhAJwgQ/aP33AG+XLcgF7ZTovJPbhaOY62nV3D9GzeJ+/x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260307","@aztec/cli":"5.0.0-nightly.20260307","@aztec/p2p":"5.0.0-nightly.20260307","@aztec/pxe":"5.0.0-nightly.20260307","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260307","@aztec/bb.js":"5.0.0-nightly.20260307","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260307","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260307","@aztec/wallets":"5.0.0-nightly.20260307","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260307","@aztec/archiver":"5.0.0-nightly.20260307","@aztec/aztec.js":"5.0.0-nightly.20260307","@aztec/blob-lib":"5.0.0-nightly.20260307","@aztec/ethereum":"5.0.0-nightly.20260307","@aztec/kv-store":"5.0.0-nightly.20260307","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260307","@aztec/constants":"5.0.0-nightly.20260307","@aztec/simulator":"5.0.0-nightly.20260307","@aztec/aztec-node":"5.0.0-nightly.20260307","@aztec/foundation":"5.0.0-nightly.20260307","@aztec/wallet-sdk":"5.0.0-nightly.20260307","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260307","@aztec/entrypoints":"5.0.0-nightly.20260307","@aztec/epoch-cache":"5.0.0-nightly.20260307","@aztec/merkle-tree":"5.0.0-nightly.20260307","@aztec/prover-node":"5.0.0-nightly.20260307","@aztec/world-state":"5.0.0-nightly.20260307","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260307","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260307","@aztec/prover-client":"5.0.0-nightly.20260307","@aztec/noir-noirc_abi":"5.0.0-nightly.20260307","@aztec/sequencer-client":"5.0.0-nightly.20260307","@aztec/telemetry-client":"5.0.0-nightly.20260307","@aztec/validator-client":"5.0.0-nightly.20260307","@aztec/noir-contracts.js":"5.0.0-nightly.20260307","@aztec/protocol-contracts":"5.0.0-nightly.20260307","@aztec/validator-ha-signer":"5.0.0-nightly.20260307","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260307","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260307"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260307_1772852860866_0.6997727895232864","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260308":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260308","_id":"@aztec/end-to-end@5.0.0-nightly.20260308","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7aa31f9a16ccfae006ed574d96e3ba6b821baded","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260308.tgz","fileCount":284,"integrity":"sha512-IusqIalWxlOCgMS5E3jQFmW4w2G7Ylu/JnXIvrav6htyUYbVUvUaJfa3AJWEYgWXpYh1GXLeDwXROgEIS6LYFg==","signatures":[{"sig":"MEUCIEq2LHybw4Kf3XGi4meJcVnvPu/40+QDZt7WA2SEWuUZAiEAv1eCSiNudJax5gxiBA5d3ZRqJYHJuP4xW8l2r2GhBAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260308","@aztec/cli":"5.0.0-nightly.20260308","@aztec/p2p":"5.0.0-nightly.20260308","@aztec/pxe":"5.0.0-nightly.20260308","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260308","@aztec/bb.js":"5.0.0-nightly.20260308","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260308","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260308","@aztec/wallets":"5.0.0-nightly.20260308","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260308","@aztec/archiver":"5.0.0-nightly.20260308","@aztec/aztec.js":"5.0.0-nightly.20260308","@aztec/blob-lib":"5.0.0-nightly.20260308","@aztec/ethereum":"5.0.0-nightly.20260308","@aztec/kv-store":"5.0.0-nightly.20260308","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260308","@aztec/constants":"5.0.0-nightly.20260308","@aztec/simulator":"5.0.0-nightly.20260308","@aztec/aztec-node":"5.0.0-nightly.20260308","@aztec/foundation":"5.0.0-nightly.20260308","@aztec/wallet-sdk":"5.0.0-nightly.20260308","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260308","@aztec/entrypoints":"5.0.0-nightly.20260308","@aztec/epoch-cache":"5.0.0-nightly.20260308","@aztec/merkle-tree":"5.0.0-nightly.20260308","@aztec/prover-node":"5.0.0-nightly.20260308","@aztec/world-state":"5.0.0-nightly.20260308","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260308","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260308","@aztec/prover-client":"5.0.0-nightly.20260308","@aztec/noir-noirc_abi":"5.0.0-nightly.20260308","@aztec/sequencer-client":"5.0.0-nightly.20260308","@aztec/telemetry-client":"5.0.0-nightly.20260308","@aztec/validator-client":"5.0.0-nightly.20260308","@aztec/noir-contracts.js":"5.0.0-nightly.20260308","@aztec/protocol-contracts":"5.0.0-nightly.20260308","@aztec/validator-ha-signer":"5.0.0-nightly.20260308","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260308","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260308"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260308_1772939851658_0.9678138336866238","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.cb6bed7c2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.cb6bed7c2","_id":"@aztec/end-to-end@0.0.1-commit.cb6bed7c2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"95e39b41712c7ab0d892fc8e649a5e5a7a1067b4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.cb6bed7c2.tgz","fileCount":284,"integrity":"sha512-UZvqJnDH9yobnPVtJTuRSqBBW0zufsTN1O2Y8M3P1KXGDekxfvpD8KH7K/1tOHZSW+Oul63jktOGTiYqjwbV3w==","signatures":[{"sig":"MEYCIQCtFIR+/r5C3tdwDez09Uja2XfFrQfbLnnUnpJI1ejdLgIhANJ1OnDfd+KWw7oIFeIgoCQQGk3mtj1i3JrhGlqwt1F0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.cb6bed7c2","@aztec/cli":"0.0.1-commit.cb6bed7c2","@aztec/p2p":"0.0.1-commit.cb6bed7c2","@aztec/pxe":"0.0.1-commit.cb6bed7c2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.cb6bed7c2","@aztec/bb.js":"0.0.1-commit.cb6bed7c2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.cb6bed7c2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.cb6bed7c2","@aztec/wallets":"0.0.1-commit.cb6bed7c2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.cb6bed7c2","@aztec/archiver":"0.0.1-commit.cb6bed7c2","@aztec/aztec.js":"0.0.1-commit.cb6bed7c2","@aztec/blob-lib":"0.0.1-commit.cb6bed7c2","@aztec/ethereum":"0.0.1-commit.cb6bed7c2","@aztec/kv-store":"0.0.1-commit.cb6bed7c2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.cb6bed7c2","@aztec/constants":"0.0.1-commit.cb6bed7c2","@aztec/simulator":"0.0.1-commit.cb6bed7c2","@aztec/aztec-node":"0.0.1-commit.cb6bed7c2","@aztec/foundation":"0.0.1-commit.cb6bed7c2","@aztec/wallet-sdk":"0.0.1-commit.cb6bed7c2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.cb6bed7c2","@aztec/entrypoints":"0.0.1-commit.cb6bed7c2","@aztec/epoch-cache":"0.0.1-commit.cb6bed7c2","@aztec/merkle-tree":"0.0.1-commit.cb6bed7c2","@aztec/prover-node":"0.0.1-commit.cb6bed7c2","@aztec/world-state":"0.0.1-commit.cb6bed7c2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.cb6bed7c2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.cb6bed7c2","@aztec/prover-client":"0.0.1-commit.cb6bed7c2","@aztec/noir-noirc_abi":"0.0.1-commit.cb6bed7c2","@aztec/sequencer-client":"0.0.1-commit.cb6bed7c2","@aztec/telemetry-client":"0.0.1-commit.cb6bed7c2","@aztec/validator-client":"0.0.1-commit.cb6bed7c2","@aztec/noir-contracts.js":"0.0.1-commit.cb6bed7c2","@aztec/protocol-contracts":"0.0.1-commit.cb6bed7c2","@aztec/validator-ha-signer":"0.0.1-commit.cb6bed7c2","@aztec/noir-test-contracts.js":"0.0.1-commit.cb6bed7c2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.cb6bed7c2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.cb6bed7c2_1772988817979_0.04262259587440487","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260309":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260309","_id":"@aztec/end-to-end@5.0.0-nightly.20260309","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f409ee31d685ddbd1646752810642eda76002c4a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260309.tgz","fileCount":284,"integrity":"sha512-hgie5mCbVLF+KjMd33AMlhmPsAcVua8ozWr3oHE/PxDL2No22uDgQ5C85PRkId2oGK1X+5LL/DKAtOsGufuJ3g==","signatures":[{"sig":"MEUCIF1+QFHid2S4Wx0kAH/qsUb0oZJisCm+k85gufQt5R5tAiEAxavt/dbaeAs+IEL8I0+zU2jkxT56WXCiYd267xfmRAA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260309","@aztec/cli":"5.0.0-nightly.20260309","@aztec/p2p":"5.0.0-nightly.20260309","@aztec/pxe":"5.0.0-nightly.20260309","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260309","@aztec/bb.js":"5.0.0-nightly.20260309","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260309","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260309","@aztec/wallets":"5.0.0-nightly.20260309","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260309","@aztec/archiver":"5.0.0-nightly.20260309","@aztec/aztec.js":"5.0.0-nightly.20260309","@aztec/blob-lib":"5.0.0-nightly.20260309","@aztec/ethereum":"5.0.0-nightly.20260309","@aztec/kv-store":"5.0.0-nightly.20260309","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260309","@aztec/constants":"5.0.0-nightly.20260309","@aztec/simulator":"5.0.0-nightly.20260309","@aztec/aztec-node":"5.0.0-nightly.20260309","@aztec/foundation":"5.0.0-nightly.20260309","@aztec/wallet-sdk":"5.0.0-nightly.20260309","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260309","@aztec/entrypoints":"5.0.0-nightly.20260309","@aztec/epoch-cache":"5.0.0-nightly.20260309","@aztec/merkle-tree":"5.0.0-nightly.20260309","@aztec/prover-node":"5.0.0-nightly.20260309","@aztec/world-state":"5.0.0-nightly.20260309","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260309","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260309","@aztec/prover-client":"5.0.0-nightly.20260309","@aztec/noir-noirc_abi":"5.0.0-nightly.20260309","@aztec/sequencer-client":"5.0.0-nightly.20260309","@aztec/telemetry-client":"5.0.0-nightly.20260309","@aztec/validator-client":"5.0.0-nightly.20260309","@aztec/noir-contracts.js":"5.0.0-nightly.20260309","@aztec/protocol-contracts":"5.0.0-nightly.20260309","@aztec/validator-ha-signer":"5.0.0-nightly.20260309","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260309","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260309"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260309_1773026322245_0.8720845471875198","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.684755437":{"name":"@aztec/end-to-end","version":"0.0.1-commit.684755437","_id":"@aztec/end-to-end@0.0.1-commit.684755437","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"67f300ae0d6bf8d59921e515b3fb5774a9b57cad","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.684755437.tgz","fileCount":284,"integrity":"sha512-ZJ8BX+UB2VTsnJ9qaL0mx9/BKkOpBzpsN6Nz0PYEG0wBiVkJm5g7YQkl7Pv/tlnWlt4uV2LGIo6KQZaQQxBvpw==","signatures":[{"sig":"MEUCIQCPq4Rc0mktiq8zvurE3+5huLuSBiZ5cKoZrF6hu24ZBgIgAolLu/QSytmr7ihIfyk0OeSuQzQ6bRazr073miE4Oao=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.684755437","@aztec/cli":"0.0.1-commit.684755437","@aztec/p2p":"0.0.1-commit.684755437","@aztec/pxe":"0.0.1-commit.684755437","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.684755437","@aztec/bb.js":"0.0.1-commit.684755437","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.684755437","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.684755437","@aztec/wallets":"0.0.1-commit.684755437","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.684755437","@aztec/archiver":"0.0.1-commit.684755437","@aztec/aztec.js":"0.0.1-commit.684755437","@aztec/blob-lib":"0.0.1-commit.684755437","@aztec/ethereum":"0.0.1-commit.684755437","@aztec/kv-store":"0.0.1-commit.684755437","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.684755437","@aztec/constants":"0.0.1-commit.684755437","@aztec/simulator":"0.0.1-commit.684755437","@aztec/aztec-node":"0.0.1-commit.684755437","@aztec/foundation":"0.0.1-commit.684755437","@aztec/wallet-sdk":"0.0.1-commit.684755437","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.684755437","@aztec/entrypoints":"0.0.1-commit.684755437","@aztec/epoch-cache":"0.0.1-commit.684755437","@aztec/merkle-tree":"0.0.1-commit.684755437","@aztec/prover-node":"0.0.1-commit.684755437","@aztec/world-state":"0.0.1-commit.684755437","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.684755437","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.684755437","@aztec/prover-client":"0.0.1-commit.684755437","@aztec/noir-noirc_abi":"0.0.1-commit.684755437","@aztec/sequencer-client":"0.0.1-commit.684755437","@aztec/telemetry-client":"0.0.1-commit.684755437","@aztec/validator-client":"0.0.1-commit.684755437","@aztec/noir-contracts.js":"0.0.1-commit.684755437","@aztec/protocol-contracts":"0.0.1-commit.684755437","@aztec/validator-ha-signer":"0.0.1-commit.684755437","@aztec/noir-test-contracts.js":"0.0.1-commit.684755437","@aztec/noir-protocol-circuits-types":"0.0.1-commit.684755437"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.684755437_1773074776552_0.9232886143018428","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.04852196a":{"name":"@aztec/end-to-end","version":"0.0.1-commit.04852196a","_id":"@aztec/end-to-end@0.0.1-commit.04852196a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"52d1663d1126954d8f7da7cf2e34b70b4adf53b9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.04852196a.tgz","fileCount":284,"integrity":"sha512-3hJg/pVxxe7qrwyVAjaLMceGsWMkr9x1ot6H9AerNcupD2loXTPmR5lx6k9z2SCeFN9b53n0Q4BEbetXFyhLOg==","signatures":[{"sig":"MEUCIQDRUWWqsONz28VhthlwuQTLxdBXLrw1ElOfUfQNfWgM6QIgdoDvNLlk7LMWNTApytr2iT1u4QARFVJuuyTNMwpbB0E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.04852196a","@aztec/cli":"0.0.1-commit.04852196a","@aztec/p2p":"0.0.1-commit.04852196a","@aztec/pxe":"0.0.1-commit.04852196a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.04852196a","@aztec/bb.js":"0.0.1-commit.04852196a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.04852196a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.04852196a","@aztec/wallets":"0.0.1-commit.04852196a","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.04852196a","@aztec/archiver":"0.0.1-commit.04852196a","@aztec/aztec.js":"0.0.1-commit.04852196a","@aztec/blob-lib":"0.0.1-commit.04852196a","@aztec/ethereum":"0.0.1-commit.04852196a","@aztec/kv-store":"0.0.1-commit.04852196a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.04852196a","@aztec/constants":"0.0.1-commit.04852196a","@aztec/simulator":"0.0.1-commit.04852196a","@aztec/aztec-node":"0.0.1-commit.04852196a","@aztec/foundation":"0.0.1-commit.04852196a","@aztec/wallet-sdk":"0.0.1-commit.04852196a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.04852196a","@aztec/entrypoints":"0.0.1-commit.04852196a","@aztec/epoch-cache":"0.0.1-commit.04852196a","@aztec/merkle-tree":"0.0.1-commit.04852196a","@aztec/prover-node":"0.0.1-commit.04852196a","@aztec/world-state":"0.0.1-commit.04852196a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.04852196a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.04852196a","@aztec/prover-client":"0.0.1-commit.04852196a","@aztec/noir-noirc_abi":"0.0.1-commit.04852196a","@aztec/sequencer-client":"0.0.1-commit.04852196a","@aztec/telemetry-client":"0.0.1-commit.04852196a","@aztec/validator-client":"0.0.1-commit.04852196a","@aztec/noir-contracts.js":"0.0.1-commit.04852196a","@aztec/protocol-contracts":"0.0.1-commit.04852196a","@aztec/validator-ha-signer":"0.0.1-commit.04852196a","@aztec/noir-test-contracts.js":"0.0.1-commit.04852196a","@aztec/noir-protocol-circuits-types":"0.0.1-commit.04852196a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.04852196a_1773148739429_0.9038305680783456","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d1cd2107c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d1cd2107c","_id":"@aztec/end-to-end@0.0.1-commit.d1cd2107c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c7264a9389b29d2a7ed8bdb775b569fb4e0e52c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d1cd2107c.tgz","fileCount":284,"integrity":"sha512-X5znr9QRu/T7N/9Opu/A+LHrsCT8HN2yg0M3n0iaIBGOGMIdQn8rZdE8rShQr7r8j9KAm2NY3QzxWqR7oJqVvQ==","signatures":[{"sig":"MEYCIQC+QMMvD4LiDg6M1O+CwHN0/znUD/1xoSb9P8lF0B3cWAIhAKONMgTq3lGrR7swkKt2HC3gzzKUFMUZ5fSqPdHqjCp+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d1cd2107c","@aztec/cli":"0.0.1-commit.d1cd2107c","@aztec/p2p":"0.0.1-commit.d1cd2107c","@aztec/pxe":"0.0.1-commit.d1cd2107c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d1cd2107c","@aztec/bb.js":"0.0.1-commit.d1cd2107c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d1cd2107c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d1cd2107c","@aztec/wallets":"0.0.1-commit.d1cd2107c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d1cd2107c","@aztec/archiver":"0.0.1-commit.d1cd2107c","@aztec/aztec.js":"0.0.1-commit.d1cd2107c","@aztec/blob-lib":"0.0.1-commit.d1cd2107c","@aztec/ethereum":"0.0.1-commit.d1cd2107c","@aztec/kv-store":"0.0.1-commit.d1cd2107c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d1cd2107c","@aztec/constants":"0.0.1-commit.d1cd2107c","@aztec/simulator":"0.0.1-commit.d1cd2107c","@aztec/aztec-node":"0.0.1-commit.d1cd2107c","@aztec/foundation":"0.0.1-commit.d1cd2107c","@aztec/wallet-sdk":"0.0.1-commit.d1cd2107c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d1cd2107c","@aztec/entrypoints":"0.0.1-commit.d1cd2107c","@aztec/epoch-cache":"0.0.1-commit.d1cd2107c","@aztec/merkle-tree":"0.0.1-commit.d1cd2107c","@aztec/prover-node":"0.0.1-commit.d1cd2107c","@aztec/world-state":"0.0.1-commit.d1cd2107c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d1cd2107c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d1cd2107c","@aztec/prover-client":"0.0.1-commit.d1cd2107c","@aztec/noir-noirc_abi":"0.0.1-commit.d1cd2107c","@aztec/sequencer-client":"0.0.1-commit.d1cd2107c","@aztec/telemetry-client":"0.0.1-commit.d1cd2107c","@aztec/validator-client":"0.0.1-commit.d1cd2107c","@aztec/noir-contracts.js":"0.0.1-commit.d1cd2107c","@aztec/protocol-contracts":"0.0.1-commit.d1cd2107c","@aztec/validator-ha-signer":"0.0.1-commit.d1cd2107c","@aztec/noir-test-contracts.js":"0.0.1-commit.d1cd2107c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d1cd2107c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d1cd2107c_1773158860284_0.8881159977498794","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2c85e299c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2c85e299c","_id":"@aztec/end-to-end@0.0.1-commit.2c85e299c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bf31e616b5821fa9dd102e2643fc21d9009eb2a3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2c85e299c.tgz","fileCount":284,"integrity":"sha512-5+D//TW45v0KgyGDc6OEON64k2uZpgMFTuJsIKrCg7xEZdCDDpbBt/YUL0kilz/yt0moGB6XuVmPmiYy2S/sVQ==","signatures":[{"sig":"MEUCIHygsSgxClZgU51kzB6TrJrhtXBFCpJBKXB74d7sD5ixAiEArUetwwUfl1UJuLVRhIJGiYWxw/fY6Yw6dzGjTyYbvmw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2c85e299c","@aztec/cli":"0.0.1-commit.2c85e299c","@aztec/p2p":"0.0.1-commit.2c85e299c","@aztec/pxe":"0.0.1-commit.2c85e299c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2c85e299c","@aztec/bb.js":"0.0.1-commit.2c85e299c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2c85e299c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2c85e299c","@aztec/wallets":"0.0.1-commit.2c85e299c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2c85e299c","@aztec/archiver":"0.0.1-commit.2c85e299c","@aztec/aztec.js":"0.0.1-commit.2c85e299c","@aztec/blob-lib":"0.0.1-commit.2c85e299c","@aztec/ethereum":"0.0.1-commit.2c85e299c","@aztec/kv-store":"0.0.1-commit.2c85e299c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2c85e299c","@aztec/constants":"0.0.1-commit.2c85e299c","@aztec/simulator":"0.0.1-commit.2c85e299c","@aztec/aztec-node":"0.0.1-commit.2c85e299c","@aztec/foundation":"0.0.1-commit.2c85e299c","@aztec/wallet-sdk":"0.0.1-commit.2c85e299c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2c85e299c","@aztec/entrypoints":"0.0.1-commit.2c85e299c","@aztec/epoch-cache":"0.0.1-commit.2c85e299c","@aztec/merkle-tree":"0.0.1-commit.2c85e299c","@aztec/prover-node":"0.0.1-commit.2c85e299c","@aztec/world-state":"0.0.1-commit.2c85e299c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2c85e299c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2c85e299c","@aztec/prover-client":"0.0.1-commit.2c85e299c","@aztec/noir-noirc_abi":"0.0.1-commit.2c85e299c","@aztec/sequencer-client":"0.0.1-commit.2c85e299c","@aztec/telemetry-client":"0.0.1-commit.2c85e299c","@aztec/validator-client":"0.0.1-commit.2c85e299c","@aztec/noir-contracts.js":"0.0.1-commit.2c85e299c","@aztec/protocol-contracts":"0.0.1-commit.2c85e299c","@aztec/validator-ha-signer":"0.0.1-commit.2c85e299c","@aztec/noir-test-contracts.js":"0.0.1-commit.2c85e299c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2c85e299c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2c85e299c_1773162907199_0.9029380037276138","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260311":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260311","_id":"@aztec/end-to-end@5.0.0-nightly.20260311","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"95ceac94e446d097a364959a6091dd8a01e2442c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260311.tgz","fileCount":284,"integrity":"sha512-azS9QwNzwNB3Jikfyi4th5zYdz0mgFjhOgBeL5EHM8oMkj6lBqatfVtL+yR2DDFmj/4i+EjoG6tDtZYmWEpdHg==","signatures":[{"sig":"MEQCIGii+AJcsVhYQv7J6BqUM7TSFZaIqcfFlBZEeHO0U95EAiBlhdc+wnXHzkwVfLKIVhzeYBarR8stSi3ISbBc/jAquw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260311","@aztec/cli":"5.0.0-nightly.20260311","@aztec/p2p":"5.0.0-nightly.20260311","@aztec/pxe":"5.0.0-nightly.20260311","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260311","@aztec/bb.js":"5.0.0-nightly.20260311","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260311","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260311","@aztec/wallets":"5.0.0-nightly.20260311","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260311","@aztec/archiver":"5.0.0-nightly.20260311","@aztec/aztec.js":"5.0.0-nightly.20260311","@aztec/blob-lib":"5.0.0-nightly.20260311","@aztec/ethereum":"5.0.0-nightly.20260311","@aztec/kv-store":"5.0.0-nightly.20260311","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260311","@aztec/constants":"5.0.0-nightly.20260311","@aztec/simulator":"5.0.0-nightly.20260311","@aztec/aztec-node":"5.0.0-nightly.20260311","@aztec/foundation":"5.0.0-nightly.20260311","@aztec/wallet-sdk":"5.0.0-nightly.20260311","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260311","@aztec/entrypoints":"5.0.0-nightly.20260311","@aztec/epoch-cache":"5.0.0-nightly.20260311","@aztec/merkle-tree":"5.0.0-nightly.20260311","@aztec/prover-node":"5.0.0-nightly.20260311","@aztec/world-state":"5.0.0-nightly.20260311","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260311","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260311","@aztec/prover-client":"5.0.0-nightly.20260311","@aztec/noir-noirc_abi":"5.0.0-nightly.20260311","@aztec/sequencer-client":"5.0.0-nightly.20260311","@aztec/telemetry-client":"5.0.0-nightly.20260311","@aztec/validator-client":"5.0.0-nightly.20260311","@aztec/noir-contracts.js":"5.0.0-nightly.20260311","@aztec/protocol-contracts":"5.0.0-nightly.20260311","@aztec/validator-ha-signer":"5.0.0-nightly.20260311","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260311","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260311"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260311_1773198984980_0.449443405566069","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260311":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260311","_id":"@aztec/end-to-end@4.1.0-nightly.20260311","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a18b606dc63191240adb9e075f8615d6b81ee7a7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260311.tgz","fileCount":280,"integrity":"sha512-7BKgpWh8YkgG/ZEQru97SizLs7G8WDonPPFhKoem55BK7QwfKxBdj0lYS44lkKVffaNsNHXVcHJTK0q/sn8NEw==","signatures":[{"sig":"MEYCIQDl4NfpGqqEaFIV9ajP1MuWCf77ZjNzFhLgc9+qz6dQrwIhAOVn8Jz/Kb0p7KDK6oPPdXFLHCGqE51CdjkYxwC6YGqz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091590},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4e7f820f692e9c825c6b789429360f1217d48ac2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260311","@aztec/cli":"4.1.0-nightly.20260311","@aztec/p2p":"4.1.0-nightly.20260311","@aztec/pxe":"4.1.0-nightly.20260311","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260311","@aztec/bb.js":"4.1.0-nightly.20260311","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260311","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260311","@aztec/wallets":"4.1.0-nightly.20260311","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260311","@aztec/archiver":"4.1.0-nightly.20260311","@aztec/aztec.js":"4.1.0-nightly.20260311","@aztec/blob-lib":"4.1.0-nightly.20260311","@aztec/ethereum":"4.1.0-nightly.20260311","@aztec/kv-store":"4.1.0-nightly.20260311","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260311","@aztec/constants":"4.1.0-nightly.20260311","@aztec/simulator":"4.1.0-nightly.20260311","@aztec/aztec-node":"4.1.0-nightly.20260311","@aztec/foundation":"4.1.0-nightly.20260311","@aztec/wallet-sdk":"4.1.0-nightly.20260311","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260311","@aztec/entrypoints":"4.1.0-nightly.20260311","@aztec/epoch-cache":"4.1.0-nightly.20260311","@aztec/merkle-tree":"4.1.0-nightly.20260311","@aztec/prover-node":"4.1.0-nightly.20260311","@aztec/world-state":"4.1.0-nightly.20260311","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260311","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260311","@aztec/prover-client":"4.1.0-nightly.20260311","@aztec/noir-noirc_abi":"4.1.0-nightly.20260311","@aztec/sequencer-client":"4.1.0-nightly.20260311","@aztec/telemetry-client":"4.1.0-nightly.20260311","@aztec/validator-client":"4.1.0-nightly.20260311","@aztec/noir-contracts.js":"4.1.0-nightly.20260311","@aztec/protocol-contracts":"4.1.0-nightly.20260311","@aztec/validator-ha-signer":"4.1.0-nightly.20260311","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260311","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260311"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260311_1773207550345_0.9496336252802924","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d117d021b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d117d021b","_id":"@aztec/end-to-end@0.0.1-commit.d117d021b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"17a91f8f36a1356f8ba20a7c969a59d034a43a4f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d117d021b.tgz","fileCount":284,"integrity":"sha512-KVrnSsbxhkP3BTjUZ0r3d9pAvfwB9Xi+KtG4SDjZFOdl7aaE4yIeA8fZj5dZr+mBhDRcXjf9pIY9Y7wisnszzQ==","signatures":[{"sig":"MEYCIQCMWrZGsE1Z72ktC9QdwwvDYAisGGppr6fh5ncYz1COEgIhAO+vIhh/2JbIHvgRvBg50s0wXIqDthzF7VvTAcD2FWr3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d117d021b","@aztec/cli":"0.0.1-commit.d117d021b","@aztec/p2p":"0.0.1-commit.d117d021b","@aztec/pxe":"0.0.1-commit.d117d021b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d117d021b","@aztec/bb.js":"0.0.1-commit.d117d021b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d117d021b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d117d021b","@aztec/wallets":"0.0.1-commit.d117d021b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d117d021b","@aztec/archiver":"0.0.1-commit.d117d021b","@aztec/aztec.js":"0.0.1-commit.d117d021b","@aztec/blob-lib":"0.0.1-commit.d117d021b","@aztec/ethereum":"0.0.1-commit.d117d021b","@aztec/kv-store":"0.0.1-commit.d117d021b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d117d021b","@aztec/constants":"0.0.1-commit.d117d021b","@aztec/simulator":"0.0.1-commit.d117d021b","@aztec/aztec-node":"0.0.1-commit.d117d021b","@aztec/foundation":"0.0.1-commit.d117d021b","@aztec/wallet-sdk":"0.0.1-commit.d117d021b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d117d021b","@aztec/entrypoints":"0.0.1-commit.d117d021b","@aztec/epoch-cache":"0.0.1-commit.d117d021b","@aztec/merkle-tree":"0.0.1-commit.d117d021b","@aztec/prover-node":"0.0.1-commit.d117d021b","@aztec/world-state":"0.0.1-commit.d117d021b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d117d021b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d117d021b","@aztec/prover-client":"0.0.1-commit.d117d021b","@aztec/noir-noirc_abi":"0.0.1-commit.d117d021b","@aztec/sequencer-client":"0.0.1-commit.d117d021b","@aztec/telemetry-client":"0.0.1-commit.d117d021b","@aztec/validator-client":"0.0.1-commit.d117d021b","@aztec/noir-contracts.js":"0.0.1-commit.d117d021b","@aztec/protocol-contracts":"0.0.1-commit.d117d021b","@aztec/validator-ha-signer":"0.0.1-commit.d117d021b","@aztec/noir-test-contracts.js":"0.0.1-commit.d117d021b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d117d021b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d117d021b_1773265531230_0.11751738345924578","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f224bb98b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f224bb98b","_id":"@aztec/end-to-end@0.0.1-commit.f224bb98b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8366b21a4b1938a2de76a31a00bee694da1f6635","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f224bb98b.tgz","fileCount":288,"integrity":"sha512-CKNWeAsJ50DJjoLmZgBSFR0D5gBbYSzCGyVkSenqXgcJoR/lslddZz3ym/EvLzkkSdKfIDkQLIPj3ZB/YNCQCA==","signatures":[{"sig":"MEUCIGGkgHx/oZc/wu7JVC4+d3vy/60LLz22oG91+BmdWlofAiEAk8CnUcSq69NToX1NtSG95/PezldRg4m5GSDdsVAzdTM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125790},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f224bb98b","@aztec/cli":"0.0.1-commit.f224bb98b","@aztec/p2p":"0.0.1-commit.f224bb98b","@aztec/pxe":"0.0.1-commit.f224bb98b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f224bb98b","@aztec/bb.js":"0.0.1-commit.f224bb98b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f224bb98b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f224bb98b","@aztec/wallets":"0.0.1-commit.f224bb98b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f224bb98b","@aztec/archiver":"0.0.1-commit.f224bb98b","@aztec/aztec.js":"0.0.1-commit.f224bb98b","@aztec/blob-lib":"0.0.1-commit.f224bb98b","@aztec/ethereum":"0.0.1-commit.f224bb98b","@aztec/kv-store":"0.0.1-commit.f224bb98b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f224bb98b","@aztec/constants":"0.0.1-commit.f224bb98b","@aztec/simulator":"0.0.1-commit.f224bb98b","@aztec/aztec-node":"0.0.1-commit.f224bb98b","@aztec/foundation":"0.0.1-commit.f224bb98b","@aztec/wallet-sdk":"0.0.1-commit.f224bb98b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f224bb98b","@aztec/entrypoints":"0.0.1-commit.f224bb98b","@aztec/epoch-cache":"0.0.1-commit.f224bb98b","@aztec/merkle-tree":"0.0.1-commit.f224bb98b","@aztec/prover-node":"0.0.1-commit.f224bb98b","@aztec/world-state":"0.0.1-commit.f224bb98b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f224bb98b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f224bb98b","@aztec/prover-client":"0.0.1-commit.f224bb98b","@aztec/noir-noirc_abi":"0.0.1-commit.f224bb98b","@aztec/sequencer-client":"0.0.1-commit.f224bb98b","@aztec/telemetry-client":"0.0.1-commit.f224bb98b","@aztec/validator-client":"0.0.1-commit.f224bb98b","@aztec/noir-contracts.js":"0.0.1-commit.f224bb98b","@aztec/protocol-contracts":"0.0.1-commit.f224bb98b","@aztec/validator-ha-signer":"0.0.1-commit.f224bb98b","@aztec/noir-test-contracts.js":"0.0.1-commit.f224bb98b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f224bb98b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f224bb98b_1773270846474_0.48421060641012637","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.343b43af6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.343b43af6","_id":"@aztec/end-to-end@0.0.1-commit.343b43af6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3eb26b3614128b94170e9363ee4d27b0643b9cc2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.343b43af6.tgz","fileCount":288,"integrity":"sha512-F9GNvwIQxYue+hab3WxfOVHbN+sUz6V53Om9OLGkIIwYe9pW0jFypKYCpkkyDh7KNQ3mFa8sXO4zJYh8GdKcUQ==","signatures":[{"sig":"MEUCIH4Oqp4Unr1Xh26C0agiQZeY7aPMiJEJ1VHfBMaFF9kiAiEAhJix6bmA1FbgmDPG3gBjRt/x82jjVffHOMQvcQNAiSE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125790},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.343b43af6","@aztec/cli":"0.0.1-commit.343b43af6","@aztec/p2p":"0.0.1-commit.343b43af6","@aztec/pxe":"0.0.1-commit.343b43af6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.343b43af6","@aztec/bb.js":"0.0.1-commit.343b43af6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.343b43af6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.343b43af6","@aztec/wallets":"0.0.1-commit.343b43af6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.343b43af6","@aztec/archiver":"0.0.1-commit.343b43af6","@aztec/aztec.js":"0.0.1-commit.343b43af6","@aztec/blob-lib":"0.0.1-commit.343b43af6","@aztec/ethereum":"0.0.1-commit.343b43af6","@aztec/kv-store":"0.0.1-commit.343b43af6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.343b43af6","@aztec/constants":"0.0.1-commit.343b43af6","@aztec/simulator":"0.0.1-commit.343b43af6","@aztec/aztec-node":"0.0.1-commit.343b43af6","@aztec/foundation":"0.0.1-commit.343b43af6","@aztec/wallet-sdk":"0.0.1-commit.343b43af6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.343b43af6","@aztec/entrypoints":"0.0.1-commit.343b43af6","@aztec/epoch-cache":"0.0.1-commit.343b43af6","@aztec/merkle-tree":"0.0.1-commit.343b43af6","@aztec/prover-node":"0.0.1-commit.343b43af6","@aztec/world-state":"0.0.1-commit.343b43af6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.343b43af6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.343b43af6","@aztec/prover-client":"0.0.1-commit.343b43af6","@aztec/noir-noirc_abi":"0.0.1-commit.343b43af6","@aztec/sequencer-client":"0.0.1-commit.343b43af6","@aztec/telemetry-client":"0.0.1-commit.343b43af6","@aztec/validator-client":"0.0.1-commit.343b43af6","@aztec/noir-contracts.js":"0.0.1-commit.343b43af6","@aztec/protocol-contracts":"0.0.1-commit.343b43af6","@aztec/validator-ha-signer":"0.0.1-commit.343b43af6","@aztec/noir-test-contracts.js":"0.0.1-commit.343b43af6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.343b43af6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.343b43af6_1773278534758_0.38836281382319937","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260312":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260312","_id":"@aztec/end-to-end@5.0.0-nightly.20260312","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f81a63968d8859347362c3fa05b69e8617095494","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260312.tgz","fileCount":288,"integrity":"sha512-uvNawNVXl1RFi6HvcUzNlfqMqNjKUpgusUT5Xb2yjw2+xl+cpRKNFhgdAKHDI9kMJt4rTObnEOYJRkLpbvI8bw==","signatures":[{"sig":"MEUCIQCD9YrqwMTaoK59vWJ8zavoIXVvVQmdy0eqjFStteC7zQIgGU7bY97bd7Uvp/FqeQ7xDQGyC/8GRF9qD9BJfp87H38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125790},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260312","@aztec/cli":"5.0.0-nightly.20260312","@aztec/p2p":"5.0.0-nightly.20260312","@aztec/pxe":"5.0.0-nightly.20260312","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260312","@aztec/bb.js":"5.0.0-nightly.20260312","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260312","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260312","@aztec/wallets":"5.0.0-nightly.20260312","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260312","@aztec/archiver":"5.0.0-nightly.20260312","@aztec/aztec.js":"5.0.0-nightly.20260312","@aztec/blob-lib":"5.0.0-nightly.20260312","@aztec/ethereum":"5.0.0-nightly.20260312","@aztec/kv-store":"5.0.0-nightly.20260312","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260312","@aztec/constants":"5.0.0-nightly.20260312","@aztec/simulator":"5.0.0-nightly.20260312","@aztec/aztec-node":"5.0.0-nightly.20260312","@aztec/foundation":"5.0.0-nightly.20260312","@aztec/wallet-sdk":"5.0.0-nightly.20260312","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260312","@aztec/entrypoints":"5.0.0-nightly.20260312","@aztec/epoch-cache":"5.0.0-nightly.20260312","@aztec/merkle-tree":"5.0.0-nightly.20260312","@aztec/prover-node":"5.0.0-nightly.20260312","@aztec/world-state":"5.0.0-nightly.20260312","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260312","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260312","@aztec/prover-client":"5.0.0-nightly.20260312","@aztec/noir-noirc_abi":"5.0.0-nightly.20260312","@aztec/sequencer-client":"5.0.0-nightly.20260312","@aztec/telemetry-client":"5.0.0-nightly.20260312","@aztec/validator-client":"5.0.0-nightly.20260312","@aztec/noir-contracts.js":"5.0.0-nightly.20260312","@aztec/protocol-contracts":"5.0.0-nightly.20260312","@aztec/validator-ha-signer":"5.0.0-nightly.20260312","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260312","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260312"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260312_1773285417788_0.12883287037205116","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260312":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260312","_id":"@aztec/end-to-end@4.1.0-nightly.20260312","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a536c7503002158d0f9d5b69986e4c129810bf77","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260312.tgz","fileCount":280,"integrity":"sha512-3J0mZnXsT4juzUugxxV5Hc5iI9M7zZ878gfveykoVObTbcSxUOuJCNK01uC/GBLAEJYlUCo1Qwu+37bTxbdw0Q==","signatures":[{"sig":"MEUCIAsAOoakLTAnvwJwWtrBZhcgeqmcvKTFVkGF8JH0aRHQAiEAu6Fm9GKc7ZSuULP37IOMOdFKE67BzUkX5O8a+eHiK24=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091590},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4e7f820f692e9c825c6b789429360f1217d48ac2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260312","@aztec/cli":"4.1.0-nightly.20260312","@aztec/p2p":"4.1.0-nightly.20260312","@aztec/pxe":"4.1.0-nightly.20260312","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260312","@aztec/bb.js":"4.1.0-nightly.20260312","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260312","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260312","@aztec/wallets":"4.1.0-nightly.20260312","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260312","@aztec/archiver":"4.1.0-nightly.20260312","@aztec/aztec.js":"4.1.0-nightly.20260312","@aztec/blob-lib":"4.1.0-nightly.20260312","@aztec/ethereum":"4.1.0-nightly.20260312","@aztec/kv-store":"4.1.0-nightly.20260312","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260312","@aztec/constants":"4.1.0-nightly.20260312","@aztec/simulator":"4.1.0-nightly.20260312","@aztec/aztec-node":"4.1.0-nightly.20260312","@aztec/foundation":"4.1.0-nightly.20260312","@aztec/wallet-sdk":"4.1.0-nightly.20260312","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260312","@aztec/entrypoints":"4.1.0-nightly.20260312","@aztec/epoch-cache":"4.1.0-nightly.20260312","@aztec/merkle-tree":"4.1.0-nightly.20260312","@aztec/prover-node":"4.1.0-nightly.20260312","@aztec/world-state":"4.1.0-nightly.20260312","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260312","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260312","@aztec/prover-client":"4.1.0-nightly.20260312","@aztec/noir-noirc_abi":"4.1.0-nightly.20260312","@aztec/sequencer-client":"4.1.0-nightly.20260312","@aztec/telemetry-client":"4.1.0-nightly.20260312","@aztec/validator-client":"4.1.0-nightly.20260312","@aztec/noir-contracts.js":"4.1.0-nightly.20260312","@aztec/protocol-contracts":"4.1.0-nightly.20260312","@aztec/validator-ha-signer":"4.1.0-nightly.20260312","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260312","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260312"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260312_1773293950956_0.7446817318474235","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7ffbba4":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7ffbba4","_id":"@aztec/end-to-end@0.0.1-commit.7ffbba4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f297fa50574b54b5e0d851d19e211a1653d86272","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7ffbba4.tgz","fileCount":284,"integrity":"sha512-sdj7YgHAXzPdf9YLFvoCCDT7WNPNtRsgTscdWbbBLhO2XH+G3//68DorrCfXZQbw33QshzU5f1qQirjzrvUU1Q==","signatures":[{"sig":"MEYCIQCBus7rK/SO90TDUo75Jk0ZHpW3SmGtQZz6kLWLjSGLIAIhAP0suGagkuA1VXZ8zab37FKSPZiP15A6IrkdxVOvVXNS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110283},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7ffbba4","@aztec/cli":"0.0.1-commit.7ffbba4","@aztec/p2p":"0.0.1-commit.7ffbba4","@aztec/pxe":"0.0.1-commit.7ffbba4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7ffbba4","@aztec/bb.js":"0.0.1-commit.7ffbba4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7ffbba4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7ffbba4","@aztec/wallets":"0.0.1-commit.7ffbba4","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7ffbba4","@aztec/archiver":"0.0.1-commit.7ffbba4","@aztec/aztec.js":"0.0.1-commit.7ffbba4","@aztec/blob-lib":"0.0.1-commit.7ffbba4","@aztec/ethereum":"0.0.1-commit.7ffbba4","@aztec/kv-store":"0.0.1-commit.7ffbba4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7ffbba4","@aztec/constants":"0.0.1-commit.7ffbba4","@aztec/simulator":"0.0.1-commit.7ffbba4","@aztec/aztec-node":"0.0.1-commit.7ffbba4","@aztec/foundation":"0.0.1-commit.7ffbba4","@aztec/wallet-sdk":"0.0.1-commit.7ffbba4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7ffbba4","@aztec/entrypoints":"0.0.1-commit.7ffbba4","@aztec/epoch-cache":"0.0.1-commit.7ffbba4","@aztec/merkle-tree":"0.0.1-commit.7ffbba4","@aztec/prover-node":"0.0.1-commit.7ffbba4","@aztec/world-state":"0.0.1-commit.7ffbba4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7ffbba4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7ffbba4","@aztec/prover-client":"0.0.1-commit.7ffbba4","@aztec/noir-noirc_abi":"0.0.1-commit.7ffbba4","@aztec/sequencer-client":"0.0.1-commit.7ffbba4","@aztec/telemetry-client":"0.0.1-commit.7ffbba4","@aztec/validator-client":"0.0.1-commit.7ffbba4","@aztec/noir-contracts.js":"0.0.1-commit.7ffbba4","@aztec/protocol-contracts":"0.0.1-commit.7ffbba4","@aztec/validator-ha-signer":"0.0.1-commit.7ffbba4","@aztec/noir-test-contracts.js":"0.0.1-commit.7ffbba4","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7ffbba4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7ffbba4_1773323741195_0.01837080527184143","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b1c78909e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b1c78909e","_id":"@aztec/end-to-end@0.0.1-commit.b1c78909e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8f058b779d6e7a5e75519aa48b31e26252f5f162","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b1c78909e.tgz","fileCount":288,"integrity":"sha512-vNSb8SbHEewc5FPkvIZIXgyN+nQkuUZ0CSOdgKI5LYOyAwyrcL/Q4TFVlU13k6LeRzLAoYLU0MFap/wuGPv7eA==","signatures":[{"sig":"MEUCIQDM+G7f/jC0oTfIUdSN0BdSvcnOEZAjmNj7/6hh12kNdAIgK5MFAqDynRNEcTHGgD60pr0xcifLoukPZBljb+WlXg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125790},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b1c78909e","@aztec/cli":"0.0.1-commit.b1c78909e","@aztec/p2p":"0.0.1-commit.b1c78909e","@aztec/pxe":"0.0.1-commit.b1c78909e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b1c78909e","@aztec/bb.js":"0.0.1-commit.b1c78909e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b1c78909e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b1c78909e","@aztec/wallets":"0.0.1-commit.b1c78909e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b1c78909e","@aztec/archiver":"0.0.1-commit.b1c78909e","@aztec/aztec.js":"0.0.1-commit.b1c78909e","@aztec/blob-lib":"0.0.1-commit.b1c78909e","@aztec/ethereum":"0.0.1-commit.b1c78909e","@aztec/kv-store":"0.0.1-commit.b1c78909e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b1c78909e","@aztec/constants":"0.0.1-commit.b1c78909e","@aztec/simulator":"0.0.1-commit.b1c78909e","@aztec/aztec-node":"0.0.1-commit.b1c78909e","@aztec/foundation":"0.0.1-commit.b1c78909e","@aztec/wallet-sdk":"0.0.1-commit.b1c78909e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b1c78909e","@aztec/entrypoints":"0.0.1-commit.b1c78909e","@aztec/epoch-cache":"0.0.1-commit.b1c78909e","@aztec/merkle-tree":"0.0.1-commit.b1c78909e","@aztec/prover-node":"0.0.1-commit.b1c78909e","@aztec/world-state":"0.0.1-commit.b1c78909e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b1c78909e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b1c78909e","@aztec/prover-client":"0.0.1-commit.b1c78909e","@aztec/noir-noirc_abi":"0.0.1-commit.b1c78909e","@aztec/sequencer-client":"0.0.1-commit.b1c78909e","@aztec/telemetry-client":"0.0.1-commit.b1c78909e","@aztec/validator-client":"0.0.1-commit.b1c78909e","@aztec/noir-contracts.js":"0.0.1-commit.b1c78909e","@aztec/protocol-contracts":"0.0.1-commit.b1c78909e","@aztec/validator-ha-signer":"0.0.1-commit.b1c78909e","@aztec/noir-test-contracts.js":"0.0.1-commit.b1c78909e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b1c78909e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b1c78909e_1773331068249_0.3457864773719772","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1a421b1a1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1a421b1a1","_id":"@aztec/end-to-end@0.0.1-commit.1a421b1a1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"94636548a9fa72c7cbba695d63cedcf607d66770","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1a421b1a1.tgz","fileCount":288,"integrity":"sha512-IM4vVOXhYaMNk8qtH7W3ZXlwqAJa/q1ijh6TOxOIUunWprMr++5qas2H8Vq+Ni1OSWTWK5DCyCUlxzkwEWtO3w==","signatures":[{"sig":"MEYCIQDY6lb/3Wg+5GNVqPdWIFaa46iD6wjkjasYf9kc6/DdmgIhAO6cZlGVaHbmC44R2Sj9k0NQkv4+TmxwKXLP8b7eS3GX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125790},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1a421b1a1","@aztec/cli":"0.0.1-commit.1a421b1a1","@aztec/p2p":"0.0.1-commit.1a421b1a1","@aztec/pxe":"0.0.1-commit.1a421b1a1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1a421b1a1","@aztec/bb.js":"0.0.1-commit.1a421b1a1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1a421b1a1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1a421b1a1","@aztec/wallets":"0.0.1-commit.1a421b1a1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1a421b1a1","@aztec/archiver":"0.0.1-commit.1a421b1a1","@aztec/aztec.js":"0.0.1-commit.1a421b1a1","@aztec/blob-lib":"0.0.1-commit.1a421b1a1","@aztec/ethereum":"0.0.1-commit.1a421b1a1","@aztec/kv-store":"0.0.1-commit.1a421b1a1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1a421b1a1","@aztec/constants":"0.0.1-commit.1a421b1a1","@aztec/simulator":"0.0.1-commit.1a421b1a1","@aztec/aztec-node":"0.0.1-commit.1a421b1a1","@aztec/foundation":"0.0.1-commit.1a421b1a1","@aztec/wallet-sdk":"0.0.1-commit.1a421b1a1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1a421b1a1","@aztec/entrypoints":"0.0.1-commit.1a421b1a1","@aztec/epoch-cache":"0.0.1-commit.1a421b1a1","@aztec/merkle-tree":"0.0.1-commit.1a421b1a1","@aztec/prover-node":"0.0.1-commit.1a421b1a1","@aztec/world-state":"0.0.1-commit.1a421b1a1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1a421b1a1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1a421b1a1","@aztec/prover-client":"0.0.1-commit.1a421b1a1","@aztec/noir-noirc_abi":"0.0.1-commit.1a421b1a1","@aztec/sequencer-client":"0.0.1-commit.1a421b1a1","@aztec/telemetry-client":"0.0.1-commit.1a421b1a1","@aztec/validator-client":"0.0.1-commit.1a421b1a1","@aztec/noir-contracts.js":"0.0.1-commit.1a421b1a1","@aztec/protocol-contracts":"0.0.1-commit.1a421b1a1","@aztec/validator-ha-signer":"0.0.1-commit.1a421b1a1","@aztec/noir-test-contracts.js":"0.0.1-commit.1a421b1a1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1a421b1a1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1a421b1a1_1773334700521_0.8152405947144199","host":"s3://npm-registry-packages-npm-production"}},"3.9.9-nightly.20260312":{"name":"@aztec/end-to-end","version":"3.9.9-nightly.20260312","_id":"@aztec/end-to-end@3.9.9-nightly.20260312","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"24a2f7cc010291400e02a9e8fef8011184fc2643","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-3.9.9-nightly.20260312.tgz","fileCount":280,"integrity":"sha512-picU0OPaaLsgAEzrJX8IJGMN21ZTkUVEuiovz+ab9aLQ7IxsF7GDqVqmuNW4+YgPBXYHE1INvrp9dk8LrSyUEg==","signatures":[{"sig":"MEYCIQCDzXYRivFqwgGw8JBKQCcbk3Np4YvM5aSuv6vvXJBSIQIhAJ8Enk9zShcvF3ybs5qHa3g385Pr4wPvPip5Lo8DGUOG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091590},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d4cfcd94c6bf1994b0d9f7cc16e8c036437b811","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"3.9.9-nightly.20260312","@aztec/cli":"3.9.9-nightly.20260312","@aztec/p2p":"3.9.9-nightly.20260312","@aztec/pxe":"3.9.9-nightly.20260312","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"3.9.9-nightly.20260312","@aztec/bb.js":"3.9.9-nightly.20260312","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"3.9.9-nightly.20260312","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"3.9.9-nightly.20260312","@aztec/wallets":"3.9.9-nightly.20260312","lodash.compact":"^3.0.1","@aztec/accounts":"3.9.9-nightly.20260312","@aztec/archiver":"3.9.9-nightly.20260312","@aztec/aztec.js":"3.9.9-nightly.20260312","@aztec/blob-lib":"3.9.9-nightly.20260312","@aztec/ethereum":"3.9.9-nightly.20260312","@aztec/kv-store":"3.9.9-nightly.20260312","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"3.9.9-nightly.20260312","@aztec/constants":"3.9.9-nightly.20260312","@aztec/simulator":"3.9.9-nightly.20260312","@aztec/aztec-node":"3.9.9-nightly.20260312","@aztec/foundation":"3.9.9-nightly.20260312","@aztec/wallet-sdk":"3.9.9-nightly.20260312","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"3.9.9-nightly.20260312","@aztec/entrypoints":"3.9.9-nightly.20260312","@aztec/epoch-cache":"3.9.9-nightly.20260312","@aztec/merkle-tree":"3.9.9-nightly.20260312","@aztec/prover-node":"3.9.9-nightly.20260312","@aztec/world-state":"3.9.9-nightly.20260312","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"3.9.9-nightly.20260312","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"3.9.9-nightly.20260312","@aztec/prover-client":"3.9.9-nightly.20260312","@aztec/noir-noirc_abi":"3.9.9-nightly.20260312","@aztec/sequencer-client":"3.9.9-nightly.20260312","@aztec/telemetry-client":"3.9.9-nightly.20260312","@aztec/validator-client":"3.9.9-nightly.20260312","@aztec/noir-contracts.js":"3.9.9-nightly.20260312","@aztec/protocol-contracts":"3.9.9-nightly.20260312","@aztec/validator-ha-signer":"3.9.9-nightly.20260312","@aztec/noir-test-contracts.js":"3.9.9-nightly.20260312","@aztec/noir-protocol-circuits-types":"3.9.9-nightly.20260312"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_3.9.9-nightly.20260312_1773349934401_0.9479840003607083","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260312.2":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260312.2","_id":"@aztec/end-to-end@4.1.0-nightly.20260312.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"20398c23fa6c800968b92d7286532d8c565429aa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260312.2.tgz","fileCount":280,"integrity":"sha512-drKCwkcqpjvzHMsgJS2h1z/d7uahogWNCrdbdITakP3fP63aAJvrKK0iOMlsv5UDSp6BnXpD+4h085FOy0fALQ==","signatures":[{"sig":"MEUCIQD6rHg/3mxhHy3PDwro5UuNKZwNTdZwkNDpHOe5/HIy3QIgYcjmyhedcN2jRzrU+AGtr7wyBQPe+6cqaGeb5K7y65s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091670},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d4cfcd94c6bf1994b0d9f7cc16e8c036437b811","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260312.2","@aztec/cli":"4.1.0-nightly.20260312.2","@aztec/p2p":"4.1.0-nightly.20260312.2","@aztec/pxe":"4.1.0-nightly.20260312.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260312.2","@aztec/bb.js":"4.1.0-nightly.20260312.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260312.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260312.2","@aztec/wallets":"4.1.0-nightly.20260312.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260312.2","@aztec/archiver":"4.1.0-nightly.20260312.2","@aztec/aztec.js":"4.1.0-nightly.20260312.2","@aztec/blob-lib":"4.1.0-nightly.20260312.2","@aztec/ethereum":"4.1.0-nightly.20260312.2","@aztec/kv-store":"4.1.0-nightly.20260312.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260312.2","@aztec/constants":"4.1.0-nightly.20260312.2","@aztec/simulator":"4.1.0-nightly.20260312.2","@aztec/aztec-node":"4.1.0-nightly.20260312.2","@aztec/foundation":"4.1.0-nightly.20260312.2","@aztec/wallet-sdk":"4.1.0-nightly.20260312.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260312.2","@aztec/entrypoints":"4.1.0-nightly.20260312.2","@aztec/epoch-cache":"4.1.0-nightly.20260312.2","@aztec/merkle-tree":"4.1.0-nightly.20260312.2","@aztec/prover-node":"4.1.0-nightly.20260312.2","@aztec/world-state":"4.1.0-nightly.20260312.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260312.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260312.2","@aztec/prover-client":"4.1.0-nightly.20260312.2","@aztec/noir-noirc_abi":"4.1.0-nightly.20260312.2","@aztec/sequencer-client":"4.1.0-nightly.20260312.2","@aztec/telemetry-client":"4.1.0-nightly.20260312.2","@aztec/validator-client":"4.1.0-nightly.20260312.2","@aztec/noir-contracts.js":"4.1.0-nightly.20260312.2","@aztec/protocol-contracts":"4.1.0-nightly.20260312.2","@aztec/validator-ha-signer":"4.1.0-nightly.20260312.2","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260312.2","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260312.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260312.2_1773350189187_0.573333068148508","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260313":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260313","_id":"@aztec/end-to-end@4.1.0-nightly.20260313","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"19016bd936e689e4edc27bbe07effee57b04ef33","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260313.tgz","fileCount":280,"integrity":"sha512-zVLrMGm0HaJm84USt0CyRdPfTWLMb1odiSmk4bvEPa4pBPJtkgPjOf085mWBCxPrkD/dbr8OM9AfS0OBwAzQNQ==","signatures":[{"sig":"MEYCIQDqXualnpjn6+ZA7y022bX7CXWDmJ4YVZTETcYKv4pcZQIhAOPuProBehP7v/bZiCw5F1EdCqm5vV/rBoqtaDbhhQEE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091590},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7d4cfcd94c6bf1994b0d9f7cc16e8c036437b811","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260313","@aztec/cli":"4.1.0-nightly.20260313","@aztec/p2p":"4.1.0-nightly.20260313","@aztec/pxe":"4.1.0-nightly.20260313","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260313","@aztec/bb.js":"4.1.0-nightly.20260313","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260313","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260313","@aztec/wallets":"4.1.0-nightly.20260313","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260313","@aztec/archiver":"4.1.0-nightly.20260313","@aztec/aztec.js":"4.1.0-nightly.20260313","@aztec/blob-lib":"4.1.0-nightly.20260313","@aztec/ethereum":"4.1.0-nightly.20260313","@aztec/kv-store":"4.1.0-nightly.20260313","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260313","@aztec/constants":"4.1.0-nightly.20260313","@aztec/simulator":"4.1.0-nightly.20260313","@aztec/aztec-node":"4.1.0-nightly.20260313","@aztec/foundation":"4.1.0-nightly.20260313","@aztec/wallet-sdk":"4.1.0-nightly.20260313","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260313","@aztec/entrypoints":"4.1.0-nightly.20260313","@aztec/epoch-cache":"4.1.0-nightly.20260313","@aztec/merkle-tree":"4.1.0-nightly.20260313","@aztec/prover-node":"4.1.0-nightly.20260313","@aztec/world-state":"4.1.0-nightly.20260313","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260313","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260313","@aztec/prover-client":"4.1.0-nightly.20260313","@aztec/noir-noirc_abi":"4.1.0-nightly.20260313","@aztec/sequencer-client":"4.1.0-nightly.20260313","@aztec/telemetry-client":"4.1.0-nightly.20260313","@aztec/validator-client":"4.1.0-nightly.20260313","@aztec/noir-contracts.js":"4.1.0-nightly.20260313","@aztec/protocol-contracts":"4.1.0-nightly.20260313","@aztec/validator-ha-signer":"4.1.0-nightly.20260313","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260313","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260313"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260313_1773380250036_0.21489884465293585","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.10bd49492":{"name":"@aztec/end-to-end","version":"0.0.1-commit.10bd49492","_id":"@aztec/end-to-end@0.0.1-commit.10bd49492","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"94a67dd8abc7b55dc1717487721c44c49137433b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.10bd49492.tgz","fileCount":288,"integrity":"sha512-9ToVkz5IpHYgTmrZAj7tdytAa1LUEt5rCBn2tCFjhJwWtILco5FL4ah9LFkmg6PRJbMBJZowpzJhxgVFsY/2Ow==","signatures":[{"sig":"MEYCIQD2tXC/Sj/PLMgNwF7hEHdf1pstPpZ4YrNSM58LUlwJ1gIhALfEOLUoGWRM+yJTUaBHoy0XYJ/yawRDweBud9AWTUX6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.10bd49492","@aztec/cli":"0.0.1-commit.10bd49492","@aztec/p2p":"0.0.1-commit.10bd49492","@aztec/pxe":"0.0.1-commit.10bd49492","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.10bd49492","@aztec/bb.js":"0.0.1-commit.10bd49492","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.10bd49492","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.10bd49492","@aztec/wallets":"0.0.1-commit.10bd49492","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.10bd49492","@aztec/archiver":"0.0.1-commit.10bd49492","@aztec/aztec.js":"0.0.1-commit.10bd49492","@aztec/blob-lib":"0.0.1-commit.10bd49492","@aztec/ethereum":"0.0.1-commit.10bd49492","@aztec/kv-store":"0.0.1-commit.10bd49492","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.10bd49492","@aztec/constants":"0.0.1-commit.10bd49492","@aztec/simulator":"0.0.1-commit.10bd49492","@aztec/aztec-node":"0.0.1-commit.10bd49492","@aztec/foundation":"0.0.1-commit.10bd49492","@aztec/wallet-sdk":"0.0.1-commit.10bd49492","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.10bd49492","@aztec/entrypoints":"0.0.1-commit.10bd49492","@aztec/epoch-cache":"0.0.1-commit.10bd49492","@aztec/merkle-tree":"0.0.1-commit.10bd49492","@aztec/prover-node":"0.0.1-commit.10bd49492","@aztec/world-state":"0.0.1-commit.10bd49492","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.10bd49492","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.10bd49492","@aztec/prover-client":"0.0.1-commit.10bd49492","@aztec/noir-noirc_abi":"0.0.1-commit.10bd49492","@aztec/sequencer-client":"0.0.1-commit.10bd49492","@aztec/telemetry-client":"0.0.1-commit.10bd49492","@aztec/validator-client":"0.0.1-commit.10bd49492","@aztec/noir-contracts.js":"0.0.1-commit.10bd49492","@aztec/protocol-contracts":"0.0.1-commit.10bd49492","@aztec/validator-ha-signer":"0.0.1-commit.10bd49492","@aztec/noir-test-contracts.js":"0.0.1-commit.10bd49492","@aztec/noir-protocol-circuits-types":"0.0.1-commit.10bd49492"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.10bd49492_1773420293804_0.6940844845608047","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b33fc05d0":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b33fc05d0","_id":"@aztec/end-to-end@0.0.1-commit.b33fc05d0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ffb8e03d0a94bde39050e7ade56aa454689e2d92","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b33fc05d0.tgz","fileCount":288,"integrity":"sha512-0AjJJrmFAWAVvUl3FV3PIqkyFLaOzOl9MEzzFFY8PT+8kvek54VofpKqjKjS3P/kNlDg0NDm5PCifh2TRwJijw==","signatures":[{"sig":"MEUCIQDl/ZTzLHqzKz0OGk291e+cvbkapai4OIXQy2wOvHf6VgIgH1kKDG9si7YK21Ou/EYtr7rcCi23dFZVHhao8Jm4c8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b33fc05d0","@aztec/cli":"0.0.1-commit.b33fc05d0","@aztec/p2p":"0.0.1-commit.b33fc05d0","@aztec/pxe":"0.0.1-commit.b33fc05d0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b33fc05d0","@aztec/bb.js":"0.0.1-commit.b33fc05d0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b33fc05d0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b33fc05d0","@aztec/wallets":"0.0.1-commit.b33fc05d0","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b33fc05d0","@aztec/archiver":"0.0.1-commit.b33fc05d0","@aztec/aztec.js":"0.0.1-commit.b33fc05d0","@aztec/blob-lib":"0.0.1-commit.b33fc05d0","@aztec/ethereum":"0.0.1-commit.b33fc05d0","@aztec/kv-store":"0.0.1-commit.b33fc05d0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b33fc05d0","@aztec/constants":"0.0.1-commit.b33fc05d0","@aztec/simulator":"0.0.1-commit.b33fc05d0","@aztec/aztec-node":"0.0.1-commit.b33fc05d0","@aztec/foundation":"0.0.1-commit.b33fc05d0","@aztec/wallet-sdk":"0.0.1-commit.b33fc05d0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b33fc05d0","@aztec/entrypoints":"0.0.1-commit.b33fc05d0","@aztec/epoch-cache":"0.0.1-commit.b33fc05d0","@aztec/merkle-tree":"0.0.1-commit.b33fc05d0","@aztec/prover-node":"0.0.1-commit.b33fc05d0","@aztec/world-state":"0.0.1-commit.b33fc05d0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b33fc05d0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b33fc05d0","@aztec/prover-client":"0.0.1-commit.b33fc05d0","@aztec/noir-noirc_abi":"0.0.1-commit.b33fc05d0","@aztec/sequencer-client":"0.0.1-commit.b33fc05d0","@aztec/telemetry-client":"0.0.1-commit.b33fc05d0","@aztec/validator-client":"0.0.1-commit.b33fc05d0","@aztec/noir-contracts.js":"0.0.1-commit.b33fc05d0","@aztec/protocol-contracts":"0.0.1-commit.b33fc05d0","@aztec/validator-ha-signer":"0.0.1-commit.b33fc05d0","@aztec/noir-test-contracts.js":"0.0.1-commit.b33fc05d0","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b33fc05d0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b33fc05d0_1773424430668_0.9300203909058498","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b64cb54f6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b64cb54f6","_id":"@aztec/end-to-end@0.0.1-commit.b64cb54f6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e0d562b45280487c4e2a8cf816c275762480e624","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b64cb54f6.tgz","fileCount":288,"integrity":"sha512-rPqzdUoswmVbpyyRkOsbR+yxw9Zmd6evpEdMSXplcMlnbxe8OQrMGhrwJ++Zxp3AXpF0LR8mAsC+RC9ZVg6q5w==","signatures":[{"sig":"MEUCIQCHkW00UE0LnLSTOLj/M+LC7ldn9UTDsC0vObPtP8mxHAIgXExP1+JKHOz7QQOqDtxe0HOJ1zrmWSAGVgZUyI13sMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b64cb54f6","@aztec/cli":"0.0.1-commit.b64cb54f6","@aztec/p2p":"0.0.1-commit.b64cb54f6","@aztec/pxe":"0.0.1-commit.b64cb54f6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b64cb54f6","@aztec/bb.js":"0.0.1-commit.b64cb54f6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b64cb54f6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b64cb54f6","@aztec/wallets":"0.0.1-commit.b64cb54f6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b64cb54f6","@aztec/archiver":"0.0.1-commit.b64cb54f6","@aztec/aztec.js":"0.0.1-commit.b64cb54f6","@aztec/blob-lib":"0.0.1-commit.b64cb54f6","@aztec/ethereum":"0.0.1-commit.b64cb54f6","@aztec/kv-store":"0.0.1-commit.b64cb54f6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b64cb54f6","@aztec/constants":"0.0.1-commit.b64cb54f6","@aztec/simulator":"0.0.1-commit.b64cb54f6","@aztec/aztec-node":"0.0.1-commit.b64cb54f6","@aztec/foundation":"0.0.1-commit.b64cb54f6","@aztec/wallet-sdk":"0.0.1-commit.b64cb54f6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b64cb54f6","@aztec/entrypoints":"0.0.1-commit.b64cb54f6","@aztec/epoch-cache":"0.0.1-commit.b64cb54f6","@aztec/merkle-tree":"0.0.1-commit.b64cb54f6","@aztec/prover-node":"0.0.1-commit.b64cb54f6","@aztec/world-state":"0.0.1-commit.b64cb54f6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b64cb54f6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b64cb54f6","@aztec/prover-client":"0.0.1-commit.b64cb54f6","@aztec/noir-noirc_abi":"0.0.1-commit.b64cb54f6","@aztec/sequencer-client":"0.0.1-commit.b64cb54f6","@aztec/telemetry-client":"0.0.1-commit.b64cb54f6","@aztec/validator-client":"0.0.1-commit.b64cb54f6","@aztec/noir-contracts.js":"0.0.1-commit.b64cb54f6","@aztec/protocol-contracts":"0.0.1-commit.b64cb54f6","@aztec/validator-ha-signer":"0.0.1-commit.b64cb54f6","@aztec/noir-test-contracts.js":"0.0.1-commit.b64cb54f6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b64cb54f6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b64cb54f6_1773427555800_0.17769200551370612","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260314":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260314","_id":"@aztec/end-to-end@4.1.0-nightly.20260314","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3915802f3dc4ab983113920a13971fbdb8105253","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260314.tgz","fileCount":280,"integrity":"sha512-alloU+8JyBhLAOi3uGrKIS/GQWDafnPpdAD6yjxCm0Oqt4+vwq5CvTClyuI8b8eK2QBWCDmkRo//Rdvbhh6MyQ==","signatures":[{"sig":"MEUCIQC7wqifCJRPDnQ7LzMsQc1KF7jVJaDK4dtynldkk+0B9gIgMN1lK1WXDaTPP1I45Bl222Q0sDqunwhGesFSQXo9AvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091590},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"ddcc5841559adf6b244afb8d3237ac3899cee88f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260314","@aztec/cli":"4.1.0-nightly.20260314","@aztec/p2p":"4.1.0-nightly.20260314","@aztec/pxe":"4.1.0-nightly.20260314","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260314","@aztec/bb.js":"4.1.0-nightly.20260314","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260314","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260314","@aztec/wallets":"4.1.0-nightly.20260314","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260314","@aztec/archiver":"4.1.0-nightly.20260314","@aztec/aztec.js":"4.1.0-nightly.20260314","@aztec/blob-lib":"4.1.0-nightly.20260314","@aztec/ethereum":"4.1.0-nightly.20260314","@aztec/kv-store":"4.1.0-nightly.20260314","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260314","@aztec/constants":"4.1.0-nightly.20260314","@aztec/simulator":"4.1.0-nightly.20260314","@aztec/aztec-node":"4.1.0-nightly.20260314","@aztec/foundation":"4.1.0-nightly.20260314","@aztec/wallet-sdk":"4.1.0-nightly.20260314","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260314","@aztec/entrypoints":"4.1.0-nightly.20260314","@aztec/epoch-cache":"4.1.0-nightly.20260314","@aztec/merkle-tree":"4.1.0-nightly.20260314","@aztec/prover-node":"4.1.0-nightly.20260314","@aztec/world-state":"4.1.0-nightly.20260314","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260314","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260314","@aztec/prover-client":"4.1.0-nightly.20260314","@aztec/noir-noirc_abi":"4.1.0-nightly.20260314","@aztec/sequencer-client":"4.1.0-nightly.20260314","@aztec/telemetry-client":"4.1.0-nightly.20260314","@aztec/validator-client":"4.1.0-nightly.20260314","@aztec/noir-contracts.js":"4.1.0-nightly.20260314","@aztec/protocol-contracts":"4.1.0-nightly.20260314","@aztec/validator-ha-signer":"4.1.0-nightly.20260314","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260314","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260314"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260314_1773466562875_0.2592398829938347","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1de2a32":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1de2a32","_id":"@aztec/end-to-end@0.0.1-commit.1de2a32","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"46488ee8a8dfc4fd048fd742714968635a29bef2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1de2a32.tgz","fileCount":284,"integrity":"sha512-PaJE8IAaZxe+X8bDSrblrO8ISAqmSLRV8rvhU3DPy6PQdV298jqDfcr/U3pJJMeqoRag2oR3YD7Iul1bKEOvdQ==","signatures":[{"sig":"MEYCIQDx7a95+JyYXk97xXFOFW5t0Ra3z+jCMk6GYXJh1J534gIhAOD4vz93pzlxWLyGvx+6c9M1EU4kIRlNxaKr04+nWKDm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110283},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1de2a32","@aztec/cli":"0.0.1-commit.1de2a32","@aztec/p2p":"0.0.1-commit.1de2a32","@aztec/pxe":"0.0.1-commit.1de2a32","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1de2a32","@aztec/bb.js":"0.0.1-commit.1de2a32","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1de2a32","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1de2a32","@aztec/wallets":"0.0.1-commit.1de2a32","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1de2a32","@aztec/archiver":"0.0.1-commit.1de2a32","@aztec/aztec.js":"0.0.1-commit.1de2a32","@aztec/blob-lib":"0.0.1-commit.1de2a32","@aztec/ethereum":"0.0.1-commit.1de2a32","@aztec/kv-store":"0.0.1-commit.1de2a32","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1de2a32","@aztec/constants":"0.0.1-commit.1de2a32","@aztec/simulator":"0.0.1-commit.1de2a32","@aztec/aztec-node":"0.0.1-commit.1de2a32","@aztec/foundation":"0.0.1-commit.1de2a32","@aztec/wallet-sdk":"0.0.1-commit.1de2a32","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1de2a32","@aztec/entrypoints":"0.0.1-commit.1de2a32","@aztec/epoch-cache":"0.0.1-commit.1de2a32","@aztec/merkle-tree":"0.0.1-commit.1de2a32","@aztec/prover-node":"0.0.1-commit.1de2a32","@aztec/world-state":"0.0.1-commit.1de2a32","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1de2a32","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1de2a32","@aztec/prover-client":"0.0.1-commit.1de2a32","@aztec/noir-noirc_abi":"0.0.1-commit.1de2a32","@aztec/sequencer-client":"0.0.1-commit.1de2a32","@aztec/telemetry-client":"0.0.1-commit.1de2a32","@aztec/validator-client":"0.0.1-commit.1de2a32","@aztec/noir-contracts.js":"0.0.1-commit.1de2a32","@aztec/protocol-contracts":"0.0.1-commit.1de2a32","@aztec/validator-ha-signer":"0.0.1-commit.1de2a32","@aztec/noir-test-contracts.js":"0.0.1-commit.1de2a32","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1de2a32"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1de2a32_1773486843232_0.05156343025943633","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260315":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260315","_id":"@aztec/end-to-end@5.0.0-nightly.20260315","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"005aa1fd2dfa8d158ff54ca28a318d026f9122ea","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260315.tgz","fileCount":288,"integrity":"sha512-H/sQfDCmFWH8IZUxnvjwcYjX2LIzDl0Cehmq3Mn4MQaMSCkn2oovoar7mfbRhnZwlDNG5qYr8Nfdi2asRkOMfQ==","signatures":[{"sig":"MEQCIG3DYr+00yAP206oxeQfPg0l4DGE9Pk70t3LwmjQyZsYAiBn50ujCDHpgGcNO3FS4GjWP//BSkyvSclP/13+RIjVUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260315","@aztec/cli":"5.0.0-nightly.20260315","@aztec/p2p":"5.0.0-nightly.20260315","@aztec/pxe":"5.0.0-nightly.20260315","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260315","@aztec/bb.js":"5.0.0-nightly.20260315","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260315","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260315","@aztec/wallets":"5.0.0-nightly.20260315","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260315","@aztec/archiver":"5.0.0-nightly.20260315","@aztec/aztec.js":"5.0.0-nightly.20260315","@aztec/blob-lib":"5.0.0-nightly.20260315","@aztec/ethereum":"5.0.0-nightly.20260315","@aztec/kv-store":"5.0.0-nightly.20260315","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260315","@aztec/constants":"5.0.0-nightly.20260315","@aztec/simulator":"5.0.0-nightly.20260315","@aztec/aztec-node":"5.0.0-nightly.20260315","@aztec/foundation":"5.0.0-nightly.20260315","@aztec/wallet-sdk":"5.0.0-nightly.20260315","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260315","@aztec/entrypoints":"5.0.0-nightly.20260315","@aztec/epoch-cache":"5.0.0-nightly.20260315","@aztec/merkle-tree":"5.0.0-nightly.20260315","@aztec/prover-node":"5.0.0-nightly.20260315","@aztec/world-state":"5.0.0-nightly.20260315","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260315","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260315","@aztec/prover-client":"5.0.0-nightly.20260315","@aztec/noir-noirc_abi":"5.0.0-nightly.20260315","@aztec/sequencer-client":"5.0.0-nightly.20260315","@aztec/telemetry-client":"5.0.0-nightly.20260315","@aztec/validator-client":"5.0.0-nightly.20260315","@aztec/noir-contracts.js":"5.0.0-nightly.20260315","@aztec/protocol-contracts":"5.0.0-nightly.20260315","@aztec/validator-ha-signer":"5.0.0-nightly.20260315","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260315","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260315"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260315_1773545122832_0.25238660715637495","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260315":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260315","_id":"@aztec/end-to-end@4.1.0-nightly.20260315","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"11c2fa5285483a608604f4e39681dac82468c0b3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260315.tgz","fileCount":280,"integrity":"sha512-Bc+oITeErUXtXZHxmCuQyEZV0zxGUKWhPq6RDwc++iR8FiG81HRtd36ypgY3Z3vTBdBNo37Xy0PWZ2nwsU/9dg==","signatures":[{"sig":"MEYCIQCatp0DJZL5HxaAXyP8nNBPPW0jk0YQrSUtMfT7YNtZhAIhAJYD5t4AuRw5tE76UDdlM9JOi6dVH74lAK8F+X0BcLf7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091194},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a37575ec4e3f2cb5194cfcd94ceb04afd2b68b44","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260315","@aztec/cli":"4.1.0-nightly.20260315","@aztec/p2p":"4.1.0-nightly.20260315","@aztec/pxe":"4.1.0-nightly.20260315","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260315","@aztec/bb.js":"4.1.0-nightly.20260315","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260315","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260315","@aztec/wallets":"4.1.0-nightly.20260315","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260315","@aztec/archiver":"4.1.0-nightly.20260315","@aztec/aztec.js":"4.1.0-nightly.20260315","@aztec/blob-lib":"4.1.0-nightly.20260315","@aztec/ethereum":"4.1.0-nightly.20260315","@aztec/kv-store":"4.1.0-nightly.20260315","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260315","@aztec/constants":"4.1.0-nightly.20260315","@aztec/simulator":"4.1.0-nightly.20260315","@aztec/aztec-node":"4.1.0-nightly.20260315","@aztec/foundation":"4.1.0-nightly.20260315","@aztec/wallet-sdk":"4.1.0-nightly.20260315","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260315","@aztec/entrypoints":"4.1.0-nightly.20260315","@aztec/epoch-cache":"4.1.0-nightly.20260315","@aztec/merkle-tree":"4.1.0-nightly.20260315","@aztec/prover-node":"4.1.0-nightly.20260315","@aztec/world-state":"4.1.0-nightly.20260315","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260315","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260315","@aztec/prover-client":"4.1.0-nightly.20260315","@aztec/noir-noirc_abi":"4.1.0-nightly.20260315","@aztec/sequencer-client":"4.1.0-nightly.20260315","@aztec/telemetry-client":"4.1.0-nightly.20260315","@aztec/validator-client":"4.1.0-nightly.20260315","@aztec/noir-contracts.js":"4.1.0-nightly.20260315","@aztec/protocol-contracts":"4.1.0-nightly.20260315","@aztec/validator-ha-signer":"4.1.0-nightly.20260315","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260315","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260315"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260315_1773554333461_0.3235046098617389","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260316":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260316","_id":"@aztec/end-to-end@5.0.0-nightly.20260316","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"47672dbde2368a2ec8e0c3505de07ccc1d5fe82f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260316.tgz","fileCount":288,"integrity":"sha512-NP25IHQKIQTbStqbZyLHhK+Fqfk7ZxpLX8PLaTSwuNruheEPsHVS2TH20WGvYWCXdVmBkwG+0Y29ZImPgWksVQ==","signatures":[{"sig":"MEQCIC3a+1dm9JrEJ5HyO6H7wLBgp1JDZaP83iSxRLVem7buAiBEyGMC4A3Fbcy4jXh/Ab4ZXA+MAe/r6rGKAX3KJmLxKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125394},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260316","@aztec/cli":"5.0.0-nightly.20260316","@aztec/p2p":"5.0.0-nightly.20260316","@aztec/pxe":"5.0.0-nightly.20260316","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260316","@aztec/bb.js":"5.0.0-nightly.20260316","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260316","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260316","@aztec/wallets":"5.0.0-nightly.20260316","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260316","@aztec/archiver":"5.0.0-nightly.20260316","@aztec/aztec.js":"5.0.0-nightly.20260316","@aztec/blob-lib":"5.0.0-nightly.20260316","@aztec/ethereum":"5.0.0-nightly.20260316","@aztec/kv-store":"5.0.0-nightly.20260316","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260316","@aztec/constants":"5.0.0-nightly.20260316","@aztec/simulator":"5.0.0-nightly.20260316","@aztec/aztec-node":"5.0.0-nightly.20260316","@aztec/foundation":"5.0.0-nightly.20260316","@aztec/wallet-sdk":"5.0.0-nightly.20260316","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260316","@aztec/entrypoints":"5.0.0-nightly.20260316","@aztec/epoch-cache":"5.0.0-nightly.20260316","@aztec/merkle-tree":"5.0.0-nightly.20260316","@aztec/prover-node":"5.0.0-nightly.20260316","@aztec/world-state":"5.0.0-nightly.20260316","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260316","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260316","@aztec/prover-client":"5.0.0-nightly.20260316","@aztec/noir-noirc_abi":"5.0.0-nightly.20260316","@aztec/sequencer-client":"5.0.0-nightly.20260316","@aztec/telemetry-client":"5.0.0-nightly.20260316","@aztec/validator-client":"5.0.0-nightly.20260316","@aztec/noir-contracts.js":"5.0.0-nightly.20260316","@aztec/protocol-contracts":"5.0.0-nightly.20260316","@aztec/validator-ha-signer":"5.0.0-nightly.20260316","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260316","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260316"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260316_1773631643813_0.026532017298922517","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260316":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260316","_id":"@aztec/end-to-end@4.1.0-nightly.20260316","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b2c44b768b68fa47ee5665eebb50041627fc45e4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260316.tgz","fileCount":280,"integrity":"sha512-V+7yDVyCcfQYPP0GC7KYhBdzic1qMWb+Fe8B5Wlr+gSgZyaFOkUZVASEOih6tEcvC7DvO/ngsaAmKL4bQz6XWw==","signatures":[{"sig":"MEYCIQDwb6i/FetS8ZZs3zKf3eoJgIPchXiFFN9K2FnmJkKLTQIhAK6dIhP9Dyc/pD7on4CZfPPMCL4lFoS0S2XaUJ8GTW1w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091194},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a37575ec4e3f2cb5194cfcd94ceb04afd2b68b44","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260316","@aztec/cli":"4.1.0-nightly.20260316","@aztec/p2p":"4.1.0-nightly.20260316","@aztec/pxe":"4.1.0-nightly.20260316","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260316","@aztec/bb.js":"4.1.0-nightly.20260316","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260316","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260316","@aztec/wallets":"4.1.0-nightly.20260316","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260316","@aztec/archiver":"4.1.0-nightly.20260316","@aztec/aztec.js":"4.1.0-nightly.20260316","@aztec/blob-lib":"4.1.0-nightly.20260316","@aztec/ethereum":"4.1.0-nightly.20260316","@aztec/kv-store":"4.1.0-nightly.20260316","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260316","@aztec/constants":"4.1.0-nightly.20260316","@aztec/simulator":"4.1.0-nightly.20260316","@aztec/aztec-node":"4.1.0-nightly.20260316","@aztec/foundation":"4.1.0-nightly.20260316","@aztec/wallet-sdk":"4.1.0-nightly.20260316","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260316","@aztec/entrypoints":"4.1.0-nightly.20260316","@aztec/epoch-cache":"4.1.0-nightly.20260316","@aztec/merkle-tree":"4.1.0-nightly.20260316","@aztec/prover-node":"4.1.0-nightly.20260316","@aztec/world-state":"4.1.0-nightly.20260316","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260316","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260316","@aztec/prover-client":"4.1.0-nightly.20260316","@aztec/noir-noirc_abi":"4.1.0-nightly.20260316","@aztec/sequencer-client":"4.1.0-nightly.20260316","@aztec/telemetry-client":"4.1.0-nightly.20260316","@aztec/validator-client":"4.1.0-nightly.20260316","@aztec/noir-contracts.js":"4.1.0-nightly.20260316","@aztec/protocol-contracts":"4.1.0-nightly.20260316","@aztec/validator-ha-signer":"4.1.0-nightly.20260316","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260316","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260316"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260316_1773640521005_0.5898150504666","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.88c5703d4":{"name":"@aztec/end-to-end","version":"0.0.1-commit.88c5703d4","_id":"@aztec/end-to-end@0.0.1-commit.88c5703d4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b2acbbd54ef2a0ddf26673c43b6997827a5ea891","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.88c5703d4.tgz","fileCount":288,"integrity":"sha512-pBEeeuhwhRZP6bK70BMoV24wA6QMtESfqdlPldANol4rTLxz+NQwIPnqfD7Bqzn4WYTbHhw4ougLds4AEHXPfQ==","signatures":[{"sig":"MEUCIQDLbAnO9R6Sr/OQsRMmwgYVRdGxg9GTj7MKejvYY1a5LQIgCN8NUQ2MQ7iQkgFoo0FzK3a0BKTdBfdQbebpfugvMe0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.88c5703d4","@aztec/cli":"0.0.1-commit.88c5703d4","@aztec/p2p":"0.0.1-commit.88c5703d4","@aztec/pxe":"0.0.1-commit.88c5703d4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.88c5703d4","@aztec/bb.js":"0.0.1-commit.88c5703d4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.88c5703d4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.88c5703d4","@aztec/wallets":"0.0.1-commit.88c5703d4","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.88c5703d4","@aztec/archiver":"0.0.1-commit.88c5703d4","@aztec/aztec.js":"0.0.1-commit.88c5703d4","@aztec/blob-lib":"0.0.1-commit.88c5703d4","@aztec/ethereum":"0.0.1-commit.88c5703d4","@aztec/kv-store":"0.0.1-commit.88c5703d4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.88c5703d4","@aztec/constants":"0.0.1-commit.88c5703d4","@aztec/simulator":"0.0.1-commit.88c5703d4","@aztec/aztec-node":"0.0.1-commit.88c5703d4","@aztec/foundation":"0.0.1-commit.88c5703d4","@aztec/wallet-sdk":"0.0.1-commit.88c5703d4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.88c5703d4","@aztec/entrypoints":"0.0.1-commit.88c5703d4","@aztec/epoch-cache":"0.0.1-commit.88c5703d4","@aztec/prover-node":"0.0.1-commit.88c5703d4","@aztec/world-state":"0.0.1-commit.88c5703d4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.88c5703d4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.88c5703d4","@aztec/prover-client":"0.0.1-commit.88c5703d4","@aztec/noir-noirc_abi":"0.0.1-commit.88c5703d4","@aztec/sequencer-client":"0.0.1-commit.88c5703d4","@aztec/telemetry-client":"0.0.1-commit.88c5703d4","@aztec/validator-client":"0.0.1-commit.88c5703d4","@aztec/noir-contracts.js":"0.0.1-commit.88c5703d4","@aztec/protocol-contracts":"0.0.1-commit.88c5703d4","@aztec/validator-ha-signer":"0.0.1-commit.88c5703d4","@aztec/noir-test-contracts.js":"0.0.1-commit.88c5703d4","@aztec/noir-protocol-circuits-types":"0.0.1-commit.88c5703d4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.88c5703d4_1773688892309_0.23092378582538964","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260317":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260317","_id":"@aztec/end-to-end@5.0.0-nightly.20260317","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"375b71c9b1fbae8b41d1ead4d1ae509c50a90a77","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260317.tgz","fileCount":288,"integrity":"sha512-vceyfyMCina4s7CTtR7zU4MMJOYipePB3zKhkHGVna8APS9+c6sRtnOjB2IEsgUSKl8RBbio37gOMfsXhjiWSw==","signatures":[{"sig":"MEYCIQC3X7f95YjbR/6zZXQLJuBkBC1c0VLPubx+P3wdYNbyjAIhAPjrTYhM9QRQZniG1maLazSZ/fHdY9ydrjU6h2mnN/OF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260317","@aztec/cli":"5.0.0-nightly.20260317","@aztec/p2p":"5.0.0-nightly.20260317","@aztec/pxe":"5.0.0-nightly.20260317","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260317","@aztec/bb.js":"5.0.0-nightly.20260317","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260317","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260317","@aztec/wallets":"5.0.0-nightly.20260317","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260317","@aztec/archiver":"5.0.0-nightly.20260317","@aztec/aztec.js":"5.0.0-nightly.20260317","@aztec/blob-lib":"5.0.0-nightly.20260317","@aztec/ethereum":"5.0.0-nightly.20260317","@aztec/kv-store":"5.0.0-nightly.20260317","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260317","@aztec/constants":"5.0.0-nightly.20260317","@aztec/simulator":"5.0.0-nightly.20260317","@aztec/aztec-node":"5.0.0-nightly.20260317","@aztec/foundation":"5.0.0-nightly.20260317","@aztec/wallet-sdk":"5.0.0-nightly.20260317","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260317","@aztec/entrypoints":"5.0.0-nightly.20260317","@aztec/epoch-cache":"5.0.0-nightly.20260317","@aztec/prover-node":"5.0.0-nightly.20260317","@aztec/world-state":"5.0.0-nightly.20260317","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260317","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260317","@aztec/prover-client":"5.0.0-nightly.20260317","@aztec/noir-noirc_abi":"5.0.0-nightly.20260317","@aztec/sequencer-client":"5.0.0-nightly.20260317","@aztec/telemetry-client":"5.0.0-nightly.20260317","@aztec/validator-client":"5.0.0-nightly.20260317","@aztec/noir-contracts.js":"5.0.0-nightly.20260317","@aztec/protocol-contracts":"5.0.0-nightly.20260317","@aztec/validator-ha-signer":"5.0.0-nightly.20260317","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260317","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260317"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260317_1773717722104_0.03989637869868701","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260317":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260317","_id":"@aztec/end-to-end@4.1.0-nightly.20260317","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5fd3f8112c378308808271fd48c4b8310ea25ecb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260317.tgz","fileCount":280,"integrity":"sha512-69KfU1vV3Wdp35Zsqj3EYMo+ioQlSLt/bL5J41BvGP3aHtSAgJmCvaXsewR5TFtUfmt89zRVbJ55o1FuaWuozQ==","signatures":[{"sig":"MEUCIQCNT7D9Yn3YVW3tB/8SEZF2FnQqnSN/vsd69VrjWhBqDgIgarYoavdzwFxRxz6gz9UMr1w/ebW5V0hpFuC3fGff8fk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091522},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"30d99e133bd810556c2ac21544d12c79f6d0dd7e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260317","@aztec/cli":"4.1.0-nightly.20260317","@aztec/p2p":"4.1.0-nightly.20260317","@aztec/pxe":"4.1.0-nightly.20260317","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260317","@aztec/bb.js":"4.1.0-nightly.20260317","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260317","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260317","@aztec/wallets":"4.1.0-nightly.20260317","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260317","@aztec/archiver":"4.1.0-nightly.20260317","@aztec/aztec.js":"4.1.0-nightly.20260317","@aztec/blob-lib":"4.1.0-nightly.20260317","@aztec/ethereum":"4.1.0-nightly.20260317","@aztec/kv-store":"4.1.0-nightly.20260317","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260317","@aztec/constants":"4.1.0-nightly.20260317","@aztec/simulator":"4.1.0-nightly.20260317","@aztec/aztec-node":"4.1.0-nightly.20260317","@aztec/foundation":"4.1.0-nightly.20260317","@aztec/wallet-sdk":"4.1.0-nightly.20260317","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260317","@aztec/entrypoints":"4.1.0-nightly.20260317","@aztec/epoch-cache":"4.1.0-nightly.20260317","@aztec/merkle-tree":"4.1.0-nightly.20260317","@aztec/prover-node":"4.1.0-nightly.20260317","@aztec/world-state":"4.1.0-nightly.20260317","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260317","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260317","@aztec/prover-client":"4.1.0-nightly.20260317","@aztec/noir-noirc_abi":"4.1.0-nightly.20260317","@aztec/sequencer-client":"4.1.0-nightly.20260317","@aztec/telemetry-client":"4.1.0-nightly.20260317","@aztec/validator-client":"4.1.0-nightly.20260317","@aztec/noir-contracts.js":"4.1.0-nightly.20260317","@aztec/protocol-contracts":"4.1.0-nightly.20260317","@aztec/validator-ha-signer":"4.1.0-nightly.20260317","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260317","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260317"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260317_1773726860258_0.9423382605490145","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d0fcfb7f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d0fcfb7f","_id":"@aztec/end-to-end@0.0.1-commit.d0fcfb7f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"360ccc1dbceaa89e0ccef46449728491e69645b1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d0fcfb7f.tgz","fileCount":280,"integrity":"sha512-GuHTTNMtjtm0J/vhy9InCQx9dJ7tPey4FiNGsf5iQhAT3Iu4yifwQt/x7Ebl+W/7r3RJhu37MywVkg0dcZIIzg==","signatures":[{"sig":"MEUCIHO+p7rNbTOy77oaNs9hFbRnqx6tF6aNq9IKkH9Yxf1cAiEApPJhYxxl66IxaHQByHcnm4R4V3zjluSPfWBX7LssoY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091154},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"d0fcfb7f2a2cf117198cfa1db2408b938617f2fb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d0fcfb7f","@aztec/cli":"0.0.1-commit.d0fcfb7f","@aztec/p2p":"0.0.1-commit.d0fcfb7f","@aztec/pxe":"0.0.1-commit.d0fcfb7f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d0fcfb7f","@aztec/bb.js":"0.0.1-commit.d0fcfb7f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d0fcfb7f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d0fcfb7f","@aztec/wallets":"0.0.1-commit.d0fcfb7f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d0fcfb7f","@aztec/archiver":"0.0.1-commit.d0fcfb7f","@aztec/aztec.js":"0.0.1-commit.d0fcfb7f","@aztec/blob-lib":"0.0.1-commit.d0fcfb7f","@aztec/ethereum":"0.0.1-commit.d0fcfb7f","@aztec/kv-store":"0.0.1-commit.d0fcfb7f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d0fcfb7f","@aztec/constants":"0.0.1-commit.d0fcfb7f","@aztec/simulator":"0.0.1-commit.d0fcfb7f","@aztec/aztec-node":"0.0.1-commit.d0fcfb7f","@aztec/foundation":"0.0.1-commit.d0fcfb7f","@aztec/wallet-sdk":"0.0.1-commit.d0fcfb7f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d0fcfb7f","@aztec/entrypoints":"0.0.1-commit.d0fcfb7f","@aztec/epoch-cache":"0.0.1-commit.d0fcfb7f","@aztec/merkle-tree":"0.0.1-commit.d0fcfb7f","@aztec/prover-node":"0.0.1-commit.d0fcfb7f","@aztec/world-state":"0.0.1-commit.d0fcfb7f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d0fcfb7f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d0fcfb7f","@aztec/prover-client":"0.0.1-commit.d0fcfb7f","@aztec/noir-noirc_abi":"0.0.1-commit.d0fcfb7f","@aztec/sequencer-client":"0.0.1-commit.d0fcfb7f","@aztec/telemetry-client":"0.0.1-commit.d0fcfb7f","@aztec/validator-client":"0.0.1-commit.d0fcfb7f","@aztec/noir-contracts.js":"0.0.1-commit.d0fcfb7f","@aztec/protocol-contracts":"0.0.1-commit.d0fcfb7f","@aztec/validator-ha-signer":"0.0.1-commit.d0fcfb7f","@aztec/noir-test-contracts.js":"0.0.1-commit.d0fcfb7f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d0fcfb7f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d0fcfb7f_1773751596230_0.26578918231449644","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-rc.3":{"name":"@aztec/end-to-end","version":"4.1.0-rc.3","_id":"@aztec/end-to-end@4.1.0-rc.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3690eba388ecf63985ab309be6cc7bb5e8bf8d44","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-rc.3.tgz","fileCount":280,"integrity":"sha512-in+pompr1XPcahilfrRLTUPm5W/FZYHvTD+tyh/gNAUkH5zzWcf37ZiVq86I0iZcVcrIbJ+jgUYNvdL7xd49lA==","signatures":[{"sig":"MEUCIQDF9gw9zV456LaL3oXT0z2nGTGoiVTXNQyX7I3gE1uI7AIgFDnF0XYpEKRIw4rvIjsEoBTTExD5o3KWn9qNnbD3YnQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090714},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bb3ea6f13e1f49d0fa81fcb9de605ba086e04e14","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-rc.3","@aztec/cli":"4.1.0-rc.3","@aztec/p2p":"4.1.0-rc.3","@aztec/pxe":"4.1.0-rc.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-rc.3","@aztec/bb.js":"4.1.0-rc.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-rc.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-rc.3","@aztec/wallets":"4.1.0-rc.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-rc.3","@aztec/archiver":"4.1.0-rc.3","@aztec/aztec.js":"4.1.0-rc.3","@aztec/blob-lib":"4.1.0-rc.3","@aztec/ethereum":"4.1.0-rc.3","@aztec/kv-store":"4.1.0-rc.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-rc.3","@aztec/constants":"4.1.0-rc.3","@aztec/simulator":"4.1.0-rc.3","@aztec/aztec-node":"4.1.0-rc.3","@aztec/foundation":"4.1.0-rc.3","@aztec/wallet-sdk":"4.1.0-rc.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-rc.3","@aztec/entrypoints":"4.1.0-rc.3","@aztec/epoch-cache":"4.1.0-rc.3","@aztec/merkle-tree":"4.1.0-rc.3","@aztec/prover-node":"4.1.0-rc.3","@aztec/world-state":"4.1.0-rc.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-rc.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-rc.3","@aztec/prover-client":"4.1.0-rc.3","@aztec/noir-noirc_abi":"4.1.0-rc.3","@aztec/sequencer-client":"4.1.0-rc.3","@aztec/telemetry-client":"4.1.0-rc.3","@aztec/validator-client":"4.1.0-rc.3","@aztec/noir-contracts.js":"4.1.0-rc.3","@aztec/protocol-contracts":"4.1.0-rc.3","@aztec/validator-ha-signer":"4.1.0-rc.3","@aztec/noir-test-contracts.js":"4.1.0-rc.3","@aztec/noir-protocol-circuits-types":"4.1.0-rc.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-rc.3_1773773908888_0.020725178891674245","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.001888fc":{"name":"@aztec/end-to-end","version":"0.0.1-commit.001888fc","_id":"@aztec/end-to-end@0.0.1-commit.001888fc","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"85cae4c57a7db9377b9945a32ac7ba8b85ef90b2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.001888fc.tgz","fileCount":288,"integrity":"sha512-LhV518tud4GnZhO6RveIO2I+K3Qb6oIpdBbbtJr28aVj+BH2KUkr/MjaLVf5yulkNQx7LiRzwj9D/nS3et1OGw==","signatures":[{"sig":"MEYCIQDSZjQ3yjqSIxwMunfu7HqW+M9s6wtinn0MHPVseQYHOwIhAKqZfJsPwCuZ8qGZ3Npyhm3PL7icBq4V7L0VV4EQymfa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125303},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.001888fc","@aztec/cli":"0.0.1-commit.001888fc","@aztec/p2p":"0.0.1-commit.001888fc","@aztec/pxe":"0.0.1-commit.001888fc","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.001888fc","@aztec/bb.js":"0.0.1-commit.001888fc","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.001888fc","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.001888fc","@aztec/wallets":"0.0.1-commit.001888fc","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.001888fc","@aztec/archiver":"0.0.1-commit.001888fc","@aztec/aztec.js":"0.0.1-commit.001888fc","@aztec/blob-lib":"0.0.1-commit.001888fc","@aztec/ethereum":"0.0.1-commit.001888fc","@aztec/kv-store":"0.0.1-commit.001888fc","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.001888fc","@aztec/constants":"0.0.1-commit.001888fc","@aztec/simulator":"0.0.1-commit.001888fc","@aztec/aztec-node":"0.0.1-commit.001888fc","@aztec/foundation":"0.0.1-commit.001888fc","@aztec/wallet-sdk":"0.0.1-commit.001888fc","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.001888fc","@aztec/entrypoints":"0.0.1-commit.001888fc","@aztec/epoch-cache":"0.0.1-commit.001888fc","@aztec/prover-node":"0.0.1-commit.001888fc","@aztec/world-state":"0.0.1-commit.001888fc","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.001888fc","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.001888fc","@aztec/prover-client":"0.0.1-commit.001888fc","@aztec/noir-noirc_abi":"0.0.1-commit.001888fc","@aztec/sequencer-client":"0.0.1-commit.001888fc","@aztec/telemetry-client":"0.0.1-commit.001888fc","@aztec/validator-client":"0.0.1-commit.001888fc","@aztec/noir-contracts.js":"0.0.1-commit.001888fc","@aztec/protocol-contracts":"0.0.1-commit.001888fc","@aztec/validator-ha-signer":"0.0.1-commit.001888fc","@aztec/noir-test-contracts.js":"0.0.1-commit.001888fc","@aztec/noir-protocol-circuits-types":"0.0.1-commit.001888fc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.001888fc_1773775805396_0.39921648554515343","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3e3d0c9cd":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3e3d0c9cd","_id":"@aztec/end-to-end@0.0.1-commit.3e3d0c9cd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c7e55ced75bd3de44daf728fe484232d09c61c41","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3e3d0c9cd.tgz","fileCount":288,"integrity":"sha512-4Z35RmK2VLMSRDdiFc6gOM0YfABnWIZ0cd//9l56eds7Jq8kFjyTSxsmgWDLGjHAdJYMCLiY5YLGHJAK4HJEvw==","signatures":[{"sig":"MEYCIQCVh8S4tvmTR8cQS6bAjN08OVhGr9aech2RMSrRqxfgbAIhAIktvGujiu/i+grZGGDbOsED4fgRIzkXDNw5doJxkhuw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3e3d0c9cd","@aztec/cli":"0.0.1-commit.3e3d0c9cd","@aztec/p2p":"0.0.1-commit.3e3d0c9cd","@aztec/pxe":"0.0.1-commit.3e3d0c9cd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3e3d0c9cd","@aztec/bb.js":"0.0.1-commit.3e3d0c9cd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3e3d0c9cd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3e3d0c9cd","@aztec/wallets":"0.0.1-commit.3e3d0c9cd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3e3d0c9cd","@aztec/archiver":"0.0.1-commit.3e3d0c9cd","@aztec/aztec.js":"0.0.1-commit.3e3d0c9cd","@aztec/blob-lib":"0.0.1-commit.3e3d0c9cd","@aztec/ethereum":"0.0.1-commit.3e3d0c9cd","@aztec/kv-store":"0.0.1-commit.3e3d0c9cd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3e3d0c9cd","@aztec/constants":"0.0.1-commit.3e3d0c9cd","@aztec/simulator":"0.0.1-commit.3e3d0c9cd","@aztec/aztec-node":"0.0.1-commit.3e3d0c9cd","@aztec/foundation":"0.0.1-commit.3e3d0c9cd","@aztec/wallet-sdk":"0.0.1-commit.3e3d0c9cd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3e3d0c9cd","@aztec/entrypoints":"0.0.1-commit.3e3d0c9cd","@aztec/epoch-cache":"0.0.1-commit.3e3d0c9cd","@aztec/prover-node":"0.0.1-commit.3e3d0c9cd","@aztec/world-state":"0.0.1-commit.3e3d0c9cd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3e3d0c9cd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3e3d0c9cd","@aztec/prover-client":"0.0.1-commit.3e3d0c9cd","@aztec/noir-noirc_abi":"0.0.1-commit.3e3d0c9cd","@aztec/sequencer-client":"0.0.1-commit.3e3d0c9cd","@aztec/telemetry-client":"0.0.1-commit.3e3d0c9cd","@aztec/validator-client":"0.0.1-commit.3e3d0c9cd","@aztec/noir-contracts.js":"0.0.1-commit.3e3d0c9cd","@aztec/protocol-contracts":"0.0.1-commit.3e3d0c9cd","@aztec/validator-ha-signer":"0.0.1-commit.3e3d0c9cd","@aztec/noir-test-contracts.js":"0.0.1-commit.3e3d0c9cd","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3e3d0c9cd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3e3d0c9cd_1773779654760_0.6491133495178882","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-patched.20260317":{"name":"@aztec/end-to-end","version":"5.0.0-patched.20260317","_id":"@aztec/end-to-end@5.0.0-patched.20260317","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ad9c57f033e24d28524d5d19d4aab79252477a99","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-patched.20260317.tgz","fileCount":288,"integrity":"sha512-/Qck4Ps8uNuL2NjWAiFUT/Rq9OHSbn9LPJ/5RQojvxsuUbHh6aZIYH3LQLgY02fied7xwTo43VUJlGG91X/iTA==","signatures":[{"sig":"MEUCIDnQJPbIfpiM4PpW5dns5QiNYSA0TNFntFCBht8UkqmoAiEAmw4DlN8RIb9NazYI6GNXOwHG2cSJSdggmcdMdcQVL+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-patched.20260317","@aztec/cli":"5.0.0-patched.20260317","@aztec/p2p":"5.0.0-patched.20260317","@aztec/pxe":"5.0.0-patched.20260317","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-patched.20260317","@aztec/bb.js":"5.0.0-patched.20260317","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-patched.20260317","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-patched.20260317","@aztec/wallets":"5.0.0-patched.20260317","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-patched.20260317","@aztec/archiver":"5.0.0-patched.20260317","@aztec/aztec.js":"5.0.0-patched.20260317","@aztec/blob-lib":"5.0.0-patched.20260317","@aztec/ethereum":"5.0.0-patched.20260317","@aztec/kv-store":"5.0.0-patched.20260317","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-patched.20260317","@aztec/constants":"5.0.0-patched.20260317","@aztec/simulator":"5.0.0-patched.20260317","@aztec/aztec-node":"5.0.0-patched.20260317","@aztec/foundation":"5.0.0-patched.20260317","@aztec/wallet-sdk":"5.0.0-patched.20260317","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-patched.20260317","@aztec/entrypoints":"5.0.0-patched.20260317","@aztec/epoch-cache":"5.0.0-patched.20260317","@aztec/prover-node":"5.0.0-patched.20260317","@aztec/world-state":"5.0.0-patched.20260317","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-patched.20260317","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-patched.20260317","@aztec/prover-client":"5.0.0-patched.20260317","@aztec/noir-noirc_abi":"5.0.0-patched.20260317","@aztec/sequencer-client":"5.0.0-patched.20260317","@aztec/telemetry-client":"5.0.0-patched.20260317","@aztec/validator-client":"5.0.0-patched.20260317","@aztec/noir-contracts.js":"5.0.0-patched.20260317","@aztec/protocol-contracts":"5.0.0-patched.20260317","@aztec/validator-ha-signer":"5.0.0-patched.20260317","@aztec/noir-test-contracts.js":"5.0.0-patched.20260317","@aztec/noir-protocol-circuits-types":"5.0.0-patched.20260317"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-patched.20260317_1773781395158_0.7203634295033479","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-patched.20260318":{"name":"@aztec/end-to-end","version":"5.0.0-patched.20260318","_id":"@aztec/end-to-end@5.0.0-patched.20260318","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8c8a76521a5abc9cb65874efe2a8a5995cd677ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-patched.20260318.tgz","fileCount":288,"integrity":"sha512-uCipu53LvTXHK8UJmcP/ieyqjmtg8KVh9yErjlsWZZ36ay76UqSo2Nzw1Z4c9zgXOEScjvXA6F072d0+eOt9oA==","signatures":[{"sig":"MEQCIC8UV+9xywFge6PUKXycsduUeaHLXn2fR/uVu9GOmLwmAiBZ1WHzy8BS/XJDemkVqNsI30F2Gp+sZXouEYcRdj3IbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-patched.20260318","@aztec/cli":"5.0.0-patched.20260318","@aztec/p2p":"5.0.0-patched.20260318","@aztec/pxe":"5.0.0-patched.20260318","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-patched.20260318","@aztec/bb.js":"5.0.0-patched.20260318","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-patched.20260318","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-patched.20260318","@aztec/wallets":"5.0.0-patched.20260318","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-patched.20260318","@aztec/archiver":"5.0.0-patched.20260318","@aztec/aztec.js":"5.0.0-patched.20260318","@aztec/blob-lib":"5.0.0-patched.20260318","@aztec/ethereum":"5.0.0-patched.20260318","@aztec/kv-store":"5.0.0-patched.20260318","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-patched.20260318","@aztec/constants":"5.0.0-patched.20260318","@aztec/simulator":"5.0.0-patched.20260318","@aztec/aztec-node":"5.0.0-patched.20260318","@aztec/foundation":"5.0.0-patched.20260318","@aztec/wallet-sdk":"5.0.0-patched.20260318","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-patched.20260318","@aztec/entrypoints":"5.0.0-patched.20260318","@aztec/epoch-cache":"5.0.0-patched.20260318","@aztec/prover-node":"5.0.0-patched.20260318","@aztec/world-state":"5.0.0-patched.20260318","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-patched.20260318","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-patched.20260318","@aztec/prover-client":"5.0.0-patched.20260318","@aztec/noir-noirc_abi":"5.0.0-patched.20260318","@aztec/sequencer-client":"5.0.0-patched.20260318","@aztec/telemetry-client":"5.0.0-patched.20260318","@aztec/validator-client":"5.0.0-patched.20260318","@aztec/noir-contracts.js":"5.0.0-patched.20260318","@aztec/protocol-contracts":"5.0.0-patched.20260318","@aztec/validator-ha-signer":"5.0.0-patched.20260318","@aztec/noir-test-contracts.js":"5.0.0-patched.20260318","@aztec/noir-protocol-circuits-types":"5.0.0-patched.20260318"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-patched.20260318_1773799746336_0.4080315459675701","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260318":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260318","_id":"@aztec/end-to-end@5.0.0-nightly.20260318","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f1a9d9744dc929d24f77b9223985a3700923c07c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260318.tgz","fileCount":288,"integrity":"sha512-0+eDTQAB0RfzBkXBUNLmCZCWYKXx/2RJou9cddMETEkF0mME7VMqFGoUDI+wVGmCRZXKKzwOv4+d+0v1xbDJbg==","signatures":[{"sig":"MEUCIDVU8uCPkRNejax4yw1dd/8L2mdjQ6cVp3udbra5fbawAiEAh3/AJd4RwYK14sGap+00blXUmsDg7DAWpNZxvy08Bvc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260318","@aztec/cli":"5.0.0-nightly.20260318","@aztec/p2p":"5.0.0-nightly.20260318","@aztec/pxe":"5.0.0-nightly.20260318","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260318","@aztec/bb.js":"5.0.0-nightly.20260318","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260318","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260318","@aztec/wallets":"5.0.0-nightly.20260318","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260318","@aztec/archiver":"5.0.0-nightly.20260318","@aztec/aztec.js":"5.0.0-nightly.20260318","@aztec/blob-lib":"5.0.0-nightly.20260318","@aztec/ethereum":"5.0.0-nightly.20260318","@aztec/kv-store":"5.0.0-nightly.20260318","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260318","@aztec/constants":"5.0.0-nightly.20260318","@aztec/simulator":"5.0.0-nightly.20260318","@aztec/aztec-node":"5.0.0-nightly.20260318","@aztec/foundation":"5.0.0-nightly.20260318","@aztec/wallet-sdk":"5.0.0-nightly.20260318","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260318","@aztec/entrypoints":"5.0.0-nightly.20260318","@aztec/epoch-cache":"5.0.0-nightly.20260318","@aztec/prover-node":"5.0.0-nightly.20260318","@aztec/world-state":"5.0.0-nightly.20260318","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260318","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260318","@aztec/prover-client":"5.0.0-nightly.20260318","@aztec/noir-noirc_abi":"5.0.0-nightly.20260318","@aztec/sequencer-client":"5.0.0-nightly.20260318","@aztec/telemetry-client":"5.0.0-nightly.20260318","@aztec/validator-client":"5.0.0-nightly.20260318","@aztec/noir-contracts.js":"5.0.0-nightly.20260318","@aztec/protocol-contracts":"5.0.0-nightly.20260318","@aztec/validator-ha-signer":"5.0.0-nightly.20260318","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260318","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260318"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260318_1773804222225_0.9490645579579686","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-private.d0bedffd":{"name":"@aztec/end-to-end","version":"0.0.1-private.d0bedffd","_id":"@aztec/end-to-end@0.0.1-private.d0bedffd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2ef739bee7026870657313de1d768314b1d99e25","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-private.d0bedffd.tgz","fileCount":284,"integrity":"sha512-auoWaYevtmw1V6c+JX69YhPtQXHsxiUJBz8LqR/IC4M+k/HwAyXfXlTtFWDcE8PmFfCIombN4WK71XTvtoprWg==","signatures":[{"sig":"MEUCIQD5tqXoKCUvs6WwR1R0J7dkd7M/JhQweqHkwBKDtRRGUAIgA38NEaQfdeQa0t1LEyNeZ8wJDsM0tefp4fpU7mg/fsg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37110363},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-private.d0bedffd","@aztec/cli":"0.0.1-private.d0bedffd","@aztec/p2p":"0.0.1-private.d0bedffd","@aztec/pxe":"0.0.1-private.d0bedffd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-private.d0bedffd","@aztec/bb.js":"0.0.1-private.d0bedffd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-private.d0bedffd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-private.d0bedffd","@aztec/wallets":"0.0.1-private.d0bedffd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-private.d0bedffd","@aztec/archiver":"0.0.1-private.d0bedffd","@aztec/aztec.js":"0.0.1-private.d0bedffd","@aztec/blob-lib":"0.0.1-private.d0bedffd","@aztec/ethereum":"0.0.1-private.d0bedffd","@aztec/kv-store":"0.0.1-private.d0bedffd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-private.d0bedffd","@aztec/constants":"0.0.1-private.d0bedffd","@aztec/simulator":"0.0.1-private.d0bedffd","@aztec/aztec-node":"0.0.1-private.d0bedffd","@aztec/foundation":"0.0.1-private.d0bedffd","@aztec/wallet-sdk":"0.0.1-private.d0bedffd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-private.d0bedffd","@aztec/entrypoints":"0.0.1-private.d0bedffd","@aztec/epoch-cache":"0.0.1-private.d0bedffd","@aztec/merkle-tree":"0.0.1-private.d0bedffd","@aztec/prover-node":"0.0.1-private.d0bedffd","@aztec/world-state":"0.0.1-private.d0bedffd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-private.d0bedffd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-private.d0bedffd","@aztec/prover-client":"0.0.1-private.d0bedffd","@aztec/noir-noirc_abi":"0.0.1-private.d0bedffd","@aztec/sequencer-client":"0.0.1-private.d0bedffd","@aztec/telemetry-client":"0.0.1-private.d0bedffd","@aztec/validator-client":"0.0.1-private.d0bedffd","@aztec/noir-contracts.js":"0.0.1-private.d0bedffd","@aztec/protocol-contracts":"0.0.1-private.d0bedffd","@aztec/validator-ha-signer":"0.0.1-private.d0bedffd","@aztec/noir-test-contracts.js":"0.0.1-private.d0bedffd","@aztec/noir-protocol-circuits-types":"0.0.1-private.d0bedffd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-private.d0bedffd_1773807373238_0.42695284491102137","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-private.20260318":{"name":"@aztec/end-to-end","version":"5.0.0-private.20260318","_id":"@aztec/end-to-end@5.0.0-private.20260318","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a50183639d87321ee97decd98c7e06c04ed3e22c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-private.20260318.tgz","fileCount":288,"integrity":"sha512-UYO7Zzq0iAToEOmLK3Qb2Rwi5bYUyZPtnd5e5OlpbVDLIVM32AXxZPQOxVtx6a5OkSBGH+UPdYb2J4znVQh8Lg==","signatures":[{"sig":"MEUCICgPONd16degMmNdyQpRO5XbMutpXpZPg05POnLBpaMVAiEA5vOJHGjukMtpKRww91Q9R3V7guzHPSfuLVlEbhPGO3w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125342},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-private.20260318","@aztec/cli":"5.0.0-private.20260318","@aztec/p2p":"5.0.0-private.20260318","@aztec/pxe":"5.0.0-private.20260318","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-private.20260318","@aztec/bb.js":"5.0.0-private.20260318","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-private.20260318","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-private.20260318","@aztec/wallets":"5.0.0-private.20260318","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-private.20260318","@aztec/archiver":"5.0.0-private.20260318","@aztec/aztec.js":"5.0.0-private.20260318","@aztec/blob-lib":"5.0.0-private.20260318","@aztec/ethereum":"5.0.0-private.20260318","@aztec/kv-store":"5.0.0-private.20260318","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-private.20260318","@aztec/constants":"5.0.0-private.20260318","@aztec/simulator":"5.0.0-private.20260318","@aztec/aztec-node":"5.0.0-private.20260318","@aztec/foundation":"5.0.0-private.20260318","@aztec/wallet-sdk":"5.0.0-private.20260318","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-private.20260318","@aztec/entrypoints":"5.0.0-private.20260318","@aztec/epoch-cache":"5.0.0-private.20260318","@aztec/prover-node":"5.0.0-private.20260318","@aztec/world-state":"5.0.0-private.20260318","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-private.20260318","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-private.20260318","@aztec/prover-client":"5.0.0-private.20260318","@aztec/noir-noirc_abi":"5.0.0-private.20260318","@aztec/sequencer-client":"5.0.0-private.20260318","@aztec/telemetry-client":"5.0.0-private.20260318","@aztec/validator-client":"5.0.0-private.20260318","@aztec/noir-contracts.js":"5.0.0-private.20260318","@aztec/protocol-contracts":"5.0.0-private.20260318","@aztec/validator-ha-signer":"5.0.0-private.20260318","@aztec/noir-test-contracts.js":"5.0.0-private.20260318","@aztec/noir-protocol-circuits-types":"5.0.0-private.20260318"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-private.20260318_1773810880180_0.4059374140479508","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-nightly.20260318":{"name":"@aztec/end-to-end","version":"4.1.0-nightly.20260318","_id":"@aztec/end-to-end@4.1.0-nightly.20260318","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cd345b5a6c1397230767655d71764c3134c67490","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-nightly.20260318.tgz","fileCount":280,"integrity":"sha512-v1hob6uxJd5ijOE7Perye09BZrBe/cfH4X/yiqxvN5hZynGsi2KlVekHZ/qVhvE8GMr2D+b33y6ovBTKpQiThg==","signatures":[{"sig":"MEUCIDJggEKexVMBoxJwTxq6zHqbRDiBTe7takSxWtQkPk20AiEA6SMDjcYT9FIpspmMHY+Is6gdTs/QNF9HbPrchWpNbWA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091522},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"dd377369b42069ce279db462dfb8348aca0da551","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-nightly.20260318","@aztec/cli":"4.1.0-nightly.20260318","@aztec/p2p":"4.1.0-nightly.20260318","@aztec/pxe":"4.1.0-nightly.20260318","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-nightly.20260318","@aztec/bb.js":"4.1.0-nightly.20260318","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-nightly.20260318","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-nightly.20260318","@aztec/wallets":"4.1.0-nightly.20260318","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-nightly.20260318","@aztec/archiver":"4.1.0-nightly.20260318","@aztec/aztec.js":"4.1.0-nightly.20260318","@aztec/blob-lib":"4.1.0-nightly.20260318","@aztec/ethereum":"4.1.0-nightly.20260318","@aztec/kv-store":"4.1.0-nightly.20260318","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-nightly.20260318","@aztec/constants":"4.1.0-nightly.20260318","@aztec/simulator":"4.1.0-nightly.20260318","@aztec/aztec-node":"4.1.0-nightly.20260318","@aztec/foundation":"4.1.0-nightly.20260318","@aztec/wallet-sdk":"4.1.0-nightly.20260318","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-nightly.20260318","@aztec/entrypoints":"4.1.0-nightly.20260318","@aztec/epoch-cache":"4.1.0-nightly.20260318","@aztec/merkle-tree":"4.1.0-nightly.20260318","@aztec/prover-node":"4.1.0-nightly.20260318","@aztec/world-state":"4.1.0-nightly.20260318","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-nightly.20260318","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-nightly.20260318","@aztec/prover-client":"4.1.0-nightly.20260318","@aztec/noir-noirc_abi":"4.1.0-nightly.20260318","@aztec/sequencer-client":"4.1.0-nightly.20260318","@aztec/telemetry-client":"4.1.0-nightly.20260318","@aztec/validator-client":"4.1.0-nightly.20260318","@aztec/noir-contracts.js":"4.1.0-nightly.20260318","@aztec/protocol-contracts":"4.1.0-nightly.20260318","@aztec/validator-ha-signer":"4.1.0-nightly.20260318","@aztec/noir-test-contracts.js":"4.1.0-nightly.20260318","@aztec/noir-protocol-circuits-types":"4.1.0-nightly.20260318"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-nightly.20260318_1773813204688_0.18753054563586935","host":"s3://npm-registry-packages-npm-production"}},"4.1.0-rc.4":{"name":"@aztec/end-to-end","version":"4.1.0-rc.4","_id":"@aztec/end-to-end@4.1.0-rc.4","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2a1aba5e28b0a4b6813bc47295ed9076772364ac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0-rc.4.tgz","fileCount":280,"integrity":"sha512-29ZPfus2v38M57RWv0YHcS3qiQt8Z3PUHJwGK9JXd4GApz2H0X+pLq+da83D7A6uACUiFN5EqblcF1ixZCIGUg==","signatures":[{"sig":"MEUCIBXUQJw5pZPwofw+5pZTEWn5nVfprAcX/8hhzh7lT8oPAiEAyCrbPsWjvGRcc03TyqxDSvAHRWwWzcKg5P8edrr4/Hk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090714},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"408ff4d64fad09b8a11b0f54b56295271a113325","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0-rc.4","@aztec/cli":"4.1.0-rc.4","@aztec/p2p":"4.1.0-rc.4","@aztec/pxe":"4.1.0-rc.4","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0-rc.4","@aztec/bb.js":"4.1.0-rc.4","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0-rc.4","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0-rc.4","@aztec/wallets":"4.1.0-rc.4","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0-rc.4","@aztec/archiver":"4.1.0-rc.4","@aztec/aztec.js":"4.1.0-rc.4","@aztec/blob-lib":"4.1.0-rc.4","@aztec/ethereum":"4.1.0-rc.4","@aztec/kv-store":"4.1.0-rc.4","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0-rc.4","@aztec/constants":"4.1.0-rc.4","@aztec/simulator":"4.1.0-rc.4","@aztec/aztec-node":"4.1.0-rc.4","@aztec/foundation":"4.1.0-rc.4","@aztec/wallet-sdk":"4.1.0-rc.4","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0-rc.4","@aztec/entrypoints":"4.1.0-rc.4","@aztec/epoch-cache":"4.1.0-rc.4","@aztec/merkle-tree":"4.1.0-rc.4","@aztec/prover-node":"4.1.0-rc.4","@aztec/world-state":"4.1.0-rc.4","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0-rc.4","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0-rc.4","@aztec/prover-client":"4.1.0-rc.4","@aztec/noir-noirc_abi":"4.1.0-rc.4","@aztec/sequencer-client":"4.1.0-rc.4","@aztec/telemetry-client":"4.1.0-rc.4","@aztec/validator-client":"4.1.0-rc.4","@aztec/noir-contracts.js":"4.1.0-rc.4","@aztec/protocol-contracts":"4.1.0-rc.4","@aztec/validator-ha-signer":"4.1.0-rc.4","@aztec/noir-test-contracts.js":"4.1.0-rc.4","@aztec/noir-protocol-circuits-types":"4.1.0-rc.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0-rc.4_1773850025466_0.8243064172822254","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.125b3452":{"name":"@aztec/end-to-end","version":"0.0.1-commit.125b3452","_id":"@aztec/end-to-end@0.0.1-commit.125b3452","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3dc15094c0d9cb5036e0f1677294a57d826aa5b3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.125b3452.tgz","fileCount":288,"integrity":"sha512-lOtElyLRL/+DwWngg8cBNhjEOB55O6TsHBVArg3N6T3VcaEHVdweUtUk6fev3WcnIt/eAxnEqAtV8MTuVv7Iyg==","signatures":[{"sig":"MEUCIQDD98xSJKfsE5Ovl3pdnol+5Q612ARa3h38V5VJinzZBQIgDoAYO7f8yEA6pGOCdzjp4bfkyF2g4fQBShcYEvPENyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37124458},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.125b3452","@aztec/cli":"0.0.1-commit.125b3452","@aztec/p2p":"0.0.1-commit.125b3452","@aztec/pxe":"0.0.1-commit.125b3452","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.125b3452","@aztec/bb.js":"0.0.1-commit.125b3452","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.125b3452","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.125b3452","@aztec/wallets":"0.0.1-commit.125b3452","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.125b3452","@aztec/archiver":"0.0.1-commit.125b3452","@aztec/aztec.js":"0.0.1-commit.125b3452","@aztec/blob-lib":"0.0.1-commit.125b3452","@aztec/ethereum":"0.0.1-commit.125b3452","@aztec/kv-store":"0.0.1-commit.125b3452","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.125b3452","@aztec/constants":"0.0.1-commit.125b3452","@aztec/simulator":"0.0.1-commit.125b3452","@aztec/aztec-node":"0.0.1-commit.125b3452","@aztec/foundation":"0.0.1-commit.125b3452","@aztec/wallet-sdk":"0.0.1-commit.125b3452","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.125b3452","@aztec/entrypoints":"0.0.1-commit.125b3452","@aztec/epoch-cache":"0.0.1-commit.125b3452","@aztec/prover-node":"0.0.1-commit.125b3452","@aztec/world-state":"0.0.1-commit.125b3452","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.125b3452","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.125b3452","@aztec/prover-client":"0.0.1-commit.125b3452","@aztec/noir-noirc_abi":"0.0.1-commit.125b3452","@aztec/sequencer-client":"0.0.1-commit.125b3452","@aztec/telemetry-client":"0.0.1-commit.125b3452","@aztec/validator-client":"0.0.1-commit.125b3452","@aztec/noir-contracts.js":"0.0.1-commit.125b3452","@aztec/protocol-contracts":"0.0.1-commit.125b3452","@aztec/validator-ha-signer":"0.0.1-commit.125b3452","@aztec/noir-test-contracts.js":"0.0.1-commit.125b3452","@aztec/noir-protocol-circuits-types":"0.0.1-commit.125b3452"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.125b3452_1773877651084_0.6354458659656241","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b6e433891":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b6e433891","_id":"@aztec/end-to-end@0.0.1-commit.b6e433891","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a8650dfa2f5a82f744c1b2243b528283cc35bfc6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b6e433891.tgz","fileCount":288,"integrity":"sha512-jqPFsUB2M0wfhhFQJjgOtXDXbuuWiEo2GNBcWLoIIhRpf5s7s8XQx5GUPQvxjwSXamPnck92r2tWAkW+3zXS7Q==","signatures":[{"sig":"MEQCIC1pvMxYwJgkf2jcnx6NjyfLVWQ1TdzplT8buL9vEv37AiBhZ2+dhqUmivWzVUoLVFlqxayK1EP22vcuJcw9yjxBig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b6e433891","@aztec/cli":"0.0.1-commit.b6e433891","@aztec/p2p":"0.0.1-commit.b6e433891","@aztec/pxe":"0.0.1-commit.b6e433891","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b6e433891","@aztec/bb.js":"0.0.1-commit.b6e433891","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b6e433891","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b6e433891","@aztec/wallets":"0.0.1-commit.b6e433891","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b6e433891","@aztec/archiver":"0.0.1-commit.b6e433891","@aztec/aztec.js":"0.0.1-commit.b6e433891","@aztec/blob-lib":"0.0.1-commit.b6e433891","@aztec/ethereum":"0.0.1-commit.b6e433891","@aztec/kv-store":"0.0.1-commit.b6e433891","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b6e433891","@aztec/constants":"0.0.1-commit.b6e433891","@aztec/simulator":"0.0.1-commit.b6e433891","@aztec/aztec-node":"0.0.1-commit.b6e433891","@aztec/foundation":"0.0.1-commit.b6e433891","@aztec/wallet-sdk":"0.0.1-commit.b6e433891","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b6e433891","@aztec/entrypoints":"0.0.1-commit.b6e433891","@aztec/epoch-cache":"0.0.1-commit.b6e433891","@aztec/prover-node":"0.0.1-commit.b6e433891","@aztec/world-state":"0.0.1-commit.b6e433891","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b6e433891","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b6e433891","@aztec/prover-client":"0.0.1-commit.b6e433891","@aztec/noir-noirc_abi":"0.0.1-commit.b6e433891","@aztec/sequencer-client":"0.0.1-commit.b6e433891","@aztec/telemetry-client":"0.0.1-commit.b6e433891","@aztec/validator-client":"0.0.1-commit.b6e433891","@aztec/noir-contracts.js":"0.0.1-commit.b6e433891","@aztec/protocol-contracts":"0.0.1-commit.b6e433891","@aztec/validator-ha-signer":"0.0.1-commit.b6e433891","@aztec/noir-test-contracts.js":"0.0.1-commit.b6e433891","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b6e433891"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b6e433891_1773883425624_0.234031300985722","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-private.20260319":{"name":"@aztec/end-to-end","version":"5.0.0-private.20260319","_id":"@aztec/end-to-end@5.0.0-private.20260319","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2afd9df5edec6a46036c4394db660c7851bad21f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-private.20260319.tgz","fileCount":288,"integrity":"sha512-FKzuCQWY5YiWxt0tR+PZcdXtGUXZlr5bxDKazClLQoBBh5a7c5D6jy89R0UlxCLgLHtmhvmrukNa6w/dYcih6w==","signatures":[{"sig":"MEUCIQDg6Lei0s+JOiJPmjapR7uU3H7UjWRphfSMTdfHpu2TCQIgR9eOywmQuSI0j8iJ8fcidrIV9ofuhz0Lq0P72Zkfs/I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-private.20260319","@aztec/cli":"5.0.0-private.20260319","@aztec/p2p":"5.0.0-private.20260319","@aztec/pxe":"5.0.0-private.20260319","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-private.20260319","@aztec/bb.js":"5.0.0-private.20260319","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-private.20260319","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-private.20260319","@aztec/wallets":"5.0.0-private.20260319","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-private.20260319","@aztec/archiver":"5.0.0-private.20260319","@aztec/aztec.js":"5.0.0-private.20260319","@aztec/blob-lib":"5.0.0-private.20260319","@aztec/ethereum":"5.0.0-private.20260319","@aztec/kv-store":"5.0.0-private.20260319","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-private.20260319","@aztec/constants":"5.0.0-private.20260319","@aztec/simulator":"5.0.0-private.20260319","@aztec/aztec-node":"5.0.0-private.20260319","@aztec/foundation":"5.0.0-private.20260319","@aztec/wallet-sdk":"5.0.0-private.20260319","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-private.20260319","@aztec/entrypoints":"5.0.0-private.20260319","@aztec/epoch-cache":"5.0.0-private.20260319","@aztec/prover-node":"5.0.0-private.20260319","@aztec/world-state":"5.0.0-private.20260319","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-private.20260319","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-private.20260319","@aztec/prover-client":"5.0.0-private.20260319","@aztec/noir-noirc_abi":"5.0.0-private.20260319","@aztec/sequencer-client":"5.0.0-private.20260319","@aztec/telemetry-client":"5.0.0-private.20260319","@aztec/validator-client":"5.0.0-private.20260319","@aztec/noir-contracts.js":"5.0.0-private.20260319","@aztec/protocol-contracts":"5.0.0-private.20260319","@aztec/validator-ha-signer":"5.0.0-private.20260319","@aztec/noir-test-contracts.js":"5.0.0-private.20260319","@aztec/noir-protocol-circuits-types":"5.0.0-private.20260319"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-private.20260319_1773886107824_0.7798168921866764","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260319":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260319","_id":"@aztec/end-to-end@5.0.0-nightly.20260319","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"377758847920546d21b1e9fa59183b1b1638e0d1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260319.tgz","fileCount":288,"integrity":"sha512-W9HWYCKR+LW/hqDlwOga1Rwz625PWFoVRICdMXUKFIeRUI00je0lwBopN+gOWQL9IZUdR/95GBfiIRL/FyUGXA==","signatures":[{"sig":"MEUCIQCvGQshXbzTF1f7PXrmBX11jjnjEDzoONyYaFIWnfoSCgIgf3mSkwUxvTszVnWqpp+3KQpUPN83eskaVvPzRHTQzjk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260319","@aztec/cli":"5.0.0-nightly.20260319","@aztec/p2p":"5.0.0-nightly.20260319","@aztec/pxe":"5.0.0-nightly.20260319","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260319","@aztec/bb.js":"5.0.0-nightly.20260319","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260319","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260319","@aztec/wallets":"5.0.0-nightly.20260319","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260319","@aztec/archiver":"5.0.0-nightly.20260319","@aztec/aztec.js":"5.0.0-nightly.20260319","@aztec/blob-lib":"5.0.0-nightly.20260319","@aztec/ethereum":"5.0.0-nightly.20260319","@aztec/kv-store":"5.0.0-nightly.20260319","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260319","@aztec/constants":"5.0.0-nightly.20260319","@aztec/simulator":"5.0.0-nightly.20260319","@aztec/aztec-node":"5.0.0-nightly.20260319","@aztec/foundation":"5.0.0-nightly.20260319","@aztec/wallet-sdk":"5.0.0-nightly.20260319","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260319","@aztec/entrypoints":"5.0.0-nightly.20260319","@aztec/epoch-cache":"5.0.0-nightly.20260319","@aztec/prover-node":"5.0.0-nightly.20260319","@aztec/world-state":"5.0.0-nightly.20260319","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260319","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260319","@aztec/prover-client":"5.0.0-nightly.20260319","@aztec/noir-noirc_abi":"5.0.0-nightly.20260319","@aztec/sequencer-client":"5.0.0-nightly.20260319","@aztec/telemetry-client":"5.0.0-nightly.20260319","@aztec/validator-client":"5.0.0-nightly.20260319","@aztec/noir-contracts.js":"5.0.0-nightly.20260319","@aztec/protocol-contracts":"5.0.0-nightly.20260319","@aztec/validator-ha-signer":"5.0.0-nightly.20260319","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260319","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260319"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260319_1773890640954_0.9071988223767955","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260319":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260319","_id":"@aztec/end-to-end@4.2.0-nightly.20260319","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a3ec3e1d178b4f615fc83cb8441251edac8b011d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260319.tgz","fileCount":280,"integrity":"sha512-DTawiq6/R/fxVqwAMoJKgqTTPJgapLtObrUjyQ67Itl9Zl3LhzRFC46Dz0TY2Iut2JYBGQi3Lcn6e3XgOPWaAg==","signatures":[{"sig":"MEQCIEhjK8f7Rmw7ih2d7C2nm648yNCNlkiVeycIpzBxXD+uAiATDvY7vRDVOrQqSEqtMhxg5ih2/PB/V83F3tGFBxzlKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091522},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"08cb6df0a00e4854d540f4047dbafa11b8978a70","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260319","@aztec/cli":"4.2.0-nightly.20260319","@aztec/p2p":"4.2.0-nightly.20260319","@aztec/pxe":"4.2.0-nightly.20260319","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260319","@aztec/bb.js":"4.2.0-nightly.20260319","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260319","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260319","@aztec/wallets":"4.2.0-nightly.20260319","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260319","@aztec/archiver":"4.2.0-nightly.20260319","@aztec/aztec.js":"4.2.0-nightly.20260319","@aztec/blob-lib":"4.2.0-nightly.20260319","@aztec/ethereum":"4.2.0-nightly.20260319","@aztec/kv-store":"4.2.0-nightly.20260319","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260319","@aztec/constants":"4.2.0-nightly.20260319","@aztec/simulator":"4.2.0-nightly.20260319","@aztec/aztec-node":"4.2.0-nightly.20260319","@aztec/foundation":"4.2.0-nightly.20260319","@aztec/wallet-sdk":"4.2.0-nightly.20260319","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260319","@aztec/entrypoints":"4.2.0-nightly.20260319","@aztec/epoch-cache":"4.2.0-nightly.20260319","@aztec/merkle-tree":"4.2.0-nightly.20260319","@aztec/prover-node":"4.2.0-nightly.20260319","@aztec/world-state":"4.2.0-nightly.20260319","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260319","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260319","@aztec/prover-client":"4.2.0-nightly.20260319","@aztec/noir-noirc_abi":"4.2.0-nightly.20260319","@aztec/sequencer-client":"4.2.0-nightly.20260319","@aztec/telemetry-client":"4.2.0-nightly.20260319","@aztec/validator-client":"4.2.0-nightly.20260319","@aztec/noir-contracts.js":"4.2.0-nightly.20260319","@aztec/protocol-contracts":"4.2.0-nightly.20260319","@aztec/validator-ha-signer":"4.2.0-nightly.20260319","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260319","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260319"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260319_1773899045718_0.6871021078449844","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f81dbcf":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f81dbcf","_id":"@aztec/end-to-end@0.0.1-commit.f81dbcf","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"615c87bef982513bb7aa7326fb07a631e02ed669","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f81dbcf.tgz","fileCount":280,"integrity":"sha512-ANVbRDfSLw/Gl6SwuXBYRHVEMFao72kOfgwQIumTS+nLa+lGCmRTfF0L/r/6Pg42ia01PLoAhmlrCJXO3hXyOA==","signatures":[{"sig":"MEQCIFuHrqkIK5vgyXvqAsXJwwviRFDeHc4rzEU0gvlS+8/AAiBthb+SyRAEASSJ68YmrQr/L0E+z2UCbgBKd9swOV1crA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091547},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f81dbcff1128c3ee47a694ed6082a323aa7f301d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f81dbcf","@aztec/cli":"0.0.1-commit.f81dbcf","@aztec/p2p":"0.0.1-commit.f81dbcf","@aztec/pxe":"0.0.1-commit.f81dbcf","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f81dbcf","@aztec/bb.js":"0.0.1-commit.f81dbcf","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f81dbcf","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f81dbcf","@aztec/wallets":"0.0.1-commit.f81dbcf","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f81dbcf","@aztec/archiver":"0.0.1-commit.f81dbcf","@aztec/aztec.js":"0.0.1-commit.f81dbcf","@aztec/blob-lib":"0.0.1-commit.f81dbcf","@aztec/ethereum":"0.0.1-commit.f81dbcf","@aztec/kv-store":"0.0.1-commit.f81dbcf","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f81dbcf","@aztec/constants":"0.0.1-commit.f81dbcf","@aztec/simulator":"0.0.1-commit.f81dbcf","@aztec/aztec-node":"0.0.1-commit.f81dbcf","@aztec/foundation":"0.0.1-commit.f81dbcf","@aztec/wallet-sdk":"0.0.1-commit.f81dbcf","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f81dbcf","@aztec/entrypoints":"0.0.1-commit.f81dbcf","@aztec/epoch-cache":"0.0.1-commit.f81dbcf","@aztec/merkle-tree":"0.0.1-commit.f81dbcf","@aztec/prover-node":"0.0.1-commit.f81dbcf","@aztec/world-state":"0.0.1-commit.f81dbcf","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f81dbcf","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f81dbcf","@aztec/prover-client":"0.0.1-commit.f81dbcf","@aztec/noir-noirc_abi":"0.0.1-commit.f81dbcf","@aztec/sequencer-client":"0.0.1-commit.f81dbcf","@aztec/telemetry-client":"0.0.1-commit.f81dbcf","@aztec/validator-client":"0.0.1-commit.f81dbcf","@aztec/noir-contracts.js":"0.0.1-commit.f81dbcf","@aztec/protocol-contracts":"0.0.1-commit.f81dbcf","@aztec/validator-ha-signer":"0.0.1-commit.f81dbcf","@aztec/noir-test-contracts.js":"0.0.1-commit.f81dbcf","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f81dbcf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f81dbcf_1773936468528_0.020846706534295434","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7035c9bd6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7035c9bd6","_id":"@aztec/end-to-end@0.0.1-commit.7035c9bd6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c0be829c2b8871d384b12d9edf8c89ef93dff201","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7035c9bd6.tgz","fileCount":288,"integrity":"sha512-PMhYsl5ziVAI08Qh74Y8Cng9LvS9wbY5XjmOwo2T77is/1H4sEsHz48TZNeyKhaAExugMZs+d2Eat5ebocO7fg==","signatures":[{"sig":"MEYCIQCshEdacS/op/CRrz+GNLrQN+XhDVkRDdC44REnLKEWDAIhANpEztVdk8AUD6rKmCggKnI0Uz5GEGxaLY1UAHcpIc/K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7035c9bd6","@aztec/cli":"0.0.1-commit.7035c9bd6","@aztec/p2p":"0.0.1-commit.7035c9bd6","@aztec/pxe":"0.0.1-commit.7035c9bd6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7035c9bd6","@aztec/bb.js":"0.0.1-commit.7035c9bd6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7035c9bd6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7035c9bd6","@aztec/wallets":"0.0.1-commit.7035c9bd6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7035c9bd6","@aztec/archiver":"0.0.1-commit.7035c9bd6","@aztec/aztec.js":"0.0.1-commit.7035c9bd6","@aztec/blob-lib":"0.0.1-commit.7035c9bd6","@aztec/ethereum":"0.0.1-commit.7035c9bd6","@aztec/kv-store":"0.0.1-commit.7035c9bd6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7035c9bd6","@aztec/constants":"0.0.1-commit.7035c9bd6","@aztec/simulator":"0.0.1-commit.7035c9bd6","@aztec/aztec-node":"0.0.1-commit.7035c9bd6","@aztec/foundation":"0.0.1-commit.7035c9bd6","@aztec/wallet-sdk":"0.0.1-commit.7035c9bd6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7035c9bd6","@aztec/entrypoints":"0.0.1-commit.7035c9bd6","@aztec/epoch-cache":"0.0.1-commit.7035c9bd6","@aztec/prover-node":"0.0.1-commit.7035c9bd6","@aztec/world-state":"0.0.1-commit.7035c9bd6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7035c9bd6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7035c9bd6","@aztec/prover-client":"0.0.1-commit.7035c9bd6","@aztec/noir-noirc_abi":"0.0.1-commit.7035c9bd6","@aztec/sequencer-client":"0.0.1-commit.7035c9bd6","@aztec/telemetry-client":"0.0.1-commit.7035c9bd6","@aztec/validator-client":"0.0.1-commit.7035c9bd6","@aztec/noir-contracts.js":"0.0.1-commit.7035c9bd6","@aztec/protocol-contracts":"0.0.1-commit.7035c9bd6","@aztec/validator-ha-signer":"0.0.1-commit.7035c9bd6","@aztec/noir-test-contracts.js":"0.0.1-commit.7035c9bd6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7035c9bd6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7035c9bd6_1773942351472_0.7978669396126759","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6b113946b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6b113946b","_id":"@aztec/end-to-end@0.0.1-commit.6b113946b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f215fb96532f87a02c7f1b78e5c9480497b72f07","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6b113946b.tgz","fileCount":288,"integrity":"sha512-wkHBJEv7LVslAacf7BXGu0DGekgrWr5Qqa0Ui0yTX2ktpUfv1YkRWSGvxvW+YGB9v2wdf0BIloMhIZQ3OI+Yng==","signatures":[{"sig":"MEYCIQD99N95ddZmQZYGNBF0VbjQHR4tRbWxa0GjvxvCD4zApgIhAO8AbTCDiSXoTA6TOOgZcwbUqCXivY3THNPLpFYp/epg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6b113946b","@aztec/cli":"0.0.1-commit.6b113946b","@aztec/p2p":"0.0.1-commit.6b113946b","@aztec/pxe":"0.0.1-commit.6b113946b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6b113946b","@aztec/bb.js":"0.0.1-commit.6b113946b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6b113946b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6b113946b","@aztec/wallets":"0.0.1-commit.6b113946b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6b113946b","@aztec/archiver":"0.0.1-commit.6b113946b","@aztec/aztec.js":"0.0.1-commit.6b113946b","@aztec/blob-lib":"0.0.1-commit.6b113946b","@aztec/ethereum":"0.0.1-commit.6b113946b","@aztec/kv-store":"0.0.1-commit.6b113946b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6b113946b","@aztec/constants":"0.0.1-commit.6b113946b","@aztec/simulator":"0.0.1-commit.6b113946b","@aztec/aztec-node":"0.0.1-commit.6b113946b","@aztec/foundation":"0.0.1-commit.6b113946b","@aztec/wallet-sdk":"0.0.1-commit.6b113946b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6b113946b","@aztec/entrypoints":"0.0.1-commit.6b113946b","@aztec/epoch-cache":"0.0.1-commit.6b113946b","@aztec/prover-node":"0.0.1-commit.6b113946b","@aztec/world-state":"0.0.1-commit.6b113946b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6b113946b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6b113946b","@aztec/prover-client":"0.0.1-commit.6b113946b","@aztec/noir-noirc_abi":"0.0.1-commit.6b113946b","@aztec/sequencer-client":"0.0.1-commit.6b113946b","@aztec/telemetry-client":"0.0.1-commit.6b113946b","@aztec/validator-client":"0.0.1-commit.6b113946b","@aztec/noir-contracts.js":"0.0.1-commit.6b113946b","@aztec/protocol-contracts":"0.0.1-commit.6b113946b","@aztec/validator-ha-signer":"0.0.1-commit.6b113946b","@aztec/noir-test-contracts.js":"0.0.1-commit.6b113946b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6b113946b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6b113946b_1773951643013_0.789679112357718","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.88e6f9396":{"name":"@aztec/end-to-end","version":"0.0.1-commit.88e6f9396","_id":"@aztec/end-to-end@0.0.1-commit.88e6f9396","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"45b590127d19e9faa0ca77269ca1aaff135fbdae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.88e6f9396.tgz","fileCount":288,"integrity":"sha512-bkJ0KOhlGkuhu1buyVxUtp80MQSrfF+Ol0CtAq2IDXXp/yOkqRx8KKPCIS+z4w8g4NuP/GM8U8mQdIwzgzCYQQ==","signatures":[{"sig":"MEUCIQC1bYiIJ0oC4egULQQAYzsxM+qJZqhiAGqmk3GSa60smwIga7Sbg5SUfNR+cPorUuvAtZKiPDIn2evh18kO9pDyMUU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.88e6f9396","@aztec/cli":"0.0.1-commit.88e6f9396","@aztec/p2p":"0.0.1-commit.88e6f9396","@aztec/pxe":"0.0.1-commit.88e6f9396","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.88e6f9396","@aztec/bb.js":"0.0.1-commit.88e6f9396","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.88e6f9396","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.88e6f9396","@aztec/wallets":"0.0.1-commit.88e6f9396","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.88e6f9396","@aztec/archiver":"0.0.1-commit.88e6f9396","@aztec/aztec.js":"0.0.1-commit.88e6f9396","@aztec/blob-lib":"0.0.1-commit.88e6f9396","@aztec/ethereum":"0.0.1-commit.88e6f9396","@aztec/kv-store":"0.0.1-commit.88e6f9396","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.88e6f9396","@aztec/constants":"0.0.1-commit.88e6f9396","@aztec/simulator":"0.0.1-commit.88e6f9396","@aztec/aztec-node":"0.0.1-commit.88e6f9396","@aztec/foundation":"0.0.1-commit.88e6f9396","@aztec/wallet-sdk":"0.0.1-commit.88e6f9396","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.88e6f9396","@aztec/entrypoints":"0.0.1-commit.88e6f9396","@aztec/epoch-cache":"0.0.1-commit.88e6f9396","@aztec/prover-node":"0.0.1-commit.88e6f9396","@aztec/world-state":"0.0.1-commit.88e6f9396","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.88e6f9396","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.88e6f9396","@aztec/prover-client":"0.0.1-commit.88e6f9396","@aztec/noir-noirc_abi":"0.0.1-commit.88e6f9396","@aztec/sequencer-client":"0.0.1-commit.88e6f9396","@aztec/telemetry-client":"0.0.1-commit.88e6f9396","@aztec/validator-client":"0.0.1-commit.88e6f9396","@aztec/noir-contracts.js":"0.0.1-commit.88e6f9396","@aztec/protocol-contracts":"0.0.1-commit.88e6f9396","@aztec/validator-ha-signer":"0.0.1-commit.88e6f9396","@aztec/noir-test-contracts.js":"0.0.1-commit.88e6f9396","@aztec/noir-protocol-circuits-types":"0.0.1-commit.88e6f9396"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.88e6f9396_1773970319298_0.932815594165735","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260320":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260320","_id":"@aztec/end-to-end@5.0.0-nightly.20260320","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"48b7435bd3a9ee024aef0d19db5643c5746a5d19","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260320.tgz","fileCount":288,"integrity":"sha512-ZAooK8630QlGRCs/irt0LXtkQ/S/NeLXdkOf+iFfkzEfXTycycAqe20L98uudRKNW28zYWrGryzx98fIQ6pr4w==","signatures":[{"sig":"MEUCIQDDH8WU3la8EOvIdUO7iC2Zf/xVpQu8Sqa9+ZymrF7sKQIgOZwIy4NMxoRsq3Sy37IBCwBUhOPq2J0E+lk8HOeP0mY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260320","@aztec/cli":"5.0.0-nightly.20260320","@aztec/p2p":"5.0.0-nightly.20260320","@aztec/pxe":"5.0.0-nightly.20260320","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260320","@aztec/bb.js":"5.0.0-nightly.20260320","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260320","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260320","@aztec/wallets":"5.0.0-nightly.20260320","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260320","@aztec/archiver":"5.0.0-nightly.20260320","@aztec/aztec.js":"5.0.0-nightly.20260320","@aztec/blob-lib":"5.0.0-nightly.20260320","@aztec/ethereum":"5.0.0-nightly.20260320","@aztec/kv-store":"5.0.0-nightly.20260320","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260320","@aztec/constants":"5.0.0-nightly.20260320","@aztec/simulator":"5.0.0-nightly.20260320","@aztec/aztec-node":"5.0.0-nightly.20260320","@aztec/foundation":"5.0.0-nightly.20260320","@aztec/wallet-sdk":"5.0.0-nightly.20260320","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260320","@aztec/entrypoints":"5.0.0-nightly.20260320","@aztec/epoch-cache":"5.0.0-nightly.20260320","@aztec/prover-node":"5.0.0-nightly.20260320","@aztec/world-state":"5.0.0-nightly.20260320","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260320","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260320","@aztec/prover-client":"5.0.0-nightly.20260320","@aztec/noir-noirc_abi":"5.0.0-nightly.20260320","@aztec/sequencer-client":"5.0.0-nightly.20260320","@aztec/telemetry-client":"5.0.0-nightly.20260320","@aztec/validator-client":"5.0.0-nightly.20260320","@aztec/noir-contracts.js":"5.0.0-nightly.20260320","@aztec/protocol-contracts":"5.0.0-nightly.20260320","@aztec/validator-ha-signer":"5.0.0-nightly.20260320","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260320","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260320"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260320_1773976817687_0.0010703263012121766","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260320":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260320","_id":"@aztec/end-to-end@4.2.0-nightly.20260320","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a23a15093f955084a0e70af80f09dc8adcec1745","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260320.tgz","fileCount":280,"integrity":"sha512-6mmeQMTtXhXB4fMa8WgvH/3G4/bfGOb7egtxJSaI/7QVI+XY+Z0fM8x/TJwjhim21ffLfrBTjVG5zutnZA96bQ==","signatures":[{"sig":"MEUCIQCEBdhd0uEM4gcfmv/dUPo/3dM9nZ1bBiyix5jmdqHuWwIgSJlpYf/0p3HQiWS6MGG7vPMvRJGoRXxOrm8FuslTslM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091859},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"53d18d92d1841abc9e9de6ea1b76f4c74f606d44","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260320","@aztec/cli":"4.2.0-nightly.20260320","@aztec/p2p":"4.2.0-nightly.20260320","@aztec/pxe":"4.2.0-nightly.20260320","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260320","@aztec/bb.js":"4.2.0-nightly.20260320","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260320","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260320","@aztec/wallets":"4.2.0-nightly.20260320","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260320","@aztec/archiver":"4.2.0-nightly.20260320","@aztec/aztec.js":"4.2.0-nightly.20260320","@aztec/blob-lib":"4.2.0-nightly.20260320","@aztec/ethereum":"4.2.0-nightly.20260320","@aztec/kv-store":"4.2.0-nightly.20260320","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260320","@aztec/constants":"4.2.0-nightly.20260320","@aztec/simulator":"4.2.0-nightly.20260320","@aztec/aztec-node":"4.2.0-nightly.20260320","@aztec/foundation":"4.2.0-nightly.20260320","@aztec/wallet-sdk":"4.2.0-nightly.20260320","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260320","@aztec/entrypoints":"4.2.0-nightly.20260320","@aztec/epoch-cache":"4.2.0-nightly.20260320","@aztec/merkle-tree":"4.2.0-nightly.20260320","@aztec/prover-node":"4.2.0-nightly.20260320","@aztec/world-state":"4.2.0-nightly.20260320","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260320","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260320","@aztec/prover-client":"4.2.0-nightly.20260320","@aztec/noir-noirc_abi":"4.2.0-nightly.20260320","@aztec/sequencer-client":"4.2.0-nightly.20260320","@aztec/telemetry-client":"4.2.0-nightly.20260320","@aztec/validator-client":"4.2.0-nightly.20260320","@aztec/noir-contracts.js":"4.2.0-nightly.20260320","@aztec/protocol-contracts":"4.2.0-nightly.20260320","@aztec/validator-ha-signer":"4.2.0-nightly.20260320","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260320","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260320"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260320_1773985245604_0.9402983140050472","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.381b1a9":{"name":"@aztec/end-to-end","version":"0.0.1-commit.381b1a9","_id":"@aztec/end-to-end@0.0.1-commit.381b1a9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b7d68ed5f0cf87b60d94c17cedd8dbde07ea1058","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.381b1a9.tgz","fileCount":280,"integrity":"sha512-7lGO8R41ccZr0vF7ZN2EYMe2LXNOB1tsbf4bbguAjh6xYD0an/a9BEzwp5TjaBXZ/1I/Rtp4F9zvaDDIyJ1bEQ==","signatures":[{"sig":"MEUCIG/RXgSCeJGIM4XY3FBMzglN8d3JsQ5DrYy9Bynr7XcOAiEAnS7RxoN5ilLg81mmssOY5x9Rq3xVn3/4gELeMxhgRCs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091547},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"381b1a9eeef1bbba42a487e26a4fcb086929ee19","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.381b1a9","@aztec/cli":"0.0.1-commit.381b1a9","@aztec/p2p":"0.0.1-commit.381b1a9","@aztec/pxe":"0.0.1-commit.381b1a9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.381b1a9","@aztec/bb.js":"0.0.1-commit.381b1a9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.381b1a9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.381b1a9","@aztec/wallets":"0.0.1-commit.381b1a9","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.381b1a9","@aztec/archiver":"0.0.1-commit.381b1a9","@aztec/aztec.js":"0.0.1-commit.381b1a9","@aztec/blob-lib":"0.0.1-commit.381b1a9","@aztec/ethereum":"0.0.1-commit.381b1a9","@aztec/kv-store":"0.0.1-commit.381b1a9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.381b1a9","@aztec/constants":"0.0.1-commit.381b1a9","@aztec/simulator":"0.0.1-commit.381b1a9","@aztec/aztec-node":"0.0.1-commit.381b1a9","@aztec/foundation":"0.0.1-commit.381b1a9","@aztec/wallet-sdk":"0.0.1-commit.381b1a9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.381b1a9","@aztec/entrypoints":"0.0.1-commit.381b1a9","@aztec/epoch-cache":"0.0.1-commit.381b1a9","@aztec/merkle-tree":"0.0.1-commit.381b1a9","@aztec/prover-node":"0.0.1-commit.381b1a9","@aztec/world-state":"0.0.1-commit.381b1a9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.381b1a9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.381b1a9","@aztec/prover-client":"0.0.1-commit.381b1a9","@aztec/noir-noirc_abi":"0.0.1-commit.381b1a9","@aztec/sequencer-client":"0.0.1-commit.381b1a9","@aztec/telemetry-client":"0.0.1-commit.381b1a9","@aztec/validator-client":"0.0.1-commit.381b1a9","@aztec/noir-contracts.js":"0.0.1-commit.381b1a9","@aztec/protocol-contracts":"0.0.1-commit.381b1a9","@aztec/validator-ha-signer":"0.0.1-commit.381b1a9","@aztec/noir-test-contracts.js":"0.0.1-commit.381b1a9","@aztec/noir-protocol-circuits-types":"0.0.1-commit.381b1a9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.381b1a9_1774010738812_0.880288210750783","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8ee97c858":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8ee97c858","_id":"@aztec/end-to-end@0.0.1-commit.8ee97c858","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fa26d0b771782d9b56fabe9ff475ed611a25f187","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8ee97c858.tgz","fileCount":288,"integrity":"sha512-rpmCfiqRETg8xPA0vdiWT+DjqVZgCdbPzx9smNWXETwVv+ejpD5IN6hh+7htbsc66XGVmfEcf+CvzL9UNcCXSA==","signatures":[{"sig":"MEYCIQCcOCxG3tLXgf4+NFf4oj3Na4aNmy2OYA+WJDUwE+fa5wIhAIN+6mbT3Menl6lncU5wkS3IjZAYBCadFJJ3AWGOlRf6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8ee97c858","@aztec/cli":"0.0.1-commit.8ee97c858","@aztec/p2p":"0.0.1-commit.8ee97c858","@aztec/pxe":"0.0.1-commit.8ee97c858","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8ee97c858","@aztec/bb.js":"0.0.1-commit.8ee97c858","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8ee97c858","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8ee97c858","@aztec/wallets":"0.0.1-commit.8ee97c858","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8ee97c858","@aztec/archiver":"0.0.1-commit.8ee97c858","@aztec/aztec.js":"0.0.1-commit.8ee97c858","@aztec/blob-lib":"0.0.1-commit.8ee97c858","@aztec/ethereum":"0.0.1-commit.8ee97c858","@aztec/kv-store":"0.0.1-commit.8ee97c858","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8ee97c858","@aztec/constants":"0.0.1-commit.8ee97c858","@aztec/simulator":"0.0.1-commit.8ee97c858","@aztec/aztec-node":"0.0.1-commit.8ee97c858","@aztec/foundation":"0.0.1-commit.8ee97c858","@aztec/wallet-sdk":"0.0.1-commit.8ee97c858","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8ee97c858","@aztec/entrypoints":"0.0.1-commit.8ee97c858","@aztec/epoch-cache":"0.0.1-commit.8ee97c858","@aztec/prover-node":"0.0.1-commit.8ee97c858","@aztec/world-state":"0.0.1-commit.8ee97c858","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8ee97c858","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8ee97c858","@aztec/prover-client":"0.0.1-commit.8ee97c858","@aztec/noir-noirc_abi":"0.0.1-commit.8ee97c858","@aztec/sequencer-client":"0.0.1-commit.8ee97c858","@aztec/telemetry-client":"0.0.1-commit.8ee97c858","@aztec/validator-client":"0.0.1-commit.8ee97c858","@aztec/noir-contracts.js":"0.0.1-commit.8ee97c858","@aztec/protocol-contracts":"0.0.1-commit.8ee97c858","@aztec/validator-ha-signer":"0.0.1-commit.8ee97c858","@aztec/noir-test-contracts.js":"0.0.1-commit.8ee97c858","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8ee97c858"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8ee97c858_1774015884056_0.4048830291783647","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5de5ca79e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5de5ca79e","_id":"@aztec/end-to-end@0.0.1-commit.5de5ca79e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fd0634caa366076a1a1aab589117faa34ba3e1f3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5de5ca79e.tgz","fileCount":288,"integrity":"sha512-Vk9rHqj+cxvBgbLTBCMkB0ZVUi1B08h/n5LCkTiomIpy4I1vZRk51xLIlXNvroFimFMvytaor1HwFm6yKYsVfQ==","signatures":[{"sig":"MEUCIFE1QHbush8ATCdkFT9qZi4Aw8hlv6PQx2zYpvH0GsS0AiEA//+M4zO/nMlHhCcX77pyDMx6d8eXjx0zK/gQZ9HVFHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125381},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5de5ca79e","@aztec/cli":"0.0.1-commit.5de5ca79e","@aztec/p2p":"0.0.1-commit.5de5ca79e","@aztec/pxe":"0.0.1-commit.5de5ca79e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5de5ca79e","@aztec/bb.js":"0.0.1-commit.5de5ca79e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5de5ca79e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5de5ca79e","@aztec/wallets":"0.0.1-commit.5de5ca79e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5de5ca79e","@aztec/archiver":"0.0.1-commit.5de5ca79e","@aztec/aztec.js":"0.0.1-commit.5de5ca79e","@aztec/blob-lib":"0.0.1-commit.5de5ca79e","@aztec/ethereum":"0.0.1-commit.5de5ca79e","@aztec/kv-store":"0.0.1-commit.5de5ca79e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5de5ca79e","@aztec/constants":"0.0.1-commit.5de5ca79e","@aztec/simulator":"0.0.1-commit.5de5ca79e","@aztec/aztec-node":"0.0.1-commit.5de5ca79e","@aztec/foundation":"0.0.1-commit.5de5ca79e","@aztec/wallet-sdk":"0.0.1-commit.5de5ca79e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.5de5ca79e","@aztec/entrypoints":"0.0.1-commit.5de5ca79e","@aztec/epoch-cache":"0.0.1-commit.5de5ca79e","@aztec/prover-node":"0.0.1-commit.5de5ca79e","@aztec/world-state":"0.0.1-commit.5de5ca79e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5de5ca79e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5de5ca79e","@aztec/prover-client":"0.0.1-commit.5de5ca79e","@aztec/noir-noirc_abi":"0.0.1-commit.5de5ca79e","@aztec/sequencer-client":"0.0.1-commit.5de5ca79e","@aztec/telemetry-client":"0.0.1-commit.5de5ca79e","@aztec/validator-client":"0.0.1-commit.5de5ca79e","@aztec/noir-contracts.js":"0.0.1-commit.5de5ca79e","@aztec/protocol-contracts":"0.0.1-commit.5de5ca79e","@aztec/validator-ha-signer":"0.0.1-commit.5de5ca79e","@aztec/noir-test-contracts.js":"0.0.1-commit.5de5ca79e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5de5ca79e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5de5ca79e_1774019108579_0.3758308016214642","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9ee6fcc6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9ee6fcc6","_id":"@aztec/end-to-end@0.0.1-commit.9ee6fcc6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3dfbfd10865b55ae7d3094eace396b5d6e2e5d65","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9ee6fcc6.tgz","fileCount":288,"integrity":"sha512-a+peTKTilgpmGF/BD8PpOtAZJCeAJ6WWn9v2en1Mg1TB1z3fJuJqxmT+rDBaU6z3NyMoI/CAlEKrCdjIc/mpzA==","signatures":[{"sig":"MEUCIAuCxUjt8YMg33BgrJw6r7y89NfUDeZF00hzxYFyqNkIAiEAszSaCGBv8XPdKGoEdzzJMqeboTbgjUqO5Uaq0gGlwos=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125517},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9ee6fcc6","@aztec/cli":"0.0.1-commit.9ee6fcc6","@aztec/p2p":"0.0.1-commit.9ee6fcc6","@aztec/pxe":"0.0.1-commit.9ee6fcc6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9ee6fcc6","@aztec/bb.js":"0.0.1-commit.9ee6fcc6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9ee6fcc6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9ee6fcc6","@aztec/wallets":"0.0.1-commit.9ee6fcc6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9ee6fcc6","@aztec/archiver":"0.0.1-commit.9ee6fcc6","@aztec/aztec.js":"0.0.1-commit.9ee6fcc6","@aztec/blob-lib":"0.0.1-commit.9ee6fcc6","@aztec/ethereum":"0.0.1-commit.9ee6fcc6","@aztec/kv-store":"0.0.1-commit.9ee6fcc6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9ee6fcc6","@aztec/constants":"0.0.1-commit.9ee6fcc6","@aztec/simulator":"0.0.1-commit.9ee6fcc6","@aztec/aztec-node":"0.0.1-commit.9ee6fcc6","@aztec/foundation":"0.0.1-commit.9ee6fcc6","@aztec/wallet-sdk":"0.0.1-commit.9ee6fcc6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9ee6fcc6","@aztec/entrypoints":"0.0.1-commit.9ee6fcc6","@aztec/epoch-cache":"0.0.1-commit.9ee6fcc6","@aztec/prover-node":"0.0.1-commit.9ee6fcc6","@aztec/world-state":"0.0.1-commit.9ee6fcc6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9ee6fcc6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9ee6fcc6","@aztec/prover-client":"0.0.1-commit.9ee6fcc6","@aztec/noir-noirc_abi":"0.0.1-commit.9ee6fcc6","@aztec/sequencer-client":"0.0.1-commit.9ee6fcc6","@aztec/telemetry-client":"0.0.1-commit.9ee6fcc6","@aztec/validator-client":"0.0.1-commit.9ee6fcc6","@aztec/noir-contracts.js":"0.0.1-commit.9ee6fcc6","@aztec/protocol-contracts":"0.0.1-commit.9ee6fcc6","@aztec/validator-ha-signer":"0.0.1-commit.9ee6fcc6","@aztec/noir-test-contracts.js":"0.0.1-commit.9ee6fcc6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9ee6fcc6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9ee6fcc6_1774036884551_0.8748534211861809","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3fd054f6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3fd054f6","_id":"@aztec/end-to-end@0.0.1-commit.3fd054f6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7d3b509853a9425e4f2abf3188ddc32c434b7cf8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3fd054f6.tgz","fileCount":288,"integrity":"sha512-zLkmwUexFGdB929UWbyEgjGKCgFhQyBJg37D5q4dVcG+xd9VUCgpD2sld8cDdQlDxjTXC7s+1qen3VHtADjxRA==","signatures":[{"sig":"MEUCIQC5opDmK2LNjjPx6pOSqUCUqSSslqQGGgtSGnsovHXSTwIga6B6IJc+J0h0pBjDuBidpQ4B3CjDusVHXS3JlDroJ6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125517},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3fd054f6","@aztec/cli":"0.0.1-commit.3fd054f6","@aztec/p2p":"0.0.1-commit.3fd054f6","@aztec/pxe":"0.0.1-commit.3fd054f6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3fd054f6","@aztec/bb.js":"0.0.1-commit.3fd054f6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3fd054f6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3fd054f6","@aztec/wallets":"0.0.1-commit.3fd054f6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3fd054f6","@aztec/archiver":"0.0.1-commit.3fd054f6","@aztec/aztec.js":"0.0.1-commit.3fd054f6","@aztec/blob-lib":"0.0.1-commit.3fd054f6","@aztec/ethereum":"0.0.1-commit.3fd054f6","@aztec/kv-store":"0.0.1-commit.3fd054f6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3fd054f6","@aztec/constants":"0.0.1-commit.3fd054f6","@aztec/simulator":"0.0.1-commit.3fd054f6","@aztec/aztec-node":"0.0.1-commit.3fd054f6","@aztec/foundation":"0.0.1-commit.3fd054f6","@aztec/wallet-sdk":"0.0.1-commit.3fd054f6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3fd054f6","@aztec/entrypoints":"0.0.1-commit.3fd054f6","@aztec/epoch-cache":"0.0.1-commit.3fd054f6","@aztec/prover-node":"0.0.1-commit.3fd054f6","@aztec/world-state":"0.0.1-commit.3fd054f6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3fd054f6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3fd054f6","@aztec/prover-client":"0.0.1-commit.3fd054f6","@aztec/noir-noirc_abi":"0.0.1-commit.3fd054f6","@aztec/sequencer-client":"0.0.1-commit.3fd054f6","@aztec/telemetry-client":"0.0.1-commit.3fd054f6","@aztec/validator-client":"0.0.1-commit.3fd054f6","@aztec/noir-contracts.js":"0.0.1-commit.3fd054f6","@aztec/protocol-contracts":"0.0.1-commit.3fd054f6","@aztec/validator-ha-signer":"0.0.1-commit.3fd054f6","@aztec/noir-test-contracts.js":"0.0.1-commit.3fd054f6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3fd054f6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3fd054f6_1774038227281_0.5099530466375621","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.cbf2c2d5d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.cbf2c2d5d","_id":"@aztec/end-to-end@0.0.1-commit.cbf2c2d5d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"105815c5fe50f2048ad38be821048200d0fcaadc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.cbf2c2d5d.tgz","fileCount":288,"integrity":"sha512-pzQV9EtH7zBH2Hr1HUdKOsHjScyc0Lu2Tw2UC4UqUTQaPowvjDxU0rRbrHrhymJWQNCdzsdaZYF7SVVttSDd3Q==","signatures":[{"sig":"MEUCIQDw6lFeEijWGc2SwAP7rK/ejTciCXu6L1tEkFS9ELb6BAIgGATF0pIp6cwOsooZWdsyba7G/LWRuJaI7SZ/IaYF/bM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125556},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.cbf2c2d5d","@aztec/cli":"0.0.1-commit.cbf2c2d5d","@aztec/p2p":"0.0.1-commit.cbf2c2d5d","@aztec/pxe":"0.0.1-commit.cbf2c2d5d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.cbf2c2d5d","@aztec/bb.js":"0.0.1-commit.cbf2c2d5d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.cbf2c2d5d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.cbf2c2d5d","@aztec/wallets":"0.0.1-commit.cbf2c2d5d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.cbf2c2d5d","@aztec/archiver":"0.0.1-commit.cbf2c2d5d","@aztec/aztec.js":"0.0.1-commit.cbf2c2d5d","@aztec/blob-lib":"0.0.1-commit.cbf2c2d5d","@aztec/ethereum":"0.0.1-commit.cbf2c2d5d","@aztec/kv-store":"0.0.1-commit.cbf2c2d5d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.cbf2c2d5d","@aztec/constants":"0.0.1-commit.cbf2c2d5d","@aztec/simulator":"0.0.1-commit.cbf2c2d5d","@aztec/aztec-node":"0.0.1-commit.cbf2c2d5d","@aztec/foundation":"0.0.1-commit.cbf2c2d5d","@aztec/wallet-sdk":"0.0.1-commit.cbf2c2d5d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.cbf2c2d5d","@aztec/entrypoints":"0.0.1-commit.cbf2c2d5d","@aztec/epoch-cache":"0.0.1-commit.cbf2c2d5d","@aztec/prover-node":"0.0.1-commit.cbf2c2d5d","@aztec/world-state":"0.0.1-commit.cbf2c2d5d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.cbf2c2d5d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.cbf2c2d5d","@aztec/prover-client":"0.0.1-commit.cbf2c2d5d","@aztec/noir-noirc_abi":"0.0.1-commit.cbf2c2d5d","@aztec/sequencer-client":"0.0.1-commit.cbf2c2d5d","@aztec/telemetry-client":"0.0.1-commit.cbf2c2d5d","@aztec/validator-client":"0.0.1-commit.cbf2c2d5d","@aztec/noir-contracts.js":"0.0.1-commit.cbf2c2d5d","@aztec/protocol-contracts":"0.0.1-commit.cbf2c2d5d","@aztec/validator-ha-signer":"0.0.1-commit.cbf2c2d5d","@aztec/noir-test-contracts.js":"0.0.1-commit.cbf2c2d5d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.cbf2c2d5d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.cbf2c2d5d_1774047277805_0.3719291096349828","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260321":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260321","_id":"@aztec/end-to-end@5.0.0-nightly.20260321","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0c7f29f721173036a2fe61b54b1ffe28e8fc53c1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260321.tgz","fileCount":288,"integrity":"sha512-7HHNZ81xL3tyoglWWwFQKWVTSXMS71NVjbTRQ1SMdlmt7t2LoQNWW1LQX//dqWnLnKngjnjNOt9bEyw2cJrEHg==","signatures":[{"sig":"MEUCIFrn/EvwmhO6JCdO38zAQ2r4O0k4IzMkGIX9sGjoDZ7SAiEAves1XpmHHinsMc5fZxD1c8EPEs7uDEcfhaLiYeHRXjk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260321","@aztec/cli":"5.0.0-nightly.20260321","@aztec/p2p":"5.0.0-nightly.20260321","@aztec/pxe":"5.0.0-nightly.20260321","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260321","@aztec/bb.js":"5.0.0-nightly.20260321","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260321","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260321","@aztec/wallets":"5.0.0-nightly.20260321","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260321","@aztec/archiver":"5.0.0-nightly.20260321","@aztec/aztec.js":"5.0.0-nightly.20260321","@aztec/blob-lib":"5.0.0-nightly.20260321","@aztec/ethereum":"5.0.0-nightly.20260321","@aztec/kv-store":"5.0.0-nightly.20260321","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260321","@aztec/constants":"5.0.0-nightly.20260321","@aztec/simulator":"5.0.0-nightly.20260321","@aztec/aztec-node":"5.0.0-nightly.20260321","@aztec/foundation":"5.0.0-nightly.20260321","@aztec/wallet-sdk":"5.0.0-nightly.20260321","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260321","@aztec/entrypoints":"5.0.0-nightly.20260321","@aztec/epoch-cache":"5.0.0-nightly.20260321","@aztec/prover-node":"5.0.0-nightly.20260321","@aztec/world-state":"5.0.0-nightly.20260321","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260321","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260321","@aztec/prover-client":"5.0.0-nightly.20260321","@aztec/noir-noirc_abi":"5.0.0-nightly.20260321","@aztec/sequencer-client":"5.0.0-nightly.20260321","@aztec/telemetry-client":"5.0.0-nightly.20260321","@aztec/validator-client":"5.0.0-nightly.20260321","@aztec/noir-contracts.js":"5.0.0-nightly.20260321","@aztec/protocol-contracts":"5.0.0-nightly.20260321","@aztec/validator-ha-signer":"5.0.0-nightly.20260321","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260321","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260321"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260321_1774062964870_0.08334089125578426","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260321":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260321","_id":"@aztec/end-to-end@4.2.0-nightly.20260321","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7c94d46f8d801a1bdda8ebeaa1f7e2f1ae79189e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260321.tgz","fileCount":280,"integrity":"sha512-/hhdOCZD6UIrfmbvhnMFpJyzycdRY0CB7YRZrtd4nSWfYZCPK2Mc/GmdGfRR7tSkayxVwwMau8mK8KYxfVmr1A==","signatures":[{"sig":"MEYCIQCTldVmgXatTPOqX4rcTYjTdUJ7fwuFCNTYVCIoeKMvWAIhAOAR3Ud55toh7W6WXm0mfj1WUmhj9JCCt+XN7JtFBWJ/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097109},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5336241f564e007045f2a7668223b91d0813eaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260321","@aztec/cli":"4.2.0-nightly.20260321","@aztec/p2p":"4.2.0-nightly.20260321","@aztec/pxe":"4.2.0-nightly.20260321","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260321","@aztec/bb.js":"4.2.0-nightly.20260321","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260321","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260321","@aztec/wallets":"4.2.0-nightly.20260321","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260321","@aztec/archiver":"4.2.0-nightly.20260321","@aztec/aztec.js":"4.2.0-nightly.20260321","@aztec/blob-lib":"4.2.0-nightly.20260321","@aztec/ethereum":"4.2.0-nightly.20260321","@aztec/kv-store":"4.2.0-nightly.20260321","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260321","@aztec/constants":"4.2.0-nightly.20260321","@aztec/simulator":"4.2.0-nightly.20260321","@aztec/aztec-node":"4.2.0-nightly.20260321","@aztec/foundation":"4.2.0-nightly.20260321","@aztec/wallet-sdk":"4.2.0-nightly.20260321","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260321","@aztec/entrypoints":"4.2.0-nightly.20260321","@aztec/epoch-cache":"4.2.0-nightly.20260321","@aztec/merkle-tree":"4.2.0-nightly.20260321","@aztec/prover-node":"4.2.0-nightly.20260321","@aztec/world-state":"4.2.0-nightly.20260321","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260321","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260321","@aztec/prover-client":"4.2.0-nightly.20260321","@aztec/noir-noirc_abi":"4.2.0-nightly.20260321","@aztec/sequencer-client":"4.2.0-nightly.20260321","@aztec/telemetry-client":"4.2.0-nightly.20260321","@aztec/validator-client":"4.2.0-nightly.20260321","@aztec/noir-contracts.js":"4.2.0-nightly.20260321","@aztec/protocol-contracts":"4.2.0-nightly.20260321","@aztec/validator-ha-signer":"4.2.0-nightly.20260321","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260321","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260321"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260321_1774071310387_0.9972275111721209","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260322":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260322","_id":"@aztec/end-to-end@5.0.0-nightly.20260322","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c497dbff9a743d67e4bb584757d4255a695e727c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260322.tgz","fileCount":288,"integrity":"sha512-KS0JPXtocQPCf56kLY5MmEVK9Id6i3zZ/Sm7ysVH7O/XBGNvs25mHG2OIf+VrsdKfye2gD/JamM0ZyQpoKeoUg==","signatures":[{"sig":"MEUCIQCeTmQyAu0VUPC3E38+wr2Ls7nzV5WKORyWSXwnXbGlgQIgLbxYgajl9S8694Ci+/bn78xGBcMAWipqclOObDaUEhY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260322","@aztec/cli":"5.0.0-nightly.20260322","@aztec/p2p":"5.0.0-nightly.20260322","@aztec/pxe":"5.0.0-nightly.20260322","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260322","@aztec/bb.js":"5.0.0-nightly.20260322","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260322","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260322","@aztec/wallets":"5.0.0-nightly.20260322","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260322","@aztec/archiver":"5.0.0-nightly.20260322","@aztec/aztec.js":"5.0.0-nightly.20260322","@aztec/blob-lib":"5.0.0-nightly.20260322","@aztec/ethereum":"5.0.0-nightly.20260322","@aztec/kv-store":"5.0.0-nightly.20260322","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260322","@aztec/constants":"5.0.0-nightly.20260322","@aztec/simulator":"5.0.0-nightly.20260322","@aztec/aztec-node":"5.0.0-nightly.20260322","@aztec/foundation":"5.0.0-nightly.20260322","@aztec/wallet-sdk":"5.0.0-nightly.20260322","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260322","@aztec/entrypoints":"5.0.0-nightly.20260322","@aztec/epoch-cache":"5.0.0-nightly.20260322","@aztec/prover-node":"5.0.0-nightly.20260322","@aztec/world-state":"5.0.0-nightly.20260322","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260322","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260322","@aztec/prover-client":"5.0.0-nightly.20260322","@aztec/noir-noirc_abi":"5.0.0-nightly.20260322","@aztec/sequencer-client":"5.0.0-nightly.20260322","@aztec/telemetry-client":"5.0.0-nightly.20260322","@aztec/validator-client":"5.0.0-nightly.20260322","@aztec/noir-contracts.js":"5.0.0-nightly.20260322","@aztec/protocol-contracts":"5.0.0-nightly.20260322","@aztec/validator-ha-signer":"5.0.0-nightly.20260322","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260322","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260322"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260322_1774149986190_0.4214552993107876","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260322":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260322","_id":"@aztec/end-to-end@4.2.0-nightly.20260322","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6bf7aca929ab98c9ae1647e27d21eadc489c9c93","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260322.tgz","fileCount":280,"integrity":"sha512-zA1Adm6MD21yKX+JXlbSn+ETmqFaJ284mlWslJgkBN7DgUntaM8CJzEMh/E9glSb/G4RsybDyeL1FbP7ZujwbA==","signatures":[{"sig":"MEUCIQCmaFIderKMmd3vr0EgvaqHlmTnckNVoW0KrcNwOlKfPQIgMQ07V9/16xWdK8j+gDfROT66U+jCfjqZUoTBerjV68I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097109},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5336241f564e007045f2a7668223b91d0813eaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260322","@aztec/cli":"4.2.0-nightly.20260322","@aztec/p2p":"4.2.0-nightly.20260322","@aztec/pxe":"4.2.0-nightly.20260322","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260322","@aztec/bb.js":"4.2.0-nightly.20260322","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260322","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260322","@aztec/wallets":"4.2.0-nightly.20260322","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260322","@aztec/archiver":"4.2.0-nightly.20260322","@aztec/aztec.js":"4.2.0-nightly.20260322","@aztec/blob-lib":"4.2.0-nightly.20260322","@aztec/ethereum":"4.2.0-nightly.20260322","@aztec/kv-store":"4.2.0-nightly.20260322","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260322","@aztec/constants":"4.2.0-nightly.20260322","@aztec/simulator":"4.2.0-nightly.20260322","@aztec/aztec-node":"4.2.0-nightly.20260322","@aztec/foundation":"4.2.0-nightly.20260322","@aztec/wallet-sdk":"4.2.0-nightly.20260322","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260322","@aztec/entrypoints":"4.2.0-nightly.20260322","@aztec/epoch-cache":"4.2.0-nightly.20260322","@aztec/merkle-tree":"4.2.0-nightly.20260322","@aztec/prover-node":"4.2.0-nightly.20260322","@aztec/world-state":"4.2.0-nightly.20260322","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260322","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260322","@aztec/prover-client":"4.2.0-nightly.20260322","@aztec/noir-noirc_abi":"4.2.0-nightly.20260322","@aztec/sequencer-client":"4.2.0-nightly.20260322","@aztec/telemetry-client":"4.2.0-nightly.20260322","@aztec/validator-client":"4.2.0-nightly.20260322","@aztec/noir-contracts.js":"4.2.0-nightly.20260322","@aztec/protocol-contracts":"4.2.0-nightly.20260322","@aztec/validator-ha-signer":"4.2.0-nightly.20260322","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260322","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260322"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260322_1774158077075_0.8930747913400869","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260323":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260323","_id":"@aztec/end-to-end@5.0.0-nightly.20260323","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6241c065439794ab76ca434ffda9182137bb54e1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260323.tgz","fileCount":288,"integrity":"sha512-pywtNHTRK7KxdrTRywLFZNi/i6jowmEJkwfdvCP0BblL8MKN24blZDv5amojmKX4t9Cf2qS66UUEnRXI/uNIxQ==","signatures":[{"sig":"MEYCIQDs51vAYf2E6LGi8/ktN2iO0dquoFWYQagrBFvecXNNXQIhAJKQ+XBnlHMH04nDuhxuvLHzuCuyJrw1cegAthet7wBu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260323","@aztec/cli":"5.0.0-nightly.20260323","@aztec/p2p":"5.0.0-nightly.20260323","@aztec/pxe":"5.0.0-nightly.20260323","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260323","@aztec/bb.js":"5.0.0-nightly.20260323","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260323","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260323","@aztec/wallets":"5.0.0-nightly.20260323","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260323","@aztec/archiver":"5.0.0-nightly.20260323","@aztec/aztec.js":"5.0.0-nightly.20260323","@aztec/blob-lib":"5.0.0-nightly.20260323","@aztec/ethereum":"5.0.0-nightly.20260323","@aztec/kv-store":"5.0.0-nightly.20260323","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260323","@aztec/constants":"5.0.0-nightly.20260323","@aztec/simulator":"5.0.0-nightly.20260323","@aztec/aztec-node":"5.0.0-nightly.20260323","@aztec/foundation":"5.0.0-nightly.20260323","@aztec/wallet-sdk":"5.0.0-nightly.20260323","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260323","@aztec/entrypoints":"5.0.0-nightly.20260323","@aztec/epoch-cache":"5.0.0-nightly.20260323","@aztec/prover-node":"5.0.0-nightly.20260323","@aztec/world-state":"5.0.0-nightly.20260323","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260323","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260323","@aztec/prover-client":"5.0.0-nightly.20260323","@aztec/noir-noirc_abi":"5.0.0-nightly.20260323","@aztec/sequencer-client":"5.0.0-nightly.20260323","@aztec/telemetry-client":"5.0.0-nightly.20260323","@aztec/validator-client":"5.0.0-nightly.20260323","@aztec/noir-contracts.js":"5.0.0-nightly.20260323","@aztec/protocol-contracts":"5.0.0-nightly.20260323","@aztec/validator-ha-signer":"5.0.0-nightly.20260323","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260323","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260323"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260323_1774236311939_0.854233700790302","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260323":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260323","_id":"@aztec/end-to-end@4.2.0-nightly.20260323","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aadaeca0936397a059eb81dc5cfb96d5a28f8901","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260323.tgz","fileCount":280,"integrity":"sha512-lScSRTMFks0wu8VUYJQejFVCPiFUOTJ24OcY3bq7GXMbhfaho32BQqPR/b9PKnsYobOMs18MLiZUmJkEf8BDQA==","signatures":[{"sig":"MEUCIQDf8HL+Z3+7FzYAovaogSDGLMBlrhAISKmw8AUTFc+25wIgFOxNOC3NHR1QqTINHLzNKHp8TH8krt9H1QICo4vlKnc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097109},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5336241f564e007045f2a7668223b91d0813eaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260323","@aztec/cli":"4.2.0-nightly.20260323","@aztec/p2p":"4.2.0-nightly.20260323","@aztec/pxe":"4.2.0-nightly.20260323","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260323","@aztec/bb.js":"4.2.0-nightly.20260323","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260323","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260323","@aztec/wallets":"4.2.0-nightly.20260323","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260323","@aztec/archiver":"4.2.0-nightly.20260323","@aztec/aztec.js":"4.2.0-nightly.20260323","@aztec/blob-lib":"4.2.0-nightly.20260323","@aztec/ethereum":"4.2.0-nightly.20260323","@aztec/kv-store":"4.2.0-nightly.20260323","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260323","@aztec/constants":"4.2.0-nightly.20260323","@aztec/simulator":"4.2.0-nightly.20260323","@aztec/aztec-node":"4.2.0-nightly.20260323","@aztec/foundation":"4.2.0-nightly.20260323","@aztec/wallet-sdk":"4.2.0-nightly.20260323","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260323","@aztec/entrypoints":"4.2.0-nightly.20260323","@aztec/epoch-cache":"4.2.0-nightly.20260323","@aztec/merkle-tree":"4.2.0-nightly.20260323","@aztec/prover-node":"4.2.0-nightly.20260323","@aztec/world-state":"4.2.0-nightly.20260323","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260323","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260323","@aztec/prover-client":"4.2.0-nightly.20260323","@aztec/noir-noirc_abi":"4.2.0-nightly.20260323","@aztec/sequencer-client":"4.2.0-nightly.20260323","@aztec/telemetry-client":"4.2.0-nightly.20260323","@aztec/validator-client":"4.2.0-nightly.20260323","@aztec/noir-contracts.js":"4.2.0-nightly.20260323","@aztec/protocol-contracts":"4.2.0-nightly.20260323","@aztec/validator-ha-signer":"4.2.0-nightly.20260323","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260323","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260323"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260323_1774244836837_0.6620088569210969","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3f296a7d2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3f296a7d2","_id":"@aztec/end-to-end@0.0.1-commit.3f296a7d2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c2c316d780a352881c66bbec183b45b39642c6f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3f296a7d2.tgz","fileCount":288,"integrity":"sha512-r3jrGtytNEF0xwrD1Re9Rz2i+plkGFkpClOuxsT5WxwW8vF9D9790y6yGgHUGcvErbIDU/NKliiECclqqIiJMA==","signatures":[{"sig":"MEUCIQCUr+KagO8kATe3KqcH13LNvxOSRzh5OjH1xRiJ0kXE/QIgXTkjMGUz5mybRolVFbAUvp4DBk6F6YMqOa5DV/HHNhc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3f296a7d2","@aztec/cli":"0.0.1-commit.3f296a7d2","@aztec/p2p":"0.0.1-commit.3f296a7d2","@aztec/pxe":"0.0.1-commit.3f296a7d2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3f296a7d2","@aztec/bb.js":"0.0.1-commit.3f296a7d2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3f296a7d2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3f296a7d2","@aztec/wallets":"0.0.1-commit.3f296a7d2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3f296a7d2","@aztec/archiver":"0.0.1-commit.3f296a7d2","@aztec/aztec.js":"0.0.1-commit.3f296a7d2","@aztec/blob-lib":"0.0.1-commit.3f296a7d2","@aztec/ethereum":"0.0.1-commit.3f296a7d2","@aztec/kv-store":"0.0.1-commit.3f296a7d2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3f296a7d2","@aztec/constants":"0.0.1-commit.3f296a7d2","@aztec/simulator":"0.0.1-commit.3f296a7d2","@aztec/aztec-node":"0.0.1-commit.3f296a7d2","@aztec/foundation":"0.0.1-commit.3f296a7d2","@aztec/wallet-sdk":"0.0.1-commit.3f296a7d2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3f296a7d2","@aztec/entrypoints":"0.0.1-commit.3f296a7d2","@aztec/epoch-cache":"0.0.1-commit.3f296a7d2","@aztec/prover-node":"0.0.1-commit.3f296a7d2","@aztec/world-state":"0.0.1-commit.3f296a7d2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3f296a7d2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3f296a7d2","@aztec/prover-client":"0.0.1-commit.3f296a7d2","@aztec/noir-noirc_abi":"0.0.1-commit.3f296a7d2","@aztec/sequencer-client":"0.0.1-commit.3f296a7d2","@aztec/telemetry-client":"0.0.1-commit.3f296a7d2","@aztec/validator-client":"0.0.1-commit.3f296a7d2","@aztec/noir-contracts.js":"0.0.1-commit.3f296a7d2","@aztec/protocol-contracts":"0.0.1-commit.3f296a7d2","@aztec/validator-ha-signer":"0.0.1-commit.3f296a7d2","@aztec/noir-test-contracts.js":"0.0.1-commit.3f296a7d2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3f296a7d2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3f296a7d2_1774276842959_0.5942116168458271","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"name":"@aztec/end-to-end","version":"4.1.0","_id":"@aztec/end-to-end@4.1.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"48cb34371a526b5f9fb3cb83090da9c240a79c9c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.0.tgz","fileCount":280,"integrity":"sha512-xu2Bey4JeYogp7HoCB71aKVwJAFUCBfnMRHXmOjbcj9fFuuZ+1ij6FiWD9TSdlNvaDmnxlV6kuVDyo2I3zBoaA==","signatures":[{"sig":"MEYCIQD08djNMbdt5y4363rRzFv1oFjxsyvHWzMWQkBA2f5iIAIhAIRmUSOZAVGl7bQkIy4kPivA68qycbi1eGdbZ0KHjfO7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9f1ff2739ccc36b635d853adb99951ff0a8eaffa","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.0","@aztec/cli":"4.1.0","@aztec/p2p":"4.1.0","@aztec/pxe":"4.1.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.0","@aztec/bb.js":"4.1.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.0","@aztec/wallets":"4.1.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.0","@aztec/archiver":"4.1.0","@aztec/aztec.js":"4.1.0","@aztec/blob-lib":"4.1.0","@aztec/ethereum":"4.1.0","@aztec/kv-store":"4.1.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.0","@aztec/constants":"4.1.0","@aztec/simulator":"4.1.0","@aztec/aztec-node":"4.1.0","@aztec/foundation":"4.1.0","@aztec/wallet-sdk":"4.1.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.0","@aztec/entrypoints":"4.1.0","@aztec/epoch-cache":"4.1.0","@aztec/merkle-tree":"4.1.0","@aztec/prover-node":"4.1.0","@aztec/world-state":"4.1.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.0","@aztec/prover-client":"4.1.0","@aztec/noir-noirc_abi":"4.1.0","@aztec/sequencer-client":"4.1.0","@aztec/telemetry-client":"4.1.0","@aztec/validator-client":"4.1.0","@aztec/noir-contracts.js":"4.1.0","@aztec/protocol-contracts":"4.1.0","@aztec/validator-ha-signer":"4.1.0","@aztec/noir-test-contracts.js":"4.1.0","@aztec/noir-protocol-circuits-types":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.0_1774278492555_0.980160341619666","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3a4ae741b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3a4ae741b","_id":"@aztec/end-to-end@0.0.1-commit.3a4ae741b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e72c51f3f2d8ab1c4532ed075df5b947bdd86235","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3a4ae741b.tgz","fileCount":288,"integrity":"sha512-nKu/57Ruv6YUJRP8Sez/dCcSAdCqAytKIMTZX7RC3CwNJu+q/BZbl5IkrxoQBdRkx7e7dlvZHXeqmYz5jlsb6Q==","signatures":[{"sig":"MEUCIQCMkqwy4iLXwoV8+exnomajQB30X+lLq0FH2bnG3wTgowIgQUvoBazyosuKVTbElcGNmXs1jUYjq7IPymXz/ULjTN4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3a4ae741b","@aztec/cli":"0.0.1-commit.3a4ae741b","@aztec/p2p":"0.0.1-commit.3a4ae741b","@aztec/pxe":"0.0.1-commit.3a4ae741b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3a4ae741b","@aztec/bb.js":"0.0.1-commit.3a4ae741b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3a4ae741b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3a4ae741b","@aztec/wallets":"0.0.1-commit.3a4ae741b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3a4ae741b","@aztec/archiver":"0.0.1-commit.3a4ae741b","@aztec/aztec.js":"0.0.1-commit.3a4ae741b","@aztec/blob-lib":"0.0.1-commit.3a4ae741b","@aztec/ethereum":"0.0.1-commit.3a4ae741b","@aztec/kv-store":"0.0.1-commit.3a4ae741b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3a4ae741b","@aztec/constants":"0.0.1-commit.3a4ae741b","@aztec/simulator":"0.0.1-commit.3a4ae741b","@aztec/aztec-node":"0.0.1-commit.3a4ae741b","@aztec/foundation":"0.0.1-commit.3a4ae741b","@aztec/wallet-sdk":"0.0.1-commit.3a4ae741b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3a4ae741b","@aztec/entrypoints":"0.0.1-commit.3a4ae741b","@aztec/epoch-cache":"0.0.1-commit.3a4ae741b","@aztec/prover-node":"0.0.1-commit.3a4ae741b","@aztec/world-state":"0.0.1-commit.3a4ae741b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3a4ae741b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3a4ae741b","@aztec/prover-client":"0.0.1-commit.3a4ae741b","@aztec/noir-noirc_abi":"0.0.1-commit.3a4ae741b","@aztec/sequencer-client":"0.0.1-commit.3a4ae741b","@aztec/telemetry-client":"0.0.1-commit.3a4ae741b","@aztec/validator-client":"0.0.1-commit.3a4ae741b","@aztec/noir-contracts.js":"0.0.1-commit.3a4ae741b","@aztec/protocol-contracts":"0.0.1-commit.3a4ae741b","@aztec/validator-ha-signer":"0.0.1-commit.3a4ae741b","@aztec/noir-test-contracts.js":"0.0.1-commit.3a4ae741b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3a4ae741b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3a4ae741b_1774294654503_0.7929537171164849","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.df81a97b5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.df81a97b5","_id":"@aztec/end-to-end@0.0.1-commit.df81a97b5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"778411d66f2c77a339119400534954d8b3cbc1be","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.df81a97b5.tgz","fileCount":288,"integrity":"sha512-Rd0xIFqH+dQIAG34I/WzydgoFwWkxAl++mnGuujyNlttx1chBUJueFFdVEIIdzNVU1BRBWJVfb66Xtd4z6OtXQ==","signatures":[{"sig":"MEUCIQCw2LhZAMfALpauWiclzxWooEC1YCXtpdZpdqCnNRk6BgIgZY+KmYjyvkSLkWQ6Zz98ng/DDd9g+1ueBBt0KFaBlyQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.df81a97b5","@aztec/cli":"0.0.1-commit.df81a97b5","@aztec/p2p":"0.0.1-commit.df81a97b5","@aztec/pxe":"0.0.1-commit.df81a97b5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.df81a97b5","@aztec/bb.js":"0.0.1-commit.df81a97b5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.df81a97b5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.df81a97b5","@aztec/wallets":"0.0.1-commit.df81a97b5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.df81a97b5","@aztec/archiver":"0.0.1-commit.df81a97b5","@aztec/aztec.js":"0.0.1-commit.df81a97b5","@aztec/blob-lib":"0.0.1-commit.df81a97b5","@aztec/ethereum":"0.0.1-commit.df81a97b5","@aztec/kv-store":"0.0.1-commit.df81a97b5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.df81a97b5","@aztec/constants":"0.0.1-commit.df81a97b5","@aztec/simulator":"0.0.1-commit.df81a97b5","@aztec/aztec-node":"0.0.1-commit.df81a97b5","@aztec/foundation":"0.0.1-commit.df81a97b5","@aztec/wallet-sdk":"0.0.1-commit.df81a97b5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.df81a97b5","@aztec/entrypoints":"0.0.1-commit.df81a97b5","@aztec/epoch-cache":"0.0.1-commit.df81a97b5","@aztec/prover-node":"0.0.1-commit.df81a97b5","@aztec/world-state":"0.0.1-commit.df81a97b5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.df81a97b5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.df81a97b5","@aztec/prover-client":"0.0.1-commit.df81a97b5","@aztec/noir-noirc_abi":"0.0.1-commit.df81a97b5","@aztec/sequencer-client":"0.0.1-commit.df81a97b5","@aztec/telemetry-client":"0.0.1-commit.df81a97b5","@aztec/validator-client":"0.0.1-commit.df81a97b5","@aztec/noir-contracts.js":"0.0.1-commit.df81a97b5","@aztec/protocol-contracts":"0.0.1-commit.df81a97b5","@aztec/validator-ha-signer":"0.0.1-commit.df81a97b5","@aztec/noir-test-contracts.js":"0.0.1-commit.df81a97b5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.df81a97b5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.df81a97b5_1774295392915_0.6695562960982175","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e0f15ab9b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e0f15ab9b","_id":"@aztec/end-to-end@0.0.1-commit.e0f15ab9b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1f3527df609fc5464dbb361a1817148455942c8e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e0f15ab9b.tgz","fileCount":288,"integrity":"sha512-spLWu1SCz0W/i+uZBDDBt44ZSluNOJEvOHzmoHScjQJzn0DIP8aBOHd8peF/2K7eFgPSKDDP2IlApdqunS8hyQ==","signatures":[{"sig":"MEQCIFRps0eGgfNBL/iXWGRWCcKpZSaGrAr53sY95oHZd88qAiA9EhFR9vmmUV/ketcFarUIoZOfWVWxeQAlkUQUNAcNew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e0f15ab9b","@aztec/cli":"0.0.1-commit.e0f15ab9b","@aztec/p2p":"0.0.1-commit.e0f15ab9b","@aztec/pxe":"0.0.1-commit.e0f15ab9b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e0f15ab9b","@aztec/bb.js":"0.0.1-commit.e0f15ab9b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e0f15ab9b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e0f15ab9b","@aztec/wallets":"0.0.1-commit.e0f15ab9b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e0f15ab9b","@aztec/archiver":"0.0.1-commit.e0f15ab9b","@aztec/aztec.js":"0.0.1-commit.e0f15ab9b","@aztec/blob-lib":"0.0.1-commit.e0f15ab9b","@aztec/ethereum":"0.0.1-commit.e0f15ab9b","@aztec/kv-store":"0.0.1-commit.e0f15ab9b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e0f15ab9b","@aztec/constants":"0.0.1-commit.e0f15ab9b","@aztec/simulator":"0.0.1-commit.e0f15ab9b","@aztec/aztec-node":"0.0.1-commit.e0f15ab9b","@aztec/foundation":"0.0.1-commit.e0f15ab9b","@aztec/wallet-sdk":"0.0.1-commit.e0f15ab9b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e0f15ab9b","@aztec/entrypoints":"0.0.1-commit.e0f15ab9b","@aztec/epoch-cache":"0.0.1-commit.e0f15ab9b","@aztec/prover-node":"0.0.1-commit.e0f15ab9b","@aztec/world-state":"0.0.1-commit.e0f15ab9b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e0f15ab9b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e0f15ab9b","@aztec/prover-client":"0.0.1-commit.e0f15ab9b","@aztec/noir-noirc_abi":"0.0.1-commit.e0f15ab9b","@aztec/sequencer-client":"0.0.1-commit.e0f15ab9b","@aztec/telemetry-client":"0.0.1-commit.e0f15ab9b","@aztec/validator-client":"0.0.1-commit.e0f15ab9b","@aztec/noir-contracts.js":"0.0.1-commit.e0f15ab9b","@aztec/protocol-contracts":"0.0.1-commit.e0f15ab9b","@aztec/validator-ha-signer":"0.0.1-commit.e0f15ab9b","@aztec/noir-test-contracts.js":"0.0.1-commit.e0f15ab9b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e0f15ab9b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e0f15ab9b_1774299793136_0.30659534677949374","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260323.1":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260323.1","_id":"@aztec/end-to-end@5.0.0-nightly.20260323.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fcbd66203d5eeedc1f109edb9afaa420d86d11cd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260323.1.tgz","fileCount":288,"integrity":"sha512-1hA1h6c0QpDgdve1kkKUQYMMpZx1qAE8FLN1Deag3Kj39GHhTpaWRq4lTD/R0bFR9QS41w5FRO6igeCB7lXHhg==","signatures":[{"sig":"MEUCIHyw23K5+nm1clLa4MIYnAtxjMirkoIDxOHp4AB5EdPIAiEA+H3pIr+BCZ1HTMC0eoL1O6IKQPplimKpvPC85z6swAY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125964},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260323.1","@aztec/cli":"5.0.0-nightly.20260323.1","@aztec/p2p":"5.0.0-nightly.20260323.1","@aztec/pxe":"5.0.0-nightly.20260323.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260323.1","@aztec/bb.js":"5.0.0-nightly.20260323.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260323.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260323.1","@aztec/wallets":"5.0.0-nightly.20260323.1","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260323.1","@aztec/archiver":"5.0.0-nightly.20260323.1","@aztec/aztec.js":"5.0.0-nightly.20260323.1","@aztec/blob-lib":"5.0.0-nightly.20260323.1","@aztec/ethereum":"5.0.0-nightly.20260323.1","@aztec/kv-store":"5.0.0-nightly.20260323.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260323.1","@aztec/constants":"5.0.0-nightly.20260323.1","@aztec/simulator":"5.0.0-nightly.20260323.1","@aztec/aztec-node":"5.0.0-nightly.20260323.1","@aztec/foundation":"5.0.0-nightly.20260323.1","@aztec/wallet-sdk":"5.0.0-nightly.20260323.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260323.1","@aztec/entrypoints":"5.0.0-nightly.20260323.1","@aztec/epoch-cache":"5.0.0-nightly.20260323.1","@aztec/prover-node":"5.0.0-nightly.20260323.1","@aztec/world-state":"5.0.0-nightly.20260323.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260323.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260323.1","@aztec/prover-client":"5.0.0-nightly.20260323.1","@aztec/noir-noirc_abi":"5.0.0-nightly.20260323.1","@aztec/sequencer-client":"5.0.0-nightly.20260323.1","@aztec/telemetry-client":"5.0.0-nightly.20260323.1","@aztec/validator-client":"5.0.0-nightly.20260323.1","@aztec/noir-contracts.js":"5.0.0-nightly.20260323.1","@aztec/protocol-contracts":"5.0.0-nightly.20260323.1","@aztec/validator-ha-signer":"5.0.0-nightly.20260323.1","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260323.1","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260323.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260323.1_1774315468788_0.11828814038613467","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260324":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260324","_id":"@aztec/end-to-end@5.0.0-nightly.20260324","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c1d6a9b2847083ad25cc60f3a937eb65660440ba","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260324.tgz","fileCount":288,"integrity":"sha512-81uBuOn3v+i5ZiickuTTs1e1ehBHFW9LN42QolHlG9hifKnOW9cbMHUNC/pLZX37c/1+KBj2IDzRBv/zc95fxQ==","signatures":[{"sig":"MEUCIF05kGrdJNZ41Wufjiq1FKGQ8V/ADFh4JCMLcGRqg5HnAiEAozGABw7m7jN/ZeQwhM09YhspUxXBxwLyOwPYoUo7fNY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260324","@aztec/cli":"5.0.0-nightly.20260324","@aztec/p2p":"5.0.0-nightly.20260324","@aztec/pxe":"5.0.0-nightly.20260324","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260324","@aztec/bb.js":"5.0.0-nightly.20260324","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260324","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260324","@aztec/wallets":"5.0.0-nightly.20260324","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260324","@aztec/archiver":"5.0.0-nightly.20260324","@aztec/aztec.js":"5.0.0-nightly.20260324","@aztec/blob-lib":"5.0.0-nightly.20260324","@aztec/ethereum":"5.0.0-nightly.20260324","@aztec/kv-store":"5.0.0-nightly.20260324","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260324","@aztec/constants":"5.0.0-nightly.20260324","@aztec/simulator":"5.0.0-nightly.20260324","@aztec/aztec-node":"5.0.0-nightly.20260324","@aztec/foundation":"5.0.0-nightly.20260324","@aztec/wallet-sdk":"5.0.0-nightly.20260324","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260324","@aztec/entrypoints":"5.0.0-nightly.20260324","@aztec/epoch-cache":"5.0.0-nightly.20260324","@aztec/prover-node":"5.0.0-nightly.20260324","@aztec/world-state":"5.0.0-nightly.20260324","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260324","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260324","@aztec/prover-client":"5.0.0-nightly.20260324","@aztec/noir-noirc_abi":"5.0.0-nightly.20260324","@aztec/sequencer-client":"5.0.0-nightly.20260324","@aztec/telemetry-client":"5.0.0-nightly.20260324","@aztec/validator-client":"5.0.0-nightly.20260324","@aztec/noir-contracts.js":"5.0.0-nightly.20260324","@aztec/protocol-contracts":"5.0.0-nightly.20260324","@aztec/validator-ha-signer":"5.0.0-nightly.20260324","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260324","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260324"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260324_1774322416646_0.8367455246608131","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260324":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260324","_id":"@aztec/end-to-end@4.2.0-nightly.20260324","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6d39b7e191f67418362d47099e44184c2898c779","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260324.tgz","fileCount":280,"integrity":"sha512-gJRytJWQYzk5k6KJMOANdrjPdt7aMxbYEo2S3WTKot8BP0N2t/2lYQN7PwjQ/Jm6hRiB/wl/ilpzjckt442M2A==","signatures":[{"sig":"MEUCIC98wyQH67CrDQxdn9Z92ikzYUIoSgB0XRKF1Tj+SSRjAiEAmJOeXK8t+TSrSdF4daavogwcRh6L2IZAUi7Yf48Ho0A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097109},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5336241f564e007045f2a7668223b91d0813eaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260324","@aztec/cli":"4.2.0-nightly.20260324","@aztec/p2p":"4.2.0-nightly.20260324","@aztec/pxe":"4.2.0-nightly.20260324","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260324","@aztec/bb.js":"4.2.0-nightly.20260324","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260324","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260324","@aztec/wallets":"4.2.0-nightly.20260324","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260324","@aztec/archiver":"4.2.0-nightly.20260324","@aztec/aztec.js":"4.2.0-nightly.20260324","@aztec/blob-lib":"4.2.0-nightly.20260324","@aztec/ethereum":"4.2.0-nightly.20260324","@aztec/kv-store":"4.2.0-nightly.20260324","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260324","@aztec/constants":"4.2.0-nightly.20260324","@aztec/simulator":"4.2.0-nightly.20260324","@aztec/aztec-node":"4.2.0-nightly.20260324","@aztec/foundation":"4.2.0-nightly.20260324","@aztec/wallet-sdk":"4.2.0-nightly.20260324","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260324","@aztec/entrypoints":"4.2.0-nightly.20260324","@aztec/epoch-cache":"4.2.0-nightly.20260324","@aztec/merkle-tree":"4.2.0-nightly.20260324","@aztec/prover-node":"4.2.0-nightly.20260324","@aztec/world-state":"4.2.0-nightly.20260324","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260324","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260324","@aztec/prover-client":"4.2.0-nightly.20260324","@aztec/noir-noirc_abi":"4.2.0-nightly.20260324","@aztec/sequencer-client":"4.2.0-nightly.20260324","@aztec/telemetry-client":"4.2.0-nightly.20260324","@aztec/validator-client":"4.2.0-nightly.20260324","@aztec/noir-contracts.js":"4.2.0-nightly.20260324","@aztec/protocol-contracts":"4.2.0-nightly.20260324","@aztec/validator-ha-signer":"4.2.0-nightly.20260324","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260324","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260324"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260324_1774331104380_0.11584312115158157","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.03b9a845c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.03b9a845c","_id":"@aztec/end-to-end@0.0.1-commit.03b9a845c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d28023d4dc759872a3108454d33042a22fab498d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.03b9a845c.tgz","fileCount":288,"integrity":"sha512-MzjIcrJ8QheQCVR5AwmaVn+MNhS6JkeiogvM9uVFsXB8yJSzRqjpU0YwBIvC/MICN2h2aiy2KD/L4mXrYUVJAQ==","signatures":[{"sig":"MEYCIQCSJhv6wh3AQdt1hFVud2YbCUgJtHplB2a8Bc+VVKKq5wIhANSfOTKXDbrdkIazls0SYJfFiw/Lwml1thkfxuNxML5x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.03b9a845c","@aztec/cli":"0.0.1-commit.03b9a845c","@aztec/p2p":"0.0.1-commit.03b9a845c","@aztec/pxe":"0.0.1-commit.03b9a845c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.03b9a845c","@aztec/bb.js":"0.0.1-commit.03b9a845c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.03b9a845c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.03b9a845c","@aztec/wallets":"0.0.1-commit.03b9a845c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.03b9a845c","@aztec/archiver":"0.0.1-commit.03b9a845c","@aztec/aztec.js":"0.0.1-commit.03b9a845c","@aztec/blob-lib":"0.0.1-commit.03b9a845c","@aztec/ethereum":"0.0.1-commit.03b9a845c","@aztec/kv-store":"0.0.1-commit.03b9a845c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.03b9a845c","@aztec/constants":"0.0.1-commit.03b9a845c","@aztec/simulator":"0.0.1-commit.03b9a845c","@aztec/aztec-node":"0.0.1-commit.03b9a845c","@aztec/foundation":"0.0.1-commit.03b9a845c","@aztec/wallet-sdk":"0.0.1-commit.03b9a845c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.03b9a845c","@aztec/entrypoints":"0.0.1-commit.03b9a845c","@aztec/epoch-cache":"0.0.1-commit.03b9a845c","@aztec/prover-node":"0.0.1-commit.03b9a845c","@aztec/world-state":"0.0.1-commit.03b9a845c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.03b9a845c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.03b9a845c","@aztec/prover-client":"0.0.1-commit.03b9a845c","@aztec/noir-noirc_abi":"0.0.1-commit.03b9a845c","@aztec/sequencer-client":"0.0.1-commit.03b9a845c","@aztec/telemetry-client":"0.0.1-commit.03b9a845c","@aztec/validator-client":"0.0.1-commit.03b9a845c","@aztec/noir-contracts.js":"0.0.1-commit.03b9a845c","@aztec/protocol-contracts":"0.0.1-commit.03b9a845c","@aztec/validator-ha-signer":"0.0.1-commit.03b9a845c","@aztec/noir-test-contracts.js":"0.0.1-commit.03b9a845c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.03b9a845c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.03b9a845c_1774368510456_0.6426702049013957","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c2eed6949":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c2eed6949","_id":"@aztec/end-to-end@0.0.1-commit.c2eed6949","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2f5edb92af160f4b35c6da3be56c211049ddf1ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c2eed6949.tgz","fileCount":288,"integrity":"sha512-++V/w09YJli5RFkzt94IIv5Ln4Habbyo9ccuV4GIkWEI+FhjRn+8R2KybMnnlKlk+gKW9pFZO/6TtGpewA44pg==","signatures":[{"sig":"MEYCIQDCiFUV1J9bF5ZqbpmqeY0jqORYrmuBt1dEfE/TLzfG0gIhAIOmMh2P7twUbqX2yLWe45YADKy5hRSLHZy7mFSmyivf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37125886},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c2eed6949","@aztec/cli":"0.0.1-commit.c2eed6949","@aztec/p2p":"0.0.1-commit.c2eed6949","@aztec/pxe":"0.0.1-commit.c2eed6949","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c2eed6949","@aztec/bb.js":"0.0.1-commit.c2eed6949","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c2eed6949","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c2eed6949","@aztec/wallets":"0.0.1-commit.c2eed6949","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c2eed6949","@aztec/archiver":"0.0.1-commit.c2eed6949","@aztec/aztec.js":"0.0.1-commit.c2eed6949","@aztec/blob-lib":"0.0.1-commit.c2eed6949","@aztec/ethereum":"0.0.1-commit.c2eed6949","@aztec/kv-store":"0.0.1-commit.c2eed6949","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c2eed6949","@aztec/constants":"0.0.1-commit.c2eed6949","@aztec/simulator":"0.0.1-commit.c2eed6949","@aztec/aztec-node":"0.0.1-commit.c2eed6949","@aztec/foundation":"0.0.1-commit.c2eed6949","@aztec/wallet-sdk":"0.0.1-commit.c2eed6949","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c2eed6949","@aztec/entrypoints":"0.0.1-commit.c2eed6949","@aztec/epoch-cache":"0.0.1-commit.c2eed6949","@aztec/prover-node":"0.0.1-commit.c2eed6949","@aztec/world-state":"0.0.1-commit.c2eed6949","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.c2eed6949","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c2eed6949","@aztec/prover-client":"0.0.1-commit.c2eed6949","@aztec/noir-noirc_abi":"0.0.1-commit.c2eed6949","@aztec/sequencer-client":"0.0.1-commit.c2eed6949","@aztec/telemetry-client":"0.0.1-commit.c2eed6949","@aztec/validator-client":"0.0.1-commit.c2eed6949","@aztec/noir-contracts.js":"0.0.1-commit.c2eed6949","@aztec/protocol-contracts":"0.0.1-commit.c2eed6949","@aztec/validator-ha-signer":"0.0.1-commit.c2eed6949","@aztec/noir-test-contracts.js":"0.0.1-commit.c2eed6949","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c2eed6949"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c2eed6949_1774373378442_0.6220049003736965","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.35158ae7e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.35158ae7e","_id":"@aztec/end-to-end@0.0.1-commit.35158ae7e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3709453fb080a8a20e0957f10dd75e92ecf081f8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.35158ae7e.tgz","fileCount":288,"integrity":"sha512-u7MI66RQ0RPARQLk7dm+KJyYNaVSKjNWnA8ZAL+whjakcJrE+ss+igqTG+DWHCuKKemTCeJSsb9CA0+XZANBKQ==","signatures":[{"sig":"MEYCIQD6VJ3bnEUsUEOjt7BPdhvOtd6Yhb20WQ1V1J+oOQNlzwIhALblMaJF8wYskom/TQlaWmkRgJBHWz3H9qgAOmveF0hF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129689},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.35158ae7e","@aztec/cli":"0.0.1-commit.35158ae7e","@aztec/p2p":"0.0.1-commit.35158ae7e","@aztec/pxe":"0.0.1-commit.35158ae7e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.35158ae7e","@aztec/bb.js":"0.0.1-commit.35158ae7e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.35158ae7e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.35158ae7e","@aztec/wallets":"0.0.1-commit.35158ae7e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.35158ae7e","@aztec/archiver":"0.0.1-commit.35158ae7e","@aztec/aztec.js":"0.0.1-commit.35158ae7e","@aztec/blob-lib":"0.0.1-commit.35158ae7e","@aztec/ethereum":"0.0.1-commit.35158ae7e","@aztec/kv-store":"0.0.1-commit.35158ae7e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.35158ae7e","@aztec/constants":"0.0.1-commit.35158ae7e","@aztec/simulator":"0.0.1-commit.35158ae7e","@aztec/aztec-node":"0.0.1-commit.35158ae7e","@aztec/foundation":"0.0.1-commit.35158ae7e","@aztec/wallet-sdk":"0.0.1-commit.35158ae7e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.35158ae7e","@aztec/entrypoints":"0.0.1-commit.35158ae7e","@aztec/epoch-cache":"0.0.1-commit.35158ae7e","@aztec/prover-node":"0.0.1-commit.35158ae7e","@aztec/world-state":"0.0.1-commit.35158ae7e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.35158ae7e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.35158ae7e","@aztec/prover-client":"0.0.1-commit.35158ae7e","@aztec/noir-noirc_abi":"0.0.1-commit.35158ae7e","@aztec/sequencer-client":"0.0.1-commit.35158ae7e","@aztec/telemetry-client":"0.0.1-commit.35158ae7e","@aztec/validator-client":"0.0.1-commit.35158ae7e","@aztec/noir-contracts.js":"0.0.1-commit.35158ae7e","@aztec/protocol-contracts":"0.0.1-commit.35158ae7e","@aztec/validator-ha-signer":"0.0.1-commit.35158ae7e","@aztec/noir-test-contracts.js":"0.0.1-commit.35158ae7e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.35158ae7e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.35158ae7e_1774380063845_0.7387394435828221","host":"s3://npm-registry-packages-npm-production"}},"4.1.1-rc.1":{"name":"@aztec/end-to-end","version":"4.1.1-rc.1","_id":"@aztec/end-to-end@4.1.1-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6e4f4c8b915ca76bb32fb75b0918a76b2144465a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.1-rc.1.tgz","fileCount":280,"integrity":"sha512-DkHYcU07HCx7yUc5w5MgjRCkpsRi03Pd2cHemX1fxNQO9aMRrUAdqWf6s5+MantSi1GdupNe84Lk8DTOzEoegA==","signatures":[{"sig":"MEQCIHnmVDO1X+LXBywOf4GP4oIYZyv7K6mxDxeTwaIr40drAiABxVqMEcy/Mx90jSaZN6+DpZEQ1AUwRinV+UuYm/Gb9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091147},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bef541fb36a00504f79bd95a68f1b526e460e360","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.1-rc.1","@aztec/cli":"4.1.1-rc.1","@aztec/p2p":"4.1.1-rc.1","@aztec/pxe":"4.1.1-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.1-rc.1","@aztec/bb.js":"4.1.1-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.1-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.1-rc.1","@aztec/wallets":"4.1.1-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.1-rc.1","@aztec/archiver":"4.1.1-rc.1","@aztec/aztec.js":"4.1.1-rc.1","@aztec/blob-lib":"4.1.1-rc.1","@aztec/ethereum":"4.1.1-rc.1","@aztec/kv-store":"4.1.1-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.1-rc.1","@aztec/constants":"4.1.1-rc.1","@aztec/simulator":"4.1.1-rc.1","@aztec/aztec-node":"4.1.1-rc.1","@aztec/foundation":"4.1.1-rc.1","@aztec/wallet-sdk":"4.1.1-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.1-rc.1","@aztec/entrypoints":"4.1.1-rc.1","@aztec/epoch-cache":"4.1.1-rc.1","@aztec/merkle-tree":"4.1.1-rc.1","@aztec/prover-node":"4.1.1-rc.1","@aztec/world-state":"4.1.1-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.1-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.1-rc.1","@aztec/prover-client":"4.1.1-rc.1","@aztec/noir-noirc_abi":"4.1.1-rc.1","@aztec/sequencer-client":"4.1.1-rc.1","@aztec/telemetry-client":"4.1.1-rc.1","@aztec/validator-client":"4.1.1-rc.1","@aztec/noir-contracts.js":"4.1.1-rc.1","@aztec/protocol-contracts":"4.1.1-rc.1","@aztec/validator-ha-signer":"4.1.1-rc.1","@aztec/noir-test-contracts.js":"4.1.1-rc.1","@aztec/noir-protocol-circuits-types":"4.1.1-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.1-rc.1_1774387812815_0.2377501588363804","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ce4f8c4f2":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ce4f8c4f2","_id":"@aztec/end-to-end@0.0.1-commit.ce4f8c4f2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"97dbf2e410fdf5812fab2ac1300fcb50ef76ad42","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ce4f8c4f2.tgz","fileCount":288,"integrity":"sha512-E3wnz7qgfYwYeklDrVyMIxffNtPN/KG+qDr+nubbOr+sqqeNH3dmxMIu/wG9b6sU/1ZjmGebr9HrIq6EVZzCPA==","signatures":[{"sig":"MEUCIQDNJPmSDrBKQTzn+hFBmcgC5tvlyBHcke2kbIZUyL3+0gIgJ8lZipCEyDaVNLFuGic1xgMU4zRM+aiwrwEtFdsyjEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129689},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ce4f8c4f2","@aztec/cli":"0.0.1-commit.ce4f8c4f2","@aztec/p2p":"0.0.1-commit.ce4f8c4f2","@aztec/pxe":"0.0.1-commit.ce4f8c4f2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ce4f8c4f2","@aztec/bb.js":"0.0.1-commit.ce4f8c4f2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ce4f8c4f2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ce4f8c4f2","@aztec/wallets":"0.0.1-commit.ce4f8c4f2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ce4f8c4f2","@aztec/archiver":"0.0.1-commit.ce4f8c4f2","@aztec/aztec.js":"0.0.1-commit.ce4f8c4f2","@aztec/blob-lib":"0.0.1-commit.ce4f8c4f2","@aztec/ethereum":"0.0.1-commit.ce4f8c4f2","@aztec/kv-store":"0.0.1-commit.ce4f8c4f2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ce4f8c4f2","@aztec/constants":"0.0.1-commit.ce4f8c4f2","@aztec/simulator":"0.0.1-commit.ce4f8c4f2","@aztec/aztec-node":"0.0.1-commit.ce4f8c4f2","@aztec/foundation":"0.0.1-commit.ce4f8c4f2","@aztec/wallet-sdk":"0.0.1-commit.ce4f8c4f2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ce4f8c4f2","@aztec/entrypoints":"0.0.1-commit.ce4f8c4f2","@aztec/epoch-cache":"0.0.1-commit.ce4f8c4f2","@aztec/prover-node":"0.0.1-commit.ce4f8c4f2","@aztec/world-state":"0.0.1-commit.ce4f8c4f2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ce4f8c4f2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ce4f8c4f2","@aztec/prover-client":"0.0.1-commit.ce4f8c4f2","@aztec/noir-noirc_abi":"0.0.1-commit.ce4f8c4f2","@aztec/sequencer-client":"0.0.1-commit.ce4f8c4f2","@aztec/telemetry-client":"0.0.1-commit.ce4f8c4f2","@aztec/validator-client":"0.0.1-commit.ce4f8c4f2","@aztec/noir-contracts.js":"0.0.1-commit.ce4f8c4f2","@aztec/protocol-contracts":"0.0.1-commit.ce4f8c4f2","@aztec/validator-ha-signer":"0.0.1-commit.ce4f8c4f2","@aztec/noir-test-contracts.js":"0.0.1-commit.ce4f8c4f2","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ce4f8c4f2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ce4f8c4f2_1774390676163_0.4861559969171345","host":"s3://npm-registry-packages-npm-production"}},"4.1.1":{"name":"@aztec/end-to-end","version":"4.1.1","_id":"@aztec/end-to-end@4.1.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"38ac9254d3debac55a98ddf77255769bdc841d36","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.1.tgz","fileCount":280,"integrity":"sha512-bgkhbUPcHZBQGc7kImDhux/Mgzjfv/Vasq3ZM5495xJI6vBnrQuPnIp6hWf1LpE2Vqhp0ho+q4wdY3ymcwVq8g==","signatures":[{"sig":"MEQCICGmVHtIrkll48up2wQas2LhqCceVTIKELsTSs7TUD1MAiBxtq0uLE+4vFMUX0vO+tLQNk7EKH/w/iEOtJ0YIvtsjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bef541fb36a00504f79bd95a68f1b526e460e360","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.1","@aztec/cli":"4.1.1","@aztec/p2p":"4.1.1","@aztec/pxe":"4.1.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.1","@aztec/bb.js":"4.1.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.1","@aztec/wallets":"4.1.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.1","@aztec/archiver":"4.1.1","@aztec/aztec.js":"4.1.1","@aztec/blob-lib":"4.1.1","@aztec/ethereum":"4.1.1","@aztec/kv-store":"4.1.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.1","@aztec/constants":"4.1.1","@aztec/simulator":"4.1.1","@aztec/aztec-node":"4.1.1","@aztec/foundation":"4.1.1","@aztec/wallet-sdk":"4.1.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.1","@aztec/entrypoints":"4.1.1","@aztec/epoch-cache":"4.1.1","@aztec/merkle-tree":"4.1.1","@aztec/prover-node":"4.1.1","@aztec/world-state":"4.1.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.1","@aztec/prover-client":"4.1.1","@aztec/noir-noirc_abi":"4.1.1","@aztec/sequencer-client":"4.1.1","@aztec/telemetry-client":"4.1.1","@aztec/validator-client":"4.1.1","@aztec/noir-contracts.js":"4.1.1","@aztec/protocol-contracts":"4.1.1","@aztec/validator-ha-signer":"4.1.1","@aztec/noir-test-contracts.js":"4.1.1","@aztec/noir-protocol-circuits-types":"4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.1_1774394944380_0.08804239080756182","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260325":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260325","_id":"@aztec/end-to-end@4.2.0-nightly.20260325","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0dad8fc298f3b1eeb6d57afb9606a08ef28c6467","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260325.tgz","fileCount":280,"integrity":"sha512-VZ23+r17J+8XGneW7fh5UItp++sGEjT4Jec28O+3tuBvIGZmOIbp4PD07mgsI6jg6qJgRKmDVGZR5z6yQet6fw==","signatures":[{"sig":"MEUCIGCiBIGqUZrtpiT5ypo3mTzV1EKTnj5uNEQTd+xm+GWtAiEA1Pmfm60x+HmmhwlzwKLuszbjByAxIzk4CBcsZx/LRxg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097109},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5336241f564e007045f2a7668223b91d0813eaba","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260325","@aztec/cli":"4.2.0-nightly.20260325","@aztec/p2p":"4.2.0-nightly.20260325","@aztec/pxe":"4.2.0-nightly.20260325","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260325","@aztec/bb.js":"4.2.0-nightly.20260325","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260325","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260325","@aztec/wallets":"4.2.0-nightly.20260325","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260325","@aztec/archiver":"4.2.0-nightly.20260325","@aztec/aztec.js":"4.2.0-nightly.20260325","@aztec/blob-lib":"4.2.0-nightly.20260325","@aztec/ethereum":"4.2.0-nightly.20260325","@aztec/kv-store":"4.2.0-nightly.20260325","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260325","@aztec/constants":"4.2.0-nightly.20260325","@aztec/simulator":"4.2.0-nightly.20260325","@aztec/aztec-node":"4.2.0-nightly.20260325","@aztec/foundation":"4.2.0-nightly.20260325","@aztec/wallet-sdk":"4.2.0-nightly.20260325","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260325","@aztec/entrypoints":"4.2.0-nightly.20260325","@aztec/epoch-cache":"4.2.0-nightly.20260325","@aztec/merkle-tree":"4.2.0-nightly.20260325","@aztec/prover-node":"4.2.0-nightly.20260325","@aztec/world-state":"4.2.0-nightly.20260325","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260325","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260325","@aztec/prover-client":"4.2.0-nightly.20260325","@aztec/noir-noirc_abi":"4.2.0-nightly.20260325","@aztec/sequencer-client":"4.2.0-nightly.20260325","@aztec/telemetry-client":"4.2.0-nightly.20260325","@aztec/validator-client":"4.2.0-nightly.20260325","@aztec/noir-contracts.js":"4.2.0-nightly.20260325","@aztec/protocol-contracts":"4.2.0-nightly.20260325","@aztec/validator-ha-signer":"4.2.0-nightly.20260325","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260325","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260325"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260325_1774417483381_0.16515021419818554","host":"s3://npm-registry-packages-npm-production"}},"4.1.2-rc.1":{"name":"@aztec/end-to-end","version":"4.1.2-rc.1","_id":"@aztec/end-to-end@4.1.2-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2b38895d9d25f710180add288484ed0fbcbf7c3c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.2-rc.1.tgz","fileCount":280,"integrity":"sha512-4hXMx9yDkLkTjbTUHEnx5S9Tpr9qalprPIDRk84K8YkB76VIbFGjrYRJzQ0ZVyASYBBRbl6lwMHurWA7WqEZZg==","signatures":[{"sig":"MEUCIQDBIDIKFwcf5sYvjdpgiTXRRHGF3POUgf4FMdqNxWdSPwIgffg7yrGFU/vLjEoVDS2pbve/fRtycsG3qJPcuvWSoF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37091147},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"129408922ff662bcd440a7ed5a58b92bc676bd08","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.2-rc.1","@aztec/cli":"4.1.2-rc.1","@aztec/p2p":"4.1.2-rc.1","@aztec/pxe":"4.1.2-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.2-rc.1","@aztec/bb.js":"4.1.2-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.2-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.2-rc.1","@aztec/wallets":"4.1.2-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.2-rc.1","@aztec/archiver":"4.1.2-rc.1","@aztec/aztec.js":"4.1.2-rc.1","@aztec/blob-lib":"4.1.2-rc.1","@aztec/ethereum":"4.1.2-rc.1","@aztec/kv-store":"4.1.2-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.2-rc.1","@aztec/constants":"4.1.2-rc.1","@aztec/simulator":"4.1.2-rc.1","@aztec/aztec-node":"4.1.2-rc.1","@aztec/foundation":"4.1.2-rc.1","@aztec/wallet-sdk":"4.1.2-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.2-rc.1","@aztec/entrypoints":"4.1.2-rc.1","@aztec/epoch-cache":"4.1.2-rc.1","@aztec/merkle-tree":"4.1.2-rc.1","@aztec/prover-node":"4.1.2-rc.1","@aztec/world-state":"4.1.2-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.2-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.2-rc.1","@aztec/prover-client":"4.1.2-rc.1","@aztec/noir-noirc_abi":"4.1.2-rc.1","@aztec/sequencer-client":"4.1.2-rc.1","@aztec/telemetry-client":"4.1.2-rc.1","@aztec/validator-client":"4.1.2-rc.1","@aztec/noir-contracts.js":"4.1.2-rc.1","@aztec/protocol-contracts":"4.1.2-rc.1","@aztec/validator-ha-signer":"4.1.2-rc.1","@aztec/noir-test-contracts.js":"4.1.2-rc.1","@aztec/noir-protocol-circuits-types":"4.1.2-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.2-rc.1_1774464837475_0.01908058339294283","host":"s3://npm-registry-packages-npm-production"}},"4.1.2":{"name":"@aztec/end-to-end","version":"4.1.2","_id":"@aztec/end-to-end@4.1.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f13c96bfce34340c0dcbf6ab6c27f40f3170278b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.2.tgz","fileCount":280,"integrity":"sha512-ghThXUPR2tWjW+UMYO17bCrVlNFluUEaHDFaCtUTluMdJ0tyMm+fyVRIJxNeTWpGtENyfnr7P7OTWMG4DNe0xA==","signatures":[{"sig":"MEQCIDNfNROoN26DnsWrFAKf/+SNMIVEHjjgz9LB/2knvucrAiBhh5GMLOurOjX9L66NW5uhZ3N89pF87eiePhbF3Bv+og==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b5945932194195c50dd30aef577b9e66455102ad","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.2","@aztec/cli":"4.1.2","@aztec/p2p":"4.1.2","@aztec/pxe":"4.1.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.2","@aztec/bb.js":"4.1.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.2","@aztec/wallets":"4.1.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.2","@aztec/archiver":"4.1.2","@aztec/aztec.js":"4.1.2","@aztec/blob-lib":"4.1.2","@aztec/ethereum":"4.1.2","@aztec/kv-store":"4.1.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.2","@aztec/constants":"4.1.2","@aztec/simulator":"4.1.2","@aztec/aztec-node":"4.1.2","@aztec/foundation":"4.1.2","@aztec/wallet-sdk":"4.1.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.2","@aztec/entrypoints":"4.1.2","@aztec/epoch-cache":"4.1.2","@aztec/merkle-tree":"4.1.2","@aztec/prover-node":"4.1.2","@aztec/world-state":"4.1.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.2","@aztec/prover-client":"4.1.2","@aztec/noir-noirc_abi":"4.1.2","@aztec/sequencer-client":"4.1.2","@aztec/telemetry-client":"4.1.2","@aztec/validator-client":"4.1.2","@aztec/noir-contracts.js":"4.1.2","@aztec/protocol-contracts":"4.1.2","@aztec/validator-ha-signer":"4.1.2","@aztec/noir-test-contracts.js":"4.1.2","@aztec/noir-protocol-circuits-types":"4.1.2"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.2_1774536925877_0.38333594565724405","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-aztecnr-rc.2":{"name":"@aztec/end-to-end","version":"4.2.0-aztecnr-rc.2","_id":"@aztec/end-to-end@4.2.0-aztecnr-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ea81cc1d13d654ea502e68cbd06fdc5790ac9a36","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-aztecnr-rc.2.tgz","fileCount":280,"integrity":"sha512-RH+iHbG/vWMuSKSv8OttCVEiTTeq4Qxz841D/aN30+GpaqEYAGpSSEtBpF69jOZPoPRDZki+j4OsX/cslgDk0w==","signatures":[{"sig":"MEUCIQC8UIjS2eVFb7a0ESi3AxKZ5xrUpUo8g2AX3ku49Pk6pwIga6fln2JhV/7tNENpG8Jm4mnx3u0AukcSmE3xfIpgR3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097382},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a4701a61d886039b6b4e16ab9af3e06f331e2fc9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-aztecnr-rc.2","@aztec/cli":"4.2.0-aztecnr-rc.2","@aztec/p2p":"4.2.0-aztecnr-rc.2","@aztec/pxe":"4.2.0-aztecnr-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-aztecnr-rc.2","@aztec/bb.js":"4.2.0-aztecnr-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-aztecnr-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-aztecnr-rc.2","@aztec/wallets":"4.2.0-aztecnr-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-aztecnr-rc.2","@aztec/archiver":"4.2.0-aztecnr-rc.2","@aztec/aztec.js":"4.2.0-aztecnr-rc.2","@aztec/blob-lib":"4.2.0-aztecnr-rc.2","@aztec/ethereum":"4.2.0-aztecnr-rc.2","@aztec/kv-store":"4.2.0-aztecnr-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-aztecnr-rc.2","@aztec/constants":"4.2.0-aztecnr-rc.2","@aztec/simulator":"4.2.0-aztecnr-rc.2","@aztec/aztec-node":"4.2.0-aztecnr-rc.2","@aztec/foundation":"4.2.0-aztecnr-rc.2","@aztec/wallet-sdk":"4.2.0-aztecnr-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-aztecnr-rc.2","@aztec/entrypoints":"4.2.0-aztecnr-rc.2","@aztec/epoch-cache":"4.2.0-aztecnr-rc.2","@aztec/merkle-tree":"4.2.0-aztecnr-rc.2","@aztec/prover-node":"4.2.0-aztecnr-rc.2","@aztec/world-state":"4.2.0-aztecnr-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-aztecnr-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-aztecnr-rc.2","@aztec/prover-client":"4.2.0-aztecnr-rc.2","@aztec/noir-noirc_abi":"4.2.0-aztecnr-rc.2","@aztec/sequencer-client":"4.2.0-aztecnr-rc.2","@aztec/telemetry-client":"4.2.0-aztecnr-rc.2","@aztec/validator-client":"4.2.0-aztecnr-rc.2","@aztec/noir-contracts.js":"4.2.0-aztecnr-rc.2","@aztec/protocol-contracts":"4.2.0-aztecnr-rc.2","@aztec/validator-ha-signer":"4.2.0-aztecnr-rc.2","@aztec/noir-test-contracts.js":"4.2.0-aztecnr-rc.2","@aztec/noir-protocol-circuits-types":"4.2.0-aztecnr-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-aztecnr-rc.2_1774554376025_0.38347361552153303","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260327":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260327","_id":"@aztec/end-to-end@4.2.0-nightly.20260327","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"81f52da7985c920f74dfb561a1b79f8cd88de01d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260327.tgz","fileCount":280,"integrity":"sha512-JWZ1DLGM0+vJhT/PuHpZMlyceO2u+QeB1Y4v54/YjaXIu+oUpMbacyFcoLMgnqLDYsrrWjN3q84OBAcGHfV3UQ==","signatures":[{"sig":"MEUCIHfEZ7mr09+0fxgJFEvfAcvk/7NManJEe6/shL64nxsrAiEAqOzp8Gpl364TWveH6QcxIk6ZAHyI9utvjWQZVErGyMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097542},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a4701a61d886039b6b4e16ab9af3e06f331e2fc9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260327","@aztec/cli":"4.2.0-nightly.20260327","@aztec/p2p":"4.2.0-nightly.20260327","@aztec/pxe":"4.2.0-nightly.20260327","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260327","@aztec/bb.js":"4.2.0-nightly.20260327","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260327","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260327","@aztec/wallets":"4.2.0-nightly.20260327","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260327","@aztec/archiver":"4.2.0-nightly.20260327","@aztec/aztec.js":"4.2.0-nightly.20260327","@aztec/blob-lib":"4.2.0-nightly.20260327","@aztec/ethereum":"4.2.0-nightly.20260327","@aztec/kv-store":"4.2.0-nightly.20260327","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260327","@aztec/constants":"4.2.0-nightly.20260327","@aztec/simulator":"4.2.0-nightly.20260327","@aztec/aztec-node":"4.2.0-nightly.20260327","@aztec/foundation":"4.2.0-nightly.20260327","@aztec/wallet-sdk":"4.2.0-nightly.20260327","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260327","@aztec/entrypoints":"4.2.0-nightly.20260327","@aztec/epoch-cache":"4.2.0-nightly.20260327","@aztec/merkle-tree":"4.2.0-nightly.20260327","@aztec/prover-node":"4.2.0-nightly.20260327","@aztec/world-state":"4.2.0-nightly.20260327","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260327","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260327","@aztec/prover-client":"4.2.0-nightly.20260327","@aztec/noir-noirc_abi":"4.2.0-nightly.20260327","@aztec/sequencer-client":"4.2.0-nightly.20260327","@aztec/telemetry-client":"4.2.0-nightly.20260327","@aztec/validator-client":"4.2.0-nightly.20260327","@aztec/noir-contracts.js":"4.2.0-nightly.20260327","@aztec/protocol-contracts":"4.2.0-nightly.20260327","@aztec/validator-ha-signer":"4.2.0-nightly.20260327","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260327","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260327"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260327_1774590496056_0.8506052433926212","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260330":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260330","_id":"@aztec/end-to-end@4.2.0-nightly.20260330","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"21f0e1c7e06d6282ff42f7586c0f7388e5c1a008","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260330.tgz","fileCount":280,"integrity":"sha512-3gsswuv84ZFpe+l7iY0P6Af7EbSWCIlFF5bRTrHa0f/LvMvgWIe9xRKlEiuMt+4yytzisxR5RQzUgA5srzMDyA==","signatures":[{"sig":"MEUCIQDZ73Pg6tcTH17oIHgAmHjnOfrD6hYH9TsR2Hkk7ryuOAIgKa1jRFRvNjoljLZs0XiQ7WIsJf6vUDq0Ryv0h3Kl2WM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097542},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5152dd5d20d8a04e03dc0330017b0cb6a47d1c54","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260330","@aztec/cli":"4.2.0-nightly.20260330","@aztec/p2p":"4.2.0-nightly.20260330","@aztec/pxe":"4.2.0-nightly.20260330","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260330","@aztec/bb.js":"4.2.0-nightly.20260330","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260330","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260330","@aztec/wallets":"4.2.0-nightly.20260330","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260330","@aztec/archiver":"4.2.0-nightly.20260330","@aztec/aztec.js":"4.2.0-nightly.20260330","@aztec/blob-lib":"4.2.0-nightly.20260330","@aztec/ethereum":"4.2.0-nightly.20260330","@aztec/kv-store":"4.2.0-nightly.20260330","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260330","@aztec/constants":"4.2.0-nightly.20260330","@aztec/simulator":"4.2.0-nightly.20260330","@aztec/aztec-node":"4.2.0-nightly.20260330","@aztec/foundation":"4.2.0-nightly.20260330","@aztec/wallet-sdk":"4.2.0-nightly.20260330","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260330","@aztec/entrypoints":"4.2.0-nightly.20260330","@aztec/epoch-cache":"4.2.0-nightly.20260330","@aztec/merkle-tree":"4.2.0-nightly.20260330","@aztec/prover-node":"4.2.0-nightly.20260330","@aztec/world-state":"4.2.0-nightly.20260330","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260330","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260330","@aztec/prover-client":"4.2.0-nightly.20260330","@aztec/noir-noirc_abi":"4.2.0-nightly.20260330","@aztec/sequencer-client":"4.2.0-nightly.20260330","@aztec/telemetry-client":"4.2.0-nightly.20260330","@aztec/validator-client":"4.2.0-nightly.20260330","@aztec/noir-contracts.js":"4.2.0-nightly.20260330","@aztec/protocol-contracts":"4.2.0-nightly.20260330","@aztec/validator-ha-signer":"4.2.0-nightly.20260330","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260330","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260330"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260330_1774850337048_0.7485458949331818","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9ef841308":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9ef841308","_id":"@aztec/end-to-end@0.0.1-commit.9ef841308","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4055b68eeb7b051877b4a825b4db369426ca3a7e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9ef841308.tgz","fileCount":288,"integrity":"sha512-s/8KArmqncpK3A7Cspg6XT7PFQhMvF55cvAOaUukZaoVTMzJQfy8OgCdEt8OssAL7FlEUrCJ8S/OSYowQjgOaQ==","signatures":[{"sig":"MEUCIQDehsomwd9TH/DGAVRFVIAGxmegTdv7hrs+p0a61WnwvgIgW+1FyXOqcTyiJbO33EUZvNL30EoJW3k11y7MNE8wfTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9ef841308","@aztec/cli":"0.0.1-commit.9ef841308","@aztec/p2p":"0.0.1-commit.9ef841308","@aztec/pxe":"0.0.1-commit.9ef841308","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9ef841308","@aztec/bb.js":"0.0.1-commit.9ef841308","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9ef841308","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9ef841308","@aztec/wallets":"0.0.1-commit.9ef841308","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9ef841308","@aztec/archiver":"0.0.1-commit.9ef841308","@aztec/aztec.js":"0.0.1-commit.9ef841308","@aztec/blob-lib":"0.0.1-commit.9ef841308","@aztec/ethereum":"0.0.1-commit.9ef841308","@aztec/kv-store":"0.0.1-commit.9ef841308","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9ef841308","@aztec/constants":"0.0.1-commit.9ef841308","@aztec/simulator":"0.0.1-commit.9ef841308","@aztec/aztec-node":"0.0.1-commit.9ef841308","@aztec/foundation":"0.0.1-commit.9ef841308","@aztec/wallet-sdk":"0.0.1-commit.9ef841308","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9ef841308","@aztec/entrypoints":"0.0.1-commit.9ef841308","@aztec/epoch-cache":"0.0.1-commit.9ef841308","@aztec/prover-node":"0.0.1-commit.9ef841308","@aztec/world-state":"0.0.1-commit.9ef841308","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9ef841308","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9ef841308","@aztec/prover-client":"0.0.1-commit.9ef841308","@aztec/noir-noirc_abi":"0.0.1-commit.9ef841308","@aztec/sequencer-client":"0.0.1-commit.9ef841308","@aztec/telemetry-client":"0.0.1-commit.9ef841308","@aztec/validator-client":"0.0.1-commit.9ef841308","@aztec/noir-contracts.js":"0.0.1-commit.9ef841308","@aztec/protocol-contracts":"0.0.1-commit.9ef841308","@aztec/validator-ha-signer":"0.0.1-commit.9ef841308","@aztec/noir-test-contracts.js":"0.0.1-commit.9ef841308","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9ef841308"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9ef841308_1774887072977_0.23608750472378692","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6bd18f1aa":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6bd18f1aa","_id":"@aztec/end-to-end@0.0.1-commit.6bd18f1aa","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"672a69d507b657b002506dbfaed2a32e96bc9429","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6bd18f1aa.tgz","fileCount":288,"integrity":"sha512-8tZ0pRk2NcjM8NUrRRW+tpF55tW7r74zFA8/k/Pa30Vf+tUVjxDS8/BvTy4/ofoVzqdTaOqVAZ23yL0KgIPUCA==","signatures":[{"sig":"MEUCICXhMsIZRz3BAHpd3OClvxyZ/AxP3YfZsmg5etQ8YX7vAiEAsAUhvMJtxRIJQGuAqGj14ff10nAvtq92MWAwBUBafgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6bd18f1aa","@aztec/cli":"0.0.1-commit.6bd18f1aa","@aztec/p2p":"0.0.1-commit.6bd18f1aa","@aztec/pxe":"0.0.1-commit.6bd18f1aa","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6bd18f1aa","@aztec/bb.js":"0.0.1-commit.6bd18f1aa","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6bd18f1aa","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6bd18f1aa","@aztec/wallets":"0.0.1-commit.6bd18f1aa","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6bd18f1aa","@aztec/archiver":"0.0.1-commit.6bd18f1aa","@aztec/aztec.js":"0.0.1-commit.6bd18f1aa","@aztec/blob-lib":"0.0.1-commit.6bd18f1aa","@aztec/ethereum":"0.0.1-commit.6bd18f1aa","@aztec/kv-store":"0.0.1-commit.6bd18f1aa","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6bd18f1aa","@aztec/constants":"0.0.1-commit.6bd18f1aa","@aztec/simulator":"0.0.1-commit.6bd18f1aa","@aztec/aztec-node":"0.0.1-commit.6bd18f1aa","@aztec/foundation":"0.0.1-commit.6bd18f1aa","@aztec/wallet-sdk":"0.0.1-commit.6bd18f1aa","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6bd18f1aa","@aztec/entrypoints":"0.0.1-commit.6bd18f1aa","@aztec/epoch-cache":"0.0.1-commit.6bd18f1aa","@aztec/prover-node":"0.0.1-commit.6bd18f1aa","@aztec/world-state":"0.0.1-commit.6bd18f1aa","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6bd18f1aa","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6bd18f1aa","@aztec/prover-client":"0.0.1-commit.6bd18f1aa","@aztec/noir-noirc_abi":"0.0.1-commit.6bd18f1aa","@aztec/sequencer-client":"0.0.1-commit.6bd18f1aa","@aztec/telemetry-client":"0.0.1-commit.6bd18f1aa","@aztec/validator-client":"0.0.1-commit.6bd18f1aa","@aztec/noir-contracts.js":"0.0.1-commit.6bd18f1aa","@aztec/protocol-contracts":"0.0.1-commit.6bd18f1aa","@aztec/validator-ha-signer":"0.0.1-commit.6bd18f1aa","@aztec/noir-test-contracts.js":"0.0.1-commit.6bd18f1aa","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6bd18f1aa"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6bd18f1aa_1774890388172_0.20675637212246767","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260331":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260331","_id":"@aztec/end-to-end@5.0.0-nightly.20260331","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f115fdc747cddc1968801aa8538aa39e4f05994a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260331.tgz","fileCount":288,"integrity":"sha512-QgO1zxo3mlnGrzR1wtcnwTtmyCzLhn4ZG1p5WS0jbwOH57xBrM3HXYE11flaAlg5a+Ctas3X/ePYF3qG8/BrdA==","signatures":[{"sig":"MEUCICubKpIuvjuAOIXKscIbC8XmEAo0IzvJ7nMYma71jKSVAiEA1HMDPyL3pjoIF8p4y1Igyvw/mtc64S6ItGc4WXBRq3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260331","@aztec/cli":"5.0.0-nightly.20260331","@aztec/p2p":"5.0.0-nightly.20260331","@aztec/pxe":"5.0.0-nightly.20260331","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260331","@aztec/bb.js":"5.0.0-nightly.20260331","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260331","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260331","@aztec/wallets":"5.0.0-nightly.20260331","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260331","@aztec/archiver":"5.0.0-nightly.20260331","@aztec/aztec.js":"5.0.0-nightly.20260331","@aztec/blob-lib":"5.0.0-nightly.20260331","@aztec/ethereum":"5.0.0-nightly.20260331","@aztec/kv-store":"5.0.0-nightly.20260331","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260331","@aztec/constants":"5.0.0-nightly.20260331","@aztec/simulator":"5.0.0-nightly.20260331","@aztec/aztec-node":"5.0.0-nightly.20260331","@aztec/foundation":"5.0.0-nightly.20260331","@aztec/wallet-sdk":"5.0.0-nightly.20260331","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260331","@aztec/entrypoints":"5.0.0-nightly.20260331","@aztec/epoch-cache":"5.0.0-nightly.20260331","@aztec/prover-node":"5.0.0-nightly.20260331","@aztec/world-state":"5.0.0-nightly.20260331","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260331","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260331","@aztec/prover-client":"5.0.0-nightly.20260331","@aztec/noir-noirc_abi":"5.0.0-nightly.20260331","@aztec/sequencer-client":"5.0.0-nightly.20260331","@aztec/telemetry-client":"5.0.0-nightly.20260331","@aztec/validator-client":"5.0.0-nightly.20260331","@aztec/noir-contracts.js":"5.0.0-nightly.20260331","@aztec/protocol-contracts":"5.0.0-nightly.20260331","@aztec/validator-ha-signer":"5.0.0-nightly.20260331","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260331","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260331"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260331_1774927223517_0.23004391620526832","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260331":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260331","_id":"@aztec/end-to-end@4.2.0-nightly.20260331","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f43599c451add2f5e3a906dfb94073ce530f66df","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260331.tgz","fileCount":280,"integrity":"sha512-lj/XZcwVL5a3L93cf/OjMTfClctoOC0G/UzkbkpHOBdsv6czytxVL466u9SkFDkunPs6oGvNKAKU7bQ628k3kQ==","signatures":[{"sig":"MEQCIDslvV9rv8Rc3nric1MW+L8WswLXTciyzR3O7WsJpCmnAiB5iItoCZVYJ90MSH4z2Cy4Hy3QF2OVJ+zyluUWpvdPkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"4ffd56d47118667306ca85cfca6c57b82c5244c9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260331","@aztec/cli":"4.2.0-nightly.20260331","@aztec/p2p":"4.2.0-nightly.20260331","@aztec/pxe":"4.2.0-nightly.20260331","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260331","@aztec/bb.js":"4.2.0-nightly.20260331","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260331","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260331","@aztec/wallets":"4.2.0-nightly.20260331","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260331","@aztec/archiver":"4.2.0-nightly.20260331","@aztec/aztec.js":"4.2.0-nightly.20260331","@aztec/blob-lib":"4.2.0-nightly.20260331","@aztec/ethereum":"4.2.0-nightly.20260331","@aztec/kv-store":"4.2.0-nightly.20260331","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260331","@aztec/constants":"4.2.0-nightly.20260331","@aztec/simulator":"4.2.0-nightly.20260331","@aztec/aztec-node":"4.2.0-nightly.20260331","@aztec/foundation":"4.2.0-nightly.20260331","@aztec/wallet-sdk":"4.2.0-nightly.20260331","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260331","@aztec/entrypoints":"4.2.0-nightly.20260331","@aztec/epoch-cache":"4.2.0-nightly.20260331","@aztec/merkle-tree":"4.2.0-nightly.20260331","@aztec/prover-node":"4.2.0-nightly.20260331","@aztec/world-state":"4.2.0-nightly.20260331","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260331","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260331","@aztec/prover-client":"4.2.0-nightly.20260331","@aztec/noir-noirc_abi":"4.2.0-nightly.20260331","@aztec/sequencer-client":"4.2.0-nightly.20260331","@aztec/telemetry-client":"4.2.0-nightly.20260331","@aztec/validator-client":"4.2.0-nightly.20260331","@aztec/noir-contracts.js":"4.2.0-nightly.20260331","@aztec/protocol-contracts":"4.2.0-nightly.20260331","@aztec/validator-ha-signer":"4.2.0-nightly.20260331","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260331","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260331"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260331_1774936116711_0.8771837909443894","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260401":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260401","_id":"@aztec/end-to-end@5.0.0-nightly.20260401","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8e8317d25d9e2e23df57e27eb2d38ac0b373b4cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260401.tgz","fileCount":288,"integrity":"sha512-+lBhCEX0i+H+k3nZuM09EO/aRvVhBmN49A7JgmYJZDLl2PnGtKuHCOy0IYW4eN8ipL3JyuU9We2ViVwbygF9IA==","signatures":[{"sig":"MEQCIH3m2gU9Qnp4TfbgdY+0g74BanF471AshoYjbg0UhKzoAiAdZJhoN8yumvCckcRGM1LutLmbqb4q6q4Q4u8lKMCaOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260401","@aztec/cli":"5.0.0-nightly.20260401","@aztec/p2p":"5.0.0-nightly.20260401","@aztec/pxe":"5.0.0-nightly.20260401","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260401","@aztec/bb.js":"5.0.0-nightly.20260401","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260401","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260401","@aztec/wallets":"5.0.0-nightly.20260401","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260401","@aztec/archiver":"5.0.0-nightly.20260401","@aztec/aztec.js":"5.0.0-nightly.20260401","@aztec/blob-lib":"5.0.0-nightly.20260401","@aztec/ethereum":"5.0.0-nightly.20260401","@aztec/kv-store":"5.0.0-nightly.20260401","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260401","@aztec/constants":"5.0.0-nightly.20260401","@aztec/simulator":"5.0.0-nightly.20260401","@aztec/aztec-node":"5.0.0-nightly.20260401","@aztec/foundation":"5.0.0-nightly.20260401","@aztec/wallet-sdk":"5.0.0-nightly.20260401","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260401","@aztec/entrypoints":"5.0.0-nightly.20260401","@aztec/epoch-cache":"5.0.0-nightly.20260401","@aztec/prover-node":"5.0.0-nightly.20260401","@aztec/world-state":"5.0.0-nightly.20260401","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260401","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260401","@aztec/prover-client":"5.0.0-nightly.20260401","@aztec/noir-noirc_abi":"5.0.0-nightly.20260401","@aztec/sequencer-client":"5.0.0-nightly.20260401","@aztec/telemetry-client":"5.0.0-nightly.20260401","@aztec/validator-client":"5.0.0-nightly.20260401","@aztec/noir-contracts.js":"5.0.0-nightly.20260401","@aztec/protocol-contracts":"5.0.0-nightly.20260401","@aztec/validator-ha-signer":"5.0.0-nightly.20260401","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260401","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260401"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260401_1775013853674_0.22693604130748968","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260401":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260401","_id":"@aztec/end-to-end@4.2.0-nightly.20260401","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4ba3073dc309b9423c3608c99551f9a03391fcd4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260401.tgz","fileCount":280,"integrity":"sha512-rofyKGv7/gzKUUfkDPFLVWueGi7szqRYlHWa2vGFiaAdr1AutQbfRCDek0jG6f5ekt2Sl8f7/swWgwH4BfyVag==","signatures":[{"sig":"MEUCIAwefF9XbVITMPgALWglIuJhHS+aC3PdU418wyXu8WWXAiEA3fvALJKOHlroBsrPymaOQrOECgMu76nUYVZdvL4z2eU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3b97770f9af6015b6c2ef1fb5bc7bb0bc9f0c076","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260401","@aztec/cli":"4.2.0-nightly.20260401","@aztec/p2p":"4.2.0-nightly.20260401","@aztec/pxe":"4.2.0-nightly.20260401","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260401","@aztec/bb.js":"4.2.0-nightly.20260401","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260401","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260401","@aztec/wallets":"4.2.0-nightly.20260401","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260401","@aztec/archiver":"4.2.0-nightly.20260401","@aztec/aztec.js":"4.2.0-nightly.20260401","@aztec/blob-lib":"4.2.0-nightly.20260401","@aztec/ethereum":"4.2.0-nightly.20260401","@aztec/kv-store":"4.2.0-nightly.20260401","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260401","@aztec/constants":"4.2.0-nightly.20260401","@aztec/simulator":"4.2.0-nightly.20260401","@aztec/aztec-node":"4.2.0-nightly.20260401","@aztec/foundation":"4.2.0-nightly.20260401","@aztec/wallet-sdk":"4.2.0-nightly.20260401","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260401","@aztec/entrypoints":"4.2.0-nightly.20260401","@aztec/epoch-cache":"4.2.0-nightly.20260401","@aztec/merkle-tree":"4.2.0-nightly.20260401","@aztec/prover-node":"4.2.0-nightly.20260401","@aztec/world-state":"4.2.0-nightly.20260401","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260401","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260401","@aztec/prover-client":"4.2.0-nightly.20260401","@aztec/noir-noirc_abi":"4.2.0-nightly.20260401","@aztec/sequencer-client":"4.2.0-nightly.20260401","@aztec/telemetry-client":"4.2.0-nightly.20260401","@aztec/validator-client":"4.2.0-nightly.20260401","@aztec/noir-contracts.js":"4.2.0-nightly.20260401","@aztec/protocol-contracts":"4.2.0-nightly.20260401","@aztec/validator-ha-signer":"4.2.0-nightly.20260401","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260401","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260401"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260401_1775022981704_0.516223075330003","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f5d02921e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f5d02921e","_id":"@aztec/end-to-end@0.0.1-commit.f5d02921e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f2ada8acd8685a9b8d8012b4e94f5017bfddcf0d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f5d02921e.tgz","fileCount":288,"integrity":"sha512-qsHn7Y+YfTeDABddGNemQ4z7jzkUc/jUEOsOB6BvKndKUTcLoHyReXTUhubkt8FPBeFPc1RGH9jwviMGrjiWpA==","signatures":[{"sig":"MEQCIASLXUV+tQeseoSbFVsAp4TMHr8SukAZ1o50UZAWj+V2AiAbjggX7Idf6YzA806YydgbIT1R2aL5qul8hHrdg1766g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f5d02921e","@aztec/cli":"0.0.1-commit.f5d02921e","@aztec/p2p":"0.0.1-commit.f5d02921e","@aztec/pxe":"0.0.1-commit.f5d02921e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f5d02921e","@aztec/bb.js":"0.0.1-commit.f5d02921e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f5d02921e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f5d02921e","@aztec/wallets":"0.0.1-commit.f5d02921e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f5d02921e","@aztec/archiver":"0.0.1-commit.f5d02921e","@aztec/aztec.js":"0.0.1-commit.f5d02921e","@aztec/blob-lib":"0.0.1-commit.f5d02921e","@aztec/ethereum":"0.0.1-commit.f5d02921e","@aztec/kv-store":"0.0.1-commit.f5d02921e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f5d02921e","@aztec/constants":"0.0.1-commit.f5d02921e","@aztec/simulator":"0.0.1-commit.f5d02921e","@aztec/aztec-node":"0.0.1-commit.f5d02921e","@aztec/foundation":"0.0.1-commit.f5d02921e","@aztec/wallet-sdk":"0.0.1-commit.f5d02921e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f5d02921e","@aztec/entrypoints":"0.0.1-commit.f5d02921e","@aztec/epoch-cache":"0.0.1-commit.f5d02921e","@aztec/prover-node":"0.0.1-commit.f5d02921e","@aztec/world-state":"0.0.1-commit.f5d02921e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f5d02921e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f5d02921e","@aztec/prover-client":"0.0.1-commit.f5d02921e","@aztec/noir-noirc_abi":"0.0.1-commit.f5d02921e","@aztec/sequencer-client":"0.0.1-commit.f5d02921e","@aztec/telemetry-client":"0.0.1-commit.f5d02921e","@aztec/validator-client":"0.0.1-commit.f5d02921e","@aztec/noir-contracts.js":"0.0.1-commit.f5d02921e","@aztec/protocol-contracts":"0.0.1-commit.f5d02921e","@aztec/validator-ha-signer":"0.0.1-commit.f5d02921e","@aztec/noir-test-contracts.js":"0.0.1-commit.f5d02921e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f5d02921e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f5d02921e_1775042247253_0.26895057922131804","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f1b29a41e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f1b29a41e","_id":"@aztec/end-to-end@0.0.1-commit.f1b29a41e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fb85ea3c5e3a13635b9fc0887c32ccbca3b0d7fb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f1b29a41e.tgz","fileCount":288,"integrity":"sha512-YQuCIqRDK5IHTr0LhCqy+tS18tVgZacDYEA5LGk7RdJoa7ELnZxXIxPG/NY8uIe71nD6mD3/fvpkPl3IRKJs+Q==","signatures":[{"sig":"MEUCIQDOeKqgfe05SF1HasXClbGIBedeEoOzz8DC4UPMeoJMmgIgC0Ij3MVzUIYXVOc2Xv6UKGF4MZHOv1kqS3XREbNUysg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f1b29a41e","@aztec/cli":"0.0.1-commit.f1b29a41e","@aztec/p2p":"0.0.1-commit.f1b29a41e","@aztec/pxe":"0.0.1-commit.f1b29a41e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f1b29a41e","@aztec/bb.js":"0.0.1-commit.f1b29a41e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f1b29a41e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f1b29a41e","@aztec/wallets":"0.0.1-commit.f1b29a41e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f1b29a41e","@aztec/archiver":"0.0.1-commit.f1b29a41e","@aztec/aztec.js":"0.0.1-commit.f1b29a41e","@aztec/blob-lib":"0.0.1-commit.f1b29a41e","@aztec/ethereum":"0.0.1-commit.f1b29a41e","@aztec/kv-store":"0.0.1-commit.f1b29a41e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f1b29a41e","@aztec/constants":"0.0.1-commit.f1b29a41e","@aztec/simulator":"0.0.1-commit.f1b29a41e","@aztec/aztec-node":"0.0.1-commit.f1b29a41e","@aztec/foundation":"0.0.1-commit.f1b29a41e","@aztec/wallet-sdk":"0.0.1-commit.f1b29a41e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f1b29a41e","@aztec/entrypoints":"0.0.1-commit.f1b29a41e","@aztec/epoch-cache":"0.0.1-commit.f1b29a41e","@aztec/prover-node":"0.0.1-commit.f1b29a41e","@aztec/world-state":"0.0.1-commit.f1b29a41e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f1b29a41e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f1b29a41e","@aztec/prover-client":"0.0.1-commit.f1b29a41e","@aztec/noir-noirc_abi":"0.0.1-commit.f1b29a41e","@aztec/sequencer-client":"0.0.1-commit.f1b29a41e","@aztec/telemetry-client":"0.0.1-commit.f1b29a41e","@aztec/validator-client":"0.0.1-commit.f1b29a41e","@aztec/noir-contracts.js":"0.0.1-commit.f1b29a41e","@aztec/protocol-contracts":"0.0.1-commit.f1b29a41e","@aztec/validator-ha-signer":"0.0.1-commit.f1b29a41e","@aztec/noir-test-contracts.js":"0.0.1-commit.f1b29a41e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f1b29a41e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f1b29a41e_1775047708462_0.08095688879964058","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2d9cb6034":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2d9cb6034","_id":"@aztec/end-to-end@0.0.1-commit.2d9cb6034","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5c572e9223256111d346e28406155d8476b0d352","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2d9cb6034.tgz","fileCount":288,"integrity":"sha512-WMmoPAolSUvuQZKMuLaa8iF5H/fhNAZRDdvJdgO4gg5mWb5/nNmJ96cZ+dK2JryYrLNbyw+eHNIpbhpF8Ir9bA==","signatures":[{"sig":"MEUCIQCuXE/fBkLiVsobNy33oP44KSJSOMKolPC8QBIW8rR8gwIgMrMdGbGl1bsHmZP1tJdNYogtZ6ax/kJWEFRKk4Q/Zwg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128771},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2d9cb6034","@aztec/cli":"0.0.1-commit.2d9cb6034","@aztec/p2p":"0.0.1-commit.2d9cb6034","@aztec/pxe":"0.0.1-commit.2d9cb6034","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2d9cb6034","@aztec/bb.js":"0.0.1-commit.2d9cb6034","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2d9cb6034","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2d9cb6034","@aztec/wallets":"0.0.1-commit.2d9cb6034","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2d9cb6034","@aztec/archiver":"0.0.1-commit.2d9cb6034","@aztec/aztec.js":"0.0.1-commit.2d9cb6034","@aztec/blob-lib":"0.0.1-commit.2d9cb6034","@aztec/ethereum":"0.0.1-commit.2d9cb6034","@aztec/kv-store":"0.0.1-commit.2d9cb6034","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2d9cb6034","@aztec/constants":"0.0.1-commit.2d9cb6034","@aztec/simulator":"0.0.1-commit.2d9cb6034","@aztec/aztec-node":"0.0.1-commit.2d9cb6034","@aztec/foundation":"0.0.1-commit.2d9cb6034","@aztec/wallet-sdk":"0.0.1-commit.2d9cb6034","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2d9cb6034","@aztec/entrypoints":"0.0.1-commit.2d9cb6034","@aztec/epoch-cache":"0.0.1-commit.2d9cb6034","@aztec/prover-node":"0.0.1-commit.2d9cb6034","@aztec/world-state":"0.0.1-commit.2d9cb6034","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2d9cb6034","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2d9cb6034","@aztec/prover-client":"0.0.1-commit.2d9cb6034","@aztec/noir-noirc_abi":"0.0.1-commit.2d9cb6034","@aztec/sequencer-client":"0.0.1-commit.2d9cb6034","@aztec/telemetry-client":"0.0.1-commit.2d9cb6034","@aztec/validator-client":"0.0.1-commit.2d9cb6034","@aztec/noir-contracts.js":"0.0.1-commit.2d9cb6034","@aztec/protocol-contracts":"0.0.1-commit.2d9cb6034","@aztec/validator-ha-signer":"0.0.1-commit.2d9cb6034","@aztec/noir-test-contracts.js":"0.0.1-commit.2d9cb6034","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2d9cb6034"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2d9cb6034_1775053917689_0.9492947663632221","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260402":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260402","_id":"@aztec/end-to-end@5.0.0-nightly.20260402","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"798b545b484e4ca4933008a3bf994ac1ba4862dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260402.tgz","fileCount":288,"integrity":"sha512-mmcozQqhO6nIYyab7AbiAF1Vxy6oIenEcby8yqPoXIiv8EomdO3gqwh4r42xBlUDHnha2se4x29X+MGRnSI23w==","signatures":[{"sig":"MEYCIQDn7yFRbUmL/N1pg1UReFrWQlL7mbHK7M9dj3fYBmZPDgIhAOw6gYdi9Vucel41GLvvP6cAofEvLd4NTyCPCDWUUEvH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260402","@aztec/cli":"5.0.0-nightly.20260402","@aztec/p2p":"5.0.0-nightly.20260402","@aztec/pxe":"5.0.0-nightly.20260402","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260402","@aztec/bb.js":"5.0.0-nightly.20260402","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260402","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260402","@aztec/wallets":"5.0.0-nightly.20260402","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260402","@aztec/archiver":"5.0.0-nightly.20260402","@aztec/aztec.js":"5.0.0-nightly.20260402","@aztec/blob-lib":"5.0.0-nightly.20260402","@aztec/ethereum":"5.0.0-nightly.20260402","@aztec/kv-store":"5.0.0-nightly.20260402","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260402","@aztec/constants":"5.0.0-nightly.20260402","@aztec/simulator":"5.0.0-nightly.20260402","@aztec/aztec-node":"5.0.0-nightly.20260402","@aztec/foundation":"5.0.0-nightly.20260402","@aztec/wallet-sdk":"5.0.0-nightly.20260402","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260402","@aztec/entrypoints":"5.0.0-nightly.20260402","@aztec/epoch-cache":"5.0.0-nightly.20260402","@aztec/prover-node":"5.0.0-nightly.20260402","@aztec/world-state":"5.0.0-nightly.20260402","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260402","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260402","@aztec/prover-client":"5.0.0-nightly.20260402","@aztec/noir-noirc_abi":"5.0.0-nightly.20260402","@aztec/sequencer-client":"5.0.0-nightly.20260402","@aztec/telemetry-client":"5.0.0-nightly.20260402","@aztec/validator-client":"5.0.0-nightly.20260402","@aztec/noir-contracts.js":"5.0.0-nightly.20260402","@aztec/protocol-contracts":"5.0.0-nightly.20260402","@aztec/validator-ha-signer":"5.0.0-nightly.20260402","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260402","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260402"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260402_1775099997587_0.19493579946925266","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260402":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260402","_id":"@aztec/end-to-end@4.2.0-nightly.20260402","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"97b7aa955f9844a65bad2e6ca7e6ada6326ec6ce","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260402.tgz","fileCount":280,"integrity":"sha512-JGvksjUyVvljr9VUBf4aF/MtApo7Nph39kL+q9XgPfZ8uJolQNbLzA5Xkj+2y/UVC8aeqhZHaVyfDJpdFY0xzA==","signatures":[{"sig":"MEQCID6l64kZljIZB22K7EWsBruwHZ46axgCv8g0h9H8IOnWAiBmILj1OkRv0pD3GbSK4lR5juuPJPdDVetS2ZbU9w9gbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2821640a59b4eeff6b12e0a195a0fc3960eef899","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260402","@aztec/cli":"4.2.0-nightly.20260402","@aztec/p2p":"4.2.0-nightly.20260402","@aztec/pxe":"4.2.0-nightly.20260402","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260402","@aztec/bb.js":"4.2.0-nightly.20260402","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260402","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260402","@aztec/wallets":"4.2.0-nightly.20260402","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260402","@aztec/archiver":"4.2.0-nightly.20260402","@aztec/aztec.js":"4.2.0-nightly.20260402","@aztec/blob-lib":"4.2.0-nightly.20260402","@aztec/ethereum":"4.2.0-nightly.20260402","@aztec/kv-store":"4.2.0-nightly.20260402","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260402","@aztec/constants":"4.2.0-nightly.20260402","@aztec/simulator":"4.2.0-nightly.20260402","@aztec/aztec-node":"4.2.0-nightly.20260402","@aztec/foundation":"4.2.0-nightly.20260402","@aztec/wallet-sdk":"4.2.0-nightly.20260402","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260402","@aztec/entrypoints":"4.2.0-nightly.20260402","@aztec/epoch-cache":"4.2.0-nightly.20260402","@aztec/merkle-tree":"4.2.0-nightly.20260402","@aztec/prover-node":"4.2.0-nightly.20260402","@aztec/world-state":"4.2.0-nightly.20260402","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260402","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260402","@aztec/prover-client":"4.2.0-nightly.20260402","@aztec/noir-noirc_abi":"4.2.0-nightly.20260402","@aztec/sequencer-client":"4.2.0-nightly.20260402","@aztec/telemetry-client":"4.2.0-nightly.20260402","@aztec/validator-client":"4.2.0-nightly.20260402","@aztec/noir-contracts.js":"4.2.0-nightly.20260402","@aztec/protocol-contracts":"4.2.0-nightly.20260402","@aztec/validator-ha-signer":"4.2.0-nightly.20260402","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260402","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260402"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260402_1775108883555_0.5075444349943683","host":"s3://npm-registry-packages-npm-production"}},"4.1.3":{"name":"@aztec/end-to-end","version":"4.1.3","_id":"@aztec/end-to-end@4.1.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f46e1c40e2e9cad20d1b4d2b26f92143cdc7c027","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.1.3.tgz","fileCount":280,"integrity":"sha512-EMQWaSSu3Y/tXS/+yiZfaloEhJ3xJcUVqKJEViBDSfF2xldsRuxq8vCAt/rT+i6mUmOuiKKZ+rXXfPRP2JZRWw==","signatures":[{"sig":"MEUCIQDRXDFroug0SFARN0RjAV1AOd4l3NZssNlS8Nen86WMkwIgZkdXRVB4McmzDcRS1TMdGEaEqgcB5xsLX769srjQh3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37090947},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"e696cf677877d88626834b117a19b7db06bef217","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.1.3","@aztec/cli":"4.1.3","@aztec/p2p":"4.1.3","@aztec/pxe":"4.1.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.1.3","@aztec/bb.js":"4.1.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.1.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.1.3","@aztec/wallets":"4.1.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.1.3","@aztec/archiver":"4.1.3","@aztec/aztec.js":"4.1.3","@aztec/blob-lib":"4.1.3","@aztec/ethereum":"4.1.3","@aztec/kv-store":"4.1.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.1.3","@aztec/constants":"4.1.3","@aztec/simulator":"4.1.3","@aztec/aztec-node":"4.1.3","@aztec/foundation":"4.1.3","@aztec/wallet-sdk":"4.1.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.1.3","@aztec/entrypoints":"4.1.3","@aztec/epoch-cache":"4.1.3","@aztec/merkle-tree":"4.1.3","@aztec/prover-node":"4.1.3","@aztec/world-state":"4.1.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.1.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.1.3","@aztec/prover-client":"4.1.3","@aztec/noir-noirc_abi":"4.1.3","@aztec/sequencer-client":"4.1.3","@aztec/telemetry-client":"4.1.3","@aztec/validator-client":"4.1.3","@aztec/noir-contracts.js":"4.1.3","@aztec/protocol-contracts":"4.1.3","@aztec/validator-ha-signer":"4.1.3","@aztec/noir-test-contracts.js":"4.1.3","@aztec/noir-protocol-circuits-types":"4.1.3"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.1.3_1775140971111_0.2675963537848902","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260403":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260403","_id":"@aztec/end-to-end@5.0.0-nightly.20260403","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f35479b8aa1c363aa018b20950a30f8515f26a8f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260403.tgz","fileCount":288,"integrity":"sha512-cTAGfcA+LWAQ3BPa2+kZnowQLC0U3GSVY70GP+KpgNbDKJJE3fYcn07X5eWos7o3xEx/gyMNBgf/IyzYI632Kg==","signatures":[{"sig":"MEUCIQDg9Nyndn8eKlA2F50ltpajzjGd/bTz29bOezi+peyW+wIgOJhmf1vItmWmEooQRcBJkCYppCc0IgYcOkB5xmWExNI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260403","@aztec/cli":"5.0.0-nightly.20260403","@aztec/p2p":"5.0.0-nightly.20260403","@aztec/pxe":"5.0.0-nightly.20260403","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260403","@aztec/bb.js":"5.0.0-nightly.20260403","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260403","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260403","@aztec/wallets":"5.0.0-nightly.20260403","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260403","@aztec/archiver":"5.0.0-nightly.20260403","@aztec/aztec.js":"5.0.0-nightly.20260403","@aztec/blob-lib":"5.0.0-nightly.20260403","@aztec/ethereum":"5.0.0-nightly.20260403","@aztec/kv-store":"5.0.0-nightly.20260403","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260403","@aztec/constants":"5.0.0-nightly.20260403","@aztec/simulator":"5.0.0-nightly.20260403","@aztec/aztec-node":"5.0.0-nightly.20260403","@aztec/foundation":"5.0.0-nightly.20260403","@aztec/wallet-sdk":"5.0.0-nightly.20260403","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260403","@aztec/entrypoints":"5.0.0-nightly.20260403","@aztec/epoch-cache":"5.0.0-nightly.20260403","@aztec/prover-node":"5.0.0-nightly.20260403","@aztec/world-state":"5.0.0-nightly.20260403","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260403","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260403","@aztec/prover-client":"5.0.0-nightly.20260403","@aztec/noir-noirc_abi":"5.0.0-nightly.20260403","@aztec/sequencer-client":"5.0.0-nightly.20260403","@aztec/telemetry-client":"5.0.0-nightly.20260403","@aztec/validator-client":"5.0.0-nightly.20260403","@aztec/noir-contracts.js":"5.0.0-nightly.20260403","@aztec/protocol-contracts":"5.0.0-nightly.20260403","@aztec/validator-ha-signer":"5.0.0-nightly.20260403","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260403","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260403"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260403_1775186598251_0.783464395031517","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260403":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260403","_id":"@aztec/end-to-end@4.2.0-nightly.20260403","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4f078f87a86925965c32c67c124ccb2b7fe4dcf7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260403.tgz","fileCount":280,"integrity":"sha512-VflUxAtSgAuoAILWTrTZyPiTRAFtFkAiDNj0jLn+P8H87RfOjBF8UNVaKk1c5Nhk5Iz0ptQEJSGUQStFTcVzyg==","signatures":[{"sig":"MEYCIQDJSPkgZyzdyRArUofFxI6FsPZLgZJ4Su+0Ca7fg8exKQIhALnRbeX1k/ph0hUBHPb6mfpKsDNw8huqmSjJclOfD4JG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260403","@aztec/cli":"4.2.0-nightly.20260403","@aztec/p2p":"4.2.0-nightly.20260403","@aztec/pxe":"4.2.0-nightly.20260403","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260403","@aztec/bb.js":"4.2.0-nightly.20260403","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260403","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260403","@aztec/wallets":"4.2.0-nightly.20260403","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260403","@aztec/archiver":"4.2.0-nightly.20260403","@aztec/aztec.js":"4.2.0-nightly.20260403","@aztec/blob-lib":"4.2.0-nightly.20260403","@aztec/ethereum":"4.2.0-nightly.20260403","@aztec/kv-store":"4.2.0-nightly.20260403","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260403","@aztec/constants":"4.2.0-nightly.20260403","@aztec/simulator":"4.2.0-nightly.20260403","@aztec/aztec-node":"4.2.0-nightly.20260403","@aztec/foundation":"4.2.0-nightly.20260403","@aztec/wallet-sdk":"4.2.0-nightly.20260403","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260403","@aztec/entrypoints":"4.2.0-nightly.20260403","@aztec/epoch-cache":"4.2.0-nightly.20260403","@aztec/merkle-tree":"4.2.0-nightly.20260403","@aztec/prover-node":"4.2.0-nightly.20260403","@aztec/world-state":"4.2.0-nightly.20260403","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260403","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260403","@aztec/prover-client":"4.2.0-nightly.20260403","@aztec/noir-noirc_abi":"4.2.0-nightly.20260403","@aztec/sequencer-client":"4.2.0-nightly.20260403","@aztec/telemetry-client":"4.2.0-nightly.20260403","@aztec/validator-client":"4.2.0-nightly.20260403","@aztec/noir-contracts.js":"4.2.0-nightly.20260403","@aztec/protocol-contracts":"4.2.0-nightly.20260403","@aztec/validator-ha-signer":"4.2.0-nightly.20260403","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260403","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260403"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260403_1775195273527_0.9102914265526874","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e588bc7e5":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e588bc7e5","_id":"@aztec/end-to-end@0.0.1-commit.e588bc7e5","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3f8e5c3be5dde5e8ef213dd1b366883adb26d1ac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e588bc7e5.tgz","fileCount":288,"integrity":"sha512-dR3UgxMUloJ42CUuNoAaxZdwEQLLzwfv3dyIaa3VhjMw+DhKAepq+qQrc93qUpJbnEh33+ZMH8OY6+aef5mcJg==","signatures":[{"sig":"MEYCIQCWbUeF4YeH9Z3BAoCHw4xYvOKn0LjpOR04Ev/Vwg0xzgIhAMl9+KYZcThTGCuFHBSTDRjysVqR1wPljEBEY0cJnwqe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e588bc7e5","@aztec/cli":"0.0.1-commit.e588bc7e5","@aztec/p2p":"0.0.1-commit.e588bc7e5","@aztec/pxe":"0.0.1-commit.e588bc7e5","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e588bc7e5","@aztec/bb.js":"0.0.1-commit.e588bc7e5","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e588bc7e5","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e588bc7e5","@aztec/wallets":"0.0.1-commit.e588bc7e5","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e588bc7e5","@aztec/archiver":"0.0.1-commit.e588bc7e5","@aztec/aztec.js":"0.0.1-commit.e588bc7e5","@aztec/blob-lib":"0.0.1-commit.e588bc7e5","@aztec/ethereum":"0.0.1-commit.e588bc7e5","@aztec/kv-store":"0.0.1-commit.e588bc7e5","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e588bc7e5","@aztec/constants":"0.0.1-commit.e588bc7e5","@aztec/simulator":"0.0.1-commit.e588bc7e5","@aztec/aztec-node":"0.0.1-commit.e588bc7e5","@aztec/foundation":"0.0.1-commit.e588bc7e5","@aztec/wallet-sdk":"0.0.1-commit.e588bc7e5","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e588bc7e5","@aztec/entrypoints":"0.0.1-commit.e588bc7e5","@aztec/epoch-cache":"0.0.1-commit.e588bc7e5","@aztec/prover-node":"0.0.1-commit.e588bc7e5","@aztec/world-state":"0.0.1-commit.e588bc7e5","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e588bc7e5","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e588bc7e5","@aztec/prover-client":"0.0.1-commit.e588bc7e5","@aztec/noir-noirc_abi":"0.0.1-commit.e588bc7e5","@aztec/sequencer-client":"0.0.1-commit.e588bc7e5","@aztec/telemetry-client":"0.0.1-commit.e588bc7e5","@aztec/validator-client":"0.0.1-commit.e588bc7e5","@aztec/noir-contracts.js":"0.0.1-commit.e588bc7e5","@aztec/protocol-contracts":"0.0.1-commit.e588bc7e5","@aztec/validator-ha-signer":"0.0.1-commit.e588bc7e5","@aztec/noir-test-contracts.js":"0.0.1-commit.e588bc7e5","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e588bc7e5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e588bc7e5_1775270790281_0.5877891844604972","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260404":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260404","_id":"@aztec/end-to-end@5.0.0-nightly.20260404","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b92b8a51dac438a43e5a6cd752267a4fce4d2b89","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260404.tgz","fileCount":288,"integrity":"sha512-EVN6uO4reNYf6OWzH/ydYhLtfpN9SDwrRU+jjP6QfhwqeNavwW7aoXf3GLPmq7yHoisAfgmWmL6HavcbuTeVRg==","signatures":[{"sig":"MEUCID++eXt8CNX2+ab2VWFWY+KMMrT/dgZ0JCz/CSUKeqTwAiEAipExFLW4ympq7fQ0dyXamxmFuHhVpB4j3In7RZgnmPM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260404","@aztec/cli":"5.0.0-nightly.20260404","@aztec/p2p":"5.0.0-nightly.20260404","@aztec/pxe":"5.0.0-nightly.20260404","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260404","@aztec/bb.js":"5.0.0-nightly.20260404","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260404","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260404","@aztec/wallets":"5.0.0-nightly.20260404","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260404","@aztec/archiver":"5.0.0-nightly.20260404","@aztec/aztec.js":"5.0.0-nightly.20260404","@aztec/blob-lib":"5.0.0-nightly.20260404","@aztec/ethereum":"5.0.0-nightly.20260404","@aztec/kv-store":"5.0.0-nightly.20260404","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260404","@aztec/constants":"5.0.0-nightly.20260404","@aztec/simulator":"5.0.0-nightly.20260404","@aztec/aztec-node":"5.0.0-nightly.20260404","@aztec/foundation":"5.0.0-nightly.20260404","@aztec/wallet-sdk":"5.0.0-nightly.20260404","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260404","@aztec/entrypoints":"5.0.0-nightly.20260404","@aztec/epoch-cache":"5.0.0-nightly.20260404","@aztec/prover-node":"5.0.0-nightly.20260404","@aztec/world-state":"5.0.0-nightly.20260404","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260404","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260404","@aztec/prover-client":"5.0.0-nightly.20260404","@aztec/noir-noirc_abi":"5.0.0-nightly.20260404","@aztec/sequencer-client":"5.0.0-nightly.20260404","@aztec/telemetry-client":"5.0.0-nightly.20260404","@aztec/validator-client":"5.0.0-nightly.20260404","@aztec/noir-contracts.js":"5.0.0-nightly.20260404","@aztec/protocol-contracts":"5.0.0-nightly.20260404","@aztec/validator-ha-signer":"5.0.0-nightly.20260404","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260404","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260404"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260404_1775272596191_0.1425787490606738","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260404":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260404","_id":"@aztec/end-to-end@4.2.0-nightly.20260404","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"689e129a911ab3b81974f8ea5c467b77abd4e289","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260404.tgz","fileCount":280,"integrity":"sha512-n9J3o5NkSlVf2CUgPdgXsAgKNa1zUHYmmJ1bWCidrfEAxuz+vOHpxFirpTYOs2npiCDi43U9L2thpgA/PJMobw==","signatures":[{"sig":"MEUCIQDcli27UzGz/hv+SBVlweohHowfhNG63Y7Icc8banW84AIgRBVJOZfSokuPMUMg98rPWVe9yAFX3Waxm11/bx0iF3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260404","@aztec/cli":"4.2.0-nightly.20260404","@aztec/p2p":"4.2.0-nightly.20260404","@aztec/pxe":"4.2.0-nightly.20260404","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260404","@aztec/bb.js":"4.2.0-nightly.20260404","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260404","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260404","@aztec/wallets":"4.2.0-nightly.20260404","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260404","@aztec/archiver":"4.2.0-nightly.20260404","@aztec/aztec.js":"4.2.0-nightly.20260404","@aztec/blob-lib":"4.2.0-nightly.20260404","@aztec/ethereum":"4.2.0-nightly.20260404","@aztec/kv-store":"4.2.0-nightly.20260404","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260404","@aztec/constants":"4.2.0-nightly.20260404","@aztec/simulator":"4.2.0-nightly.20260404","@aztec/aztec-node":"4.2.0-nightly.20260404","@aztec/foundation":"4.2.0-nightly.20260404","@aztec/wallet-sdk":"4.2.0-nightly.20260404","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260404","@aztec/entrypoints":"4.2.0-nightly.20260404","@aztec/epoch-cache":"4.2.0-nightly.20260404","@aztec/merkle-tree":"4.2.0-nightly.20260404","@aztec/prover-node":"4.2.0-nightly.20260404","@aztec/world-state":"4.2.0-nightly.20260404","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260404","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260404","@aztec/prover-client":"4.2.0-nightly.20260404","@aztec/noir-noirc_abi":"4.2.0-nightly.20260404","@aztec/sequencer-client":"4.2.0-nightly.20260404","@aztec/telemetry-client":"4.2.0-nightly.20260404","@aztec/validator-client":"4.2.0-nightly.20260404","@aztec/noir-contracts.js":"4.2.0-nightly.20260404","@aztec/protocol-contracts":"4.2.0-nightly.20260404","@aztec/validator-ha-signer":"4.2.0-nightly.20260404","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260404","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260404"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260404_1775281462774_0.8450405964505463","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260405":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260405","_id":"@aztec/end-to-end@5.0.0-nightly.20260405","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f095047f24cfa8ce6a234a1a913461f1fa5f713b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260405.tgz","fileCount":288,"integrity":"sha512-O+BoWEaz0eZsQy2lF43EllEu9Zcr4roGVCDvOiTnxkrhdMVzSUeYVWyqVxa34a82/ydRWL4s31BwLjORN8Pz/A==","signatures":[{"sig":"MEQCIDATTBes8Vd/El6eyYp1QCkBWwcCRYilCCnBlBu59a5VAiBHUTpwxpAabykzo7ogoESb69WPBj68CAt1mE2lChaqWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260405","@aztec/cli":"5.0.0-nightly.20260405","@aztec/p2p":"5.0.0-nightly.20260405","@aztec/pxe":"5.0.0-nightly.20260405","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260405","@aztec/bb.js":"5.0.0-nightly.20260405","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260405","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260405","@aztec/wallets":"5.0.0-nightly.20260405","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260405","@aztec/archiver":"5.0.0-nightly.20260405","@aztec/aztec.js":"5.0.0-nightly.20260405","@aztec/blob-lib":"5.0.0-nightly.20260405","@aztec/ethereum":"5.0.0-nightly.20260405","@aztec/kv-store":"5.0.0-nightly.20260405","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260405","@aztec/constants":"5.0.0-nightly.20260405","@aztec/simulator":"5.0.0-nightly.20260405","@aztec/aztec-node":"5.0.0-nightly.20260405","@aztec/foundation":"5.0.0-nightly.20260405","@aztec/wallet-sdk":"5.0.0-nightly.20260405","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260405","@aztec/entrypoints":"5.0.0-nightly.20260405","@aztec/epoch-cache":"5.0.0-nightly.20260405","@aztec/prover-node":"5.0.0-nightly.20260405","@aztec/world-state":"5.0.0-nightly.20260405","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260405","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260405","@aztec/prover-client":"5.0.0-nightly.20260405","@aztec/noir-noirc_abi":"5.0.0-nightly.20260405","@aztec/sequencer-client":"5.0.0-nightly.20260405","@aztec/telemetry-client":"5.0.0-nightly.20260405","@aztec/validator-client":"5.0.0-nightly.20260405","@aztec/noir-contracts.js":"5.0.0-nightly.20260405","@aztec/protocol-contracts":"5.0.0-nightly.20260405","@aztec/validator-ha-signer":"5.0.0-nightly.20260405","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260405","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260405"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260405_1775359447891_0.6139915388281476","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260405":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260405","_id":"@aztec/end-to-end@4.2.0-nightly.20260405","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b473347fe840978c47fc3c0768b4f337bb4abbca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260405.tgz","fileCount":280,"integrity":"sha512-l5ZrQx4+TgysxgmhZjd+M9HPD+Ewp9EKaRgm9UWdJbtc8mj7wRi2Gj+P1Dg0uAq2xdE6eQHiSquH96qYRxOItg==","signatures":[{"sig":"MEYCIQDnJffw240SmyDdsV502apjsr7pfbd76ZHHLrKGecl4pwIhANksVTYzkukpI1TA88n7ALxCkYT6aa2HL6EounT0YkmY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260405","@aztec/cli":"4.2.0-nightly.20260405","@aztec/p2p":"4.2.0-nightly.20260405","@aztec/pxe":"4.2.0-nightly.20260405","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260405","@aztec/bb.js":"4.2.0-nightly.20260405","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260405","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260405","@aztec/wallets":"4.2.0-nightly.20260405","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260405","@aztec/archiver":"4.2.0-nightly.20260405","@aztec/aztec.js":"4.2.0-nightly.20260405","@aztec/blob-lib":"4.2.0-nightly.20260405","@aztec/ethereum":"4.2.0-nightly.20260405","@aztec/kv-store":"4.2.0-nightly.20260405","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260405","@aztec/constants":"4.2.0-nightly.20260405","@aztec/simulator":"4.2.0-nightly.20260405","@aztec/aztec-node":"4.2.0-nightly.20260405","@aztec/foundation":"4.2.0-nightly.20260405","@aztec/wallet-sdk":"4.2.0-nightly.20260405","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260405","@aztec/entrypoints":"4.2.0-nightly.20260405","@aztec/epoch-cache":"4.2.0-nightly.20260405","@aztec/merkle-tree":"4.2.0-nightly.20260405","@aztec/prover-node":"4.2.0-nightly.20260405","@aztec/world-state":"4.2.0-nightly.20260405","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260405","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260405","@aztec/prover-client":"4.2.0-nightly.20260405","@aztec/noir-noirc_abi":"4.2.0-nightly.20260405","@aztec/sequencer-client":"4.2.0-nightly.20260405","@aztec/telemetry-client":"4.2.0-nightly.20260405","@aztec/validator-client":"4.2.0-nightly.20260405","@aztec/noir-contracts.js":"4.2.0-nightly.20260405","@aztec/protocol-contracts":"4.2.0-nightly.20260405","@aztec/validator-ha-signer":"4.2.0-nightly.20260405","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260405","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260405"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260405_1775368295822_0.3160493173833874","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260406":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260406","_id":"@aztec/end-to-end@5.0.0-nightly.20260406","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5388e40ba7a4d01277a06e42030df224bee7046e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260406.tgz","fileCount":288,"integrity":"sha512-cmSl0Sb/EzSQloMgteMR7+CLbc4Oni6mvjeHZgR7Xz6yz5p6pIZR/pG5980tlyjb4KQfJlbR1/pKzSYdgu84dw==","signatures":[{"sig":"MEYCIQCwKjpDPMMqxoapCY6W0AXGVwIgWdPogR5zeN6e/RWRTQIhAIy8xA6kC/FWSHc13P9m1zl9rB/CA5L6KY5dKcu92BA0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260406","@aztec/cli":"5.0.0-nightly.20260406","@aztec/p2p":"5.0.0-nightly.20260406","@aztec/pxe":"5.0.0-nightly.20260406","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260406","@aztec/bb.js":"5.0.0-nightly.20260406","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260406","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260406","@aztec/wallets":"5.0.0-nightly.20260406","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260406","@aztec/archiver":"5.0.0-nightly.20260406","@aztec/aztec.js":"5.0.0-nightly.20260406","@aztec/blob-lib":"5.0.0-nightly.20260406","@aztec/ethereum":"5.0.0-nightly.20260406","@aztec/kv-store":"5.0.0-nightly.20260406","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260406","@aztec/constants":"5.0.0-nightly.20260406","@aztec/simulator":"5.0.0-nightly.20260406","@aztec/aztec-node":"5.0.0-nightly.20260406","@aztec/foundation":"5.0.0-nightly.20260406","@aztec/wallet-sdk":"5.0.0-nightly.20260406","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260406","@aztec/entrypoints":"5.0.0-nightly.20260406","@aztec/epoch-cache":"5.0.0-nightly.20260406","@aztec/prover-node":"5.0.0-nightly.20260406","@aztec/world-state":"5.0.0-nightly.20260406","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260406","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260406","@aztec/prover-client":"5.0.0-nightly.20260406","@aztec/noir-noirc_abi":"5.0.0-nightly.20260406","@aztec/sequencer-client":"5.0.0-nightly.20260406","@aztec/telemetry-client":"5.0.0-nightly.20260406","@aztec/validator-client":"5.0.0-nightly.20260406","@aztec/noir-contracts.js":"5.0.0-nightly.20260406","@aztec/protocol-contracts":"5.0.0-nightly.20260406","@aztec/validator-ha-signer":"5.0.0-nightly.20260406","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260406","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260406"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260406_1775445639515_0.7276001668138379","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260406":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260406","_id":"@aztec/end-to-end@4.2.0-nightly.20260406","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f5bf70fad630c751b1a69b6afcf8bfcc95440e63","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260406.tgz","fileCount":280,"integrity":"sha512-KI5do8c0SOdyeGXTvWzeFyE3iEi0hc8r3AOc0e2/bjbr1Eg/y6RvgTOoaZrjd29dQDEQBuzx5EbGwfWtgYIMKQ==","signatures":[{"sig":"MEYCIQDWwmTPWMWGW40lRu05HKQwMC7hA8/zpQXgWYALExe3RQIhAPkKOf0K8o7rpnKfPfKzFRKegUyIk6uCfkm09tKJWMgT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260406","@aztec/cli":"4.2.0-nightly.20260406","@aztec/p2p":"4.2.0-nightly.20260406","@aztec/pxe":"4.2.0-nightly.20260406","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260406","@aztec/bb.js":"4.2.0-nightly.20260406","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260406","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260406","@aztec/wallets":"4.2.0-nightly.20260406","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260406","@aztec/archiver":"4.2.0-nightly.20260406","@aztec/aztec.js":"4.2.0-nightly.20260406","@aztec/blob-lib":"4.2.0-nightly.20260406","@aztec/ethereum":"4.2.0-nightly.20260406","@aztec/kv-store":"4.2.0-nightly.20260406","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260406","@aztec/constants":"4.2.0-nightly.20260406","@aztec/simulator":"4.2.0-nightly.20260406","@aztec/aztec-node":"4.2.0-nightly.20260406","@aztec/foundation":"4.2.0-nightly.20260406","@aztec/wallet-sdk":"4.2.0-nightly.20260406","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260406","@aztec/entrypoints":"4.2.0-nightly.20260406","@aztec/epoch-cache":"4.2.0-nightly.20260406","@aztec/merkle-tree":"4.2.0-nightly.20260406","@aztec/prover-node":"4.2.0-nightly.20260406","@aztec/world-state":"4.2.0-nightly.20260406","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260406","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260406","@aztec/prover-client":"4.2.0-nightly.20260406","@aztec/noir-noirc_abi":"4.2.0-nightly.20260406","@aztec/sequencer-client":"4.2.0-nightly.20260406","@aztec/telemetry-client":"4.2.0-nightly.20260406","@aztec/validator-client":"4.2.0-nightly.20260406","@aztec/noir-contracts.js":"4.2.0-nightly.20260406","@aztec/protocol-contracts":"4.2.0-nightly.20260406","@aztec/validator-ha-signer":"4.2.0-nightly.20260406","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260406","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260406"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260406_1775455206682_0.8278437099031548","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.42ee6df9b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.42ee6df9b","_id":"@aztec/end-to-end@0.0.1-commit.42ee6df9b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9f5800a7bf15597fce3221e2fa7272c365d12ab4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.42ee6df9b.tgz","fileCount":288,"integrity":"sha512-0ptrsAA5ywaZJMbWaLYZgrPcmVS3IQ3tQRXwNvSePjTQj1+lNAPb4tpjZ6tpS4RfN5ITM/oAQOC8wrYtY49ZuA==","signatures":[{"sig":"MEQCIDgdL4JbFYx/H2zFV24gkj8aOe7eyu70q57h2RNCIqtDAiAmgau4+tS/dB+jnwquvI0N1n5xt++u6NeSsE5WrmLc1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.42ee6df9b","@aztec/cli":"0.0.1-commit.42ee6df9b","@aztec/p2p":"0.0.1-commit.42ee6df9b","@aztec/pxe":"0.0.1-commit.42ee6df9b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.42ee6df9b","@aztec/bb.js":"0.0.1-commit.42ee6df9b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.42ee6df9b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.42ee6df9b","@aztec/wallets":"0.0.1-commit.42ee6df9b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.42ee6df9b","@aztec/archiver":"0.0.1-commit.42ee6df9b","@aztec/aztec.js":"0.0.1-commit.42ee6df9b","@aztec/blob-lib":"0.0.1-commit.42ee6df9b","@aztec/ethereum":"0.0.1-commit.42ee6df9b","@aztec/kv-store":"0.0.1-commit.42ee6df9b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.42ee6df9b","@aztec/constants":"0.0.1-commit.42ee6df9b","@aztec/simulator":"0.0.1-commit.42ee6df9b","@aztec/aztec-node":"0.0.1-commit.42ee6df9b","@aztec/foundation":"0.0.1-commit.42ee6df9b","@aztec/wallet-sdk":"0.0.1-commit.42ee6df9b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.42ee6df9b","@aztec/entrypoints":"0.0.1-commit.42ee6df9b","@aztec/epoch-cache":"0.0.1-commit.42ee6df9b","@aztec/prover-node":"0.0.1-commit.42ee6df9b","@aztec/world-state":"0.0.1-commit.42ee6df9b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.42ee6df9b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.42ee6df9b","@aztec/prover-client":"0.0.1-commit.42ee6df9b","@aztec/noir-noirc_abi":"0.0.1-commit.42ee6df9b","@aztec/sequencer-client":"0.0.1-commit.42ee6df9b","@aztec/telemetry-client":"0.0.1-commit.42ee6df9b","@aztec/validator-client":"0.0.1-commit.42ee6df9b","@aztec/noir-contracts.js":"0.0.1-commit.42ee6df9b","@aztec/protocol-contracts":"0.0.1-commit.42ee6df9b","@aztec/validator-ha-signer":"0.0.1-commit.42ee6df9b","@aztec/noir-test-contracts.js":"0.0.1-commit.42ee6df9b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.42ee6df9b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.42ee6df9b_1775475300692_0.9756710575237133","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.3-patch.0":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.3-patch.0","_id":"@aztec/end-to-end@4.0.0-devnet.3-patch.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2ec1b5b9e5634011d7078bc0dd1c9dff6f620551","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.3-patch.0.tgz","fileCount":280,"integrity":"sha512-yP30gwyfyyg5KTDzNlfP/aN9w9GrqsKvnyUBLj7vAzUKZJ4oFxnj51EMIw4UKvM08etofZLHEUpiwukqhVGchg==","signatures":[{"sig":"MEUCIEl04ZKVqj5YJnzvfnDzoR67tKhXpIvq5lJTsvAEPNOiAiEA+ZlDw0tECRJ0o3PomJcsnJNoeE8sXKMdsdA8F6DNRaQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"767a728be2733226cea9548d3bd7d81d2cae9178","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.3-patch.0","@aztec/cli":"4.0.0-devnet.3-patch.0","@aztec/p2p":"4.0.0-devnet.3-patch.0","@aztec/pxe":"4.0.0-devnet.3-patch.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.3-patch.0","@aztec/bb.js":"4.0.0-devnet.3-patch.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.3-patch.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.3-patch.0","@aztec/wallets":"4.0.0-devnet.3-patch.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.3-patch.0","@aztec/archiver":"4.0.0-devnet.3-patch.0","@aztec/aztec.js":"4.0.0-devnet.3-patch.0","@aztec/blob-lib":"4.0.0-devnet.3-patch.0","@aztec/ethereum":"4.0.0-devnet.3-patch.0","@aztec/kv-store":"4.0.0-devnet.3-patch.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.3-patch.0","@aztec/constants":"4.0.0-devnet.3-patch.0","@aztec/simulator":"4.0.0-devnet.3-patch.0","@aztec/aztec-node":"4.0.0-devnet.3-patch.0","@aztec/foundation":"4.0.0-devnet.3-patch.0","@aztec/wallet-sdk":"4.0.0-devnet.3-patch.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.3-patch.0","@aztec/entrypoints":"4.0.0-devnet.3-patch.0","@aztec/epoch-cache":"4.0.0-devnet.3-patch.0","@aztec/merkle-tree":"4.0.0-devnet.3-patch.0","@aztec/prover-node":"4.0.0-devnet.3-patch.0","@aztec/world-state":"4.0.0-devnet.3-patch.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.3-patch.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.3-patch.0","@aztec/prover-client":"4.0.0-devnet.3-patch.0","@aztec/noir-noirc_abi":"4.0.0-devnet.3-patch.0","@aztec/sequencer-client":"4.0.0-devnet.3-patch.0","@aztec/telemetry-client":"4.0.0-devnet.3-patch.0","@aztec/validator-client":"4.0.0-devnet.3-patch.0","@aztec/noir-contracts.js":"4.0.0-devnet.3-patch.0","@aztec/protocol-contracts":"4.0.0-devnet.3-patch.0","@aztec/validator-ha-signer":"4.0.0-devnet.3-patch.0","@aztec/noir-test-contracts.js":"4.0.0-devnet.3-patch.0","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.3-patch.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.3-patch.0_1775481698194_0.04630557478550301","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.3-patch.1":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.3-patch.1","_id":"@aztec/end-to-end@4.0.0-devnet.3-patch.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"99fb7fac3317cdfd56489de5ddbb3a85dc0e4cb4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.3-patch.1.tgz","fileCount":280,"integrity":"sha512-5v21R6qNNXP6w3gnurZztFTxJkoC51TN4c6S/Hc8vg+MgLNDD9lG0axjZOuYKNjeE9eBg/kQxoUXs+x8E0v9Pw==","signatures":[{"sig":"MEYCIQDKsEy6FBbLulbOBNZDwgsjWr7piBMKrvfOYA8VqRNnywIhAOuEIMn4X8qORROWyBG66WM99E6aLqGFt+WcRaq5hvkP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"6fa397e664cb3a4f777a8cc657d3a862159a2817","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.3-patch.1","@aztec/cli":"4.0.0-devnet.3-patch.1","@aztec/p2p":"4.0.0-devnet.3-patch.1","@aztec/pxe":"4.0.0-devnet.3-patch.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.3-patch.1","@aztec/bb.js":"4.0.0-devnet.3-patch.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.3-patch.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.3-patch.1","@aztec/wallets":"4.0.0-devnet.3-patch.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.3-patch.1","@aztec/archiver":"4.0.0-devnet.3-patch.1","@aztec/aztec.js":"4.0.0-devnet.3-patch.1","@aztec/blob-lib":"4.0.0-devnet.3-patch.1","@aztec/ethereum":"4.0.0-devnet.3-patch.1","@aztec/kv-store":"4.0.0-devnet.3-patch.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.3-patch.1","@aztec/constants":"4.0.0-devnet.3-patch.1","@aztec/simulator":"4.0.0-devnet.3-patch.1","@aztec/aztec-node":"4.0.0-devnet.3-patch.1","@aztec/foundation":"4.0.0-devnet.3-patch.1","@aztec/wallet-sdk":"4.0.0-devnet.3-patch.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.3-patch.1","@aztec/entrypoints":"4.0.0-devnet.3-patch.1","@aztec/epoch-cache":"4.0.0-devnet.3-patch.1","@aztec/merkle-tree":"4.0.0-devnet.3-patch.1","@aztec/prover-node":"4.0.0-devnet.3-patch.1","@aztec/world-state":"4.0.0-devnet.3-patch.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.3-patch.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.3-patch.1","@aztec/prover-client":"4.0.0-devnet.3-patch.1","@aztec/noir-noirc_abi":"4.0.0-devnet.3-patch.1","@aztec/sequencer-client":"4.0.0-devnet.3-patch.1","@aztec/telemetry-client":"4.0.0-devnet.3-patch.1","@aztec/validator-client":"4.0.0-devnet.3-patch.1","@aztec/noir-contracts.js":"4.0.0-devnet.3-patch.1","@aztec/protocol-contracts":"4.0.0-devnet.3-patch.1","@aztec/validator-ha-signer":"4.0.0-devnet.3-patch.1","@aztec/noir-test-contracts.js":"4.0.0-devnet.3-patch.1","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.3-patch.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.3-patch.1_1775481715218_0.3236641129489837","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.3-patch.2":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.3-patch.2","_id":"@aztec/end-to-end@4.0.0-devnet.3-patch.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"155a0ae8b67f4df5147d99bc6ea93aff31d7c7fa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.3-patch.2.tgz","fileCount":280,"integrity":"sha512-/lIBNLtdpKdOIwOy07jgrplDmSd30faZO3aCvUQM6V/etT4rnG+/6/aeONqMKWksFdp0WmR6ulSUgGrzzxJCRg==","signatures":[{"sig":"MEUCIHFOZ+4+02gWv8ZcKG+lPlWs5oFODk4oY6sIsZGUtoTXAiEA4lA/60IL28psb7TJEWpftmOvh9FZPRmCi9WSzlan+wI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"01a749f13153c773f4b321885e36ec26ef20817a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.3-patch.2","@aztec/cli":"4.0.0-devnet.3-patch.2","@aztec/p2p":"4.0.0-devnet.3-patch.2","@aztec/pxe":"4.0.0-devnet.3-patch.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.3-patch.2","@aztec/bb.js":"4.0.0-devnet.3-patch.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.3-patch.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.3-patch.2","@aztec/wallets":"4.0.0-devnet.3-patch.2","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.3-patch.2","@aztec/archiver":"4.0.0-devnet.3-patch.2","@aztec/aztec.js":"4.0.0-devnet.3-patch.2","@aztec/blob-lib":"4.0.0-devnet.3-patch.2","@aztec/ethereum":"4.0.0-devnet.3-patch.2","@aztec/kv-store":"4.0.0-devnet.3-patch.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.3-patch.2","@aztec/constants":"4.0.0-devnet.3-patch.2","@aztec/simulator":"4.0.0-devnet.3-patch.2","@aztec/aztec-node":"4.0.0-devnet.3-patch.2","@aztec/foundation":"4.0.0-devnet.3-patch.2","@aztec/wallet-sdk":"4.0.0-devnet.3-patch.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.3-patch.2","@aztec/entrypoints":"4.0.0-devnet.3-patch.2","@aztec/epoch-cache":"4.0.0-devnet.3-patch.2","@aztec/merkle-tree":"4.0.0-devnet.3-patch.2","@aztec/prover-node":"4.0.0-devnet.3-patch.2","@aztec/world-state":"4.0.0-devnet.3-patch.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.3-patch.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.3-patch.2","@aztec/prover-client":"4.0.0-devnet.3-patch.2","@aztec/noir-noirc_abi":"4.0.0-devnet.3-patch.2","@aztec/sequencer-client":"4.0.0-devnet.3-patch.2","@aztec/telemetry-client":"4.0.0-devnet.3-patch.2","@aztec/validator-client":"4.0.0-devnet.3-patch.2","@aztec/noir-contracts.js":"4.0.0-devnet.3-patch.2","@aztec/protocol-contracts":"4.0.0-devnet.3-patch.2","@aztec/validator-ha-signer":"4.0.0-devnet.3-patch.2","@aztec/noir-test-contracts.js":"4.0.0-devnet.3-patch.2","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.3-patch.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.3-patch.2_1775486299737_0.14254283024840353","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.3-patch.3":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.3-patch.3","_id":"@aztec/end-to-end@4.0.0-devnet.3-patch.3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a8a65d766d415ff32156789df8c6854729a7cf97","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.3-patch.3.tgz","fileCount":280,"integrity":"sha512-0RMxUgILA91fKdc69favK8MAAPyJFrMFqdebyIEuzktjsav5ScpvkLXEEEuWh5UlID+ochR3R0eWstZTmNXv5w==","signatures":[{"sig":"MEUCIQC9dj6vokvXfbDdEwu1yQW+BsUUz/ZQry7FhrgXjvQRZwIgHVWsPOKdktP+7Jmp5YE7lRsfWrmQZVoBzIYcDwDbyZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b0934e2125dbe08b7f59f339db93ce68588daea1","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.3-patch.3","@aztec/cli":"4.0.0-devnet.3-patch.3","@aztec/p2p":"4.0.0-devnet.3-patch.3","@aztec/pxe":"4.0.0-devnet.3-patch.3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.3-patch.3","@aztec/bb.js":"4.0.0-devnet.3-patch.3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.3-patch.3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.3-patch.3","@aztec/wallets":"4.0.0-devnet.3-patch.3","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.3-patch.3","@aztec/archiver":"4.0.0-devnet.3-patch.3","@aztec/aztec.js":"4.0.0-devnet.3-patch.3","@aztec/blob-lib":"4.0.0-devnet.3-patch.3","@aztec/ethereum":"4.0.0-devnet.3-patch.3","@aztec/kv-store":"4.0.0-devnet.3-patch.3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.3-patch.3","@aztec/constants":"4.0.0-devnet.3-patch.3","@aztec/simulator":"4.0.0-devnet.3-patch.3","@aztec/aztec-node":"4.0.0-devnet.3-patch.3","@aztec/foundation":"4.0.0-devnet.3-patch.3","@aztec/wallet-sdk":"4.0.0-devnet.3-patch.3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.3-patch.3","@aztec/entrypoints":"4.0.0-devnet.3-patch.3","@aztec/epoch-cache":"4.0.0-devnet.3-patch.3","@aztec/merkle-tree":"4.0.0-devnet.3-patch.3","@aztec/prover-node":"4.0.0-devnet.3-patch.3","@aztec/world-state":"4.0.0-devnet.3-patch.3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.3-patch.3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.3-patch.3","@aztec/prover-client":"4.0.0-devnet.3-patch.3","@aztec/noir-noirc_abi":"4.0.0-devnet.3-patch.3","@aztec/sequencer-client":"4.0.0-devnet.3-patch.3","@aztec/telemetry-client":"4.0.0-devnet.3-patch.3","@aztec/validator-client":"4.0.0-devnet.3-patch.3","@aztec/noir-contracts.js":"4.0.0-devnet.3-patch.3","@aztec/protocol-contracts":"4.0.0-devnet.3-patch.3","@aztec/validator-ha-signer":"4.0.0-devnet.3-patch.3","@aztec/noir-test-contracts.js":"4.0.0-devnet.3-patch.3","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.3-patch.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.3-patch.3_1775491752267_0.8398971445929435","host":"s3://npm-registry-packages-npm-production"}},"4.0.0-devnet.4-patch.0":{"name":"@aztec/end-to-end","version":"4.0.0-devnet.4-patch.0","_id":"@aztec/end-to-end@4.0.0-devnet.4-patch.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"767d1f9a1b322e5ac62771056708f0445a1338ce","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.0.0-devnet.4-patch.0.tgz","fileCount":280,"integrity":"sha512-nqoh9zhaASVExOW9NAER0WXJHxhzZQPAo+2NR3n7+173LnutH0XaWVagkVDiprXflOJcaNTZBUAOn3zRdcQdZQ==","signatures":[{"sig":"MEQCICnwKsxJqEXVsIfAJF48WqvwGkFgssMfsgQL1I3f2/ccAiAYq41FYud8wgWqPnMVWTlK5pUjsIwPlc/bIYdhozON+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"04250f0627c9cb76f981570698348f013e8f8ad6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.0.0-devnet.4-patch.0","@aztec/cli":"4.0.0-devnet.4-patch.0","@aztec/p2p":"4.0.0-devnet.4-patch.0","@aztec/pxe":"4.0.0-devnet.4-patch.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.0.0-devnet.4-patch.0","@aztec/bb.js":"4.0.0-devnet.4-patch.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.0.0-devnet.4-patch.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.0.0-devnet.4-patch.0","@aztec/wallets":"4.0.0-devnet.4-patch.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.0.0-devnet.4-patch.0","@aztec/archiver":"4.0.0-devnet.4-patch.0","@aztec/aztec.js":"4.0.0-devnet.4-patch.0","@aztec/blob-lib":"4.0.0-devnet.4-patch.0","@aztec/ethereum":"4.0.0-devnet.4-patch.0","@aztec/kv-store":"4.0.0-devnet.4-patch.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.0.0-devnet.4-patch.0","@aztec/constants":"4.0.0-devnet.4-patch.0","@aztec/simulator":"4.0.0-devnet.4-patch.0","@aztec/aztec-node":"4.0.0-devnet.4-patch.0","@aztec/foundation":"4.0.0-devnet.4-patch.0","@aztec/wallet-sdk":"4.0.0-devnet.4-patch.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.0.0-devnet.4-patch.0","@aztec/entrypoints":"4.0.0-devnet.4-patch.0","@aztec/epoch-cache":"4.0.0-devnet.4-patch.0","@aztec/merkle-tree":"4.0.0-devnet.4-patch.0","@aztec/prover-node":"4.0.0-devnet.4-patch.0","@aztec/world-state":"4.0.0-devnet.4-patch.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.0.0-devnet.4-patch.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.0.0-devnet.4-patch.0","@aztec/prover-client":"4.0.0-devnet.4-patch.0","@aztec/noir-noirc_abi":"4.0.0-devnet.4-patch.0","@aztec/sequencer-client":"4.0.0-devnet.4-patch.0","@aztec/telemetry-client":"4.0.0-devnet.4-patch.0","@aztec/validator-client":"4.0.0-devnet.4-patch.0","@aztec/noir-contracts.js":"4.0.0-devnet.4-patch.0","@aztec/protocol-contracts":"4.0.0-devnet.4-patch.0","@aztec/validator-ha-signer":"4.0.0-devnet.4-patch.0","@aztec/noir-test-contracts.js":"4.0.0-devnet.4-patch.0","@aztec/noir-protocol-circuits-types":"4.0.0-devnet.4-patch.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.0.0-devnet.4-patch.0_1775510620055_0.7337125734668914","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260407":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260407","_id":"@aztec/end-to-end@5.0.0-nightly.20260407","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d78ae594b74b6053d5f80a7b2016e570f41d2426","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260407.tgz","fileCount":288,"integrity":"sha512-VPleHQIKCqsMvai2VEr95T/r8O1agwjygcOUYTy3hjfs+m69G92gdNrWAk73AGNoRfpuWLh7NFUf22O6lAXooA==","signatures":[{"sig":"MEYCIQCqU30+AODm2gqxTJ7fbTSrDbhWQcdxkbxnkYg6BN2RkQIhALKyZ1bgLuWkSXNsKF+JqpTtK8bNfK5p07I4k4ly9k4q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37128693},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260407","@aztec/cli":"5.0.0-nightly.20260407","@aztec/p2p":"5.0.0-nightly.20260407","@aztec/pxe":"5.0.0-nightly.20260407","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260407","@aztec/bb.js":"5.0.0-nightly.20260407","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260407","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260407","@aztec/wallets":"5.0.0-nightly.20260407","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260407","@aztec/archiver":"5.0.0-nightly.20260407","@aztec/aztec.js":"5.0.0-nightly.20260407","@aztec/blob-lib":"5.0.0-nightly.20260407","@aztec/ethereum":"5.0.0-nightly.20260407","@aztec/kv-store":"5.0.0-nightly.20260407","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260407","@aztec/constants":"5.0.0-nightly.20260407","@aztec/simulator":"5.0.0-nightly.20260407","@aztec/aztec-node":"5.0.0-nightly.20260407","@aztec/foundation":"5.0.0-nightly.20260407","@aztec/wallet-sdk":"5.0.0-nightly.20260407","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260407","@aztec/entrypoints":"5.0.0-nightly.20260407","@aztec/epoch-cache":"5.0.0-nightly.20260407","@aztec/prover-node":"5.0.0-nightly.20260407","@aztec/world-state":"5.0.0-nightly.20260407","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260407","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260407","@aztec/prover-client":"5.0.0-nightly.20260407","@aztec/noir-noirc_abi":"5.0.0-nightly.20260407","@aztec/sequencer-client":"5.0.0-nightly.20260407","@aztec/telemetry-client":"5.0.0-nightly.20260407","@aztec/validator-client":"5.0.0-nightly.20260407","@aztec/noir-contracts.js":"5.0.0-nightly.20260407","@aztec/protocol-contracts":"5.0.0-nightly.20260407","@aztec/validator-ha-signer":"5.0.0-nightly.20260407","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260407","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260407"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260407_1775532208670_0.15784561560229382","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260407":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260407","_id":"@aztec/end-to-end@4.2.0-nightly.20260407","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"40e89bd767bef2f3600b9a4bf98ce78ce98813b2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260407.tgz","fileCount":280,"integrity":"sha512-l1+AOVs3X36EUjFRlUavTXGfx5EaMbaUTHttCpa3YgjlPZ89lJiQHzoyO1dFgMkbShxxNxJ1HZqcu3C/Uz8GwA==","signatures":[{"sig":"MEUCIQDLOuUnYHilRkBWr2TEUmra57nSs/fbvTLQB1X2c1T5NwIgeGaZbpDjuJat5kz9TcEEzZMqRRbCxZnxfsore5eQ1O0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260407","@aztec/cli":"4.2.0-nightly.20260407","@aztec/p2p":"4.2.0-nightly.20260407","@aztec/pxe":"4.2.0-nightly.20260407","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260407","@aztec/bb.js":"4.2.0-nightly.20260407","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260407","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260407","@aztec/wallets":"4.2.0-nightly.20260407","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260407","@aztec/archiver":"4.2.0-nightly.20260407","@aztec/aztec.js":"4.2.0-nightly.20260407","@aztec/blob-lib":"4.2.0-nightly.20260407","@aztec/ethereum":"4.2.0-nightly.20260407","@aztec/kv-store":"4.2.0-nightly.20260407","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260407","@aztec/constants":"4.2.0-nightly.20260407","@aztec/simulator":"4.2.0-nightly.20260407","@aztec/aztec-node":"4.2.0-nightly.20260407","@aztec/foundation":"4.2.0-nightly.20260407","@aztec/wallet-sdk":"4.2.0-nightly.20260407","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260407","@aztec/entrypoints":"4.2.0-nightly.20260407","@aztec/epoch-cache":"4.2.0-nightly.20260407","@aztec/merkle-tree":"4.2.0-nightly.20260407","@aztec/prover-node":"4.2.0-nightly.20260407","@aztec/world-state":"4.2.0-nightly.20260407","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260407","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260407","@aztec/prover-client":"4.2.0-nightly.20260407","@aztec/noir-noirc_abi":"4.2.0-nightly.20260407","@aztec/sequencer-client":"4.2.0-nightly.20260407","@aztec/telemetry-client":"4.2.0-nightly.20260407","@aztec/validator-client":"4.2.0-nightly.20260407","@aztec/noir-contracts.js":"4.2.0-nightly.20260407","@aztec/protocol-contracts":"4.2.0-nightly.20260407","@aztec/validator-ha-signer":"4.2.0-nightly.20260407","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260407","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260407"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260407_1775541028151_0.34943932187467164","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260408":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260408","_id":"@aztec/end-to-end@5.0.0-nightly.20260408","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ce41b50fdcc17bb9518da121839bf969937ca98d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260408.tgz","fileCount":288,"integrity":"sha512-vSeY0bydhOBViT5fyWSzrE+W+JJ/NhMI2qdv8ZhwZ8jCAR00kF2JxmZT42yibsG+yZ/3V6GUCEPaEvqW3z5yVA==","signatures":[{"sig":"MEYCIQCARuSbGOZiW0AJhwkAw1pLN8dTIE+KXHQfhC820SXvHAIhANgvfT58Q+p5mIKSl5mb0GFpmUMMCJZBJ64ibhpdJzko","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130799},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260408","@aztec/cli":"5.0.0-nightly.20260408","@aztec/p2p":"5.0.0-nightly.20260408","@aztec/pxe":"5.0.0-nightly.20260408","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260408","@aztec/bb.js":"5.0.0-nightly.20260408","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260408","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260408","@aztec/wallets":"5.0.0-nightly.20260408","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260408","@aztec/archiver":"5.0.0-nightly.20260408","@aztec/aztec.js":"5.0.0-nightly.20260408","@aztec/blob-lib":"5.0.0-nightly.20260408","@aztec/ethereum":"5.0.0-nightly.20260408","@aztec/kv-store":"5.0.0-nightly.20260408","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260408","@aztec/constants":"5.0.0-nightly.20260408","@aztec/simulator":"5.0.0-nightly.20260408","@aztec/aztec-node":"5.0.0-nightly.20260408","@aztec/foundation":"5.0.0-nightly.20260408","@aztec/wallet-sdk":"5.0.0-nightly.20260408","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260408","@aztec/entrypoints":"5.0.0-nightly.20260408","@aztec/epoch-cache":"5.0.0-nightly.20260408","@aztec/prover-node":"5.0.0-nightly.20260408","@aztec/world-state":"5.0.0-nightly.20260408","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260408","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260408","@aztec/prover-client":"5.0.0-nightly.20260408","@aztec/noir-noirc_abi":"5.0.0-nightly.20260408","@aztec/sequencer-client":"5.0.0-nightly.20260408","@aztec/telemetry-client":"5.0.0-nightly.20260408","@aztec/validator-client":"5.0.0-nightly.20260408","@aztec/noir-contracts.js":"5.0.0-nightly.20260408","@aztec/protocol-contracts":"5.0.0-nightly.20260408","@aztec/validator-ha-signer":"5.0.0-nightly.20260408","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260408","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260408"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260408_1775618661400_0.7542665986547883","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260408":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260408","_id":"@aztec/end-to-end@4.2.0-nightly.20260408","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9807ef260c14f30629efdadae7cffcf227627a28","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260408.tgz","fileCount":280,"integrity":"sha512-fqsvePQzabkvptQrgH4Wbtz8opx5zd382iTByftckd13gXK3NYBffBO/kC/KKuY40vVn01jdTXswpurrLosm1A==","signatures":[{"sig":"MEYCIQCWQof553gwOvp0PDEuKpYMFw/FuXTiHaHeMuSZmM1w8QIhAPfg977PskrEkiaKq9+fcY05KUeMyzJ6dopEMmKdV6zh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37097655},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"c92c474c6e3f12ed976366f16acc48ec1c61fe37","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260408","@aztec/cli":"4.2.0-nightly.20260408","@aztec/p2p":"4.2.0-nightly.20260408","@aztec/pxe":"4.2.0-nightly.20260408","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260408","@aztec/bb.js":"4.2.0-nightly.20260408","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260408","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260408","@aztec/wallets":"4.2.0-nightly.20260408","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260408","@aztec/archiver":"4.2.0-nightly.20260408","@aztec/aztec.js":"4.2.0-nightly.20260408","@aztec/blob-lib":"4.2.0-nightly.20260408","@aztec/ethereum":"4.2.0-nightly.20260408","@aztec/kv-store":"4.2.0-nightly.20260408","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260408","@aztec/constants":"4.2.0-nightly.20260408","@aztec/simulator":"4.2.0-nightly.20260408","@aztec/aztec-node":"4.2.0-nightly.20260408","@aztec/foundation":"4.2.0-nightly.20260408","@aztec/wallet-sdk":"4.2.0-nightly.20260408","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260408","@aztec/entrypoints":"4.2.0-nightly.20260408","@aztec/epoch-cache":"4.2.0-nightly.20260408","@aztec/merkle-tree":"4.2.0-nightly.20260408","@aztec/prover-node":"4.2.0-nightly.20260408","@aztec/world-state":"4.2.0-nightly.20260408","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260408","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260408","@aztec/prover-client":"4.2.0-nightly.20260408","@aztec/noir-noirc_abi":"4.2.0-nightly.20260408","@aztec/sequencer-client":"4.2.0-nightly.20260408","@aztec/telemetry-client":"4.2.0-nightly.20260408","@aztec/validator-client":"4.2.0-nightly.20260408","@aztec/noir-contracts.js":"4.2.0-nightly.20260408","@aztec/protocol-contracts":"4.2.0-nightly.20260408","@aztec/validator-ha-signer":"4.2.0-nightly.20260408","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260408","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260408"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260408_1775627372688_0.7201440807575263","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260408-1":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260408-1","_id":"@aztec/end-to-end@4.2.0-nightly.20260408-1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3f4432c34e5a3adc21998e54b18f5203d46f4b53","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260408-1.tgz","fileCount":280,"integrity":"sha512-uITjsQOfWOWYY4dUsfXyQoC0ca8ulk29Hbh010wfmPi4Q0DToaVCJz+opsfCrmOWiztG/trF0eYHhrhk9hLg2w==","signatures":[{"sig":"MEUCIAeJpJSzJHgahcrDLbYnlxlLXzpZ1bc6P5TR7s5AiWBoAiEAkr2wYc8/KWveXGm4cTMeW4aaz567x5t8eHa8rtXMxXg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37105491},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"410846666d3fb29ae2a830777073120a018dfe51","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260408-1","@aztec/cli":"4.2.0-nightly.20260408-1","@aztec/p2p":"4.2.0-nightly.20260408-1","@aztec/pxe":"4.2.0-nightly.20260408-1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260408-1","@aztec/bb.js":"4.2.0-nightly.20260408-1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260408-1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260408-1","@aztec/wallets":"4.2.0-nightly.20260408-1","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260408-1","@aztec/archiver":"4.2.0-nightly.20260408-1","@aztec/aztec.js":"4.2.0-nightly.20260408-1","@aztec/blob-lib":"4.2.0-nightly.20260408-1","@aztec/ethereum":"4.2.0-nightly.20260408-1","@aztec/kv-store":"4.2.0-nightly.20260408-1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260408-1","@aztec/constants":"4.2.0-nightly.20260408-1","@aztec/simulator":"4.2.0-nightly.20260408-1","@aztec/aztec-node":"4.2.0-nightly.20260408-1","@aztec/foundation":"4.2.0-nightly.20260408-1","@aztec/wallet-sdk":"4.2.0-nightly.20260408-1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260408-1","@aztec/entrypoints":"4.2.0-nightly.20260408-1","@aztec/epoch-cache":"4.2.0-nightly.20260408-1","@aztec/merkle-tree":"4.2.0-nightly.20260408-1","@aztec/prover-node":"4.2.0-nightly.20260408-1","@aztec/world-state":"4.2.0-nightly.20260408-1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260408-1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260408-1","@aztec/prover-client":"4.2.0-nightly.20260408-1","@aztec/noir-noirc_abi":"4.2.0-nightly.20260408-1","@aztec/sequencer-client":"4.2.0-nightly.20260408-1","@aztec/telemetry-client":"4.2.0-nightly.20260408-1","@aztec/validator-client":"4.2.0-nightly.20260408-1","@aztec/noir-contracts.js":"4.2.0-nightly.20260408-1","@aztec/protocol-contracts":"4.2.0-nightly.20260408-1","@aztec/validator-ha-signer":"4.2.0-nightly.20260408-1","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260408-1","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260408-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260408-1_1775647607426_0.02111415741363598","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.4d3c002":{"name":"@aztec/end-to-end","version":"0.0.1-commit.4d3c002","_id":"@aztec/end-to-end@0.0.1-commit.4d3c002","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"71cbc6a978251f45f3d88c06b869ebba2180a871","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.4d3c002.tgz","fileCount":288,"integrity":"sha512-xAK1GRMWFjYa9dT2ZO1BDMLwdQkaIwId+m9rPitskiXHoze21O7nhG7xA5CA0b/lTMDITyYhRI3M5JVFZBuT5w==","signatures":[{"sig":"MEUCIQD/eH9Yg3iqylCkTq+uKAQKsZiqIEn6c+oVvbK0xLzv9gIgey5v7nO2tERR5HuMxWe8XvMJvEB1DSojot7fzcsCn7M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37126866},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.4d3c002","@aztec/cli":"0.0.1-commit.4d3c002","@aztec/p2p":"0.0.1-commit.4d3c002","@aztec/pxe":"0.0.1-commit.4d3c002","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.4d3c002","@aztec/bb.js":"0.0.1-commit.4d3c002","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.4d3c002","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.4d3c002","@aztec/wallets":"0.0.1-commit.4d3c002","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.4d3c002","@aztec/archiver":"0.0.1-commit.4d3c002","@aztec/aztec.js":"0.0.1-commit.4d3c002","@aztec/blob-lib":"0.0.1-commit.4d3c002","@aztec/ethereum":"0.0.1-commit.4d3c002","@aztec/kv-store":"0.0.1-commit.4d3c002","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.4d3c002","@aztec/constants":"0.0.1-commit.4d3c002","@aztec/simulator":"0.0.1-commit.4d3c002","@aztec/aztec-node":"0.0.1-commit.4d3c002","@aztec/foundation":"0.0.1-commit.4d3c002","@aztec/wallet-sdk":"0.0.1-commit.4d3c002","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.4d3c002","@aztec/entrypoints":"0.0.1-commit.4d3c002","@aztec/epoch-cache":"0.0.1-commit.4d3c002","@aztec/prover-node":"0.0.1-commit.4d3c002","@aztec/world-state":"0.0.1-commit.4d3c002","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.4d3c002","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.4d3c002","@aztec/prover-client":"0.0.1-commit.4d3c002","@aztec/noir-noirc_abi":"0.0.1-commit.4d3c002","@aztec/sequencer-client":"0.0.1-commit.4d3c002","@aztec/telemetry-client":"0.0.1-commit.4d3c002","@aztec/validator-client":"0.0.1-commit.4d3c002","@aztec/noir-contracts.js":"0.0.1-commit.4d3c002","@aztec/protocol-contracts":"0.0.1-commit.4d3c002","@aztec/validator-ha-signer":"0.0.1-commit.4d3c002","@aztec/noir-test-contracts.js":"0.0.1-commit.4d3c002","@aztec/noir-protocol-circuits-types":"0.0.1-commit.4d3c002"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.4d3c002_1775656711082_0.9047878193019472","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260409":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260409","_id":"@aztec/end-to-end@5.0.0-nightly.20260409","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d4d8d543fc04b9741260b2740f2be61c84b71c7d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260409.tgz","fileCount":291,"integrity":"sha512-X5IF2rHJFBgb2O9I5PAJdV0ewRjg2Nkeu2mxdNIYsk/HNDMIPavFo394X9ugPNUxyfXqtKAz7//0QqxVz4ECgg==","signatures":[{"sig":"MEUCIHcWGQN1K5m0a1r7Digc+v1ow1WwcI382MI0vkFi2PelAiEA6agAXdrtzyq1gNtefIZUfdPXHRi43851i1M6pVR1fCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37138698},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260409","@aztec/cli":"5.0.0-nightly.20260409","@aztec/p2p":"5.0.0-nightly.20260409","@aztec/pxe":"5.0.0-nightly.20260409","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260409","@aztec/bb.js":"5.0.0-nightly.20260409","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260409","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260409","@aztec/wallets":"5.0.0-nightly.20260409","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260409","@aztec/archiver":"5.0.0-nightly.20260409","@aztec/aztec.js":"5.0.0-nightly.20260409","@aztec/blob-lib":"5.0.0-nightly.20260409","@aztec/ethereum":"5.0.0-nightly.20260409","@aztec/kv-store":"5.0.0-nightly.20260409","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260409","@aztec/constants":"5.0.0-nightly.20260409","@aztec/simulator":"5.0.0-nightly.20260409","@aztec/aztec-node":"5.0.0-nightly.20260409","@aztec/foundation":"5.0.0-nightly.20260409","@aztec/wallet-sdk":"5.0.0-nightly.20260409","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260409","@aztec/entrypoints":"5.0.0-nightly.20260409","@aztec/epoch-cache":"5.0.0-nightly.20260409","@aztec/prover-node":"5.0.0-nightly.20260409","@aztec/world-state":"5.0.0-nightly.20260409","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260409","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260409","@aztec/prover-client":"5.0.0-nightly.20260409","@aztec/noir-noirc_abi":"5.0.0-nightly.20260409","@aztec/sequencer-client":"5.0.0-nightly.20260409","@aztec/telemetry-client":"5.0.0-nightly.20260409","@aztec/validator-client":"5.0.0-nightly.20260409","@aztec/noir-contracts.js":"5.0.0-nightly.20260409","@aztec/protocol-contracts":"5.0.0-nightly.20260409","@aztec/validator-ha-signer":"5.0.0-nightly.20260409","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260409","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260409"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260409_1775705061688_0.8849821309396368","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260409":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260409","_id":"@aztec/end-to-end@4.2.0-nightly.20260409","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c4f4b175c5b9ca03e44eb28d2c18f0ef64922b5a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260409.tgz","fileCount":280,"integrity":"sha512-1MgkNVGBiqkFz3WhGZOz19lcDZE/lenLLItN1r8lDaXKuBJ/E91A8+pm2Zs3Rutj8WK96JYFvDwlYn2Reqdq8A==","signatures":[{"sig":"MEYCIQDaXN6Mjxlw14+TcphZ2D4Fasygwk8xkZrfRU/1KfNZlgIhAO2yMybpVZ2ZT4YGQRemQhQlz0nYt+rNT/CnJkZ+XbfX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37105411},"jest":{"rootDir":"./src","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"410846666d3fb29ae2a830777073120a018dfe51","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260409","@aztec/cli":"4.2.0-nightly.20260409","@aztec/p2p":"4.2.0-nightly.20260409","@aztec/pxe":"4.2.0-nightly.20260409","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260409","@aztec/bb.js":"4.2.0-nightly.20260409","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260409","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260409","@aztec/wallets":"4.2.0-nightly.20260409","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260409","@aztec/archiver":"4.2.0-nightly.20260409","@aztec/aztec.js":"4.2.0-nightly.20260409","@aztec/blob-lib":"4.2.0-nightly.20260409","@aztec/ethereum":"4.2.0-nightly.20260409","@aztec/kv-store":"4.2.0-nightly.20260409","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260409","@aztec/constants":"4.2.0-nightly.20260409","@aztec/simulator":"4.2.0-nightly.20260409","@aztec/aztec-node":"4.2.0-nightly.20260409","@aztec/foundation":"4.2.0-nightly.20260409","@aztec/wallet-sdk":"4.2.0-nightly.20260409","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260409","@aztec/entrypoints":"4.2.0-nightly.20260409","@aztec/epoch-cache":"4.2.0-nightly.20260409","@aztec/merkle-tree":"4.2.0-nightly.20260409","@aztec/prover-node":"4.2.0-nightly.20260409","@aztec/world-state":"4.2.0-nightly.20260409","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260409","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260409","@aztec/prover-client":"4.2.0-nightly.20260409","@aztec/noir-noirc_abi":"4.2.0-nightly.20260409","@aztec/sequencer-client":"4.2.0-nightly.20260409","@aztec/telemetry-client":"4.2.0-nightly.20260409","@aztec/validator-client":"4.2.0-nightly.20260409","@aztec/noir-contracts.js":"4.2.0-nightly.20260409","@aztec/protocol-contracts":"4.2.0-nightly.20260409","@aztec/validator-ha-signer":"4.2.0-nightly.20260409","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260409","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260409"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260409_1775713890554_0.9134464483408635","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d1da697d6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d1da697d6","_id":"@aztec/end-to-end@0.0.1-commit.d1da697d6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2e914adf91bcfba967d1fa016a7d0f6334aa2a27","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d1da697d6.tgz","fileCount":291,"integrity":"sha512-5R3mzAI3ZDMg/qso3v+IkW4RdFPaZslJVZZyYVqpgJew1yNErkMHzpRHElgqRCqKsvBXstRUQSKapAcbfzh+GA==","signatures":[{"sig":"MEYCIQDBhzmIbRuDEaDLoRA51hQbab9aRqdFnk4Wng2d9PQgywIhAKdwp6p274lAe9N8GbPxaG/3cEejhLF8P4MR/QUva41Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37138698},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d1da697d6","@aztec/cli":"0.0.1-commit.d1da697d6","@aztec/p2p":"0.0.1-commit.d1da697d6","@aztec/pxe":"0.0.1-commit.d1da697d6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d1da697d6","@aztec/bb.js":"0.0.1-commit.d1da697d6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d1da697d6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d1da697d6","@aztec/wallets":"0.0.1-commit.d1da697d6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d1da697d6","@aztec/archiver":"0.0.1-commit.d1da697d6","@aztec/aztec.js":"0.0.1-commit.d1da697d6","@aztec/blob-lib":"0.0.1-commit.d1da697d6","@aztec/ethereum":"0.0.1-commit.d1da697d6","@aztec/kv-store":"0.0.1-commit.d1da697d6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d1da697d6","@aztec/constants":"0.0.1-commit.d1da697d6","@aztec/simulator":"0.0.1-commit.d1da697d6","@aztec/aztec-node":"0.0.1-commit.d1da697d6","@aztec/foundation":"0.0.1-commit.d1da697d6","@aztec/wallet-sdk":"0.0.1-commit.d1da697d6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d1da697d6","@aztec/entrypoints":"0.0.1-commit.d1da697d6","@aztec/epoch-cache":"0.0.1-commit.d1da697d6","@aztec/prover-node":"0.0.1-commit.d1da697d6","@aztec/world-state":"0.0.1-commit.d1da697d6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d1da697d6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d1da697d6","@aztec/prover-client":"0.0.1-commit.d1da697d6","@aztec/noir-noirc_abi":"0.0.1-commit.d1da697d6","@aztec/sequencer-client":"0.0.1-commit.d1da697d6","@aztec/telemetry-client":"0.0.1-commit.d1da697d6","@aztec/validator-client":"0.0.1-commit.d1da697d6","@aztec/noir-contracts.js":"0.0.1-commit.d1da697d6","@aztec/protocol-contracts":"0.0.1-commit.d1da697d6","@aztec/validator-ha-signer":"0.0.1-commit.d1da697d6","@aztec/noir-test-contracts.js":"0.0.1-commit.d1da697d6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d1da697d6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d1da697d6_1775721018649_0.9132308473524082","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e304674f1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e304674f1","_id":"@aztec/end-to-end@0.0.1-commit.e304674f1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b06efedbef9bb1250c4b18110a9de677a316531f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e304674f1.tgz","fileCount":291,"integrity":"sha512-6Shs49uUnJHmmmsXc7IXjkKAMekvztg7VJ8ZHNsEdw0SG22OX38KOkklRnMG2909wHdwa4jAOUlG7j5QsRdbAA==","signatures":[{"sig":"MEYCIQChteQaCGNGefxkfUglnHS6iszE3h8+UM3kKZSjjgJeQgIhAJVfvg6x3bKmOtuxmBxwAJO3Vgucfp4fz8Nqdmywd4pn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37131434},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e304674f1","@aztec/cli":"0.0.1-commit.e304674f1","@aztec/p2p":"0.0.1-commit.e304674f1","@aztec/pxe":"0.0.1-commit.e304674f1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e304674f1","@aztec/bb.js":"0.0.1-commit.e304674f1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e304674f1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e304674f1","@aztec/wallets":"0.0.1-commit.e304674f1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e304674f1","@aztec/archiver":"0.0.1-commit.e304674f1","@aztec/aztec.js":"0.0.1-commit.e304674f1","@aztec/blob-lib":"0.0.1-commit.e304674f1","@aztec/ethereum":"0.0.1-commit.e304674f1","@aztec/kv-store":"0.0.1-commit.e304674f1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e304674f1","@aztec/constants":"0.0.1-commit.e304674f1","@aztec/simulator":"0.0.1-commit.e304674f1","@aztec/aztec-node":"0.0.1-commit.e304674f1","@aztec/foundation":"0.0.1-commit.e304674f1","@aztec/wallet-sdk":"0.0.1-commit.e304674f1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e304674f1","@aztec/entrypoints":"0.0.1-commit.e304674f1","@aztec/epoch-cache":"0.0.1-commit.e304674f1","@aztec/prover-node":"0.0.1-commit.e304674f1","@aztec/world-state":"0.0.1-commit.e304674f1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e304674f1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e304674f1","@aztec/prover-client":"0.0.1-commit.e304674f1","@aztec/noir-noirc_abi":"0.0.1-commit.e304674f1","@aztec/sequencer-client":"0.0.1-commit.e304674f1","@aztec/telemetry-client":"0.0.1-commit.e304674f1","@aztec/validator-client":"0.0.1-commit.e304674f1","@aztec/noir-contracts.js":"0.0.1-commit.e304674f1","@aztec/protocol-contracts":"0.0.1-commit.e304674f1","@aztec/validator-ha-signer":"0.0.1-commit.e304674f1","@aztec/noir-test-contracts.js":"0.0.1-commit.e304674f1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e304674f1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e304674f1_1775723566353_0.2072871483155878","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260410":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260410","_id":"@aztec/end-to-end@5.0.0-nightly.20260410","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c9921a12f3fbaf49f1110fcd767d2435c1ccef30","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260410.tgz","fileCount":291,"integrity":"sha512-JIEah0X/ob5q6RsKwNGDoqsl/N3THdn7PCVaMkAqVgTfhWTczNiu0Kjnriei92nD9jmF0Iiu/vIzLH0Qu+NOtw==","signatures":[{"sig":"MEUCIETss/AW8YPWNSpGSeYRGMUnaI+ztn66WOcGdEQ9yv5YAiEAuW+kxeA6AC9tSvCvwRVn+DT6bwkkiqVGAyhP2jiPg84=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37131434},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260410","@aztec/cli":"5.0.0-nightly.20260410","@aztec/p2p":"5.0.0-nightly.20260410","@aztec/pxe":"5.0.0-nightly.20260410","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260410","@aztec/bb.js":"5.0.0-nightly.20260410","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260410","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260410","@aztec/wallets":"5.0.0-nightly.20260410","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260410","@aztec/archiver":"5.0.0-nightly.20260410","@aztec/aztec.js":"5.0.0-nightly.20260410","@aztec/blob-lib":"5.0.0-nightly.20260410","@aztec/ethereum":"5.0.0-nightly.20260410","@aztec/kv-store":"5.0.0-nightly.20260410","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260410","@aztec/constants":"5.0.0-nightly.20260410","@aztec/simulator":"5.0.0-nightly.20260410","@aztec/aztec-node":"5.0.0-nightly.20260410","@aztec/foundation":"5.0.0-nightly.20260410","@aztec/wallet-sdk":"5.0.0-nightly.20260410","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260410","@aztec/entrypoints":"5.0.0-nightly.20260410","@aztec/epoch-cache":"5.0.0-nightly.20260410","@aztec/prover-node":"5.0.0-nightly.20260410","@aztec/world-state":"5.0.0-nightly.20260410","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260410","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260410","@aztec/prover-client":"5.0.0-nightly.20260410","@aztec/noir-noirc_abi":"5.0.0-nightly.20260410","@aztec/sequencer-client":"5.0.0-nightly.20260410","@aztec/telemetry-client":"5.0.0-nightly.20260410","@aztec/validator-client":"5.0.0-nightly.20260410","@aztec/noir-contracts.js":"5.0.0-nightly.20260410","@aztec/protocol-contracts":"5.0.0-nightly.20260410","@aztec/validator-ha-signer":"5.0.0-nightly.20260410","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260410","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260410"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260410_1775791530279_0.9356099594210145","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260410":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260410","_id":"@aztec/end-to-end@4.2.0-nightly.20260410","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c67f1959c2b4587dfc0ad756e7ef8e684b65613","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260410.tgz","fileCount":283,"integrity":"sha512-l2OPiQF0MilXAQMwJkBUWK77fmPsw4sanUID3b0bqfqGuOR4lqB+HTyMj0qbmPoyBXx14iu97BGeBote2RQmBg==","signatures":[{"sig":"MEYCIQDzoVZrmODnetsEq8JyvGoThOO4b+wRveeDQB1LpW311QIhAOhYROOSqfKGkQksIjz3Yms7lpz/O8F8J71IHIUyalZ+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37113310},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"bc4993a9d353de64321dcfac4d456667ac14570d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260410","@aztec/cli":"4.2.0-nightly.20260410","@aztec/p2p":"4.2.0-nightly.20260410","@aztec/pxe":"4.2.0-nightly.20260410","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260410","@aztec/bb.js":"4.2.0-nightly.20260410","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260410","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260410","@aztec/wallets":"4.2.0-nightly.20260410","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260410","@aztec/archiver":"4.2.0-nightly.20260410","@aztec/aztec.js":"4.2.0-nightly.20260410","@aztec/blob-lib":"4.2.0-nightly.20260410","@aztec/ethereum":"4.2.0-nightly.20260410","@aztec/kv-store":"4.2.0-nightly.20260410","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260410","@aztec/constants":"4.2.0-nightly.20260410","@aztec/simulator":"4.2.0-nightly.20260410","@aztec/aztec-node":"4.2.0-nightly.20260410","@aztec/foundation":"4.2.0-nightly.20260410","@aztec/wallet-sdk":"4.2.0-nightly.20260410","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260410","@aztec/entrypoints":"4.2.0-nightly.20260410","@aztec/epoch-cache":"4.2.0-nightly.20260410","@aztec/merkle-tree":"4.2.0-nightly.20260410","@aztec/prover-node":"4.2.0-nightly.20260410","@aztec/world-state":"4.2.0-nightly.20260410","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260410","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260410","@aztec/prover-client":"4.2.0-nightly.20260410","@aztec/noir-noirc_abi":"4.2.0-nightly.20260410","@aztec/sequencer-client":"4.2.0-nightly.20260410","@aztec/telemetry-client":"4.2.0-nightly.20260410","@aztec/validator-client":"4.2.0-nightly.20260410","@aztec/noir-contracts.js":"4.2.0-nightly.20260410","@aztec/protocol-contracts":"4.2.0-nightly.20260410","@aztec/validator-ha-signer":"4.2.0-nightly.20260410","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260410","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260410"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260410_1775800712998_0.8537747080795988","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f650c0a5c":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f650c0a5c","_id":"@aztec/end-to-end@0.0.1-commit.f650c0a5c","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eeb7fefb286521bd4fa2597a13e1ebda4ec48f68","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f650c0a5c.tgz","fileCount":291,"integrity":"sha512-Om5C4c+36vBtgMVTVcR3OLwBkW+9F4J2NXR2643NSwtm+SvbVIYJsgirMdTdqhEut12glT+HT4VD6/rLuuKXtQ==","signatures":[{"sig":"MEYCIQCH4VFnZvAgwtFlrf7GBBGLH4r1wEj8yfHRL4/wcoCRJQIhANKWWfzarBs6HebSJ6Z47eWhalyM9Kr/VYD0xaFO11SQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37131434},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f650c0a5c","@aztec/cli":"0.0.1-commit.f650c0a5c","@aztec/p2p":"0.0.1-commit.f650c0a5c","@aztec/pxe":"0.0.1-commit.f650c0a5c","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f650c0a5c","@aztec/bb.js":"0.0.1-commit.f650c0a5c","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f650c0a5c","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f650c0a5c","@aztec/wallets":"0.0.1-commit.f650c0a5c","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f650c0a5c","@aztec/archiver":"0.0.1-commit.f650c0a5c","@aztec/aztec.js":"0.0.1-commit.f650c0a5c","@aztec/blob-lib":"0.0.1-commit.f650c0a5c","@aztec/ethereum":"0.0.1-commit.f650c0a5c","@aztec/kv-store":"0.0.1-commit.f650c0a5c","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f650c0a5c","@aztec/constants":"0.0.1-commit.f650c0a5c","@aztec/simulator":"0.0.1-commit.f650c0a5c","@aztec/aztec-node":"0.0.1-commit.f650c0a5c","@aztec/foundation":"0.0.1-commit.f650c0a5c","@aztec/wallet-sdk":"0.0.1-commit.f650c0a5c","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f650c0a5c","@aztec/entrypoints":"0.0.1-commit.f650c0a5c","@aztec/epoch-cache":"0.0.1-commit.f650c0a5c","@aztec/prover-node":"0.0.1-commit.f650c0a5c","@aztec/world-state":"0.0.1-commit.f650c0a5c","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f650c0a5c","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f650c0a5c","@aztec/prover-client":"0.0.1-commit.f650c0a5c","@aztec/noir-noirc_abi":"0.0.1-commit.f650c0a5c","@aztec/sequencer-client":"0.0.1-commit.f650c0a5c","@aztec/telemetry-client":"0.0.1-commit.f650c0a5c","@aztec/validator-client":"0.0.1-commit.f650c0a5c","@aztec/noir-contracts.js":"0.0.1-commit.f650c0a5c","@aztec/protocol-contracts":"0.0.1-commit.f650c0a5c","@aztec/validator-ha-signer":"0.0.1-commit.f650c0a5c","@aztec/noir-test-contracts.js":"0.0.1-commit.f650c0a5c","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f650c0a5c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f650c0a5c_1775810397805_0.9291330540406157","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260411":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260411","_id":"@aztec/end-to-end@5.0.0-nightly.20260411","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"69e4f22c8b331285d2f3d355f05551a436e4d1bc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260411.tgz","fileCount":291,"integrity":"sha512-iL4QYswbt067gcBJwAbESEe6oCwGyXEsUo2ZcXHoXJGYTsP871DYWmhv9QvUka3xuchSBN3NKEfcJ9vDBQ1dqw==","signatures":[{"sig":"MEQCIDUHpoGJVS+BLhubguUV1ePVvgaLHHNPLBH1Y/dFrZBJAiABz95Ckkz3XrqSGFQgdls/WZ8/ToerVR3fopRGCJqoeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136450},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260411","@aztec/cli":"5.0.0-nightly.20260411","@aztec/p2p":"5.0.0-nightly.20260411","@aztec/pxe":"5.0.0-nightly.20260411","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260411","@aztec/bb.js":"5.0.0-nightly.20260411","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260411","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260411","@aztec/wallets":"5.0.0-nightly.20260411","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260411","@aztec/archiver":"5.0.0-nightly.20260411","@aztec/aztec.js":"5.0.0-nightly.20260411","@aztec/blob-lib":"5.0.0-nightly.20260411","@aztec/ethereum":"5.0.0-nightly.20260411","@aztec/kv-store":"5.0.0-nightly.20260411","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260411","@aztec/constants":"5.0.0-nightly.20260411","@aztec/simulator":"5.0.0-nightly.20260411","@aztec/aztec-node":"5.0.0-nightly.20260411","@aztec/foundation":"5.0.0-nightly.20260411","@aztec/wallet-sdk":"5.0.0-nightly.20260411","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260411","@aztec/entrypoints":"5.0.0-nightly.20260411","@aztec/epoch-cache":"5.0.0-nightly.20260411","@aztec/prover-node":"5.0.0-nightly.20260411","@aztec/world-state":"5.0.0-nightly.20260411","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260411","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260411","@aztec/prover-client":"5.0.0-nightly.20260411","@aztec/noir-noirc_abi":"5.0.0-nightly.20260411","@aztec/sequencer-client":"5.0.0-nightly.20260411","@aztec/telemetry-client":"5.0.0-nightly.20260411","@aztec/validator-client":"5.0.0-nightly.20260411","@aztec/noir-contracts.js":"5.0.0-nightly.20260411","@aztec/protocol-contracts":"5.0.0-nightly.20260411","@aztec/validator-ha-signer":"5.0.0-nightly.20260411","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260411","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260411"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260411_1775877477482_0.9520640118754742","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260411":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260411","_id":"@aztec/end-to-end@4.2.0-nightly.20260411","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8915feb942547deb98862c00e8aafe39d5a7eac3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260411.tgz","fileCount":283,"integrity":"sha512-2/ARy3IdLfk8Bd26lXQl49vF1XzhvTNPvDmtwZNgQz6c+lKrFhCUMRtMoaLPykwuidv/NnPsYmD/EezWDhKNAQ==","signatures":[{"sig":"MEUCIQDJLVg9h29/fkghT6JGJOJwGBGdxiTVaap/dY1c43PxJQIgMUDGKsbmk5nzTtCHUAMEW8bc13CDGIw6IT7YvKGU43s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117244},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"49aa094dc919e69186cf712c460089afc2559d68","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260411","@aztec/cli":"4.2.0-nightly.20260411","@aztec/p2p":"4.2.0-nightly.20260411","@aztec/pxe":"4.2.0-nightly.20260411","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260411","@aztec/bb.js":"4.2.0-nightly.20260411","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260411","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260411","@aztec/wallets":"4.2.0-nightly.20260411","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260411","@aztec/archiver":"4.2.0-nightly.20260411","@aztec/aztec.js":"4.2.0-nightly.20260411","@aztec/blob-lib":"4.2.0-nightly.20260411","@aztec/ethereum":"4.2.0-nightly.20260411","@aztec/kv-store":"4.2.0-nightly.20260411","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260411","@aztec/constants":"4.2.0-nightly.20260411","@aztec/simulator":"4.2.0-nightly.20260411","@aztec/aztec-node":"4.2.0-nightly.20260411","@aztec/foundation":"4.2.0-nightly.20260411","@aztec/wallet-sdk":"4.2.0-nightly.20260411","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260411","@aztec/entrypoints":"4.2.0-nightly.20260411","@aztec/epoch-cache":"4.2.0-nightly.20260411","@aztec/merkle-tree":"4.2.0-nightly.20260411","@aztec/prover-node":"4.2.0-nightly.20260411","@aztec/world-state":"4.2.0-nightly.20260411","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260411","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260411","@aztec/prover-client":"4.2.0-nightly.20260411","@aztec/noir-noirc_abi":"4.2.0-nightly.20260411","@aztec/sequencer-client":"4.2.0-nightly.20260411","@aztec/telemetry-client":"4.2.0-nightly.20260411","@aztec/validator-client":"4.2.0-nightly.20260411","@aztec/noir-contracts.js":"4.2.0-nightly.20260411","@aztec/protocol-contracts":"4.2.0-nightly.20260411","@aztec/validator-ha-signer":"4.2.0-nightly.20260411","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260411","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260411"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260411_1775886338334_0.3376839683823629","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ec7ac5448":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ec7ac5448","_id":"@aztec/end-to-end@0.0.1-commit.ec7ac5448","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ef3a35cd4f9408ff52bb1395d2d3eaec79665237","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ec7ac5448.tgz","fileCount":291,"integrity":"sha512-3JjW7EQabSUE7IF3dGhAycXl6DvpYu7+D5W+tLD40kWNGIkWPFa5PqSeehnoosIe/mTetEMXt85tfyhQk9oFOg==","signatures":[{"sig":"MEYCIQCZaGqRmAPaxMzQpqz5ZClVxbee1UaCIXXsqd5eQgzWMgIhAJHz530HegXCdpOAjWNraGEk/80od4UemmnQx+NZqAJC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136450},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ec7ac5448","@aztec/cli":"0.0.1-commit.ec7ac5448","@aztec/p2p":"0.0.1-commit.ec7ac5448","@aztec/pxe":"0.0.1-commit.ec7ac5448","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ec7ac5448","@aztec/bb.js":"0.0.1-commit.ec7ac5448","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ec7ac5448","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ec7ac5448","@aztec/wallets":"0.0.1-commit.ec7ac5448","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ec7ac5448","@aztec/archiver":"0.0.1-commit.ec7ac5448","@aztec/aztec.js":"0.0.1-commit.ec7ac5448","@aztec/blob-lib":"0.0.1-commit.ec7ac5448","@aztec/ethereum":"0.0.1-commit.ec7ac5448","@aztec/kv-store":"0.0.1-commit.ec7ac5448","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ec7ac5448","@aztec/constants":"0.0.1-commit.ec7ac5448","@aztec/simulator":"0.0.1-commit.ec7ac5448","@aztec/aztec-node":"0.0.1-commit.ec7ac5448","@aztec/foundation":"0.0.1-commit.ec7ac5448","@aztec/wallet-sdk":"0.0.1-commit.ec7ac5448","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ec7ac5448","@aztec/entrypoints":"0.0.1-commit.ec7ac5448","@aztec/epoch-cache":"0.0.1-commit.ec7ac5448","@aztec/prover-node":"0.0.1-commit.ec7ac5448","@aztec/world-state":"0.0.1-commit.ec7ac5448","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ec7ac5448","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ec7ac5448","@aztec/prover-client":"0.0.1-commit.ec7ac5448","@aztec/noir-noirc_abi":"0.0.1-commit.ec7ac5448","@aztec/sequencer-client":"0.0.1-commit.ec7ac5448","@aztec/telemetry-client":"0.0.1-commit.ec7ac5448","@aztec/validator-client":"0.0.1-commit.ec7ac5448","@aztec/noir-contracts.js":"0.0.1-commit.ec7ac5448","@aztec/protocol-contracts":"0.0.1-commit.ec7ac5448","@aztec/validator-ha-signer":"0.0.1-commit.ec7ac5448","@aztec/noir-test-contracts.js":"0.0.1-commit.ec7ac5448","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ec7ac5448"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ec7ac5448_1775890617931_0.02857494356122836","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260412":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260412","_id":"@aztec/end-to-end@5.0.0-nightly.20260412","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"27ae040ee43da2f450432eeda1b423a113650b00","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260412.tgz","fileCount":291,"integrity":"sha512-nwkzuLafvcxRd6Nvu2nC4jyAWVHj+jxAftA7Jp1AqFMF6T1m3YCP+OYRKetKW8ShV62CqWjDbvpntGui3FLHwQ==","signatures":[{"sig":"MEYCIQClScJ28Tq52wbxty2MKVw6uitesEymBmTCQWqv2siS9wIhAMN/M+NzzAC3iH5dwloJGbNnSj07IU80x1d6uUlh8Lzm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136991},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260412","@aztec/cli":"5.0.0-nightly.20260412","@aztec/p2p":"5.0.0-nightly.20260412","@aztec/pxe":"5.0.0-nightly.20260412","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260412","@aztec/bb.js":"5.0.0-nightly.20260412","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260412","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260412","@aztec/wallets":"5.0.0-nightly.20260412","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260412","@aztec/archiver":"5.0.0-nightly.20260412","@aztec/aztec.js":"5.0.0-nightly.20260412","@aztec/blob-lib":"5.0.0-nightly.20260412","@aztec/ethereum":"5.0.0-nightly.20260412","@aztec/kv-store":"5.0.0-nightly.20260412","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260412","@aztec/constants":"5.0.0-nightly.20260412","@aztec/simulator":"5.0.0-nightly.20260412","@aztec/aztec-node":"5.0.0-nightly.20260412","@aztec/foundation":"5.0.0-nightly.20260412","@aztec/wallet-sdk":"5.0.0-nightly.20260412","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260412","@aztec/entrypoints":"5.0.0-nightly.20260412","@aztec/epoch-cache":"5.0.0-nightly.20260412","@aztec/prover-node":"5.0.0-nightly.20260412","@aztec/world-state":"5.0.0-nightly.20260412","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260412","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260412","@aztec/prover-client":"5.0.0-nightly.20260412","@aztec/noir-noirc_abi":"5.0.0-nightly.20260412","@aztec/sequencer-client":"5.0.0-nightly.20260412","@aztec/telemetry-client":"5.0.0-nightly.20260412","@aztec/validator-client":"5.0.0-nightly.20260412","@aztec/noir-contracts.js":"5.0.0-nightly.20260412","@aztec/protocol-contracts":"5.0.0-nightly.20260412","@aztec/validator-ha-signer":"5.0.0-nightly.20260412","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260412","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260412"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260412_1775963992168_0.5976603130175808","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260412":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260412","_id":"@aztec/end-to-end@4.2.0-nightly.20260412","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ce1bb45354969a36989be67fbddca101f14cdf4a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260412.tgz","fileCount":283,"integrity":"sha512-nJb6Fm/6vxiLIPj4Hc07lxDkL+Lo1yTQ8nQHX7Tr8g93aes8QqBMJxcaRDnLxsTQqgv30mdm7c7OnL7zxl3ySA==","signatures":[{"sig":"MEUCIQC3OHWvhkh0j0bJFwscbxZeQG7HUHoh3Hh80c1LKB1rSwIgRBe1xvSEyW6ypdc3DSeKlSWh/48xrRmVYTxroF/m8RY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117244},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"49aa094dc919e69186cf712c460089afc2559d68","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260412","@aztec/cli":"4.2.0-nightly.20260412","@aztec/p2p":"4.2.0-nightly.20260412","@aztec/pxe":"4.2.0-nightly.20260412","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260412","@aztec/bb.js":"4.2.0-nightly.20260412","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260412","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260412","@aztec/wallets":"4.2.0-nightly.20260412","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260412","@aztec/archiver":"4.2.0-nightly.20260412","@aztec/aztec.js":"4.2.0-nightly.20260412","@aztec/blob-lib":"4.2.0-nightly.20260412","@aztec/ethereum":"4.2.0-nightly.20260412","@aztec/kv-store":"4.2.0-nightly.20260412","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260412","@aztec/constants":"4.2.0-nightly.20260412","@aztec/simulator":"4.2.0-nightly.20260412","@aztec/aztec-node":"4.2.0-nightly.20260412","@aztec/foundation":"4.2.0-nightly.20260412","@aztec/wallet-sdk":"4.2.0-nightly.20260412","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260412","@aztec/entrypoints":"4.2.0-nightly.20260412","@aztec/epoch-cache":"4.2.0-nightly.20260412","@aztec/merkle-tree":"4.2.0-nightly.20260412","@aztec/prover-node":"4.2.0-nightly.20260412","@aztec/world-state":"4.2.0-nightly.20260412","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260412","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260412","@aztec/prover-client":"4.2.0-nightly.20260412","@aztec/noir-noirc_abi":"4.2.0-nightly.20260412","@aztec/sequencer-client":"4.2.0-nightly.20260412","@aztec/telemetry-client":"4.2.0-nightly.20260412","@aztec/validator-client":"4.2.0-nightly.20260412","@aztec/noir-contracts.js":"4.2.0-nightly.20260412","@aztec/protocol-contracts":"4.2.0-nightly.20260412","@aztec/validator-ha-signer":"4.2.0-nightly.20260412","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260412","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260412"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260412_1775973388820_0.6466379912353735","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260413":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260413","_id":"@aztec/end-to-end@5.0.0-nightly.20260413","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc9141be526bc8484d599f805a09de888738a3f7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260413.tgz","fileCount":291,"integrity":"sha512-CBHXDkEcKEvE0xSjueDVmEzt+cuUHZy1Ip2fwhZpT8MWrAxVod0woVCCUA+/GVO4F2QaOWCnyVX/xy5AfbJesQ==","signatures":[{"sig":"MEQCIH5P0tapPQeZOEPwKkyeym+fyy0OMhP40b5aGxOxKi3JAiB8Q9pq0z6h+AYZ+vrrBrLRETUXxy8QQ7VRjSE4KrArfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136991},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260413","@aztec/cli":"5.0.0-nightly.20260413","@aztec/p2p":"5.0.0-nightly.20260413","@aztec/pxe":"5.0.0-nightly.20260413","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260413","@aztec/bb.js":"5.0.0-nightly.20260413","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260413","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260413","@aztec/wallets":"5.0.0-nightly.20260413","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260413","@aztec/archiver":"5.0.0-nightly.20260413","@aztec/aztec.js":"5.0.0-nightly.20260413","@aztec/blob-lib":"5.0.0-nightly.20260413","@aztec/ethereum":"5.0.0-nightly.20260413","@aztec/kv-store":"5.0.0-nightly.20260413","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260413","@aztec/constants":"5.0.0-nightly.20260413","@aztec/simulator":"5.0.0-nightly.20260413","@aztec/aztec-node":"5.0.0-nightly.20260413","@aztec/foundation":"5.0.0-nightly.20260413","@aztec/wallet-sdk":"5.0.0-nightly.20260413","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260413","@aztec/entrypoints":"5.0.0-nightly.20260413","@aztec/epoch-cache":"5.0.0-nightly.20260413","@aztec/prover-node":"5.0.0-nightly.20260413","@aztec/world-state":"5.0.0-nightly.20260413","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260413","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260413","@aztec/prover-client":"5.0.0-nightly.20260413","@aztec/noir-noirc_abi":"5.0.0-nightly.20260413","@aztec/sequencer-client":"5.0.0-nightly.20260413","@aztec/telemetry-client":"5.0.0-nightly.20260413","@aztec/validator-client":"5.0.0-nightly.20260413","@aztec/noir-contracts.js":"5.0.0-nightly.20260413","@aztec/protocol-contracts":"5.0.0-nightly.20260413","@aztec/validator-ha-signer":"5.0.0-nightly.20260413","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260413","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260413"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260413_1776050512891_0.6641118433373516","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260413":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260413","_id":"@aztec/end-to-end@4.2.0-nightly.20260413","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f978a5c4491d48b5f8a539e903672d1e9337b2ef","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260413.tgz","fileCount":283,"integrity":"sha512-1TfBI1FS28zkVeAB2GuvW0sx1RCkjhxELFugIAknLh7ouPfvrqQxvq+LA+NRyKB+/r73uFxmkrPTNf6B+S81fA==","signatures":[{"sig":"MEUCIC/E//Ri9FxmJfMAxOpCgvvP/hJWLJ7hiKY662ZzfsMqAiEAgcqMQGJ6H7yXg7Zj76yRoYYD6mA0DFcyVMOUUbOBrZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117244},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"49aa094dc919e69186cf712c460089afc2559d68","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260413","@aztec/cli":"4.2.0-nightly.20260413","@aztec/p2p":"4.2.0-nightly.20260413","@aztec/pxe":"4.2.0-nightly.20260413","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260413","@aztec/bb.js":"4.2.0-nightly.20260413","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260413","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260413","@aztec/wallets":"4.2.0-nightly.20260413","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260413","@aztec/archiver":"4.2.0-nightly.20260413","@aztec/aztec.js":"4.2.0-nightly.20260413","@aztec/blob-lib":"4.2.0-nightly.20260413","@aztec/ethereum":"4.2.0-nightly.20260413","@aztec/kv-store":"4.2.0-nightly.20260413","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260413","@aztec/constants":"4.2.0-nightly.20260413","@aztec/simulator":"4.2.0-nightly.20260413","@aztec/aztec-node":"4.2.0-nightly.20260413","@aztec/foundation":"4.2.0-nightly.20260413","@aztec/wallet-sdk":"4.2.0-nightly.20260413","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260413","@aztec/entrypoints":"4.2.0-nightly.20260413","@aztec/epoch-cache":"4.2.0-nightly.20260413","@aztec/merkle-tree":"4.2.0-nightly.20260413","@aztec/prover-node":"4.2.0-nightly.20260413","@aztec/world-state":"4.2.0-nightly.20260413","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260413","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260413","@aztec/prover-client":"4.2.0-nightly.20260413","@aztec/noir-noirc_abi":"4.2.0-nightly.20260413","@aztec/sequencer-client":"4.2.0-nightly.20260413","@aztec/telemetry-client":"4.2.0-nightly.20260413","@aztec/validator-client":"4.2.0-nightly.20260413","@aztec/noir-contracts.js":"4.2.0-nightly.20260413","@aztec/protocol-contracts":"4.2.0-nightly.20260413","@aztec/validator-ha-signer":"4.2.0-nightly.20260413","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260413","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260413"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260413_1776060543951_0.6568274943684962","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3f5453c7b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3f5453c7b","_id":"@aztec/end-to-end@0.0.1-commit.3f5453c7b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"46012b4040c159ca6d53ba1cf8d2ed4295e375dd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3f5453c7b.tgz","fileCount":291,"integrity":"sha512-2Y+zeri6RqYIcugM75qfDtyAlAjfun1ky2gihx5D5wONlbHA4oEVUPUu+9c9xp2UhQJPKrdJIbovaHTEkF/NpA==","signatures":[{"sig":"MEYCIQDoI0OffAPV1JdQr4DNAk0mHE8dgXq+s0byTkpEJJxOswIhALnvwwrrjYuqCtj1RQsyQKenehNExOJUwWdv8fAZKpmD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3f5453c7b","@aztec/cli":"0.0.1-commit.3f5453c7b","@aztec/p2p":"0.0.1-commit.3f5453c7b","@aztec/pxe":"0.0.1-commit.3f5453c7b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3f5453c7b","@aztec/bb.js":"0.0.1-commit.3f5453c7b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3f5453c7b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3f5453c7b","@aztec/wallets":"0.0.1-commit.3f5453c7b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3f5453c7b","@aztec/archiver":"0.0.1-commit.3f5453c7b","@aztec/aztec.js":"0.0.1-commit.3f5453c7b","@aztec/blob-lib":"0.0.1-commit.3f5453c7b","@aztec/ethereum":"0.0.1-commit.3f5453c7b","@aztec/kv-store":"0.0.1-commit.3f5453c7b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3f5453c7b","@aztec/constants":"0.0.1-commit.3f5453c7b","@aztec/simulator":"0.0.1-commit.3f5453c7b","@aztec/aztec-node":"0.0.1-commit.3f5453c7b","@aztec/foundation":"0.0.1-commit.3f5453c7b","@aztec/wallet-sdk":"0.0.1-commit.3f5453c7b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3f5453c7b","@aztec/entrypoints":"0.0.1-commit.3f5453c7b","@aztec/epoch-cache":"0.0.1-commit.3f5453c7b","@aztec/prover-node":"0.0.1-commit.3f5453c7b","@aztec/world-state":"0.0.1-commit.3f5453c7b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3f5453c7b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3f5453c7b","@aztec/prover-client":"0.0.1-commit.3f5453c7b","@aztec/noir-noirc_abi":"0.0.1-commit.3f5453c7b","@aztec/sequencer-client":"0.0.1-commit.3f5453c7b","@aztec/telemetry-client":"0.0.1-commit.3f5453c7b","@aztec/validator-client":"0.0.1-commit.3f5453c7b","@aztec/noir-contracts.js":"0.0.1-commit.3f5453c7b","@aztec/protocol-contracts":"0.0.1-commit.3f5453c7b","@aztec/validator-ha-signer":"0.0.1-commit.3f5453c7b","@aztec/noir-test-contracts.js":"0.0.1-commit.3f5453c7b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3f5453c7b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3f5453c7b_1776080012488_0.36623295834445835","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260414":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260414","_id":"@aztec/end-to-end@5.0.0-nightly.20260414","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0d4aed484c20fa9b6d32942b89d09b06bbe52116","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260414.tgz","fileCount":291,"integrity":"sha512-/3k1gn8VWEd4VAlwsHC2eWCuoEemymPDpGA05KLIbukmJt4vIOCr91EfxVqqkzr7rbB+OKDddonvCZsJTCgBlg==","signatures":[{"sig":"MEUCIQD0Z0xwNBkSTF6VrERVga9SZMT5AViP3yVULzp/eGbU4AIgbRPAC+Rx5Kw1PPCXgiF/VhUt3dY06W4iMwRzCiqa9ho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260414","@aztec/cli":"5.0.0-nightly.20260414","@aztec/p2p":"5.0.0-nightly.20260414","@aztec/pxe":"5.0.0-nightly.20260414","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260414","@aztec/bb.js":"5.0.0-nightly.20260414","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260414","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260414","@aztec/wallets":"5.0.0-nightly.20260414","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260414","@aztec/archiver":"5.0.0-nightly.20260414","@aztec/aztec.js":"5.0.0-nightly.20260414","@aztec/blob-lib":"5.0.0-nightly.20260414","@aztec/ethereum":"5.0.0-nightly.20260414","@aztec/kv-store":"5.0.0-nightly.20260414","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260414","@aztec/constants":"5.0.0-nightly.20260414","@aztec/simulator":"5.0.0-nightly.20260414","@aztec/aztec-node":"5.0.0-nightly.20260414","@aztec/foundation":"5.0.0-nightly.20260414","@aztec/wallet-sdk":"5.0.0-nightly.20260414","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260414","@aztec/entrypoints":"5.0.0-nightly.20260414","@aztec/epoch-cache":"5.0.0-nightly.20260414","@aztec/prover-node":"5.0.0-nightly.20260414","@aztec/world-state":"5.0.0-nightly.20260414","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260414","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260414","@aztec/prover-client":"5.0.0-nightly.20260414","@aztec/noir-noirc_abi":"5.0.0-nightly.20260414","@aztec/sequencer-client":"5.0.0-nightly.20260414","@aztec/telemetry-client":"5.0.0-nightly.20260414","@aztec/validator-client":"5.0.0-nightly.20260414","@aztec/noir-contracts.js":"5.0.0-nightly.20260414","@aztec/protocol-contracts":"5.0.0-nightly.20260414","@aztec/validator-ha-signer":"5.0.0-nightly.20260414","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260414","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260414"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260414_1776136772453_0.13111947870071883","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-nightly.20260414":{"name":"@aztec/end-to-end","version":"4.2.0-nightly.20260414","_id":"@aztec/end-to-end@4.2.0-nightly.20260414","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a33afb26089839e3b3613e584beac90b4cb493a1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-nightly.20260414.tgz","fileCount":283,"integrity":"sha512-WTzfMJ/ej8n6/Aw5Rut63s+/AxP1zCFc52GJedNVprgIh5iJJTYaBWeJxyycyCghm0puIN1e6nXQiGSf6e4PBw==","signatures":[{"sig":"MEUCIQCbowQVlnk7lqHBCZ37l1kMlE1WWncMG/FPgV9BmO4oIwIgWDJXZb7izCgfL6hgKkh5vW9y7fIEWuzD67WCDgduMHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117292},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"cb6d99e52508120b058997652053ef948c5bd50b","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-nightly.20260414","@aztec/cli":"4.2.0-nightly.20260414","@aztec/p2p":"4.2.0-nightly.20260414","@aztec/pxe":"4.2.0-nightly.20260414","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-nightly.20260414","@aztec/bb.js":"4.2.0-nightly.20260414","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-nightly.20260414","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-nightly.20260414","@aztec/wallets":"4.2.0-nightly.20260414","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-nightly.20260414","@aztec/archiver":"4.2.0-nightly.20260414","@aztec/aztec.js":"4.2.0-nightly.20260414","@aztec/blob-lib":"4.2.0-nightly.20260414","@aztec/ethereum":"4.2.0-nightly.20260414","@aztec/kv-store":"4.2.0-nightly.20260414","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-nightly.20260414","@aztec/constants":"4.2.0-nightly.20260414","@aztec/simulator":"4.2.0-nightly.20260414","@aztec/aztec-node":"4.2.0-nightly.20260414","@aztec/foundation":"4.2.0-nightly.20260414","@aztec/wallet-sdk":"4.2.0-nightly.20260414","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-nightly.20260414","@aztec/entrypoints":"4.2.0-nightly.20260414","@aztec/epoch-cache":"4.2.0-nightly.20260414","@aztec/merkle-tree":"4.2.0-nightly.20260414","@aztec/prover-node":"4.2.0-nightly.20260414","@aztec/world-state":"4.2.0-nightly.20260414","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-nightly.20260414","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-nightly.20260414","@aztec/prover-client":"4.2.0-nightly.20260414","@aztec/noir-noirc_abi":"4.2.0-nightly.20260414","@aztec/sequencer-client":"4.2.0-nightly.20260414","@aztec/telemetry-client":"4.2.0-nightly.20260414","@aztec/validator-client":"4.2.0-nightly.20260414","@aztec/noir-contracts.js":"4.2.0-nightly.20260414","@aztec/protocol-contracts":"4.2.0-nightly.20260414","@aztec/validator-ha-signer":"4.2.0-nightly.20260414","@aztec/noir-test-contracts.js":"4.2.0-nightly.20260414","@aztec/noir-protocol-circuits-types":"4.2.0-nightly.20260414"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-nightly.20260414_1776146619085_0.7940949719379882","host":"s3://npm-registry-packages-npm-production"}},"4.2.0-rc.1":{"name":"@aztec/end-to-end","version":"4.2.0-rc.1","_id":"@aztec/end-to-end@4.2.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c5318125dcf6071d15f30e3abd8bf276160e4ae4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0-rc.1.tgz","fileCount":283,"integrity":"sha512-i+M6sU7AtShmBPfwsVyEITa3dKsTtPy+wQWwCemI46/5fPanCOqfcKW4Trwb2yFQF/UsmW8CLMoORDN/oWDFbw==","signatures":[{"sig":"MEQCIF3dc/YxqXw/C0hV1zY7X0/K6t5MzBeNQ3+hAAeHsHIQAiBuLb45HKzkAGb+OTxwtsJDdWxk99t8OlyANhKArP6yyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37116812},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f8c89cf4345df6c4ca9e66ea9b738e96070abc5a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0-rc.1","@aztec/cli":"4.2.0-rc.1","@aztec/p2p":"4.2.0-rc.1","@aztec/pxe":"4.2.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0-rc.1","@aztec/bb.js":"4.2.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0-rc.1","@aztec/wallets":"4.2.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0-rc.1","@aztec/archiver":"4.2.0-rc.1","@aztec/aztec.js":"4.2.0-rc.1","@aztec/blob-lib":"4.2.0-rc.1","@aztec/ethereum":"4.2.0-rc.1","@aztec/kv-store":"4.2.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0-rc.1","@aztec/constants":"4.2.0-rc.1","@aztec/simulator":"4.2.0-rc.1","@aztec/aztec-node":"4.2.0-rc.1","@aztec/foundation":"4.2.0-rc.1","@aztec/wallet-sdk":"4.2.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0-rc.1","@aztec/entrypoints":"4.2.0-rc.1","@aztec/epoch-cache":"4.2.0-rc.1","@aztec/merkle-tree":"4.2.0-rc.1","@aztec/prover-node":"4.2.0-rc.1","@aztec/world-state":"4.2.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0-rc.1","@aztec/prover-client":"4.2.0-rc.1","@aztec/noir-noirc_abi":"4.2.0-rc.1","@aztec/sequencer-client":"4.2.0-rc.1","@aztec/telemetry-client":"4.2.0-rc.1","@aztec/validator-client":"4.2.0-rc.1","@aztec/noir-contracts.js":"4.2.0-rc.1","@aztec/protocol-contracts":"4.2.0-rc.1","@aztec/validator-ha-signer":"4.2.0-rc.1","@aztec/noir-test-contracts.js":"4.2.0-rc.1","@aztec/noir-protocol-circuits-types":"4.2.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0-rc.1_1776179390692_0.9732376301129073","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260415":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260415","_id":"@aztec/end-to-end@5.0.0-nightly.20260415","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ceae60c7e169d60a168a930f9cfce4cd9e7ecf9d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260415.tgz","fileCount":291,"integrity":"sha512-ogu5ykZCkkmpNDm2S9ZpCGn5kHB3qum+Lsr7W5c2SfwJ4SxT3ro4kk8XqTzis5ZtnQyAw+zj+BINq4XQxOkJGQ==","signatures":[{"sig":"MEUCIQDTnx1VR1hch8Lru4fem5FfbXYQIpOuwTPtWffQc6ealQIgUJaA6G0H+k1V1CzAcu60E0FmMIy43FsxAOr2MXeMsdA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260415","@aztec/cli":"5.0.0-nightly.20260415","@aztec/p2p":"5.0.0-nightly.20260415","@aztec/pxe":"5.0.0-nightly.20260415","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260415","@aztec/bb.js":"5.0.0-nightly.20260415","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260415","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260415","@aztec/wallets":"5.0.0-nightly.20260415","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260415","@aztec/archiver":"5.0.0-nightly.20260415","@aztec/aztec.js":"5.0.0-nightly.20260415","@aztec/blob-lib":"5.0.0-nightly.20260415","@aztec/ethereum":"5.0.0-nightly.20260415","@aztec/kv-store":"5.0.0-nightly.20260415","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260415","@aztec/constants":"5.0.0-nightly.20260415","@aztec/simulator":"5.0.0-nightly.20260415","@aztec/aztec-node":"5.0.0-nightly.20260415","@aztec/foundation":"5.0.0-nightly.20260415","@aztec/wallet-sdk":"5.0.0-nightly.20260415","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260415","@aztec/entrypoints":"5.0.0-nightly.20260415","@aztec/epoch-cache":"5.0.0-nightly.20260415","@aztec/prover-node":"5.0.0-nightly.20260415","@aztec/world-state":"5.0.0-nightly.20260415","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260415","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260415","@aztec/prover-client":"5.0.0-nightly.20260415","@aztec/noir-noirc_abi":"5.0.0-nightly.20260415","@aztec/sequencer-client":"5.0.0-nightly.20260415","@aztec/telemetry-client":"5.0.0-nightly.20260415","@aztec/validator-client":"5.0.0-nightly.20260415","@aztec/noir-contracts.js":"5.0.0-nightly.20260415","@aztec/protocol-contracts":"5.0.0-nightly.20260415","@aztec/validator-ha-signer":"5.0.0-nightly.20260415","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260415","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260415"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260415_1776223455259_0.3948225079018961","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3750d92a7":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3750d92a7","_id":"@aztec/end-to-end@0.0.1-commit.3750d92a7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"25305af3626afb9bd86f2520a9d39ec020daaa71","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3750d92a7.tgz","fileCount":291,"integrity":"sha512-i0bvZOu7QvX1nwiz3B/5BUQY/9YKIRngulCvDFGdhZ4NkdBrqe/kBCVIM29KlpnvexwVZQMG9o0KvnatLa0LjQ==","signatures":[{"sig":"MEUCIF3e/lz2iyse3nvwC6aqNzdg01GFS70JIjqgFhgTALcIAiEA/s7HLo9/QjTgi6X9rZVmOxPbH+gsMGK8BTJcKDzzt4k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3750d92a7","@aztec/cli":"0.0.1-commit.3750d92a7","@aztec/p2p":"0.0.1-commit.3750d92a7","@aztec/pxe":"0.0.1-commit.3750d92a7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3750d92a7","@aztec/bb.js":"0.0.1-commit.3750d92a7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3750d92a7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3750d92a7","@aztec/wallets":"0.0.1-commit.3750d92a7","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3750d92a7","@aztec/archiver":"0.0.1-commit.3750d92a7","@aztec/aztec.js":"0.0.1-commit.3750d92a7","@aztec/blob-lib":"0.0.1-commit.3750d92a7","@aztec/ethereum":"0.0.1-commit.3750d92a7","@aztec/kv-store":"0.0.1-commit.3750d92a7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3750d92a7","@aztec/constants":"0.0.1-commit.3750d92a7","@aztec/simulator":"0.0.1-commit.3750d92a7","@aztec/aztec-node":"0.0.1-commit.3750d92a7","@aztec/foundation":"0.0.1-commit.3750d92a7","@aztec/wallet-sdk":"0.0.1-commit.3750d92a7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3750d92a7","@aztec/entrypoints":"0.0.1-commit.3750d92a7","@aztec/epoch-cache":"0.0.1-commit.3750d92a7","@aztec/prover-node":"0.0.1-commit.3750d92a7","@aztec/world-state":"0.0.1-commit.3750d92a7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3750d92a7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3750d92a7","@aztec/prover-client":"0.0.1-commit.3750d92a7","@aztec/noir-noirc_abi":"0.0.1-commit.3750d92a7","@aztec/sequencer-client":"0.0.1-commit.3750d92a7","@aztec/telemetry-client":"0.0.1-commit.3750d92a7","@aztec/validator-client":"0.0.1-commit.3750d92a7","@aztec/noir-contracts.js":"0.0.1-commit.3750d92a7","@aztec/protocol-contracts":"0.0.1-commit.3750d92a7","@aztec/validator-ha-signer":"0.0.1-commit.3750d92a7","@aztec/noir-test-contracts.js":"0.0.1-commit.3750d92a7","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3750d92a7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3750d92a7_1776242951072_0.48372302906184883","host":"s3://npm-registry-packages-npm-production"}},"4.2.0":{"name":"@aztec/end-to-end","version":"4.2.0","_id":"@aztec/end-to-end@4.2.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"744afb4322fbfb1cd3a09a00ac12e2708783cc58","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.0.tgz","fileCount":283,"integrity":"sha512-SdQ8oowdIK1SWtF+JhDljCQ9s5A/1lTj/G691NskJu4v6M4StB/keSzKRS9qBjZTlr8AtvVCEZpum/dHjU0OOA==","signatures":[{"sig":"MEYCIQDVudJdxT2zyIzwGgS0sPaZcWOFkZ7XvdL3oY+rZtohvAIhAIIHySOMWonAa4ryodbuXg5co9oIuuvYDvTVx6m/6aQt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37116612},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f8c89cf4345df6c4ca9e66ea9b738e96070abc5a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.0","@aztec/cli":"4.2.0","@aztec/p2p":"4.2.0","@aztec/pxe":"4.2.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.0","@aztec/bb.js":"4.2.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.0","@aztec/wallets":"4.2.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.0","@aztec/archiver":"4.2.0","@aztec/aztec.js":"4.2.0","@aztec/blob-lib":"4.2.0","@aztec/ethereum":"4.2.0","@aztec/kv-store":"4.2.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.0","@aztec/constants":"4.2.0","@aztec/simulator":"4.2.0","@aztec/aztec-node":"4.2.0","@aztec/foundation":"4.2.0","@aztec/wallet-sdk":"4.2.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.0","@aztec/entrypoints":"4.2.0","@aztec/epoch-cache":"4.2.0","@aztec/merkle-tree":"4.2.0","@aztec/prover-node":"4.2.0","@aztec/world-state":"4.2.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.0","@aztec/prover-client":"4.2.0","@aztec/noir-noirc_abi":"4.2.0","@aztec/sequencer-client":"4.2.0","@aztec/telemetry-client":"4.2.0","@aztec/validator-client":"4.2.0","@aztec/noir-contracts.js":"4.2.0","@aztec/protocol-contracts":"4.2.0","@aztec/validator-ha-signer":"4.2.0","@aztec/noir-test-contracts.js":"4.2.0","@aztec/noir-protocol-circuits-types":"4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.0_1776262631283_0.46842661447433276","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f103f88":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f103f88","_id":"@aztec/end-to-end@0.0.1-commit.f103f88","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5a13128b0af9e23aacdc6f970608cb08d0f3ff93","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f103f88.tgz","fileCount":291,"integrity":"sha512-jE78s0OaTGwLMKzM4gq5ZPlCTbCjX0dTR7gxMAElyM/kzyy1D8F9whvy5lEi3zfXIMU6Z4F6m6LwivqG9yv5YQ==","signatures":[{"sig":"MEQCIGVAJeLEUdFB4oxxvdkEGWJo/sSu6yHAVGYYQKh6xQ7ZAiBWLieW45hUCARrEJ6CWtWGLAdG9YYSUkkPzKQA7aGQbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136961},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f103f88","@aztec/cli":"0.0.1-commit.f103f88","@aztec/p2p":"0.0.1-commit.f103f88","@aztec/pxe":"0.0.1-commit.f103f88","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f103f88","@aztec/bb.js":"0.0.1-commit.f103f88","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f103f88","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f103f88","@aztec/wallets":"0.0.1-commit.f103f88","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f103f88","@aztec/archiver":"0.0.1-commit.f103f88","@aztec/aztec.js":"0.0.1-commit.f103f88","@aztec/blob-lib":"0.0.1-commit.f103f88","@aztec/ethereum":"0.0.1-commit.f103f88","@aztec/kv-store":"0.0.1-commit.f103f88","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f103f88","@aztec/constants":"0.0.1-commit.f103f88","@aztec/simulator":"0.0.1-commit.f103f88","@aztec/aztec-node":"0.0.1-commit.f103f88","@aztec/foundation":"0.0.1-commit.f103f88","@aztec/wallet-sdk":"0.0.1-commit.f103f88","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f103f88","@aztec/entrypoints":"0.0.1-commit.f103f88","@aztec/epoch-cache":"0.0.1-commit.f103f88","@aztec/prover-node":"0.0.1-commit.f103f88","@aztec/world-state":"0.0.1-commit.f103f88","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f103f88","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f103f88","@aztec/prover-client":"0.0.1-commit.f103f88","@aztec/noir-noirc_abi":"0.0.1-commit.f103f88","@aztec/sequencer-client":"0.0.1-commit.f103f88","@aztec/telemetry-client":"0.0.1-commit.f103f88","@aztec/validator-client":"0.0.1-commit.f103f88","@aztec/noir-contracts.js":"0.0.1-commit.f103f88","@aztec/protocol-contracts":"0.0.1-commit.f103f88","@aztec/validator-ha-signer":"0.0.1-commit.f103f88","@aztec/noir-test-contracts.js":"0.0.1-commit.f103f88","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f103f88"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f103f88_1776265247624_0.5198571354503867","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2b2662070":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2b2662070","_id":"@aztec/end-to-end@0.0.1-commit.2b2662070","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7b05ad15d2a2de0744a0dacdde326c05476cac3b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2b2662070.tgz","fileCount":291,"integrity":"sha512-fmeUXws0xVZUYLaIu6kWNjRGGSYE0kSd8JUJZP/D3NGLE9T4HKIW8VJjM+3oBraTEBpHsW0AutJlSiUyOq2lJg==","signatures":[{"sig":"MEQCIEFioVCF5QOxiBWcFvjdRLYEklAv7BqSw6VpC5nQwMp3AiBBzZCy+yRycMO6Uv3pQjNkz/T32nVDr5zvHZOk2vzjkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2b2662070","@aztec/cli":"0.0.1-commit.2b2662070","@aztec/p2p":"0.0.1-commit.2b2662070","@aztec/pxe":"0.0.1-commit.2b2662070","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2b2662070","@aztec/bb.js":"0.0.1-commit.2b2662070","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2b2662070","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2b2662070","@aztec/wallets":"0.0.1-commit.2b2662070","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2b2662070","@aztec/archiver":"0.0.1-commit.2b2662070","@aztec/aztec.js":"0.0.1-commit.2b2662070","@aztec/blob-lib":"0.0.1-commit.2b2662070","@aztec/ethereum":"0.0.1-commit.2b2662070","@aztec/kv-store":"0.0.1-commit.2b2662070","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2b2662070","@aztec/constants":"0.0.1-commit.2b2662070","@aztec/simulator":"0.0.1-commit.2b2662070","@aztec/aztec-node":"0.0.1-commit.2b2662070","@aztec/foundation":"0.0.1-commit.2b2662070","@aztec/wallet-sdk":"0.0.1-commit.2b2662070","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2b2662070","@aztec/entrypoints":"0.0.1-commit.2b2662070","@aztec/epoch-cache":"0.0.1-commit.2b2662070","@aztec/prover-node":"0.0.1-commit.2b2662070","@aztec/world-state":"0.0.1-commit.2b2662070","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2b2662070","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2b2662070","@aztec/prover-client":"0.0.1-commit.2b2662070","@aztec/noir-noirc_abi":"0.0.1-commit.2b2662070","@aztec/sequencer-client":"0.0.1-commit.2b2662070","@aztec/telemetry-client":"0.0.1-commit.2b2662070","@aztec/validator-client":"0.0.1-commit.2b2662070","@aztec/noir-contracts.js":"0.0.1-commit.2b2662070","@aztec/protocol-contracts":"0.0.1-commit.2b2662070","@aztec/validator-ha-signer":"0.0.1-commit.2b2662070","@aztec/noir-test-contracts.js":"0.0.1-commit.2b2662070","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2b2662070"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2b2662070_1776284000755_0.6144012318819747","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.ddcf04837":{"name":"@aztec/end-to-end","version":"0.0.1-commit.ddcf04837","_id":"@aztec/end-to-end@0.0.1-commit.ddcf04837","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d8c5dbf225658737f8ffce3b923bd8cd342f750b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.ddcf04837.tgz","fileCount":291,"integrity":"sha512-1gE+Ue1Ts9HGsq43X44R5Njs0VsrrVYXsBL09xS8/ZZdZAU2TzR7Z3vKD1yPAsLlZjuEcK36NgHljrqsyHs05w==","signatures":[{"sig":"MEYCIQD27HzQ5I9cGF7ZeL/ruKry8pN4yzuBEZBPSRwKpyfHrgIhAPiiprYIntyVjbFawSOarzXpsa3z7D7lYPGsBiD44w8C","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.ddcf04837","@aztec/cli":"0.0.1-commit.ddcf04837","@aztec/p2p":"0.0.1-commit.ddcf04837","@aztec/pxe":"0.0.1-commit.ddcf04837","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.ddcf04837","@aztec/bb.js":"0.0.1-commit.ddcf04837","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.ddcf04837","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.ddcf04837","@aztec/wallets":"0.0.1-commit.ddcf04837","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.ddcf04837","@aztec/archiver":"0.0.1-commit.ddcf04837","@aztec/aztec.js":"0.0.1-commit.ddcf04837","@aztec/blob-lib":"0.0.1-commit.ddcf04837","@aztec/ethereum":"0.0.1-commit.ddcf04837","@aztec/kv-store":"0.0.1-commit.ddcf04837","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.ddcf04837","@aztec/constants":"0.0.1-commit.ddcf04837","@aztec/simulator":"0.0.1-commit.ddcf04837","@aztec/aztec-node":"0.0.1-commit.ddcf04837","@aztec/foundation":"0.0.1-commit.ddcf04837","@aztec/wallet-sdk":"0.0.1-commit.ddcf04837","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.ddcf04837","@aztec/entrypoints":"0.0.1-commit.ddcf04837","@aztec/epoch-cache":"0.0.1-commit.ddcf04837","@aztec/prover-node":"0.0.1-commit.ddcf04837","@aztec/world-state":"0.0.1-commit.ddcf04837","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.ddcf04837","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.ddcf04837","@aztec/prover-client":"0.0.1-commit.ddcf04837","@aztec/noir-noirc_abi":"0.0.1-commit.ddcf04837","@aztec/sequencer-client":"0.0.1-commit.ddcf04837","@aztec/telemetry-client":"0.0.1-commit.ddcf04837","@aztec/validator-client":"0.0.1-commit.ddcf04837","@aztec/noir-contracts.js":"0.0.1-commit.ddcf04837","@aztec/protocol-contracts":"0.0.1-commit.ddcf04837","@aztec/validator-ha-signer":"0.0.1-commit.ddcf04837","@aztec/noir-test-contracts.js":"0.0.1-commit.ddcf04837","@aztec/noir-protocol-circuits-types":"0.0.1-commit.ddcf04837"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.ddcf04837_1776302869106_0.7751731164678983","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2e20a94":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2e20a94","_id":"@aztec/end-to-end@0.0.1-commit.2e20a94","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"84d0153b5e03020c31e7a953cce204b932a0c82f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2e20a94.tgz","fileCount":291,"integrity":"sha512-LTSdjy4eMRY+sPltKqLflVZew/sFmXki2DWctMtPbJOC4gkWLh47C8PfetmR1+Ci3uFpfzfW1JOwQpWygoef9w==","signatures":[{"sig":"MEUCIA2RmbRW4DgFA/NTdJhLsmRRPgQ3x5r+JUyBBpgapB+OAiEAsUhBzh1f2bDGlJNYgouEwCmAaWctc0JYe/ziE77ljiw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136961},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2e20a94","@aztec/cli":"0.0.1-commit.2e20a94","@aztec/p2p":"0.0.1-commit.2e20a94","@aztec/pxe":"0.0.1-commit.2e20a94","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2e20a94","@aztec/bb.js":"0.0.1-commit.2e20a94","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2e20a94","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2e20a94","@aztec/wallets":"0.0.1-commit.2e20a94","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2e20a94","@aztec/archiver":"0.0.1-commit.2e20a94","@aztec/aztec.js":"0.0.1-commit.2e20a94","@aztec/blob-lib":"0.0.1-commit.2e20a94","@aztec/ethereum":"0.0.1-commit.2e20a94","@aztec/kv-store":"0.0.1-commit.2e20a94","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2e20a94","@aztec/constants":"0.0.1-commit.2e20a94","@aztec/simulator":"0.0.1-commit.2e20a94","@aztec/aztec-node":"0.0.1-commit.2e20a94","@aztec/foundation":"0.0.1-commit.2e20a94","@aztec/wallet-sdk":"0.0.1-commit.2e20a94","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2e20a94","@aztec/entrypoints":"0.0.1-commit.2e20a94","@aztec/epoch-cache":"0.0.1-commit.2e20a94","@aztec/prover-node":"0.0.1-commit.2e20a94","@aztec/world-state":"0.0.1-commit.2e20a94","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2e20a94","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2e20a94","@aztec/prover-client":"0.0.1-commit.2e20a94","@aztec/noir-noirc_abi":"0.0.1-commit.2e20a94","@aztec/sequencer-client":"0.0.1-commit.2e20a94","@aztec/telemetry-client":"0.0.1-commit.2e20a94","@aztec/validator-client":"0.0.1-commit.2e20a94","@aztec/noir-contracts.js":"0.0.1-commit.2e20a94","@aztec/protocol-contracts":"0.0.1-commit.2e20a94","@aztec/validator-ha-signer":"0.0.1-commit.2e20a94","@aztec/noir-test-contracts.js":"0.0.1-commit.2e20a94","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2e20a94"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2e20a94_1776306739033_0.32337772530922115","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260416":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260416","_id":"@aztec/end-to-end@5.0.0-nightly.20260416","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f534a175beb7ed347d4e4cfd236fb7f19726c49e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260416.tgz","fileCount":291,"integrity":"sha512-xmA6OZPETHXEbimHbq5+Egi7eM3urzc6QaQQh3eREJOdoX2Tc7BB37I7Ni6dP2cC7eXUuGUn4UZneg9HauQCBw==","signatures":[{"sig":"MEYCIQCGKwc1qt6r7ZyNar9WxDkgs7ltbwjyGTWhZJ3aEXQf9gIhAMn5/S5k+4/4uxoCelGEbLW+5yiZuG3zT2g1XB5YmDMf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260416","@aztec/cli":"5.0.0-nightly.20260416","@aztec/p2p":"5.0.0-nightly.20260416","@aztec/pxe":"5.0.0-nightly.20260416","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260416","@aztec/bb.js":"5.0.0-nightly.20260416","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260416","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260416","@aztec/wallets":"5.0.0-nightly.20260416","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260416","@aztec/archiver":"5.0.0-nightly.20260416","@aztec/aztec.js":"5.0.0-nightly.20260416","@aztec/blob-lib":"5.0.0-nightly.20260416","@aztec/ethereum":"5.0.0-nightly.20260416","@aztec/kv-store":"5.0.0-nightly.20260416","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260416","@aztec/constants":"5.0.0-nightly.20260416","@aztec/simulator":"5.0.0-nightly.20260416","@aztec/aztec-node":"5.0.0-nightly.20260416","@aztec/foundation":"5.0.0-nightly.20260416","@aztec/wallet-sdk":"5.0.0-nightly.20260416","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260416","@aztec/entrypoints":"5.0.0-nightly.20260416","@aztec/epoch-cache":"5.0.0-nightly.20260416","@aztec/prover-node":"5.0.0-nightly.20260416","@aztec/world-state":"5.0.0-nightly.20260416","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260416","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260416","@aztec/prover-client":"5.0.0-nightly.20260416","@aztec/noir-noirc_abi":"5.0.0-nightly.20260416","@aztec/sequencer-client":"5.0.0-nightly.20260416","@aztec/telemetry-client":"5.0.0-nightly.20260416","@aztec/validator-client":"5.0.0-nightly.20260416","@aztec/noir-contracts.js":"5.0.0-nightly.20260416","@aztec/protocol-contracts":"5.0.0-nightly.20260416","@aztec/validator-ha-signer":"5.0.0-nightly.20260416","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260416","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260416"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260416_1776309623258_0.7286908224310689","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d939eb5aa":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d939eb5aa","_id":"@aztec/end-to-end@0.0.1-commit.d939eb5aa","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e9ed9d80a500263349d8ff7f56989466aa2aa685","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d939eb5aa.tgz","fileCount":291,"integrity":"sha512-5wMVmp/yaBty8BcPvZNRBI3dsCTHjzvZ3X0f7q+FyCTnk14iBYHS/7BBjWyUdP3cUjRwm/59eXeP5iYaELkIuw==","signatures":[{"sig":"MEYCIQCuyjyZulUc5RnHO0xYwz7FZpMUHNE7WLKfUal0x4Tc6AIhAK785rL4pOdDMNUDbWJEAxQFSXIKuQxPJDOYnwrbVMIa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137039},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d939eb5aa","@aztec/cli":"0.0.1-commit.d939eb5aa","@aztec/p2p":"0.0.1-commit.d939eb5aa","@aztec/pxe":"0.0.1-commit.d939eb5aa","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d939eb5aa","@aztec/bb.js":"0.0.1-commit.d939eb5aa","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d939eb5aa","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d939eb5aa","@aztec/wallets":"0.0.1-commit.d939eb5aa","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d939eb5aa","@aztec/archiver":"0.0.1-commit.d939eb5aa","@aztec/aztec.js":"0.0.1-commit.d939eb5aa","@aztec/blob-lib":"0.0.1-commit.d939eb5aa","@aztec/ethereum":"0.0.1-commit.d939eb5aa","@aztec/kv-store":"0.0.1-commit.d939eb5aa","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d939eb5aa","@aztec/constants":"0.0.1-commit.d939eb5aa","@aztec/simulator":"0.0.1-commit.d939eb5aa","@aztec/aztec-node":"0.0.1-commit.d939eb5aa","@aztec/foundation":"0.0.1-commit.d939eb5aa","@aztec/wallet-sdk":"0.0.1-commit.d939eb5aa","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d939eb5aa","@aztec/entrypoints":"0.0.1-commit.d939eb5aa","@aztec/epoch-cache":"0.0.1-commit.d939eb5aa","@aztec/prover-node":"0.0.1-commit.d939eb5aa","@aztec/world-state":"0.0.1-commit.d939eb5aa","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d939eb5aa","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d939eb5aa","@aztec/prover-client":"0.0.1-commit.d939eb5aa","@aztec/noir-noirc_abi":"0.0.1-commit.d939eb5aa","@aztec/sequencer-client":"0.0.1-commit.d939eb5aa","@aztec/telemetry-client":"0.0.1-commit.d939eb5aa","@aztec/validator-client":"0.0.1-commit.d939eb5aa","@aztec/noir-contracts.js":"0.0.1-commit.d939eb5aa","@aztec/protocol-contracts":"0.0.1-commit.d939eb5aa","@aztec/validator-ha-signer":"0.0.1-commit.d939eb5aa","@aztec/noir-test-contracts.js":"0.0.1-commit.d939eb5aa","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d939eb5aa"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d939eb5aa_1776318167707_0.5068617156818587","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260416":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260416","_id":"@aztec/end-to-end@4.3.0-nightly.20260416","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"31c3b8628a3fb9841f7ac5129f43003039cf8a39","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260416.tgz","fileCount":283,"integrity":"sha512-PeDDOTbn3vuY0YZXsx0HyqAwifxX6vUD8xiLNkwTZlDhKnouwzifgB64tAO2uTOv16CEdmh70xm4BEJ0qXhIWQ==","signatures":[{"sig":"MEUCIQCFbl3TxmeSj47RbdqGlcBD1kiRiMe74JBXjVYoNiAAegIgGE5YX+H8RLkgoajQxzcWMKyKR9E4WWnM4GMQ6XZxghQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117292},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2493582e03aebdfcaa79514ecd5eeb79ade6fa2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260416","@aztec/cli":"4.3.0-nightly.20260416","@aztec/p2p":"4.3.0-nightly.20260416","@aztec/pxe":"4.3.0-nightly.20260416","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260416","@aztec/bb.js":"4.3.0-nightly.20260416","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260416","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260416","@aztec/wallets":"4.3.0-nightly.20260416","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260416","@aztec/archiver":"4.3.0-nightly.20260416","@aztec/aztec.js":"4.3.0-nightly.20260416","@aztec/blob-lib":"4.3.0-nightly.20260416","@aztec/ethereum":"4.3.0-nightly.20260416","@aztec/kv-store":"4.3.0-nightly.20260416","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260416","@aztec/constants":"4.3.0-nightly.20260416","@aztec/simulator":"4.3.0-nightly.20260416","@aztec/aztec-node":"4.3.0-nightly.20260416","@aztec/foundation":"4.3.0-nightly.20260416","@aztec/wallet-sdk":"4.3.0-nightly.20260416","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260416","@aztec/entrypoints":"4.3.0-nightly.20260416","@aztec/epoch-cache":"4.3.0-nightly.20260416","@aztec/merkle-tree":"4.3.0-nightly.20260416","@aztec/prover-node":"4.3.0-nightly.20260416","@aztec/world-state":"4.3.0-nightly.20260416","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260416","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260416","@aztec/prover-client":"4.3.0-nightly.20260416","@aztec/noir-noirc_abi":"4.3.0-nightly.20260416","@aztec/sequencer-client":"4.3.0-nightly.20260416","@aztec/telemetry-client":"4.3.0-nightly.20260416","@aztec/validator-client":"4.3.0-nightly.20260416","@aztec/noir-contracts.js":"4.3.0-nightly.20260416","@aztec/protocol-contracts":"4.3.0-nightly.20260416","@aztec/validator-ha-signer":"4.3.0-nightly.20260416","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260416","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260416"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260416_1776319254110_0.5223170228951601","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.69c59a8b3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.69c59a8b3","_id":"@aztec/end-to-end@0.0.1-commit.69c59a8b3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6828439bb3ec15a77b0474667ff93307836a7459","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.69c59a8b3.tgz","fileCount":299,"integrity":"sha512-8w8x23XXDHeQxX+zKBgBU3pHJvQkUuQsMkCDToVaPcZaXWVPsNXxZZGqP3Iuh6GJGVL0mvunq8AFZX6xBz8Xew==","signatures":[{"sig":"MEQCIEWBnmcTOu5SqFJmhAY4tg/JAAK5y11DPd9DSsac1YzVAiA1EcexZMFnzwOT3If5kD187Wca54Avahh6tGk4+ogmFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.69c59a8b3","@aztec/cli":"0.0.1-commit.69c59a8b3","@aztec/p2p":"0.0.1-commit.69c59a8b3","@aztec/pxe":"0.0.1-commit.69c59a8b3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.69c59a8b3","@aztec/bb.js":"0.0.1-commit.69c59a8b3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.69c59a8b3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.69c59a8b3","@aztec/wallets":"0.0.1-commit.69c59a8b3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.69c59a8b3","@aztec/archiver":"0.0.1-commit.69c59a8b3","@aztec/aztec.js":"0.0.1-commit.69c59a8b3","@aztec/blob-lib":"0.0.1-commit.69c59a8b3","@aztec/ethereum":"0.0.1-commit.69c59a8b3","@aztec/kv-store":"0.0.1-commit.69c59a8b3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.69c59a8b3","@aztec/constants":"0.0.1-commit.69c59a8b3","@aztec/simulator":"0.0.1-commit.69c59a8b3","@aztec/aztec-node":"0.0.1-commit.69c59a8b3","@aztec/foundation":"0.0.1-commit.69c59a8b3","@aztec/wallet-sdk":"0.0.1-commit.69c59a8b3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.69c59a8b3","@aztec/entrypoints":"0.0.1-commit.69c59a8b3","@aztec/epoch-cache":"0.0.1-commit.69c59a8b3","@aztec/prover-node":"0.0.1-commit.69c59a8b3","@aztec/world-state":"0.0.1-commit.69c59a8b3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.69c59a8b3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.69c59a8b3","@aztec/prover-client":"0.0.1-commit.69c59a8b3","@aztec/noir-noirc_abi":"0.0.1-commit.69c59a8b3","@aztec/sequencer-client":"0.0.1-commit.69c59a8b3","@aztec/telemetry-client":"0.0.1-commit.69c59a8b3","@aztec/validator-client":"0.0.1-commit.69c59a8b3","@aztec/noir-contracts.js":"0.0.1-commit.69c59a8b3","@aztec/protocol-contracts":"0.0.1-commit.69c59a8b3","@aztec/validator-ha-signer":"0.0.1-commit.69c59a8b3","@aztec/noir-test-contracts.js":"0.0.1-commit.69c59a8b3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.69c59a8b3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.69c59a8b3_1776388882275_0.4174026594673672","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260417":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260417","_id":"@aztec/end-to-end@5.0.0-nightly.20260417","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"20300d9b02546806e72bb46555d410b2d70b4c58","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260417.tgz","fileCount":299,"integrity":"sha512-igt01w+9mjoHbL7KVdgp1pTbtykc7DjI0GJsUlnQLm6+OjjjO72SAmqVGoXYTXMlqOhmtmiu7jf2AxJbG9gh9g==","signatures":[{"sig":"MEQCIEpJEo5/KgxFxaLuoisY/HpjDnR+y6VoSXWvYlpoeozcAiAvJ9VbBiOfec43htkup8qPZ9Y/8H0RyUfahV1khTlPMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260417","@aztec/cli":"5.0.0-nightly.20260417","@aztec/p2p":"5.0.0-nightly.20260417","@aztec/pxe":"5.0.0-nightly.20260417","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260417","@aztec/bb.js":"5.0.0-nightly.20260417","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260417","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260417","@aztec/wallets":"5.0.0-nightly.20260417","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260417","@aztec/archiver":"5.0.0-nightly.20260417","@aztec/aztec.js":"5.0.0-nightly.20260417","@aztec/blob-lib":"5.0.0-nightly.20260417","@aztec/ethereum":"5.0.0-nightly.20260417","@aztec/kv-store":"5.0.0-nightly.20260417","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260417","@aztec/constants":"5.0.0-nightly.20260417","@aztec/simulator":"5.0.0-nightly.20260417","@aztec/aztec-node":"5.0.0-nightly.20260417","@aztec/foundation":"5.0.0-nightly.20260417","@aztec/wallet-sdk":"5.0.0-nightly.20260417","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260417","@aztec/entrypoints":"5.0.0-nightly.20260417","@aztec/epoch-cache":"5.0.0-nightly.20260417","@aztec/prover-node":"5.0.0-nightly.20260417","@aztec/world-state":"5.0.0-nightly.20260417","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260417","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260417","@aztec/prover-client":"5.0.0-nightly.20260417","@aztec/noir-noirc_abi":"5.0.0-nightly.20260417","@aztec/sequencer-client":"5.0.0-nightly.20260417","@aztec/telemetry-client":"5.0.0-nightly.20260417","@aztec/validator-client":"5.0.0-nightly.20260417","@aztec/noir-contracts.js":"5.0.0-nightly.20260417","@aztec/protocol-contracts":"5.0.0-nightly.20260417","@aztec/validator-ha-signer":"5.0.0-nightly.20260417","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260417","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260417"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260417_1776396001930_0.9102924536565802","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8c0b8ff":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8c0b8ff","_id":"@aztec/end-to-end@0.0.1-commit.8c0b8ff","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"089e6fb6273c87858b7b0997da306907a856f93e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8c0b8ff.tgz","fileCount":291,"integrity":"sha512-6XXIQWPY306P8uSKGG7HCY0cYJ/kYJZP22CN/Za815hyIE7Oa8GthW+VdNzzOGQT4XZRo5twebkAIhtnpIHqsA==","signatures":[{"sig":"MEQCIB3LWU/yjHfHPK3xv/lsvxS8CAsqiXGdSx7ZMiibGWn7AiBYpeCCL//xVxJIu/GnqnDaCxG53kwoJLVNTupm+EAwQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130295},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"8c0b8ffa1b57f39d7a8f0bafd5c1b1d4776f09b6","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8c0b8ff","@aztec/cli":"0.0.1-commit.8c0b8ff","@aztec/p2p":"0.0.1-commit.8c0b8ff","@aztec/pxe":"0.0.1-commit.8c0b8ff","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8c0b8ff","@aztec/bb.js":"0.0.1-commit.8c0b8ff","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8c0b8ff","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8c0b8ff","@aztec/wallets":"0.0.1-commit.8c0b8ff","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8c0b8ff","@aztec/archiver":"0.0.1-commit.8c0b8ff","@aztec/aztec.js":"0.0.1-commit.8c0b8ff","@aztec/blob-lib":"0.0.1-commit.8c0b8ff","@aztec/ethereum":"0.0.1-commit.8c0b8ff","@aztec/kv-store":"0.0.1-commit.8c0b8ff","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8c0b8ff","@aztec/constants":"0.0.1-commit.8c0b8ff","@aztec/simulator":"0.0.1-commit.8c0b8ff","@aztec/aztec-node":"0.0.1-commit.8c0b8ff","@aztec/foundation":"0.0.1-commit.8c0b8ff","@aztec/wallet-sdk":"0.0.1-commit.8c0b8ff","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8c0b8ff","@aztec/entrypoints":"0.0.1-commit.8c0b8ff","@aztec/epoch-cache":"0.0.1-commit.8c0b8ff","@aztec/merkle-tree":"0.0.1-commit.8c0b8ff","@aztec/prover-node":"0.0.1-commit.8c0b8ff","@aztec/world-state":"0.0.1-commit.8c0b8ff","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8c0b8ff","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8c0b8ff","@aztec/prover-client":"0.0.1-commit.8c0b8ff","@aztec/noir-noirc_abi":"0.0.1-commit.8c0b8ff","@aztec/sequencer-client":"0.0.1-commit.8c0b8ff","@aztec/telemetry-client":"0.0.1-commit.8c0b8ff","@aztec/validator-client":"0.0.1-commit.8c0b8ff","@aztec/noir-contracts.js":"0.0.1-commit.8c0b8ff","@aztec/protocol-contracts":"0.0.1-commit.8c0b8ff","@aztec/validator-ha-signer":"0.0.1-commit.8c0b8ff","@aztec/noir-test-contracts.js":"0.0.1-commit.8c0b8ff","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8c0b8ff"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8c0b8ff_1776400444087_0.45621702635685035","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260417":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260417","_id":"@aztec/end-to-end@4.3.0-nightly.20260417","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7c572d0762abb4550c4038d992847ec941aabb5d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260417.tgz","fileCount":283,"integrity":"sha512-WtxgeZIAIT8yjyYkuq3tZUCMgb2mourCLUS2cwwBNaITMXFIMUK3KQ3vL7EKFWugzbsrCFE4cNuNPKfk7HqCUw==","signatures":[{"sig":"MEQCIAi7pTKOt2z/pnYO2qgji+MrV4rIwudfBigSI/oM/HM8AiAynRQIQcUluwwavTs+ePxVz8aA14ClOxrZgeT1A2F2Ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37117292},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f2493582e03aebdfcaa79514ecd5eeb79ade6fa2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260417","@aztec/cli":"4.3.0-nightly.20260417","@aztec/p2p":"4.3.0-nightly.20260417","@aztec/pxe":"4.3.0-nightly.20260417","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260417","@aztec/bb.js":"4.3.0-nightly.20260417","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260417","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260417","@aztec/wallets":"4.3.0-nightly.20260417","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260417","@aztec/archiver":"4.3.0-nightly.20260417","@aztec/aztec.js":"4.3.0-nightly.20260417","@aztec/blob-lib":"4.3.0-nightly.20260417","@aztec/ethereum":"4.3.0-nightly.20260417","@aztec/kv-store":"4.3.0-nightly.20260417","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260417","@aztec/constants":"4.3.0-nightly.20260417","@aztec/simulator":"4.3.0-nightly.20260417","@aztec/aztec-node":"4.3.0-nightly.20260417","@aztec/foundation":"4.3.0-nightly.20260417","@aztec/wallet-sdk":"4.3.0-nightly.20260417","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260417","@aztec/entrypoints":"4.3.0-nightly.20260417","@aztec/epoch-cache":"4.3.0-nightly.20260417","@aztec/merkle-tree":"4.3.0-nightly.20260417","@aztec/prover-node":"4.3.0-nightly.20260417","@aztec/world-state":"4.3.0-nightly.20260417","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260417","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260417","@aztec/prover-client":"4.3.0-nightly.20260417","@aztec/noir-noirc_abi":"4.3.0-nightly.20260417","@aztec/sequencer-client":"4.3.0-nightly.20260417","@aztec/telemetry-client":"4.3.0-nightly.20260417","@aztec/validator-client":"4.3.0-nightly.20260417","@aztec/noir-contracts.js":"4.3.0-nightly.20260417","@aztec/protocol-contracts":"4.3.0-nightly.20260417","@aztec/validator-ha-signer":"4.3.0-nightly.20260417","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260417","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260417"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260417_1776405613329_0.32157356220383115","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.a89ec08":{"name":"@aztec/end-to-end","version":"0.0.1-commit.a89ec08","_id":"@aztec/end-to-end@0.0.1-commit.a89ec08","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c3fe6cc837171a40568561ec5b32f218cf5afe02","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.a89ec08.tgz","fileCount":291,"integrity":"sha512-9DsmzVte7QzUTbrj4v03dnhNF0rWbokb4xv7ZgvTMKGi9ecZD+3yIK1vcBi1xGGiA/jLjE9WraH41NvGoRzhjQ==","signatures":[{"sig":"MEQCIF8RfJVmcH+w2xc0orLAM5GDbuBFkyXwmdyDYvVQVp5GAiB3P5bcedbGjMzS3xEwMfUobEAd5Lh3/1AViBSglzch9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130295},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"a89ec084e76c7d0061e1f8f2b9b1898302eff6a2","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.a89ec08","@aztec/cli":"0.0.1-commit.a89ec08","@aztec/p2p":"0.0.1-commit.a89ec08","@aztec/pxe":"0.0.1-commit.a89ec08","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.a89ec08","@aztec/bb.js":"0.0.1-commit.a89ec08","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.a89ec08","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.a89ec08","@aztec/wallets":"0.0.1-commit.a89ec08","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.a89ec08","@aztec/archiver":"0.0.1-commit.a89ec08","@aztec/aztec.js":"0.0.1-commit.a89ec08","@aztec/blob-lib":"0.0.1-commit.a89ec08","@aztec/ethereum":"0.0.1-commit.a89ec08","@aztec/kv-store":"0.0.1-commit.a89ec08","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.a89ec08","@aztec/constants":"0.0.1-commit.a89ec08","@aztec/simulator":"0.0.1-commit.a89ec08","@aztec/aztec-node":"0.0.1-commit.a89ec08","@aztec/foundation":"0.0.1-commit.a89ec08","@aztec/wallet-sdk":"0.0.1-commit.a89ec08","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.a89ec08","@aztec/entrypoints":"0.0.1-commit.a89ec08","@aztec/epoch-cache":"0.0.1-commit.a89ec08","@aztec/merkle-tree":"0.0.1-commit.a89ec08","@aztec/prover-node":"0.0.1-commit.a89ec08","@aztec/world-state":"0.0.1-commit.a89ec08","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.a89ec08","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.a89ec08","@aztec/prover-client":"0.0.1-commit.a89ec08","@aztec/noir-noirc_abi":"0.0.1-commit.a89ec08","@aztec/sequencer-client":"0.0.1-commit.a89ec08","@aztec/telemetry-client":"0.0.1-commit.a89ec08","@aztec/validator-client":"0.0.1-commit.a89ec08","@aztec/noir-contracts.js":"0.0.1-commit.a89ec08","@aztec/protocol-contracts":"0.0.1-commit.a89ec08","@aztec/validator-ha-signer":"0.0.1-commit.a89ec08","@aztec/noir-test-contracts.js":"0.0.1-commit.a89ec08","@aztec/noir-protocol-circuits-types":"0.0.1-commit.a89ec08"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.a89ec08_1776420922323_0.9324196794674688","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.5914bae":{"name":"@aztec/end-to-end","version":"0.0.1-commit.5914bae","_id":"@aztec/end-to-end@0.0.1-commit.5914bae","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6f20af43541eb7edd9a57b65d3450c9e1b8ab6b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.5914bae.tgz","fileCount":291,"integrity":"sha512-nl2kJVt8+ZXFmEIPofp2EemBGlgTc+g4k0M0MPaDKTAFpzOWiBGvMsNcFAg+Wo3Ni6Iuz5U14kbuVr6nO7/8+A==","signatures":[{"sig":"MEUCIG5/OAJr7ckQ/O7glOsQHmcskFwEAQ2YLOcK9s6VTUExAiEAyMn8beY7rjC0hd5smGv6QWOZIi0ZKxygkAkPbUTPKDs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130295},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"5914bae1697d5417a4f7673f2dc5c5a03107f73c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.5914bae","@aztec/cli":"0.0.1-commit.5914bae","@aztec/p2p":"0.0.1-commit.5914bae","@aztec/pxe":"0.0.1-commit.5914bae","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.5914bae","@aztec/bb.js":"0.0.1-commit.5914bae","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.5914bae","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.5914bae","@aztec/wallets":"0.0.1-commit.5914bae","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.5914bae","@aztec/archiver":"0.0.1-commit.5914bae","@aztec/aztec.js":"0.0.1-commit.5914bae","@aztec/blob-lib":"0.0.1-commit.5914bae","@aztec/ethereum":"0.0.1-commit.5914bae","@aztec/kv-store":"0.0.1-commit.5914bae","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.5914bae","@aztec/constants":"0.0.1-commit.5914bae","@aztec/simulator":"0.0.1-commit.5914bae","@aztec/aztec-node":"0.0.1-commit.5914bae","@aztec/foundation":"0.0.1-commit.5914bae","@aztec/wallet-sdk":"0.0.1-commit.5914bae","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.5914bae","@aztec/entrypoints":"0.0.1-commit.5914bae","@aztec/epoch-cache":"0.0.1-commit.5914bae","@aztec/merkle-tree":"0.0.1-commit.5914bae","@aztec/prover-node":"0.0.1-commit.5914bae","@aztec/world-state":"0.0.1-commit.5914bae","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.5914bae","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.5914bae","@aztec/prover-client":"0.0.1-commit.5914bae","@aztec/noir-noirc_abi":"0.0.1-commit.5914bae","@aztec/sequencer-client":"0.0.1-commit.5914bae","@aztec/telemetry-client":"0.0.1-commit.5914bae","@aztec/validator-client":"0.0.1-commit.5914bae","@aztec/noir-contracts.js":"0.0.1-commit.5914bae","@aztec/protocol-contracts":"0.0.1-commit.5914bae","@aztec/validator-ha-signer":"0.0.1-commit.5914bae","@aztec/noir-test-contracts.js":"0.0.1-commit.5914bae","@aztec/noir-protocol-circuits-types":"0.0.1-commit.5914bae"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.5914bae_1776424346457_0.34201697151882704","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2448fdb":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2448fdb","_id":"@aztec/end-to-end@0.0.1-commit.2448fdb","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0fa6e6ded6008477d14c99d3d261e7d4fdaad9a7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2448fdb.tgz","fileCount":294,"integrity":"sha512-vpFfp/5iVBtUhJqRNU8aESneBKwFdTnT0lCsSiqs6+quXXtBdBwdmJ3ai/7cVzFO15caxfiKV6+tpEiLlsMa5A==","signatures":[{"sig":"MEYCIQCjwKM83xSvkl9NMcBXiVAZOYgDQKwTfkYAEuBfBVSaKAIhANldr2ZtunrjnqsGci+O/Sagr6NhjoB4ZdGniaMFsyd5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37132578},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"2448fdb44dbf83062ba046504cc7da81cf9ea809","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2448fdb","@aztec/cli":"0.0.1-commit.2448fdb","@aztec/p2p":"0.0.1-commit.2448fdb","@aztec/pxe":"0.0.1-commit.2448fdb","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2448fdb","@aztec/bb.js":"0.0.1-commit.2448fdb","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2448fdb","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2448fdb","@aztec/wallets":"0.0.1-commit.2448fdb","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2448fdb","@aztec/archiver":"0.0.1-commit.2448fdb","@aztec/aztec.js":"0.0.1-commit.2448fdb","@aztec/blob-lib":"0.0.1-commit.2448fdb","@aztec/ethereum":"0.0.1-commit.2448fdb","@aztec/kv-store":"0.0.1-commit.2448fdb","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2448fdb","@aztec/constants":"0.0.1-commit.2448fdb","@aztec/simulator":"0.0.1-commit.2448fdb","@aztec/aztec-node":"0.0.1-commit.2448fdb","@aztec/foundation":"0.0.1-commit.2448fdb","@aztec/wallet-sdk":"0.0.1-commit.2448fdb","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2448fdb","@aztec/entrypoints":"0.0.1-commit.2448fdb","@aztec/epoch-cache":"0.0.1-commit.2448fdb","@aztec/merkle-tree":"0.0.1-commit.2448fdb","@aztec/prover-node":"0.0.1-commit.2448fdb","@aztec/world-state":"0.0.1-commit.2448fdb","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2448fdb","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2448fdb","@aztec/prover-client":"0.0.1-commit.2448fdb","@aztec/noir-noirc_abi":"0.0.1-commit.2448fdb","@aztec/sequencer-client":"0.0.1-commit.2448fdb","@aztec/telemetry-client":"0.0.1-commit.2448fdb","@aztec/validator-client":"0.0.1-commit.2448fdb","@aztec/noir-contracts.js":"0.0.1-commit.2448fdb","@aztec/protocol-contracts":"0.0.1-commit.2448fdb","@aztec/validator-ha-signer":"0.0.1-commit.2448fdb","@aztec/noir-test-contracts.js":"0.0.1-commit.2448fdb","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2448fdb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2448fdb_1776426954468_0.5171489169233661","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.fff30aa":{"name":"@aztec/end-to-end","version":"0.0.1-commit.fff30aa","_id":"@aztec/end-to-end@0.0.1-commit.fff30aa","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4be2ba987e17b808e7bd26cfbdfc05cea263334a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.fff30aa.tgz","fileCount":294,"integrity":"sha512-UB3joEswVPVKHuo6ja0SM6BEV7yBNlr3u5u+BpoyAXVYnf3hK9wH+qAl45C2/Ks3+kN+AZs+p+tvY1O+1OaFyA==","signatures":[{"sig":"MEUCIQDVXee/ut+Z1iY3xVP0Am/a53JozLThK4Z+fFu7P5HQnwIgLLmfhb2wBx32j9p8n5VYj6PEeJQbfr+aB+C1XixncQE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37132901},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"fff30aa546c1dcb9d769370e3c60bd5fd15fdc0a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.fff30aa","@aztec/cli":"0.0.1-commit.fff30aa","@aztec/p2p":"0.0.1-commit.fff30aa","@aztec/pxe":"0.0.1-commit.fff30aa","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.fff30aa","@aztec/bb.js":"0.0.1-commit.fff30aa","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.fff30aa","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.fff30aa","@aztec/wallets":"0.0.1-commit.fff30aa","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.fff30aa","@aztec/archiver":"0.0.1-commit.fff30aa","@aztec/aztec.js":"0.0.1-commit.fff30aa","@aztec/blob-lib":"0.0.1-commit.fff30aa","@aztec/ethereum":"0.0.1-commit.fff30aa","@aztec/kv-store":"0.0.1-commit.fff30aa","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.fff30aa","@aztec/constants":"0.0.1-commit.fff30aa","@aztec/simulator":"0.0.1-commit.fff30aa","@aztec/aztec-node":"0.0.1-commit.fff30aa","@aztec/foundation":"0.0.1-commit.fff30aa","@aztec/wallet-sdk":"0.0.1-commit.fff30aa","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.fff30aa","@aztec/entrypoints":"0.0.1-commit.fff30aa","@aztec/epoch-cache":"0.0.1-commit.fff30aa","@aztec/merkle-tree":"0.0.1-commit.fff30aa","@aztec/prover-node":"0.0.1-commit.fff30aa","@aztec/world-state":"0.0.1-commit.fff30aa","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.fff30aa","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.fff30aa","@aztec/prover-client":"0.0.1-commit.fff30aa","@aztec/noir-noirc_abi":"0.0.1-commit.fff30aa","@aztec/sequencer-client":"0.0.1-commit.fff30aa","@aztec/telemetry-client":"0.0.1-commit.fff30aa","@aztec/validator-client":"0.0.1-commit.fff30aa","@aztec/noir-contracts.js":"0.0.1-commit.fff30aa","@aztec/protocol-contracts":"0.0.1-commit.fff30aa","@aztec/validator-ha-signer":"0.0.1-commit.fff30aa","@aztec/noir-test-contracts.js":"0.0.1-commit.fff30aa","@aztec/noir-protocol-circuits-types":"0.0.1-commit.fff30aa"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.fff30aa_1776429108282_0.7901502416044794","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.71324e566":{"name":"@aztec/end-to-end","version":"0.0.1-commit.71324e566","_id":"@aztec/end-to-end@0.0.1-commit.71324e566","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9b241d1484849f6f5bb7afd89e92fa9d06fa78de","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.71324e566.tgz","fileCount":299,"integrity":"sha512-cZiODqtWcSjiEezjjnPd/EmC6nLEKpqpV0AiS1NCi4lTDaIH4RBfjXAQ5qU54ghVJK0BtxAenqlEVjSGltCQig==","signatures":[{"sig":"MEQCIHdZSvv1oiEeQtmYScdZGLgcdgBb/hjfh89j7CTxqs+2AiAmP9xKnVScken4LRQQyVoT9yalCGVT54MzgzgC40Ipcg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.71324e566","@aztec/cli":"0.0.1-commit.71324e566","@aztec/p2p":"0.0.1-commit.71324e566","@aztec/pxe":"0.0.1-commit.71324e566","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.71324e566","@aztec/bb.js":"0.0.1-commit.71324e566","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.71324e566","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.71324e566","@aztec/wallets":"0.0.1-commit.71324e566","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.71324e566","@aztec/archiver":"0.0.1-commit.71324e566","@aztec/aztec.js":"0.0.1-commit.71324e566","@aztec/blob-lib":"0.0.1-commit.71324e566","@aztec/ethereum":"0.0.1-commit.71324e566","@aztec/kv-store":"0.0.1-commit.71324e566","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.71324e566","@aztec/constants":"0.0.1-commit.71324e566","@aztec/simulator":"0.0.1-commit.71324e566","@aztec/aztec-node":"0.0.1-commit.71324e566","@aztec/foundation":"0.0.1-commit.71324e566","@aztec/wallet-sdk":"0.0.1-commit.71324e566","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.71324e566","@aztec/entrypoints":"0.0.1-commit.71324e566","@aztec/epoch-cache":"0.0.1-commit.71324e566","@aztec/prover-node":"0.0.1-commit.71324e566","@aztec/world-state":"0.0.1-commit.71324e566","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.71324e566","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.71324e566","@aztec/prover-client":"0.0.1-commit.71324e566","@aztec/noir-noirc_abi":"0.0.1-commit.71324e566","@aztec/sequencer-client":"0.0.1-commit.71324e566","@aztec/telemetry-client":"0.0.1-commit.71324e566","@aztec/validator-client":"0.0.1-commit.71324e566","@aztec/noir-contracts.js":"0.0.1-commit.71324e566","@aztec/protocol-contracts":"0.0.1-commit.71324e566","@aztec/validator-ha-signer":"0.0.1-commit.71324e566","@aztec/noir-test-contracts.js":"0.0.1-commit.71324e566","@aztec/noir-protocol-circuits-types":"0.0.1-commit.71324e566"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.71324e566_1776453315130_0.9143980734789905","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260418":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260418","_id":"@aztec/end-to-end@5.0.0-nightly.20260418","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"20677d3cd2cc17dee7d449fcca58683195aa99ce","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260418.tgz","fileCount":299,"integrity":"sha512-gFNscKlR3DBTJHU1yyx/z1cYVU7HwygmW2CcEfjDeHKZVkExvSuUlvIegTJ44Rw3ryLKg9nffbsOEjDfrBCE1Q==","signatures":[{"sig":"MEYCIQD4OUiD4NcX2oXy4kT0e2ooSIy7rtBe8VUd8xDLXhU4wQIhAMfmgEq2zqHFyJq0ZY9ThjEPq8EosnlyaR+1aw2UQWCn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260418","@aztec/cli":"5.0.0-nightly.20260418","@aztec/p2p":"5.0.0-nightly.20260418","@aztec/pxe":"5.0.0-nightly.20260418","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260418","@aztec/bb.js":"5.0.0-nightly.20260418","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260418","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260418","@aztec/wallets":"5.0.0-nightly.20260418","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260418","@aztec/archiver":"5.0.0-nightly.20260418","@aztec/aztec.js":"5.0.0-nightly.20260418","@aztec/blob-lib":"5.0.0-nightly.20260418","@aztec/ethereum":"5.0.0-nightly.20260418","@aztec/kv-store":"5.0.0-nightly.20260418","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260418","@aztec/constants":"5.0.0-nightly.20260418","@aztec/simulator":"5.0.0-nightly.20260418","@aztec/aztec-node":"5.0.0-nightly.20260418","@aztec/foundation":"5.0.0-nightly.20260418","@aztec/wallet-sdk":"5.0.0-nightly.20260418","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260418","@aztec/entrypoints":"5.0.0-nightly.20260418","@aztec/epoch-cache":"5.0.0-nightly.20260418","@aztec/prover-node":"5.0.0-nightly.20260418","@aztec/world-state":"5.0.0-nightly.20260418","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260418","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260418","@aztec/prover-client":"5.0.0-nightly.20260418","@aztec/noir-noirc_abi":"5.0.0-nightly.20260418","@aztec/sequencer-client":"5.0.0-nightly.20260418","@aztec/telemetry-client":"5.0.0-nightly.20260418","@aztec/validator-client":"5.0.0-nightly.20260418","@aztec/noir-contracts.js":"5.0.0-nightly.20260418","@aztec/protocol-contracts":"5.0.0-nightly.20260418","@aztec/validator-ha-signer":"5.0.0-nightly.20260418","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260418","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260418"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260418_1776482592686_0.3028880128765319","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260418":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260418","_id":"@aztec/end-to-end@4.3.0-nightly.20260418","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4bdb6bfe93e04f84daa1e95cfbe80ebb770776ac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260418.tgz","fileCount":291,"integrity":"sha512-b8N/pe29HRhzM2EKbi3Pu/ysvMe9eNH51V17OHyw4IPBdeyS5vuCY1tsGG7mwes/vuPnjz5/R1L7CMZEee9YfA==","signatures":[{"sig":"MEUCIQDpoqrE7ez4QgcqFxJFnORHuFK5s2aUUlXLLfXySHlwjgIgCTwrrOJz1OQnduGeUVSnJni1MNVqvAb8S1j3JVDrHGg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130375},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"b1aab5e24a663cd049b614c9bb3c44203a39c3dd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260418","@aztec/cli":"4.3.0-nightly.20260418","@aztec/p2p":"4.3.0-nightly.20260418","@aztec/pxe":"4.3.0-nightly.20260418","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260418","@aztec/bb.js":"4.3.0-nightly.20260418","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260418","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260418","@aztec/wallets":"4.3.0-nightly.20260418","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260418","@aztec/archiver":"4.3.0-nightly.20260418","@aztec/aztec.js":"4.3.0-nightly.20260418","@aztec/blob-lib":"4.3.0-nightly.20260418","@aztec/ethereum":"4.3.0-nightly.20260418","@aztec/kv-store":"4.3.0-nightly.20260418","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260418","@aztec/constants":"4.3.0-nightly.20260418","@aztec/simulator":"4.3.0-nightly.20260418","@aztec/aztec-node":"4.3.0-nightly.20260418","@aztec/foundation":"4.3.0-nightly.20260418","@aztec/wallet-sdk":"4.3.0-nightly.20260418","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260418","@aztec/entrypoints":"4.3.0-nightly.20260418","@aztec/epoch-cache":"4.3.0-nightly.20260418","@aztec/merkle-tree":"4.3.0-nightly.20260418","@aztec/prover-node":"4.3.0-nightly.20260418","@aztec/world-state":"4.3.0-nightly.20260418","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260418","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260418","@aztec/prover-client":"4.3.0-nightly.20260418","@aztec/noir-noirc_abi":"4.3.0-nightly.20260418","@aztec/sequencer-client":"4.3.0-nightly.20260418","@aztec/telemetry-client":"4.3.0-nightly.20260418","@aztec/validator-client":"4.3.0-nightly.20260418","@aztec/noir-contracts.js":"4.3.0-nightly.20260418","@aztec/protocol-contracts":"4.3.0-nightly.20260418","@aztec/validator-ha-signer":"4.3.0-nightly.20260418","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260418","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260418"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260418_1776491294503_0.990758996049647","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.11bf3dd6e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.11bf3dd6e","_id":"@aztec/end-to-end@0.0.1-commit.11bf3dd6e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f986946af8b827da19a7fc701c029af6f29d446a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.11bf3dd6e.tgz","fileCount":299,"integrity":"sha512-P8MQ6WXUOXGmJHHlt8kNnEUHFAIoKYNHf0Jf76cVdVP/+hxWPSiUqqvt/MO45D7pv5ev1Sp830SGFf94UzvzNg==","signatures":[{"sig":"MEUCIBQZtSA3oWzjmgv1XpJyNx8j8L6+6zrCfaHnOXorIqDLAiEApUpcQJpv+mkm5u5Pt1PdYSiC9oeMMLKtlgsqoKegWbQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.11bf3dd6e","@aztec/cli":"0.0.1-commit.11bf3dd6e","@aztec/p2p":"0.0.1-commit.11bf3dd6e","@aztec/pxe":"0.0.1-commit.11bf3dd6e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.11bf3dd6e","@aztec/bb.js":"0.0.1-commit.11bf3dd6e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.11bf3dd6e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.11bf3dd6e","@aztec/wallets":"0.0.1-commit.11bf3dd6e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.11bf3dd6e","@aztec/archiver":"0.0.1-commit.11bf3dd6e","@aztec/aztec.js":"0.0.1-commit.11bf3dd6e","@aztec/blob-lib":"0.0.1-commit.11bf3dd6e","@aztec/ethereum":"0.0.1-commit.11bf3dd6e","@aztec/kv-store":"0.0.1-commit.11bf3dd6e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.11bf3dd6e","@aztec/constants":"0.0.1-commit.11bf3dd6e","@aztec/simulator":"0.0.1-commit.11bf3dd6e","@aztec/aztec-node":"0.0.1-commit.11bf3dd6e","@aztec/foundation":"0.0.1-commit.11bf3dd6e","@aztec/wallet-sdk":"0.0.1-commit.11bf3dd6e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.11bf3dd6e","@aztec/entrypoints":"0.0.1-commit.11bf3dd6e","@aztec/epoch-cache":"0.0.1-commit.11bf3dd6e","@aztec/prover-node":"0.0.1-commit.11bf3dd6e","@aztec/world-state":"0.0.1-commit.11bf3dd6e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.11bf3dd6e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.11bf3dd6e","@aztec/prover-client":"0.0.1-commit.11bf3dd6e","@aztec/noir-noirc_abi":"0.0.1-commit.11bf3dd6e","@aztec/sequencer-client":"0.0.1-commit.11bf3dd6e","@aztec/telemetry-client":"0.0.1-commit.11bf3dd6e","@aztec/validator-client":"0.0.1-commit.11bf3dd6e","@aztec/noir-contracts.js":"0.0.1-commit.11bf3dd6e","@aztec/protocol-contracts":"0.0.1-commit.11bf3dd6e","@aztec/validator-ha-signer":"0.0.1-commit.11bf3dd6e","@aztec/noir-test-contracts.js":"0.0.1-commit.11bf3dd6e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.11bf3dd6e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.11bf3dd6e_1776493759355_0.30140078269863824","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260419":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260419","_id":"@aztec/end-to-end@5.0.0-nightly.20260419","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e766bb66d3cde3bd62b8d87518ab1beda7133619","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260419.tgz","fileCount":299,"integrity":"sha512-KqpDOLl3v6BcIp1lgfaC9PUkBkoNkTp1V5P77pvHFXs7LDvtO1vlU2a3ROl0VgbIdpvK9q/zSl09duQudtEHiA==","signatures":[{"sig":"MEUCICoh5wP2kM4AECK3ZAZ6bPqIh2wQ+2JuAGJBUbTL9dbHAiEAuxL2Bhkz3PC+Q7mHJJmnZ0V/u+7al6IIc14Y3n9OKgo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260419","@aztec/cli":"5.0.0-nightly.20260419","@aztec/p2p":"5.0.0-nightly.20260419","@aztec/pxe":"5.0.0-nightly.20260419","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260419","@aztec/bb.js":"5.0.0-nightly.20260419","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260419","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260419","@aztec/wallets":"5.0.0-nightly.20260419","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260419","@aztec/archiver":"5.0.0-nightly.20260419","@aztec/aztec.js":"5.0.0-nightly.20260419","@aztec/blob-lib":"5.0.0-nightly.20260419","@aztec/ethereum":"5.0.0-nightly.20260419","@aztec/kv-store":"5.0.0-nightly.20260419","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260419","@aztec/constants":"5.0.0-nightly.20260419","@aztec/simulator":"5.0.0-nightly.20260419","@aztec/aztec-node":"5.0.0-nightly.20260419","@aztec/foundation":"5.0.0-nightly.20260419","@aztec/wallet-sdk":"5.0.0-nightly.20260419","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260419","@aztec/entrypoints":"5.0.0-nightly.20260419","@aztec/epoch-cache":"5.0.0-nightly.20260419","@aztec/prover-node":"5.0.0-nightly.20260419","@aztec/world-state":"5.0.0-nightly.20260419","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260419","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260419","@aztec/prover-client":"5.0.0-nightly.20260419","@aztec/noir-noirc_abi":"5.0.0-nightly.20260419","@aztec/sequencer-client":"5.0.0-nightly.20260419","@aztec/telemetry-client":"5.0.0-nightly.20260419","@aztec/validator-client":"5.0.0-nightly.20260419","@aztec/noir-contracts.js":"5.0.0-nightly.20260419","@aztec/protocol-contracts":"5.0.0-nightly.20260419","@aztec/validator-ha-signer":"5.0.0-nightly.20260419","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260419","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260419"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260419_1776568790959_0.38790045513025073","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260419":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260419","_id":"@aztec/end-to-end@4.3.0-nightly.20260419","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5cc52a5adbeeb0b62af9f84379fe88d8adbc953b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260419.tgz","fileCount":291,"integrity":"sha512-sfMSuz9rbpBbYA4vQy0n2JNw6vTzXkzGl9AsnD/s+rTd3uvXjQZ7/4lRAxR7Uh/9pfOXL6WZXz8D+GnoTYw0ww==","signatures":[{"sig":"MEUCIQDFcoIVRh4uokaetgmDd93bcfcdfBwo2kQvuqPIS5KpKgIgCdFCCN3TOMsHfwMX6I0wPNObeurKoqb+3qnAdX0cGCE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130375},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f0e2d1668891ed38a40b66f064644fed65df7595","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260419","@aztec/cli":"4.3.0-nightly.20260419","@aztec/p2p":"4.3.0-nightly.20260419","@aztec/pxe":"4.3.0-nightly.20260419","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260419","@aztec/bb.js":"4.3.0-nightly.20260419","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260419","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260419","@aztec/wallets":"4.3.0-nightly.20260419","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260419","@aztec/archiver":"4.3.0-nightly.20260419","@aztec/aztec.js":"4.3.0-nightly.20260419","@aztec/blob-lib":"4.3.0-nightly.20260419","@aztec/ethereum":"4.3.0-nightly.20260419","@aztec/kv-store":"4.3.0-nightly.20260419","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260419","@aztec/constants":"4.3.0-nightly.20260419","@aztec/simulator":"4.3.0-nightly.20260419","@aztec/aztec-node":"4.3.0-nightly.20260419","@aztec/foundation":"4.3.0-nightly.20260419","@aztec/wallet-sdk":"4.3.0-nightly.20260419","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260419","@aztec/entrypoints":"4.3.0-nightly.20260419","@aztec/epoch-cache":"4.3.0-nightly.20260419","@aztec/merkle-tree":"4.3.0-nightly.20260419","@aztec/prover-node":"4.3.0-nightly.20260419","@aztec/world-state":"4.3.0-nightly.20260419","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260419","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260419","@aztec/prover-client":"4.3.0-nightly.20260419","@aztec/noir-noirc_abi":"4.3.0-nightly.20260419","@aztec/sequencer-client":"4.3.0-nightly.20260419","@aztec/telemetry-client":"4.3.0-nightly.20260419","@aztec/validator-client":"4.3.0-nightly.20260419","@aztec/noir-contracts.js":"4.3.0-nightly.20260419","@aztec/protocol-contracts":"4.3.0-nightly.20260419","@aztec/validator-ha-signer":"4.3.0-nightly.20260419","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260419","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260419"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260419_1776578444697_0.4284709295008782","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260420":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260420","_id":"@aztec/end-to-end@5.0.0-nightly.20260420","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"049c887329b41acf4bc9c0f163398fe8aad02204","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260420.tgz","fileCount":299,"integrity":"sha512-hxeMIkGyG3zYSvToi1cElTtpg0iglmM1pE1I2OJ1s8g5lh/p898mW4nfGHBSAtdMOeQteEd+g1JLUg1EIb0R2g==","signatures":[{"sig":"MEUCIQDRnlOIAFFJgBhB84/TMUQrBY4sMJ12uXg+aDmycmlUxgIgR91A6mvFCs8EBoF5kxICWBK6C2/MkGzE73EYq4+FMwk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260420","@aztec/cli":"5.0.0-nightly.20260420","@aztec/p2p":"5.0.0-nightly.20260420","@aztec/pxe":"5.0.0-nightly.20260420","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260420","@aztec/bb.js":"5.0.0-nightly.20260420","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260420","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260420","@aztec/wallets":"5.0.0-nightly.20260420","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260420","@aztec/archiver":"5.0.0-nightly.20260420","@aztec/aztec.js":"5.0.0-nightly.20260420","@aztec/blob-lib":"5.0.0-nightly.20260420","@aztec/ethereum":"5.0.0-nightly.20260420","@aztec/kv-store":"5.0.0-nightly.20260420","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260420","@aztec/constants":"5.0.0-nightly.20260420","@aztec/simulator":"5.0.0-nightly.20260420","@aztec/aztec-node":"5.0.0-nightly.20260420","@aztec/foundation":"5.0.0-nightly.20260420","@aztec/wallet-sdk":"5.0.0-nightly.20260420","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260420","@aztec/entrypoints":"5.0.0-nightly.20260420","@aztec/epoch-cache":"5.0.0-nightly.20260420","@aztec/prover-node":"5.0.0-nightly.20260420","@aztec/world-state":"5.0.0-nightly.20260420","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260420","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260420","@aztec/prover-client":"5.0.0-nightly.20260420","@aztec/noir-noirc_abi":"5.0.0-nightly.20260420","@aztec/sequencer-client":"5.0.0-nightly.20260420","@aztec/telemetry-client":"5.0.0-nightly.20260420","@aztec/validator-client":"5.0.0-nightly.20260420","@aztec/noir-contracts.js":"5.0.0-nightly.20260420","@aztec/protocol-contracts":"5.0.0-nightly.20260420","@aztec/validator-ha-signer":"5.0.0-nightly.20260420","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260420","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260420"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260420_1776655219579_0.5075813422059505","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260420":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260420","_id":"@aztec/end-to-end@4.3.0-nightly.20260420","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d4cb5c9dc6ddb3bfc67d0de62be3b307bd7648b8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260420.tgz","fileCount":291,"integrity":"sha512-jonW3EVViU0/j7RaJAjcg1NSij7PC8qm72iyxTcQxByQFP4KdJfNCMCku+x+Ivml7XZydyhf3IZmYbHme7zNEA==","signatures":[{"sig":"MEQCIDg3GRS/p+cms0G938Wbl1P49GH20Wim5W4/TcAoT6HyAiAHNh1r+F6x4cDzgogchcOCPg66prc/TOYYqTCa0txjSw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130375},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"f0e2d1668891ed38a40b66f064644fed65df7595","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260420","@aztec/cli":"4.3.0-nightly.20260420","@aztec/p2p":"4.3.0-nightly.20260420","@aztec/pxe":"4.3.0-nightly.20260420","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260420","@aztec/bb.js":"4.3.0-nightly.20260420","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260420","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260420","@aztec/wallets":"4.3.0-nightly.20260420","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260420","@aztec/archiver":"4.3.0-nightly.20260420","@aztec/aztec.js":"4.3.0-nightly.20260420","@aztec/blob-lib":"4.3.0-nightly.20260420","@aztec/ethereum":"4.3.0-nightly.20260420","@aztec/kv-store":"4.3.0-nightly.20260420","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260420","@aztec/constants":"4.3.0-nightly.20260420","@aztec/simulator":"4.3.0-nightly.20260420","@aztec/aztec-node":"4.3.0-nightly.20260420","@aztec/foundation":"4.3.0-nightly.20260420","@aztec/wallet-sdk":"4.3.0-nightly.20260420","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260420","@aztec/entrypoints":"4.3.0-nightly.20260420","@aztec/epoch-cache":"4.3.0-nightly.20260420","@aztec/merkle-tree":"4.3.0-nightly.20260420","@aztec/prover-node":"4.3.0-nightly.20260420","@aztec/world-state":"4.3.0-nightly.20260420","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260420","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260420","@aztec/prover-client":"4.3.0-nightly.20260420","@aztec/noir-noirc_abi":"4.3.0-nightly.20260420","@aztec/sequencer-client":"4.3.0-nightly.20260420","@aztec/telemetry-client":"4.3.0-nightly.20260420","@aztec/validator-client":"4.3.0-nightly.20260420","@aztec/noir-contracts.js":"4.3.0-nightly.20260420","@aztec/protocol-contracts":"4.3.0-nightly.20260420","@aztec/validator-ha-signer":"4.3.0-nightly.20260420","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260420","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260420"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260420_1776665309992_0.25612559588400985","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.1dcfe2301":{"name":"@aztec/end-to-end","version":"0.0.1-commit.1dcfe2301","_id":"@aztec/end-to-end@0.0.1-commit.1dcfe2301","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b9c7d90246e9b84087a61100b8a103cc442985b5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.1dcfe2301.tgz","fileCount":299,"integrity":"sha512-uKcBTdrKdAU3r7uUbEc+EuKZz/2VVHD9Dwxeoc+tcESlzMFH0B34zdGCgw51yf5z1hL1oG1xfhUqAdwmdQ9CNA==","signatures":[{"sig":"MEQCICM83f+N21JE5hSQYzHcaOvT7vujYZn1cNJilKzjeEPrAiB/7i1/QHBON7SAxaeXWo6if4kTwUkWuTK8DxQKLt6Atw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.1dcfe2301","@aztec/cli":"0.0.1-commit.1dcfe2301","@aztec/p2p":"0.0.1-commit.1dcfe2301","@aztec/pxe":"0.0.1-commit.1dcfe2301","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.1dcfe2301","@aztec/bb.js":"0.0.1-commit.1dcfe2301","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.1dcfe2301","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.1dcfe2301","@aztec/wallets":"0.0.1-commit.1dcfe2301","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.1dcfe2301","@aztec/archiver":"0.0.1-commit.1dcfe2301","@aztec/aztec.js":"0.0.1-commit.1dcfe2301","@aztec/blob-lib":"0.0.1-commit.1dcfe2301","@aztec/ethereum":"0.0.1-commit.1dcfe2301","@aztec/kv-store":"0.0.1-commit.1dcfe2301","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.1dcfe2301","@aztec/constants":"0.0.1-commit.1dcfe2301","@aztec/simulator":"0.0.1-commit.1dcfe2301","@aztec/aztec-node":"0.0.1-commit.1dcfe2301","@aztec/foundation":"0.0.1-commit.1dcfe2301","@aztec/wallet-sdk":"0.0.1-commit.1dcfe2301","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.1dcfe2301","@aztec/entrypoints":"0.0.1-commit.1dcfe2301","@aztec/epoch-cache":"0.0.1-commit.1dcfe2301","@aztec/prover-node":"0.0.1-commit.1dcfe2301","@aztec/world-state":"0.0.1-commit.1dcfe2301","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.1dcfe2301","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.1dcfe2301","@aztec/prover-client":"0.0.1-commit.1dcfe2301","@aztec/noir-noirc_abi":"0.0.1-commit.1dcfe2301","@aztec/sequencer-client":"0.0.1-commit.1dcfe2301","@aztec/telemetry-client":"0.0.1-commit.1dcfe2301","@aztec/validator-client":"0.0.1-commit.1dcfe2301","@aztec/noir-contracts.js":"0.0.1-commit.1dcfe2301","@aztec/protocol-contracts":"0.0.1-commit.1dcfe2301","@aztec/validator-ha-signer":"0.0.1-commit.1dcfe2301","@aztec/noir-test-contracts.js":"0.0.1-commit.1dcfe2301","@aztec/noir-protocol-circuits-types":"0.0.1-commit.1dcfe2301"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.1dcfe2301_1776712801021_0.38717596949435107","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260421":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260421","_id":"@aztec/end-to-end@5.0.0-nightly.20260421","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d1c79cefaad2b1b87144a4f2b2c42ea6635fbc51","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260421.tgz","fileCount":299,"integrity":"sha512-7RS5lu4NG5wGTHByR1KgWtddOL9KiDHUJDwuoWtc+dg1kZkTIEWIfJiABSQ8y6MQ4QTqjiFoaQV7Zdw+i+2CSw==","signatures":[{"sig":"MEUCIQCyMP2xk1ZXGgwrJiustS9xXJtW/anKl1tyZnLk1Rv0GAIgHxQmJatKd3XHGak76CdcPBtYQ2/WUpLZWqxHR0fENIE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37150122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260421","@aztec/cli":"5.0.0-nightly.20260421","@aztec/p2p":"5.0.0-nightly.20260421","@aztec/pxe":"5.0.0-nightly.20260421","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260421","@aztec/bb.js":"5.0.0-nightly.20260421","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260421","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260421","@aztec/wallets":"5.0.0-nightly.20260421","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260421","@aztec/archiver":"5.0.0-nightly.20260421","@aztec/aztec.js":"5.0.0-nightly.20260421","@aztec/blob-lib":"5.0.0-nightly.20260421","@aztec/ethereum":"5.0.0-nightly.20260421","@aztec/kv-store":"5.0.0-nightly.20260421","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260421","@aztec/constants":"5.0.0-nightly.20260421","@aztec/simulator":"5.0.0-nightly.20260421","@aztec/aztec-node":"5.0.0-nightly.20260421","@aztec/foundation":"5.0.0-nightly.20260421","@aztec/wallet-sdk":"5.0.0-nightly.20260421","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260421","@aztec/entrypoints":"5.0.0-nightly.20260421","@aztec/epoch-cache":"5.0.0-nightly.20260421","@aztec/prover-node":"5.0.0-nightly.20260421","@aztec/world-state":"5.0.0-nightly.20260421","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260421","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260421","@aztec/prover-client":"5.0.0-nightly.20260421","@aztec/noir-noirc_abi":"5.0.0-nightly.20260421","@aztec/sequencer-client":"5.0.0-nightly.20260421","@aztec/telemetry-client":"5.0.0-nightly.20260421","@aztec/validator-client":"5.0.0-nightly.20260421","@aztec/noir-contracts.js":"5.0.0-nightly.20260421","@aztec/protocol-contracts":"5.0.0-nightly.20260421","@aztec/validator-ha-signer":"5.0.0-nightly.20260421","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260421","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260421"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260421_1776741886891_0.4999692969681673","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260421":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260421","_id":"@aztec/end-to-end@4.3.0-nightly.20260421","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7e1a38b20eeeefe1984466e866b1faecc55db55d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260421.tgz","fileCount":291,"integrity":"sha512-+OQGjyzqbV4Of5cvFJpDmhaxOMaOt1v/nAOMIVmv1WjKCH6sksPdwPxo0Ag2VIYlZpvU293hwODHg4THSBay2A==","signatures":[{"sig":"MEUCIEvFr87fxTUpwyf6RgIXUKGEnycQCeO/bnSWg2btAQZrAiEAvBix+GFQLMQMS4ujE3d/htmBN8T3hEC6K+LHYbK3rHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130375},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"30ce8257b82a856c2100971921cab8defaad2f73","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260421","@aztec/cli":"4.3.0-nightly.20260421","@aztec/p2p":"4.3.0-nightly.20260421","@aztec/pxe":"4.3.0-nightly.20260421","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260421","@aztec/bb.js":"4.3.0-nightly.20260421","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260421","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260421","@aztec/wallets":"4.3.0-nightly.20260421","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260421","@aztec/archiver":"4.3.0-nightly.20260421","@aztec/aztec.js":"4.3.0-nightly.20260421","@aztec/blob-lib":"4.3.0-nightly.20260421","@aztec/ethereum":"4.3.0-nightly.20260421","@aztec/kv-store":"4.3.0-nightly.20260421","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260421","@aztec/constants":"4.3.0-nightly.20260421","@aztec/simulator":"4.3.0-nightly.20260421","@aztec/aztec-node":"4.3.0-nightly.20260421","@aztec/foundation":"4.3.0-nightly.20260421","@aztec/wallet-sdk":"4.3.0-nightly.20260421","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260421","@aztec/entrypoints":"4.3.0-nightly.20260421","@aztec/epoch-cache":"4.3.0-nightly.20260421","@aztec/merkle-tree":"4.3.0-nightly.20260421","@aztec/prover-node":"4.3.0-nightly.20260421","@aztec/world-state":"4.3.0-nightly.20260421","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260421","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260421","@aztec/prover-client":"4.3.0-nightly.20260421","@aztec/noir-noirc_abi":"4.3.0-nightly.20260421","@aztec/sequencer-client":"4.3.0-nightly.20260421","@aztec/telemetry-client":"4.3.0-nightly.20260421","@aztec/validator-client":"4.3.0-nightly.20260421","@aztec/noir-contracts.js":"4.3.0-nightly.20260421","@aztec/protocol-contracts":"4.3.0-nightly.20260421","@aztec/validator-ha-signer":"4.3.0-nightly.20260421","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260421","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260421"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260421_1776751183748_0.9251772306175097","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8cb2d04d8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8cb2d04d8","_id":"@aztec/end-to-end@0.0.1-commit.8cb2d04d8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"96b7e09a1e1c3bfdb4f74cbc722bd73d83b9d1c4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8cb2d04d8.tgz","fileCount":299,"integrity":"sha512-1pGbM4eURPehgyMuC6iNabuzdy8A8Z8AqlZWnlPpADSRh45+5YZT4gJ9KSqjqFGf/lmaOFrP7ZvmJlKmRFacdw==","signatures":[{"sig":"MEQCIBaWPtC/mUrIqt4sydKpZgLlKjJXb2FSMHISpHCnO8/UAiAuHqLcstuFgbFPPnJEI+wjkvY81WbpFf+hem3kmPFxmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37149702},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8cb2d04d8","@aztec/cli":"0.0.1-commit.8cb2d04d8","@aztec/p2p":"0.0.1-commit.8cb2d04d8","@aztec/pxe":"0.0.1-commit.8cb2d04d8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8cb2d04d8","@aztec/bb.js":"0.0.1-commit.8cb2d04d8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8cb2d04d8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8cb2d04d8","@aztec/wallets":"0.0.1-commit.8cb2d04d8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8cb2d04d8","@aztec/archiver":"0.0.1-commit.8cb2d04d8","@aztec/aztec.js":"0.0.1-commit.8cb2d04d8","@aztec/blob-lib":"0.0.1-commit.8cb2d04d8","@aztec/ethereum":"0.0.1-commit.8cb2d04d8","@aztec/kv-store":"0.0.1-commit.8cb2d04d8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8cb2d04d8","@aztec/constants":"0.0.1-commit.8cb2d04d8","@aztec/simulator":"0.0.1-commit.8cb2d04d8","@aztec/aztec-node":"0.0.1-commit.8cb2d04d8","@aztec/foundation":"0.0.1-commit.8cb2d04d8","@aztec/wallet-sdk":"0.0.1-commit.8cb2d04d8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8cb2d04d8","@aztec/entrypoints":"0.0.1-commit.8cb2d04d8","@aztec/epoch-cache":"0.0.1-commit.8cb2d04d8","@aztec/prover-node":"0.0.1-commit.8cb2d04d8","@aztec/world-state":"0.0.1-commit.8cb2d04d8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8cb2d04d8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8cb2d04d8","@aztec/prover-client":"0.0.1-commit.8cb2d04d8","@aztec/noir-noirc_abi":"0.0.1-commit.8cb2d04d8","@aztec/sequencer-client":"0.0.1-commit.8cb2d04d8","@aztec/telemetry-client":"0.0.1-commit.8cb2d04d8","@aztec/validator-client":"0.0.1-commit.8cb2d04d8","@aztec/noir-contracts.js":"0.0.1-commit.8cb2d04d8","@aztec/protocol-contracts":"0.0.1-commit.8cb2d04d8","@aztec/validator-ha-signer":"0.0.1-commit.8cb2d04d8","@aztec/noir-test-contracts.js":"0.0.1-commit.8cb2d04d8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8cb2d04d8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8cb2d04d8_1776804277346_0.2272377079987975","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260422":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260422","_id":"@aztec/end-to-end@5.0.0-nightly.20260422","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d1a6d8261ab33d571d495aefe10856cf084abd44","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260422.tgz","fileCount":299,"integrity":"sha512-7Q9/FlgIjCvP8vC3rBrLTVqNr7H5Pl2EhwGqykHSlC5cxRuFgO08CCUzjS0nbILtjSrEvg5i49j6AOCVAJzuog==","signatures":[{"sig":"MEUCIQC34YzW+aGr6OAPoshxyj7oB5OHHIQEC7pLYduohnwEvAIgMHYMyc1Kh891jTASDyIFEAnpZkC8WqmOeByZhlMzC1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37149702},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260422","@aztec/cli":"5.0.0-nightly.20260422","@aztec/p2p":"5.0.0-nightly.20260422","@aztec/pxe":"5.0.0-nightly.20260422","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260422","@aztec/bb.js":"5.0.0-nightly.20260422","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260422","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260422","@aztec/wallets":"5.0.0-nightly.20260422","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260422","@aztec/archiver":"5.0.0-nightly.20260422","@aztec/aztec.js":"5.0.0-nightly.20260422","@aztec/blob-lib":"5.0.0-nightly.20260422","@aztec/ethereum":"5.0.0-nightly.20260422","@aztec/kv-store":"5.0.0-nightly.20260422","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260422","@aztec/constants":"5.0.0-nightly.20260422","@aztec/simulator":"5.0.0-nightly.20260422","@aztec/aztec-node":"5.0.0-nightly.20260422","@aztec/foundation":"5.0.0-nightly.20260422","@aztec/wallet-sdk":"5.0.0-nightly.20260422","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260422","@aztec/entrypoints":"5.0.0-nightly.20260422","@aztec/epoch-cache":"5.0.0-nightly.20260422","@aztec/prover-node":"5.0.0-nightly.20260422","@aztec/world-state":"5.0.0-nightly.20260422","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260422","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260422","@aztec/prover-client":"5.0.0-nightly.20260422","@aztec/noir-noirc_abi":"5.0.0-nightly.20260422","@aztec/sequencer-client":"5.0.0-nightly.20260422","@aztec/telemetry-client":"5.0.0-nightly.20260422","@aztec/validator-client":"5.0.0-nightly.20260422","@aztec/noir-contracts.js":"5.0.0-nightly.20260422","@aztec/protocol-contracts":"5.0.0-nightly.20260422","@aztec/validator-ha-signer":"5.0.0-nightly.20260422","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260422","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260422"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260422_1776828017185_0.8288683419231826","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260422":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260422","_id":"@aztec/end-to-end@4.3.0-nightly.20260422","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8599f7a9c4dc7452c9e57c25aeef0a7ef037b88b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260422.tgz","fileCount":291,"integrity":"sha512-srCLUvZDOtDbsgXUlUdWS6LPnEoh9b/6hMiAwT37P8trc0hz53i9TrERNkzITmAR5JnV/GCiVt4LxzBXqAX5OQ==","signatures":[{"sig":"MEYCIQDy1+JZURPffXgq/cvSJXbhDf62oLs2TvmhM8D+snht+gIhAOm2/nkI4PugZ5bYOS+VAv5SfB4sNNuxWgBm0Kx8NiUr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130375},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"30ce8257b82a856c2100971921cab8defaad2f73","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260422","@aztec/cli":"4.3.0-nightly.20260422","@aztec/p2p":"4.3.0-nightly.20260422","@aztec/pxe":"4.3.0-nightly.20260422","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260422","@aztec/bb.js":"4.3.0-nightly.20260422","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260422","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260422","@aztec/wallets":"4.3.0-nightly.20260422","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260422","@aztec/archiver":"4.3.0-nightly.20260422","@aztec/aztec.js":"4.3.0-nightly.20260422","@aztec/blob-lib":"4.3.0-nightly.20260422","@aztec/ethereum":"4.3.0-nightly.20260422","@aztec/kv-store":"4.3.0-nightly.20260422","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260422","@aztec/constants":"4.3.0-nightly.20260422","@aztec/simulator":"4.3.0-nightly.20260422","@aztec/aztec-node":"4.3.0-nightly.20260422","@aztec/foundation":"4.3.0-nightly.20260422","@aztec/wallet-sdk":"4.3.0-nightly.20260422","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260422","@aztec/entrypoints":"4.3.0-nightly.20260422","@aztec/epoch-cache":"4.3.0-nightly.20260422","@aztec/merkle-tree":"4.3.0-nightly.20260422","@aztec/prover-node":"4.3.0-nightly.20260422","@aztec/world-state":"4.3.0-nightly.20260422","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260422","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260422","@aztec/prover-client":"4.3.0-nightly.20260422","@aztec/noir-noirc_abi":"4.3.0-nightly.20260422","@aztec/sequencer-client":"4.3.0-nightly.20260422","@aztec/telemetry-client":"4.3.0-nightly.20260422","@aztec/validator-client":"4.3.0-nightly.20260422","@aztec/noir-contracts.js":"4.3.0-nightly.20260422","@aztec/protocol-contracts":"4.3.0-nightly.20260422","@aztec/validator-ha-signer":"4.3.0-nightly.20260422","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260422","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260422"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260422_1776837605037_0.45707259115856114","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9badcec54":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9badcec54","_id":"@aztec/end-to-end@0.0.1-commit.9badcec54","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ccf11e8e36f04cdc80e3ffa5e12f3011020633c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9badcec54.tgz","fileCount":299,"integrity":"sha512-7FAUqKxrp08g031U+U0r6dlgbLpBtu96nNowUwSuLAfBP5WADlnsA8OIYjHG878t9n3VbgTmspkhE/lCjMo9xA==","signatures":[{"sig":"MEQCIEG8t4D/z2OKbHdMuxpDqpQohwtuWzGC3ypSvm+n3FHFAiBquDh+QkDw3p1K56Up1m6Ojtwl6fa8HWfsLEGFBZserQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37149702},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9badcec54","@aztec/cli":"0.0.1-commit.9badcec54","@aztec/p2p":"0.0.1-commit.9badcec54","@aztec/pxe":"0.0.1-commit.9badcec54","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9badcec54","@aztec/bb.js":"0.0.1-commit.9badcec54","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9badcec54","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9badcec54","@aztec/wallets":"0.0.1-commit.9badcec54","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9badcec54","@aztec/archiver":"0.0.1-commit.9badcec54","@aztec/aztec.js":"0.0.1-commit.9badcec54","@aztec/blob-lib":"0.0.1-commit.9badcec54","@aztec/ethereum":"0.0.1-commit.9badcec54","@aztec/kv-store":"0.0.1-commit.9badcec54","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9badcec54","@aztec/constants":"0.0.1-commit.9badcec54","@aztec/simulator":"0.0.1-commit.9badcec54","@aztec/aztec-node":"0.0.1-commit.9badcec54","@aztec/foundation":"0.0.1-commit.9badcec54","@aztec/wallet-sdk":"0.0.1-commit.9badcec54","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9badcec54","@aztec/entrypoints":"0.0.1-commit.9badcec54","@aztec/epoch-cache":"0.0.1-commit.9badcec54","@aztec/prover-node":"0.0.1-commit.9badcec54","@aztec/world-state":"0.0.1-commit.9badcec54","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9badcec54","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9badcec54","@aztec/prover-client":"0.0.1-commit.9badcec54","@aztec/noir-noirc_abi":"0.0.1-commit.9badcec54","@aztec/sequencer-client":"0.0.1-commit.9badcec54","@aztec/telemetry-client":"0.0.1-commit.9badcec54","@aztec/validator-client":"0.0.1-commit.9badcec54","@aztec/noir-contracts.js":"0.0.1-commit.9badcec54","@aztec/protocol-contracts":"0.0.1-commit.9badcec54","@aztec/validator-ha-signer":"0.0.1-commit.9badcec54","@aztec/noir-test-contracts.js":"0.0.1-commit.9badcec54","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9badcec54"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9badcec54_1776862394880_0.9176708311302586","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b2a5d0dd1":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b2a5d0dd1","_id":"@aztec/end-to-end@0.0.1-commit.b2a5d0dd1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5343a9d71ad0cbf25935307b4210c9c0d9b36dd7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b2a5d0dd1.tgz","fileCount":303,"integrity":"sha512-scDb/RZFbfKl66UBn4PK4rSISW338UAIL1t6bQOZ18fPHB5xCyyFHgrkYPWQHqrqI6RHEQyZ35cfkq8mf98hzA==","signatures":[{"sig":"MEQCIDlq9UnsRooTsOjK67xca8OCoZh9M2cZOOMumzCZbx4TAiALJCq/pSJRPcg/Ov9cAoTm33TT7qY/uSrXPMretzSejw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172286},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b2a5d0dd1","@aztec/cli":"0.0.1-commit.b2a5d0dd1","@aztec/p2p":"0.0.1-commit.b2a5d0dd1","@aztec/pxe":"0.0.1-commit.b2a5d0dd1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b2a5d0dd1","@aztec/bb.js":"0.0.1-commit.b2a5d0dd1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b2a5d0dd1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b2a5d0dd1","@aztec/wallets":"0.0.1-commit.b2a5d0dd1","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b2a5d0dd1","@aztec/archiver":"0.0.1-commit.b2a5d0dd1","@aztec/aztec.js":"0.0.1-commit.b2a5d0dd1","@aztec/blob-lib":"0.0.1-commit.b2a5d0dd1","@aztec/ethereum":"0.0.1-commit.b2a5d0dd1","@aztec/kv-store":"0.0.1-commit.b2a5d0dd1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b2a5d0dd1","@aztec/constants":"0.0.1-commit.b2a5d0dd1","@aztec/simulator":"0.0.1-commit.b2a5d0dd1","@aztec/aztec-node":"0.0.1-commit.b2a5d0dd1","@aztec/foundation":"0.0.1-commit.b2a5d0dd1","@aztec/wallet-sdk":"0.0.1-commit.b2a5d0dd1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b2a5d0dd1","@aztec/entrypoints":"0.0.1-commit.b2a5d0dd1","@aztec/epoch-cache":"0.0.1-commit.b2a5d0dd1","@aztec/prover-node":"0.0.1-commit.b2a5d0dd1","@aztec/world-state":"0.0.1-commit.b2a5d0dd1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b2a5d0dd1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b2a5d0dd1","@aztec/prover-client":"0.0.1-commit.b2a5d0dd1","@aztec/noir-noirc_abi":"0.0.1-commit.b2a5d0dd1","@aztec/sequencer-client":"0.0.1-commit.b2a5d0dd1","@aztec/telemetry-client":"0.0.1-commit.b2a5d0dd1","@aztec/validator-client":"0.0.1-commit.b2a5d0dd1","@aztec/noir-contracts.js":"0.0.1-commit.b2a5d0dd1","@aztec/protocol-contracts":"0.0.1-commit.b2a5d0dd1","@aztec/validator-ha-signer":"0.0.1-commit.b2a5d0dd1","@aztec/noir-test-contracts.js":"0.0.1-commit.b2a5d0dd1","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b2a5d0dd1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b2a5d0dd1_1776893281351_0.30656421317522264","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260423":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260423","_id":"@aztec/end-to-end@5.0.0-nightly.20260423","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e90c685f010ebeaaaa03feb2c6bb9a27192c3e82","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260423.tgz","fileCount":303,"integrity":"sha512-Lza/hGysWRyh7ruGoT0O1lo2Jc/kUPTyywlTzkpTAa0LUzO7gQt4EkPxWoSSlniRXCdVEJ5HAKx/8sszloineQ==","signatures":[{"sig":"MEYCIQDNgA6qWFmXi0NOA0Ot2Nm+qRs8/avjFdlavqRHbjkyhAIhALW8tKIX1es4Ekcs6TT59x3MUeg7jIwyEVIErllHRVTL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172286},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260423","@aztec/cli":"5.0.0-nightly.20260423","@aztec/p2p":"5.0.0-nightly.20260423","@aztec/pxe":"5.0.0-nightly.20260423","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260423","@aztec/bb.js":"5.0.0-nightly.20260423","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260423","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260423","@aztec/wallets":"5.0.0-nightly.20260423","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260423","@aztec/archiver":"5.0.0-nightly.20260423","@aztec/aztec.js":"5.0.0-nightly.20260423","@aztec/blob-lib":"5.0.0-nightly.20260423","@aztec/ethereum":"5.0.0-nightly.20260423","@aztec/kv-store":"5.0.0-nightly.20260423","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260423","@aztec/constants":"5.0.0-nightly.20260423","@aztec/simulator":"5.0.0-nightly.20260423","@aztec/aztec-node":"5.0.0-nightly.20260423","@aztec/foundation":"5.0.0-nightly.20260423","@aztec/wallet-sdk":"5.0.0-nightly.20260423","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260423","@aztec/entrypoints":"5.0.0-nightly.20260423","@aztec/epoch-cache":"5.0.0-nightly.20260423","@aztec/prover-node":"5.0.0-nightly.20260423","@aztec/world-state":"5.0.0-nightly.20260423","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260423","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260423","@aztec/prover-client":"5.0.0-nightly.20260423","@aztec/noir-noirc_abi":"5.0.0-nightly.20260423","@aztec/sequencer-client":"5.0.0-nightly.20260423","@aztec/telemetry-client":"5.0.0-nightly.20260423","@aztec/validator-client":"5.0.0-nightly.20260423","@aztec/noir-contracts.js":"5.0.0-nightly.20260423","@aztec/protocol-contracts":"5.0.0-nightly.20260423","@aztec/validator-ha-signer":"5.0.0-nightly.20260423","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260423","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260423"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260423_1776914456759_0.7490610555012773","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260423":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260423","_id":"@aztec/end-to-end@4.3.0-nightly.20260423","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"314b555fd3954bb2f988b61d66671fa3ff32fb81","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260423.tgz","fileCount":291,"integrity":"sha512-C7rH3lbyjblRf7mvGjxZco0sXmrMcZQB95qZbf4Aeba2V0IWIjCyInEye/s4beOhHz+mIeOYkfG6N6Kyx/nBHA==","signatures":[{"sig":"MEYCIQCjzT04GyVfuz3P8dkUPNBJnO8yKXDI8GbTNp7sbKHkPwIhAM49TcvS+PElsjS6Kj6BXBL13puWPdHr0JsxT2PFzykx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b56d55dab040f1bd53f876a9f84ff3cb2b01265","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260423","@aztec/cli":"4.3.0-nightly.20260423","@aztec/p2p":"4.3.0-nightly.20260423","@aztec/pxe":"4.3.0-nightly.20260423","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260423","@aztec/bb.js":"4.3.0-nightly.20260423","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260423","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260423","@aztec/wallets":"4.3.0-nightly.20260423","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260423","@aztec/archiver":"4.3.0-nightly.20260423","@aztec/aztec.js":"4.3.0-nightly.20260423","@aztec/blob-lib":"4.3.0-nightly.20260423","@aztec/ethereum":"4.3.0-nightly.20260423","@aztec/kv-store":"4.3.0-nightly.20260423","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260423","@aztec/constants":"4.3.0-nightly.20260423","@aztec/simulator":"4.3.0-nightly.20260423","@aztec/aztec-node":"4.3.0-nightly.20260423","@aztec/foundation":"4.3.0-nightly.20260423","@aztec/wallet-sdk":"4.3.0-nightly.20260423","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260423","@aztec/entrypoints":"4.3.0-nightly.20260423","@aztec/epoch-cache":"4.3.0-nightly.20260423","@aztec/merkle-tree":"4.3.0-nightly.20260423","@aztec/prover-node":"4.3.0-nightly.20260423","@aztec/world-state":"4.3.0-nightly.20260423","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260423","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260423","@aztec/prover-client":"4.3.0-nightly.20260423","@aztec/noir-noirc_abi":"4.3.0-nightly.20260423","@aztec/sequencer-client":"4.3.0-nightly.20260423","@aztec/telemetry-client":"4.3.0-nightly.20260423","@aztec/validator-client":"4.3.0-nightly.20260423","@aztec/noir-contracts.js":"4.3.0-nightly.20260423","@aztec/protocol-contracts":"4.3.0-nightly.20260423","@aztec/validator-ha-signer":"4.3.0-nightly.20260423","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260423","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260423"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260423_1776924122243_0.6335101940951036","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f7ea82942":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f7ea82942","_id":"@aztec/end-to-end@0.0.1-commit.f7ea82942","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3d55ecc584955f267d47d06120ddec5c2a297080","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f7ea82942.tgz","fileCount":303,"integrity":"sha512-lTPfK8jniDI4pekvUeSGk6i8BNaSSQV8ETKOw9MTzHVe3fBnSMz+OeXitAegsGxbr731sC7QbHUeZxsapp9Qxw==","signatures":[{"sig":"MEUCIQCBNvdiDV5SPcZVtJI9UNUNqMCDoW7K8Afd5VYTyEK4vAIgD5J1GMu/uffgemoaGq0AEMTpplvbscFE9shyM5/frMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172756},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f7ea82942","@aztec/cli":"0.0.1-commit.f7ea82942","@aztec/p2p":"0.0.1-commit.f7ea82942","@aztec/pxe":"0.0.1-commit.f7ea82942","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f7ea82942","@aztec/bb.js":"0.0.1-commit.f7ea82942","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f7ea82942","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f7ea82942","@aztec/wallets":"0.0.1-commit.f7ea82942","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f7ea82942","@aztec/archiver":"0.0.1-commit.f7ea82942","@aztec/aztec.js":"0.0.1-commit.f7ea82942","@aztec/blob-lib":"0.0.1-commit.f7ea82942","@aztec/ethereum":"0.0.1-commit.f7ea82942","@aztec/kv-store":"0.0.1-commit.f7ea82942","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f7ea82942","@aztec/constants":"0.0.1-commit.f7ea82942","@aztec/simulator":"0.0.1-commit.f7ea82942","@aztec/aztec-node":"0.0.1-commit.f7ea82942","@aztec/foundation":"0.0.1-commit.f7ea82942","@aztec/wallet-sdk":"0.0.1-commit.f7ea82942","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f7ea82942","@aztec/entrypoints":"0.0.1-commit.f7ea82942","@aztec/epoch-cache":"0.0.1-commit.f7ea82942","@aztec/prover-node":"0.0.1-commit.f7ea82942","@aztec/world-state":"0.0.1-commit.f7ea82942","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f7ea82942","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f7ea82942","@aztec/prover-client":"0.0.1-commit.f7ea82942","@aztec/noir-noirc_abi":"0.0.1-commit.f7ea82942","@aztec/sequencer-client":"0.0.1-commit.f7ea82942","@aztec/telemetry-client":"0.0.1-commit.f7ea82942","@aztec/validator-client":"0.0.1-commit.f7ea82942","@aztec/noir-contracts.js":"0.0.1-commit.f7ea82942","@aztec/protocol-contracts":"0.0.1-commit.f7ea82942","@aztec/validator-ha-signer":"0.0.1-commit.f7ea82942","@aztec/noir-test-contracts.js":"0.0.1-commit.f7ea82942","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f7ea82942"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f7ea82942_1776950990249_0.24033621687272055","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0dc957cde":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0dc957cde","_id":"@aztec/end-to-end@0.0.1-commit.0dc957cde","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"279bdb1d2c717376e680983afab8a7a402c50b30","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0dc957cde.tgz","fileCount":303,"integrity":"sha512-hKEecwxJkbowQixwb49/rMz2XNFyv/kJ2gaAqDiIDeb+HW8OIx/2GsjOS0MWFTSe9XSzf80Opa8aosozFJemzg==","signatures":[{"sig":"MEUCIBVvmzpa4Hm9H4CALHjLUDM8qdaTb8Nmpxr45X7rTNffAiEA1gO9oHxhyfjY+umJ77hvv2C4vp9eLvexfkQ2F6hBvE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172756},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0dc957cde","@aztec/cli":"0.0.1-commit.0dc957cde","@aztec/p2p":"0.0.1-commit.0dc957cde","@aztec/pxe":"0.0.1-commit.0dc957cde","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0dc957cde","@aztec/bb.js":"0.0.1-commit.0dc957cde","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0dc957cde","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0dc957cde","@aztec/wallets":"0.0.1-commit.0dc957cde","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0dc957cde","@aztec/archiver":"0.0.1-commit.0dc957cde","@aztec/aztec.js":"0.0.1-commit.0dc957cde","@aztec/blob-lib":"0.0.1-commit.0dc957cde","@aztec/ethereum":"0.0.1-commit.0dc957cde","@aztec/kv-store":"0.0.1-commit.0dc957cde","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0dc957cde","@aztec/constants":"0.0.1-commit.0dc957cde","@aztec/simulator":"0.0.1-commit.0dc957cde","@aztec/aztec-node":"0.0.1-commit.0dc957cde","@aztec/foundation":"0.0.1-commit.0dc957cde","@aztec/wallet-sdk":"0.0.1-commit.0dc957cde","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0dc957cde","@aztec/entrypoints":"0.0.1-commit.0dc957cde","@aztec/epoch-cache":"0.0.1-commit.0dc957cde","@aztec/prover-node":"0.0.1-commit.0dc957cde","@aztec/world-state":"0.0.1-commit.0dc957cde","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0dc957cde","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0dc957cde","@aztec/prover-client":"0.0.1-commit.0dc957cde","@aztec/noir-noirc_abi":"0.0.1-commit.0dc957cde","@aztec/sequencer-client":"0.0.1-commit.0dc957cde","@aztec/telemetry-client":"0.0.1-commit.0dc957cde","@aztec/validator-client":"0.0.1-commit.0dc957cde","@aztec/noir-contracts.js":"0.0.1-commit.0dc957cde","@aztec/protocol-contracts":"0.0.1-commit.0dc957cde","@aztec/validator-ha-signer":"0.0.1-commit.0dc957cde","@aztec/noir-test-contracts.js":"0.0.1-commit.0dc957cde","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0dc957cde"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0dc957cde_1776970285910_0.8276309975981742","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260424":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260424","_id":"@aztec/end-to-end@5.0.0-nightly.20260424","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"33fe586388b6b59799f555bb419505275a841549","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260424.tgz","fileCount":303,"integrity":"sha512-53J9RTVRZsjfE3owhjvDaM7i7buO02OY4OzR+UrKnbWpJaya6oNv3u/iDrUsWOh6/z+huaxVvCzaC/R/iHMOhg==","signatures":[{"sig":"MEYCIQC0LEZcja7PHE0jpYk4mL7OzE2fs9hRLKOj4/YCArWI3gIhAJg9+jnS06e/rdw768HpYiTTiX0S9hIk6zCj0s3YpF/O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172756},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260424","@aztec/cli":"5.0.0-nightly.20260424","@aztec/p2p":"5.0.0-nightly.20260424","@aztec/pxe":"5.0.0-nightly.20260424","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260424","@aztec/bb.js":"5.0.0-nightly.20260424","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260424","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260424","@aztec/wallets":"5.0.0-nightly.20260424","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260424","@aztec/archiver":"5.0.0-nightly.20260424","@aztec/aztec.js":"5.0.0-nightly.20260424","@aztec/blob-lib":"5.0.0-nightly.20260424","@aztec/ethereum":"5.0.0-nightly.20260424","@aztec/kv-store":"5.0.0-nightly.20260424","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260424","@aztec/constants":"5.0.0-nightly.20260424","@aztec/simulator":"5.0.0-nightly.20260424","@aztec/aztec-node":"5.0.0-nightly.20260424","@aztec/foundation":"5.0.0-nightly.20260424","@aztec/wallet-sdk":"5.0.0-nightly.20260424","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260424","@aztec/entrypoints":"5.0.0-nightly.20260424","@aztec/epoch-cache":"5.0.0-nightly.20260424","@aztec/prover-node":"5.0.0-nightly.20260424","@aztec/world-state":"5.0.0-nightly.20260424","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260424","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260424","@aztec/prover-client":"5.0.0-nightly.20260424","@aztec/noir-noirc_abi":"5.0.0-nightly.20260424","@aztec/sequencer-client":"5.0.0-nightly.20260424","@aztec/telemetry-client":"5.0.0-nightly.20260424","@aztec/validator-client":"5.0.0-nightly.20260424","@aztec/noir-contracts.js":"5.0.0-nightly.20260424","@aztec/protocol-contracts":"5.0.0-nightly.20260424","@aztec/validator-ha-signer":"5.0.0-nightly.20260424","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260424","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260424"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260424_1777001113294_0.6006478287348205","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260424":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260424","_id":"@aztec/end-to-end@4.3.0-nightly.20260424","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"047f4f4bd93b759b739b349c9e0a2e19c8e01ecf","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260424.tgz","fileCount":291,"integrity":"sha512-dqJbE72RzhdmbmRPK7prIbQ3hrdbsm1v6XAyh8JFI5+poXzwVHyOQby3syrX4JwR5px5UFTGv49zeye4ha98IA==","signatures":[{"sig":"MEQCIAJwYQgclgJnAgguhlquXr6KdbXUnS1CJP6QKoBYqvA7AiB7ApbflS+I8gutYob3O0IRIM3y0z32si/F8bzitSn2FQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3095fffb03f52b95d9f81094c4f2fbd182cfa85a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260424","@aztec/cli":"4.3.0-nightly.20260424","@aztec/p2p":"4.3.0-nightly.20260424","@aztec/pxe":"4.3.0-nightly.20260424","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260424","@aztec/bb.js":"4.3.0-nightly.20260424","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260424","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260424","@aztec/wallets":"4.3.0-nightly.20260424","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260424","@aztec/archiver":"4.3.0-nightly.20260424","@aztec/aztec.js":"4.3.0-nightly.20260424","@aztec/blob-lib":"4.3.0-nightly.20260424","@aztec/ethereum":"4.3.0-nightly.20260424","@aztec/kv-store":"4.3.0-nightly.20260424","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260424","@aztec/constants":"4.3.0-nightly.20260424","@aztec/simulator":"4.3.0-nightly.20260424","@aztec/aztec-node":"4.3.0-nightly.20260424","@aztec/foundation":"4.3.0-nightly.20260424","@aztec/wallet-sdk":"4.3.0-nightly.20260424","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260424","@aztec/entrypoints":"4.3.0-nightly.20260424","@aztec/epoch-cache":"4.3.0-nightly.20260424","@aztec/merkle-tree":"4.3.0-nightly.20260424","@aztec/prover-node":"4.3.0-nightly.20260424","@aztec/world-state":"4.3.0-nightly.20260424","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260424","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260424","@aztec/prover-client":"4.3.0-nightly.20260424","@aztec/noir-noirc_abi":"4.3.0-nightly.20260424","@aztec/sequencer-client":"4.3.0-nightly.20260424","@aztec/telemetry-client":"4.3.0-nightly.20260424","@aztec/validator-client":"4.3.0-nightly.20260424","@aztec/noir-contracts.js":"4.3.0-nightly.20260424","@aztec/protocol-contracts":"4.3.0-nightly.20260424","@aztec/validator-ha-signer":"4.3.0-nightly.20260424","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260424","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260424"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260424_1777010704165_0.20656416927577648","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9ebd450e8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9ebd450e8","_id":"@aztec/end-to-end@0.0.1-commit.9ebd450e8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"da0eaa353fdf23158cce8766efa98d8c40f69e33","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9ebd450e8.tgz","fileCount":303,"integrity":"sha512-RDfA8un4OwhdPoiIUebsFa4Vou03nmadhK8/CU1jI8G1JzkOZBaMT/K7h0a47Pevz3pZ//nvFPWHAXDM4JTbRg==","signatures":[{"sig":"MEQCIFkPlqieVq8sstT8lEbrpmOHxC2H9mmc1U7vYGHjP4a1AiAhjplapJm68UrIe4Ez82Bz8F2gxND3faVYLqdiVoNA1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37172756},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9ebd450e8","@aztec/cli":"0.0.1-commit.9ebd450e8","@aztec/p2p":"0.0.1-commit.9ebd450e8","@aztec/pxe":"0.0.1-commit.9ebd450e8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9ebd450e8","@aztec/bb.js":"0.0.1-commit.9ebd450e8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9ebd450e8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9ebd450e8","@aztec/wallets":"0.0.1-commit.9ebd450e8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9ebd450e8","@aztec/archiver":"0.0.1-commit.9ebd450e8","@aztec/aztec.js":"0.0.1-commit.9ebd450e8","@aztec/blob-lib":"0.0.1-commit.9ebd450e8","@aztec/ethereum":"0.0.1-commit.9ebd450e8","@aztec/kv-store":"0.0.1-commit.9ebd450e8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9ebd450e8","@aztec/constants":"0.0.1-commit.9ebd450e8","@aztec/simulator":"0.0.1-commit.9ebd450e8","@aztec/aztec-node":"0.0.1-commit.9ebd450e8","@aztec/foundation":"0.0.1-commit.9ebd450e8","@aztec/wallet-sdk":"0.0.1-commit.9ebd450e8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9ebd450e8","@aztec/entrypoints":"0.0.1-commit.9ebd450e8","@aztec/epoch-cache":"0.0.1-commit.9ebd450e8","@aztec/prover-node":"0.0.1-commit.9ebd450e8","@aztec/world-state":"0.0.1-commit.9ebd450e8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9ebd450e8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9ebd450e8","@aztec/prover-client":"0.0.1-commit.9ebd450e8","@aztec/noir-noirc_abi":"0.0.1-commit.9ebd450e8","@aztec/sequencer-client":"0.0.1-commit.9ebd450e8","@aztec/telemetry-client":"0.0.1-commit.9ebd450e8","@aztec/validator-client":"0.0.1-commit.9ebd450e8","@aztec/noir-contracts.js":"0.0.1-commit.9ebd450e8","@aztec/protocol-contracts":"0.0.1-commit.9ebd450e8","@aztec/validator-ha-signer":"0.0.1-commit.9ebd450e8","@aztec/noir-test-contracts.js":"0.0.1-commit.9ebd450e8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9ebd450e8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9ebd450e8_1777045254686_0.10258265084617979","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9d619b6c6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9d619b6c6","_id":"@aztec/end-to-end@0.0.1-commit.9d619b6c6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5727840808a857ba0f467a645ed745c9fbdb091e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9d619b6c6.tgz","fileCount":303,"integrity":"sha512-zw8Gx5BrkrRuwkiEaxVdbzsBd1okuy2qOl66PXo1DfPrZx6EU7zlhOzLXMca/Vo/QXjskfPJpGh64g6S7bFkTg==","signatures":[{"sig":"MEQCIFEPJfNlpUtMvNLJe2PioDFlJ/BX1BFoSWok4oTaM16qAiANc0+on+/fPVu/givUW41o43cL5uUdR0LCUNn2n8scgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37173954},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9d619b6c6","@aztec/cli":"0.0.1-commit.9d619b6c6","@aztec/p2p":"0.0.1-commit.9d619b6c6","@aztec/pxe":"0.0.1-commit.9d619b6c6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9d619b6c6","@aztec/bb.js":"0.0.1-commit.9d619b6c6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9d619b6c6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9d619b6c6","@aztec/wallets":"0.0.1-commit.9d619b6c6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9d619b6c6","@aztec/archiver":"0.0.1-commit.9d619b6c6","@aztec/aztec.js":"0.0.1-commit.9d619b6c6","@aztec/blob-lib":"0.0.1-commit.9d619b6c6","@aztec/ethereum":"0.0.1-commit.9d619b6c6","@aztec/kv-store":"0.0.1-commit.9d619b6c6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9d619b6c6","@aztec/constants":"0.0.1-commit.9d619b6c6","@aztec/simulator":"0.0.1-commit.9d619b6c6","@aztec/aztec-node":"0.0.1-commit.9d619b6c6","@aztec/foundation":"0.0.1-commit.9d619b6c6","@aztec/wallet-sdk":"0.0.1-commit.9d619b6c6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9d619b6c6","@aztec/entrypoints":"0.0.1-commit.9d619b6c6","@aztec/epoch-cache":"0.0.1-commit.9d619b6c6","@aztec/prover-node":"0.0.1-commit.9d619b6c6","@aztec/world-state":"0.0.1-commit.9d619b6c6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.9d619b6c6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9d619b6c6","@aztec/prover-client":"0.0.1-commit.9d619b6c6","@aztec/noir-noirc_abi":"0.0.1-commit.9d619b6c6","@aztec/sequencer-client":"0.0.1-commit.9d619b6c6","@aztec/telemetry-client":"0.0.1-commit.9d619b6c6","@aztec/validator-client":"0.0.1-commit.9d619b6c6","@aztec/noir-contracts.js":"0.0.1-commit.9d619b6c6","@aztec/protocol-contracts":"0.0.1-commit.9d619b6c6","@aztec/validator-ha-signer":"0.0.1-commit.9d619b6c6","@aztec/noir-test-contracts.js":"0.0.1-commit.9d619b6c6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9d619b6c6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9d619b6c6_1777054138582_0.9324605434774742","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.59a0419c6":{"name":"@aztec/end-to-end","version":"0.0.1-commit.59a0419c6","_id":"@aztec/end-to-end@0.0.1-commit.59a0419c6","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3680cadb94c7b3d268b78f055e8854d05dbdf49b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.59a0419c6.tgz","fileCount":303,"integrity":"sha512-+Ft9bsaV+fRZhxT7O8H+CarW4ZqP8mhqF4sQhop/ofHsIjqNbZImDgqQYKyuRFdWgLSHaa5fjOQD060kyikqrw==","signatures":[{"sig":"MEQCICChdGWzELbFYVRR5C5WfV3hgVtcYVzYJlGEXXXPoG36AiBai+OKa+hOTRs/jWWXVfSHbws6v1Ovw/pjQ4MOSzboaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.59a0419c6","@aztec/cli":"0.0.1-commit.59a0419c6","@aztec/p2p":"0.0.1-commit.59a0419c6","@aztec/pxe":"0.0.1-commit.59a0419c6","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.59a0419c6","@aztec/bb.js":"0.0.1-commit.59a0419c6","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.59a0419c6","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.59a0419c6","@aztec/wallets":"0.0.1-commit.59a0419c6","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.59a0419c6","@aztec/archiver":"0.0.1-commit.59a0419c6","@aztec/aztec.js":"0.0.1-commit.59a0419c6","@aztec/blob-lib":"0.0.1-commit.59a0419c6","@aztec/ethereum":"0.0.1-commit.59a0419c6","@aztec/kv-store":"0.0.1-commit.59a0419c6","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.59a0419c6","@aztec/constants":"0.0.1-commit.59a0419c6","@aztec/simulator":"0.0.1-commit.59a0419c6","@aztec/aztec-node":"0.0.1-commit.59a0419c6","@aztec/foundation":"0.0.1-commit.59a0419c6","@aztec/wallet-sdk":"0.0.1-commit.59a0419c6","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.59a0419c6","@aztec/entrypoints":"0.0.1-commit.59a0419c6","@aztec/epoch-cache":"0.0.1-commit.59a0419c6","@aztec/prover-node":"0.0.1-commit.59a0419c6","@aztec/world-state":"0.0.1-commit.59a0419c6","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.59a0419c6","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.59a0419c6","@aztec/prover-client":"0.0.1-commit.59a0419c6","@aztec/noir-noirc_abi":"0.0.1-commit.59a0419c6","@aztec/sequencer-client":"0.0.1-commit.59a0419c6","@aztec/telemetry-client":"0.0.1-commit.59a0419c6","@aztec/validator-client":"0.0.1-commit.59a0419c6","@aztec/noir-contracts.js":"0.0.1-commit.59a0419c6","@aztec/protocol-contracts":"0.0.1-commit.59a0419c6","@aztec/validator-ha-signer":"0.0.1-commit.59a0419c6","@aztec/noir-test-contracts.js":"0.0.1-commit.59a0419c6","@aztec/noir-protocol-circuits-types":"0.0.1-commit.59a0419c6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.59a0419c6_1777065808461_0.3904128243973233","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260425":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260425","_id":"@aztec/end-to-end@5.0.0-nightly.20260425","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5605d1a2f49512709563614ed009d80dc4e6050e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260425.tgz","fileCount":303,"integrity":"sha512-xAka7YKCcUuKWiXSbjzCh3NQAAgruGYgtbGbkdGz8NHoed6Ugk5D/4W2OI+IPdd4qmoXm5rCtRqV0uB4aOlndQ==","signatures":[{"sig":"MEYCIQDezYQzgyWkZp6RjuXa9RbvedqhVGcqFaS9ws+igDvCYQIhAMKVA+6brYNVN/G4z1q8UqV1lfVqrx1daYVr8j0Uv4ip","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260425","@aztec/cli":"5.0.0-nightly.20260425","@aztec/p2p":"5.0.0-nightly.20260425","@aztec/pxe":"5.0.0-nightly.20260425","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260425","@aztec/bb.js":"5.0.0-nightly.20260425","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260425","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260425","@aztec/wallets":"5.0.0-nightly.20260425","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260425","@aztec/archiver":"5.0.0-nightly.20260425","@aztec/aztec.js":"5.0.0-nightly.20260425","@aztec/blob-lib":"5.0.0-nightly.20260425","@aztec/ethereum":"5.0.0-nightly.20260425","@aztec/kv-store":"5.0.0-nightly.20260425","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260425","@aztec/constants":"5.0.0-nightly.20260425","@aztec/simulator":"5.0.0-nightly.20260425","@aztec/aztec-node":"5.0.0-nightly.20260425","@aztec/foundation":"5.0.0-nightly.20260425","@aztec/wallet-sdk":"5.0.0-nightly.20260425","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260425","@aztec/entrypoints":"5.0.0-nightly.20260425","@aztec/epoch-cache":"5.0.0-nightly.20260425","@aztec/prover-node":"5.0.0-nightly.20260425","@aztec/world-state":"5.0.0-nightly.20260425","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260425","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260425","@aztec/prover-client":"5.0.0-nightly.20260425","@aztec/noir-noirc_abi":"5.0.0-nightly.20260425","@aztec/sequencer-client":"5.0.0-nightly.20260425","@aztec/telemetry-client":"5.0.0-nightly.20260425","@aztec/validator-client":"5.0.0-nightly.20260425","@aztec/noir-contracts.js":"5.0.0-nightly.20260425","@aztec/protocol-contracts":"5.0.0-nightly.20260425","@aztec/validator-ha-signer":"5.0.0-nightly.20260425","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260425","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260425"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260425_1777087113258_0.900206135851477","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d20b825a7":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d20b825a7","_id":"@aztec/end-to-end@0.0.1-commit.d20b825a7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"64cb8665e3cad556ff340469e4b15aced359bf6d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d20b825a7.tgz","fileCount":303,"integrity":"sha512-QpUYPZzNJovv5V+F1dkzTM85T7LJS7VXOSyBQ/KVcSxi3k6QpQIUEjZ7lVq6//en7sV/KGGwkEyFbdGXycjwGQ==","signatures":[{"sig":"MEYCIQDglL8qzDXDxiFTXlhkbUAPKtH+0zpylSI3kosX9PvzJgIhAM5YzcX8JNNUgd1rZquDPuiVBKpJ696BEq5wEvZrvn6x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d20b825a7","@aztec/cli":"0.0.1-commit.d20b825a7","@aztec/p2p":"0.0.1-commit.d20b825a7","@aztec/pxe":"0.0.1-commit.d20b825a7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d20b825a7","@aztec/bb.js":"0.0.1-commit.d20b825a7","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d20b825a7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d20b825a7","@aztec/wallets":"0.0.1-commit.d20b825a7","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d20b825a7","@aztec/archiver":"0.0.1-commit.d20b825a7","@aztec/aztec.js":"0.0.1-commit.d20b825a7","@aztec/blob-lib":"0.0.1-commit.d20b825a7","@aztec/ethereum":"0.0.1-commit.d20b825a7","@aztec/kv-store":"0.0.1-commit.d20b825a7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d20b825a7","@aztec/constants":"0.0.1-commit.d20b825a7","@aztec/simulator":"0.0.1-commit.d20b825a7","@aztec/aztec-node":"0.0.1-commit.d20b825a7","@aztec/foundation":"0.0.1-commit.d20b825a7","@aztec/wallet-sdk":"0.0.1-commit.d20b825a7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d20b825a7","@aztec/entrypoints":"0.0.1-commit.d20b825a7","@aztec/epoch-cache":"0.0.1-commit.d20b825a7","@aztec/prover-node":"0.0.1-commit.d20b825a7","@aztec/world-state":"0.0.1-commit.d20b825a7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d20b825a7","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d20b825a7","@aztec/prover-client":"0.0.1-commit.d20b825a7","@aztec/noir-noirc_abi":"0.0.1-commit.d20b825a7","@aztec/sequencer-client":"0.0.1-commit.d20b825a7","@aztec/telemetry-client":"0.0.1-commit.d20b825a7","@aztec/validator-client":"0.0.1-commit.d20b825a7","@aztec/noir-contracts.js":"0.0.1-commit.d20b825a7","@aztec/protocol-contracts":"0.0.1-commit.d20b825a7","@aztec/validator-ha-signer":"0.0.1-commit.d20b825a7","@aztec/noir-test-contracts.js":"0.0.1-commit.d20b825a7","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d20b825a7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d20b825a7_1777089153160_0.6544349634207016","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260426":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260426","_id":"@aztec/end-to-end@5.0.0-nightly.20260426","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f46df3eb91fceef82beaa00dc6f050dbb759e485","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260426.tgz","fileCount":303,"integrity":"sha512-AJn87s8NUdeVZyOQvCm1k+ytcY56b3CqXdbx13kedFrwJLWfiak0lzP/88NX2WSiOLqhRkYnVoJP7lHK4m4rmw==","signatures":[{"sig":"MEUCICwa5dIh3o58VH0HswTvla+fc7CysXv39fRdX09yagQzAiEAsCOUJoNhbjOwfJqEiEsSqM3ZuIqNG5JePJMes+NHerw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260426","@aztec/cli":"5.0.0-nightly.20260426","@aztec/p2p":"5.0.0-nightly.20260426","@aztec/pxe":"5.0.0-nightly.20260426","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260426","@aztec/bb.js":"5.0.0-nightly.20260426","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260426","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260426","@aztec/wallets":"5.0.0-nightly.20260426","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260426","@aztec/archiver":"5.0.0-nightly.20260426","@aztec/aztec.js":"5.0.0-nightly.20260426","@aztec/blob-lib":"5.0.0-nightly.20260426","@aztec/ethereum":"5.0.0-nightly.20260426","@aztec/kv-store":"5.0.0-nightly.20260426","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260426","@aztec/constants":"5.0.0-nightly.20260426","@aztec/simulator":"5.0.0-nightly.20260426","@aztec/aztec-node":"5.0.0-nightly.20260426","@aztec/foundation":"5.0.0-nightly.20260426","@aztec/wallet-sdk":"5.0.0-nightly.20260426","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260426","@aztec/entrypoints":"5.0.0-nightly.20260426","@aztec/epoch-cache":"5.0.0-nightly.20260426","@aztec/prover-node":"5.0.0-nightly.20260426","@aztec/world-state":"5.0.0-nightly.20260426","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260426","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260426","@aztec/prover-client":"5.0.0-nightly.20260426","@aztec/noir-noirc_abi":"5.0.0-nightly.20260426","@aztec/sequencer-client":"5.0.0-nightly.20260426","@aztec/telemetry-client":"5.0.0-nightly.20260426","@aztec/validator-client":"5.0.0-nightly.20260426","@aztec/noir-contracts.js":"5.0.0-nightly.20260426","@aztec/protocol-contracts":"5.0.0-nightly.20260426","@aztec/validator-ha-signer":"5.0.0-nightly.20260426","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260426","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260426"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260426_1777173665155_0.4762557870376658","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260426":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260426","_id":"@aztec/end-to-end@4.3.0-nightly.20260426","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"198e1f266b273a9d11f61b6ff94f1108460db80d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260426.tgz","fileCount":291,"integrity":"sha512-AdIpndQe9ZwgXkU5qMD7TUd+Wpdob7qcJ02fl5QHtpMmTdEjf+2bwNeGrJmCVlvGVCjBgYqz1r8r/qsi+57XYQ==","signatures":[{"sig":"MEUCIBfrf0SB3luB7dMhSPmAnGLqzV7zc78vwOTrXeAh0EuxAiEA0WBn0pwcL03TxUigsgUIe2LYp4ds4gkzbcvA/c81JEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3095fffb03f52b95d9f81094c4f2fbd182cfa85a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260426","@aztec/cli":"4.3.0-nightly.20260426","@aztec/p2p":"4.3.0-nightly.20260426","@aztec/pxe":"4.3.0-nightly.20260426","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260426","@aztec/bb.js":"4.3.0-nightly.20260426","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260426","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260426","@aztec/wallets":"4.3.0-nightly.20260426","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260426","@aztec/archiver":"4.3.0-nightly.20260426","@aztec/aztec.js":"4.3.0-nightly.20260426","@aztec/blob-lib":"4.3.0-nightly.20260426","@aztec/ethereum":"4.3.0-nightly.20260426","@aztec/kv-store":"4.3.0-nightly.20260426","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260426","@aztec/constants":"4.3.0-nightly.20260426","@aztec/simulator":"4.3.0-nightly.20260426","@aztec/aztec-node":"4.3.0-nightly.20260426","@aztec/foundation":"4.3.0-nightly.20260426","@aztec/wallet-sdk":"4.3.0-nightly.20260426","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260426","@aztec/entrypoints":"4.3.0-nightly.20260426","@aztec/epoch-cache":"4.3.0-nightly.20260426","@aztec/merkle-tree":"4.3.0-nightly.20260426","@aztec/prover-node":"4.3.0-nightly.20260426","@aztec/world-state":"4.3.0-nightly.20260426","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260426","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260426","@aztec/prover-client":"4.3.0-nightly.20260426","@aztec/noir-noirc_abi":"4.3.0-nightly.20260426","@aztec/sequencer-client":"4.3.0-nightly.20260426","@aztec/telemetry-client":"4.3.0-nightly.20260426","@aztec/validator-client":"4.3.0-nightly.20260426","@aztec/noir-contracts.js":"4.3.0-nightly.20260426","@aztec/protocol-contracts":"4.3.0-nightly.20260426","@aztec/validator-ha-signer":"4.3.0-nightly.20260426","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260426","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260426"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260426_1777183603485_0.7952778094439297","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260427":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260427","_id":"@aztec/end-to-end@5.0.0-nightly.20260427","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"72d068e9bf9379a3d77ff6852365a2950d683d99","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260427.tgz","fileCount":303,"integrity":"sha512-FLFMWUxYlU8KDYdh5XOp0Q360R+ySrSOuFfvqYCO8VAiBNOdZKPVQd7WoH1ibwqwnLF9F8OrsE1+2vP8/7p7Rw==","signatures":[{"sig":"MEUCIQDIZDyBEeVQsxTxrn1KR28/Hl2AGBORh3+3odosEqO26QIgHJnjLqGcbf1DTCWHz0OhxrTdSW7Q28WIGmVGHF+XZkQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260427","@aztec/cli":"5.0.0-nightly.20260427","@aztec/p2p":"5.0.0-nightly.20260427","@aztec/pxe":"5.0.0-nightly.20260427","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260427","@aztec/bb.js":"5.0.0-nightly.20260427","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260427","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260427","@aztec/wallets":"5.0.0-nightly.20260427","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260427","@aztec/archiver":"5.0.0-nightly.20260427","@aztec/aztec.js":"5.0.0-nightly.20260427","@aztec/blob-lib":"5.0.0-nightly.20260427","@aztec/ethereum":"5.0.0-nightly.20260427","@aztec/kv-store":"5.0.0-nightly.20260427","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260427","@aztec/constants":"5.0.0-nightly.20260427","@aztec/simulator":"5.0.0-nightly.20260427","@aztec/aztec-node":"5.0.0-nightly.20260427","@aztec/foundation":"5.0.0-nightly.20260427","@aztec/wallet-sdk":"5.0.0-nightly.20260427","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260427","@aztec/entrypoints":"5.0.0-nightly.20260427","@aztec/epoch-cache":"5.0.0-nightly.20260427","@aztec/prover-node":"5.0.0-nightly.20260427","@aztec/world-state":"5.0.0-nightly.20260427","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260427","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260427","@aztec/prover-client":"5.0.0-nightly.20260427","@aztec/noir-noirc_abi":"5.0.0-nightly.20260427","@aztec/sequencer-client":"5.0.0-nightly.20260427","@aztec/telemetry-client":"5.0.0-nightly.20260427","@aztec/validator-client":"5.0.0-nightly.20260427","@aztec/noir-contracts.js":"5.0.0-nightly.20260427","@aztec/protocol-contracts":"5.0.0-nightly.20260427","@aztec/validator-ha-signer":"5.0.0-nightly.20260427","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260427","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260427"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260427_1777260175779_0.655203462040538","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260427":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260427","_id":"@aztec/end-to-end@4.3.0-nightly.20260427","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5f0c1af23e2c43ef44cb5e2fbfa2598f3756c7d5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260427.tgz","fileCount":291,"integrity":"sha512-dey/Zq27SLRiEzt14NSVMCZUoX9mPNfveRSkaUimBGZEY45QgTXEuj75tLWyzy90KzPcISQVxokUHQ9WhovwLA==","signatures":[{"sig":"MEQCIHPtwqsTPo5qUwliv7HN2wbR94vZNiFs8LC8PVLmyBMrAiBVrv78ziJrXXxbHzHCUQrGFprOKxPJWY87tcviTAzNnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37129955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"3095fffb03f52b95d9f81094c4f2fbd182cfa85a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260427","@aztec/cli":"4.3.0-nightly.20260427","@aztec/p2p":"4.3.0-nightly.20260427","@aztec/pxe":"4.3.0-nightly.20260427","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260427","@aztec/bb.js":"4.3.0-nightly.20260427","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260427","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260427","@aztec/wallets":"4.3.0-nightly.20260427","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260427","@aztec/archiver":"4.3.0-nightly.20260427","@aztec/aztec.js":"4.3.0-nightly.20260427","@aztec/blob-lib":"4.3.0-nightly.20260427","@aztec/ethereum":"4.3.0-nightly.20260427","@aztec/kv-store":"4.3.0-nightly.20260427","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260427","@aztec/constants":"4.3.0-nightly.20260427","@aztec/simulator":"4.3.0-nightly.20260427","@aztec/aztec-node":"4.3.0-nightly.20260427","@aztec/foundation":"4.3.0-nightly.20260427","@aztec/wallet-sdk":"4.3.0-nightly.20260427","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260427","@aztec/entrypoints":"4.3.0-nightly.20260427","@aztec/epoch-cache":"4.3.0-nightly.20260427","@aztec/merkle-tree":"4.3.0-nightly.20260427","@aztec/prover-node":"4.3.0-nightly.20260427","@aztec/world-state":"4.3.0-nightly.20260427","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260427","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260427","@aztec/prover-client":"4.3.0-nightly.20260427","@aztec/noir-noirc_abi":"4.3.0-nightly.20260427","@aztec/sequencer-client":"4.3.0-nightly.20260427","@aztec/telemetry-client":"4.3.0-nightly.20260427","@aztec/validator-client":"4.3.0-nightly.20260427","@aztec/noir-contracts.js":"4.3.0-nightly.20260427","@aztec/protocol-contracts":"4.3.0-nightly.20260427","@aztec/validator-ha-signer":"4.3.0-nightly.20260427","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260427","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260427"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260427_1777270588706_0.14549253633595538","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260428":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260428","_id":"@aztec/end-to-end@5.0.0-nightly.20260428","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b122d54a3aa7744b4cd673a832e0c0f69afb7781","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260428.tgz","fileCount":303,"integrity":"sha512-0ZJmDvZ2xYEXi8kO+9nJLyDq1kn59CjO1Yd7hcFqeE8RyFUyq5TounVNOElSlwFgwhN96/pWGqoVVza+RQ8tJw==","signatures":[{"sig":"MEYCIQD7gLHFMF9JgaWzir+W8QXhP3AYp1jCwjshb4ufN1vkTwIhAOP9oltWc7ShRIGja2C907KhervF5/r6XnzRztNEBQln","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260428","@aztec/cli":"5.0.0-nightly.20260428","@aztec/p2p":"5.0.0-nightly.20260428","@aztec/pxe":"5.0.0-nightly.20260428","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260428","@aztec/bb.js":"5.0.0-nightly.20260428","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260428","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260428","@aztec/wallets":"5.0.0-nightly.20260428","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260428","@aztec/archiver":"5.0.0-nightly.20260428","@aztec/aztec.js":"5.0.0-nightly.20260428","@aztec/blob-lib":"5.0.0-nightly.20260428","@aztec/ethereum":"5.0.0-nightly.20260428","@aztec/kv-store":"5.0.0-nightly.20260428","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260428","@aztec/constants":"5.0.0-nightly.20260428","@aztec/simulator":"5.0.0-nightly.20260428","@aztec/aztec-node":"5.0.0-nightly.20260428","@aztec/foundation":"5.0.0-nightly.20260428","@aztec/wallet-sdk":"5.0.0-nightly.20260428","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260428","@aztec/entrypoints":"5.0.0-nightly.20260428","@aztec/epoch-cache":"5.0.0-nightly.20260428","@aztec/prover-node":"5.0.0-nightly.20260428","@aztec/world-state":"5.0.0-nightly.20260428","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260428","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260428","@aztec/prover-client":"5.0.0-nightly.20260428","@aztec/noir-noirc_abi":"5.0.0-nightly.20260428","@aztec/sequencer-client":"5.0.0-nightly.20260428","@aztec/telemetry-client":"5.0.0-nightly.20260428","@aztec/validator-client":"5.0.0-nightly.20260428","@aztec/noir-contracts.js":"5.0.0-nightly.20260428","@aztec/protocol-contracts":"5.0.0-nightly.20260428","@aztec/validator-ha-signer":"5.0.0-nightly.20260428","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260428","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260428"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260428_1777346516087_0.4621992322850621","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260428":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260428","_id":"@aztec/end-to-end@4.3.0-nightly.20260428","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a38fecaf0a3c9a32e0ed4222d5d05db7bb3ddcc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260428.tgz","fileCount":291,"integrity":"sha512-YVq4E00v9vcF2eiKtqv7HoOHkxYZiaQZBSQTlaD9iF0+qFVPdHBXnlr1H7fxnYGaLps63t54V5pPzX9jrWxVkQ==","signatures":[{"sig":"MEUCIQDZL2sdzOjWkwMLHOsT8cGfs8CRmez1J2WAhIUxseIYLgIgerL8Y+YVVzRkLS1KBC8BqgE035sG5L+UUM/fhDopPZs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130347},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"eb05ee850556b119a2ea4448b04697b4c540e42c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260428","@aztec/cli":"4.3.0-nightly.20260428","@aztec/p2p":"4.3.0-nightly.20260428","@aztec/pxe":"4.3.0-nightly.20260428","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260428","@aztec/bb.js":"4.3.0-nightly.20260428","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260428","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260428","@aztec/wallets":"4.3.0-nightly.20260428","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260428","@aztec/archiver":"4.3.0-nightly.20260428","@aztec/aztec.js":"4.3.0-nightly.20260428","@aztec/blob-lib":"4.3.0-nightly.20260428","@aztec/ethereum":"4.3.0-nightly.20260428","@aztec/kv-store":"4.3.0-nightly.20260428","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260428","@aztec/constants":"4.3.0-nightly.20260428","@aztec/simulator":"4.3.0-nightly.20260428","@aztec/aztec-node":"4.3.0-nightly.20260428","@aztec/foundation":"4.3.0-nightly.20260428","@aztec/wallet-sdk":"4.3.0-nightly.20260428","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260428","@aztec/entrypoints":"4.3.0-nightly.20260428","@aztec/epoch-cache":"4.3.0-nightly.20260428","@aztec/merkle-tree":"4.3.0-nightly.20260428","@aztec/prover-node":"4.3.0-nightly.20260428","@aztec/world-state":"4.3.0-nightly.20260428","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260428","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260428","@aztec/prover-client":"4.3.0-nightly.20260428","@aztec/noir-noirc_abi":"4.3.0-nightly.20260428","@aztec/sequencer-client":"4.3.0-nightly.20260428","@aztec/telemetry-client":"4.3.0-nightly.20260428","@aztec/validator-client":"4.3.0-nightly.20260428","@aztec/noir-contracts.js":"4.3.0-nightly.20260428","@aztec/protocol-contracts":"4.3.0-nightly.20260428","@aztec/validator-ha-signer":"4.3.0-nightly.20260428","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260428","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260428"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260428_1777357082184_0.09902548195088356","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260429":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260429","_id":"@aztec/end-to-end@5.0.0-nightly.20260429","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e01e0a02e924dc0dcc8dea84dac6ca19dc41382d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260429.tgz","fileCount":303,"integrity":"sha512-GoVahfu3imQfZWMB+NzFljNQC+sn5oQ/eEJ90otdZxR3Mmn+of5QOPRhl55bLtM9Kf25flegxQ+fbTfkSUMC6A==","signatures":[{"sig":"MEQCIGIyvSOc85VaHKcOmpPAdXw6f7YQ4S1uJTjui/7yZzaBAiBsk1kQAFjX1+yC+j4c8pijqndcZ3sUABxAcOCgVFLtZA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174346},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260429","@aztec/cli":"5.0.0-nightly.20260429","@aztec/p2p":"5.0.0-nightly.20260429","@aztec/pxe":"5.0.0-nightly.20260429","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260429","@aztec/bb.js":"5.0.0-nightly.20260429","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260429","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260429","@aztec/wallets":"5.0.0-nightly.20260429","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260429","@aztec/archiver":"5.0.0-nightly.20260429","@aztec/aztec.js":"5.0.0-nightly.20260429","@aztec/blob-lib":"5.0.0-nightly.20260429","@aztec/ethereum":"5.0.0-nightly.20260429","@aztec/kv-store":"5.0.0-nightly.20260429","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260429","@aztec/constants":"5.0.0-nightly.20260429","@aztec/simulator":"5.0.0-nightly.20260429","@aztec/aztec-node":"5.0.0-nightly.20260429","@aztec/foundation":"5.0.0-nightly.20260429","@aztec/wallet-sdk":"5.0.0-nightly.20260429","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260429","@aztec/entrypoints":"5.0.0-nightly.20260429","@aztec/epoch-cache":"5.0.0-nightly.20260429","@aztec/prover-node":"5.0.0-nightly.20260429","@aztec/world-state":"5.0.0-nightly.20260429","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260429","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260429","@aztec/prover-client":"5.0.0-nightly.20260429","@aztec/noir-noirc_abi":"5.0.0-nightly.20260429","@aztec/sequencer-client":"5.0.0-nightly.20260429","@aztec/telemetry-client":"5.0.0-nightly.20260429","@aztec/validator-client":"5.0.0-nightly.20260429","@aztec/noir-contracts.js":"5.0.0-nightly.20260429","@aztec/protocol-contracts":"5.0.0-nightly.20260429","@aztec/validator-ha-signer":"5.0.0-nightly.20260429","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260429","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260429"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260429_1777433170794_0.7757121669050224","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260429":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260429","_id":"@aztec/end-to-end@4.3.0-nightly.20260429","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b4355830b2739592787845f837718e09428438e9","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260429.tgz","fileCount":291,"integrity":"sha512-TP/xaknJDMEFOcNOZDcJ0KrRib65m/4e6tC4jRrrxkJBUpttymh1dx6GLI+AQhEjiC0iatO3bpW0EWyNlqZnNQ==","signatures":[{"sig":"MEYCIQDTbjrkBVz6OOoHhos6F5UPuEEt//3ETGaKo22+DQtwigIhAMFRndJyQb9EEPYRGbIQYkA9lBL/57dtDSHJwHjsJxM+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130347},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"eb05ee850556b119a2ea4448b04697b4c540e42c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260429","@aztec/cli":"4.3.0-nightly.20260429","@aztec/p2p":"4.3.0-nightly.20260429","@aztec/pxe":"4.3.0-nightly.20260429","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260429","@aztec/bb.js":"4.3.0-nightly.20260429","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260429","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260429","@aztec/wallets":"4.3.0-nightly.20260429","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260429","@aztec/archiver":"4.3.0-nightly.20260429","@aztec/aztec.js":"4.3.0-nightly.20260429","@aztec/blob-lib":"4.3.0-nightly.20260429","@aztec/ethereum":"4.3.0-nightly.20260429","@aztec/kv-store":"4.3.0-nightly.20260429","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260429","@aztec/constants":"4.3.0-nightly.20260429","@aztec/simulator":"4.3.0-nightly.20260429","@aztec/aztec-node":"4.3.0-nightly.20260429","@aztec/foundation":"4.3.0-nightly.20260429","@aztec/wallet-sdk":"4.3.0-nightly.20260429","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260429","@aztec/entrypoints":"4.3.0-nightly.20260429","@aztec/epoch-cache":"4.3.0-nightly.20260429","@aztec/merkle-tree":"4.3.0-nightly.20260429","@aztec/prover-node":"4.3.0-nightly.20260429","@aztec/world-state":"4.3.0-nightly.20260429","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260429","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260429","@aztec/prover-client":"4.3.0-nightly.20260429","@aztec/noir-noirc_abi":"4.3.0-nightly.20260429","@aztec/sequencer-client":"4.3.0-nightly.20260429","@aztec/telemetry-client":"4.3.0-nightly.20260429","@aztec/validator-client":"4.3.0-nightly.20260429","@aztec/noir-contracts.js":"4.3.0-nightly.20260429","@aztec/protocol-contracts":"4.3.0-nightly.20260429","@aztec/validator-ha-signer":"4.3.0-nightly.20260429","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260429","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260429"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260429_1777444029534_0.7459743600741269","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.6201a7b05":{"name":"@aztec/end-to-end","version":"0.0.1-commit.6201a7b05","_id":"@aztec/end-to-end@0.0.1-commit.6201a7b05","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c11e21414caac1cc59f479bc0c0a75929d0140be","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.6201a7b05.tgz","fileCount":303,"integrity":"sha512-YAXw1TcE73/skyhGjUCM1CpA8eyIoAPrm/OFcpCc7UF/9C90J5Z32kPOBTla+JMLuexu5EbclAb1s3PqVzCbUQ==","signatures":[{"sig":"MEUCIQDJ65F2nYZ/sSSDcWl8Cx/Y4aRR2FNd4s5ZGGqhpE5fVQIgBQ7MXA5ltIkiRUuT+uA9k0yug+n7cce/CWmC/cwAuYI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.6201a7b05","@aztec/cli":"0.0.1-commit.6201a7b05","@aztec/p2p":"0.0.1-commit.6201a7b05","@aztec/pxe":"0.0.1-commit.6201a7b05","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.6201a7b05","@aztec/bb.js":"0.0.1-commit.6201a7b05","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.6201a7b05","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.6201a7b05","@aztec/wallets":"0.0.1-commit.6201a7b05","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.6201a7b05","@aztec/archiver":"0.0.1-commit.6201a7b05","@aztec/aztec.js":"0.0.1-commit.6201a7b05","@aztec/blob-lib":"0.0.1-commit.6201a7b05","@aztec/ethereum":"0.0.1-commit.6201a7b05","@aztec/kv-store":"0.0.1-commit.6201a7b05","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.6201a7b05","@aztec/constants":"0.0.1-commit.6201a7b05","@aztec/simulator":"0.0.1-commit.6201a7b05","@aztec/aztec-node":"0.0.1-commit.6201a7b05","@aztec/foundation":"0.0.1-commit.6201a7b05","@aztec/wallet-sdk":"0.0.1-commit.6201a7b05","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.6201a7b05","@aztec/entrypoints":"0.0.1-commit.6201a7b05","@aztec/epoch-cache":"0.0.1-commit.6201a7b05","@aztec/prover-node":"0.0.1-commit.6201a7b05","@aztec/world-state":"0.0.1-commit.6201a7b05","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.6201a7b05","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.6201a7b05","@aztec/prover-client":"0.0.1-commit.6201a7b05","@aztec/noir-noirc_abi":"0.0.1-commit.6201a7b05","@aztec/sequencer-client":"0.0.1-commit.6201a7b05","@aztec/telemetry-client":"0.0.1-commit.6201a7b05","@aztec/validator-client":"0.0.1-commit.6201a7b05","@aztec/noir-contracts.js":"0.0.1-commit.6201a7b05","@aztec/protocol-contracts":"0.0.1-commit.6201a7b05","@aztec/validator-ha-signer":"0.0.1-commit.6201a7b05","@aztec/noir-test-contracts.js":"0.0.1-commit.6201a7b05","@aztec/noir-protocol-circuits-types":"0.0.1-commit.6201a7b05"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.6201a7b05_1777508320364_0.8311943624593829","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260430":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260430","_id":"@aztec/end-to-end@5.0.0-nightly.20260430","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"294aa965d3ae9947efacf65761c2800494779a45","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260430.tgz","fileCount":303,"integrity":"sha512-jBbzJsfcd4U8uqgPjRmfhJoKjqsx4Vj3AfkRjok8MjQcew0yieBylOvrHJB0PGcx4FEtSofxEjf8qMp8bdK9Dg==","signatures":[{"sig":"MEUCIANlznt/fH3RTkyAWYWZC2HuLWZlrn/RdfYO4J6hOfwEAiEAhFAEKmHPJCt2P5/1xWTiFs141gJ4m4LbagNRHOxNDtI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260430","@aztec/cli":"5.0.0-nightly.20260430","@aztec/p2p":"5.0.0-nightly.20260430","@aztec/pxe":"5.0.0-nightly.20260430","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260430","@aztec/bb.js":"5.0.0-nightly.20260430","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260430","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260430","@aztec/wallets":"5.0.0-nightly.20260430","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260430","@aztec/archiver":"5.0.0-nightly.20260430","@aztec/aztec.js":"5.0.0-nightly.20260430","@aztec/blob-lib":"5.0.0-nightly.20260430","@aztec/ethereum":"5.0.0-nightly.20260430","@aztec/kv-store":"5.0.0-nightly.20260430","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260430","@aztec/constants":"5.0.0-nightly.20260430","@aztec/simulator":"5.0.0-nightly.20260430","@aztec/aztec-node":"5.0.0-nightly.20260430","@aztec/foundation":"5.0.0-nightly.20260430","@aztec/wallet-sdk":"5.0.0-nightly.20260430","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260430","@aztec/entrypoints":"5.0.0-nightly.20260430","@aztec/epoch-cache":"5.0.0-nightly.20260430","@aztec/prover-node":"5.0.0-nightly.20260430","@aztec/world-state":"5.0.0-nightly.20260430","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260430","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260430","@aztec/prover-client":"5.0.0-nightly.20260430","@aztec/noir-noirc_abi":"5.0.0-nightly.20260430","@aztec/sequencer-client":"5.0.0-nightly.20260430","@aztec/telemetry-client":"5.0.0-nightly.20260430","@aztec/validator-client":"5.0.0-nightly.20260430","@aztec/noir-contracts.js":"5.0.0-nightly.20260430","@aztec/protocol-contracts":"5.0.0-nightly.20260430","@aztec/validator-ha-signer":"5.0.0-nightly.20260430","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260430","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260430"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260430_1777519326936_0.3185676726426321","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260430":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260430","_id":"@aztec/end-to-end@4.3.0-nightly.20260430","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ef7b1cc87893371b030948657cc805750e4194ec","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260430.tgz","fileCount":291,"integrity":"sha512-8BfndkC3d+O8FyohDn/FPThnOlmDrgXxYhV173fVDmATPXNNgM9ZZQ7k+hEZ0xBMQjkR/coTTEZJLsEf++2Kvg==","signatures":[{"sig":"MEUCIAnDjAyh4kNZx6ZEM1baR1cda/5JPKL129QbVAR9ehd3AiEArRe+UNBuO8irNL9avMnbaeKI+o6CifwfiuoeHr/0Cf8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37130347},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"33b306eb70e33110be9b41d5ca5cf47dce574186","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260430","@aztec/cli":"4.3.0-nightly.20260430","@aztec/p2p":"4.3.0-nightly.20260430","@aztec/pxe":"4.3.0-nightly.20260430","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260430","@aztec/bb.js":"4.3.0-nightly.20260430","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260430","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260430","@aztec/wallets":"4.3.0-nightly.20260430","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260430","@aztec/archiver":"4.3.0-nightly.20260430","@aztec/aztec.js":"4.3.0-nightly.20260430","@aztec/blob-lib":"4.3.0-nightly.20260430","@aztec/ethereum":"4.3.0-nightly.20260430","@aztec/kv-store":"4.3.0-nightly.20260430","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260430","@aztec/constants":"4.3.0-nightly.20260430","@aztec/simulator":"4.3.0-nightly.20260430","@aztec/aztec-node":"4.3.0-nightly.20260430","@aztec/foundation":"4.3.0-nightly.20260430","@aztec/wallet-sdk":"4.3.0-nightly.20260430","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260430","@aztec/entrypoints":"4.3.0-nightly.20260430","@aztec/epoch-cache":"4.3.0-nightly.20260430","@aztec/merkle-tree":"4.3.0-nightly.20260430","@aztec/prover-node":"4.3.0-nightly.20260430","@aztec/world-state":"4.3.0-nightly.20260430","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260430","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260430","@aztec/prover-client":"4.3.0-nightly.20260430","@aztec/noir-noirc_abi":"4.3.0-nightly.20260430","@aztec/sequencer-client":"4.3.0-nightly.20260430","@aztec/telemetry-client":"4.3.0-nightly.20260430","@aztec/validator-client":"4.3.0-nightly.20260430","@aztec/noir-contracts.js":"4.3.0-nightly.20260430","@aztec/protocol-contracts":"4.3.0-nightly.20260430","@aztec/validator-ha-signer":"4.3.0-nightly.20260430","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260430","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260430"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260430_1777529882321_0.48851157704722614","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.949a33fd8":{"name":"@aztec/end-to-end","version":"0.0.1-commit.949a33fd8","_id":"@aztec/end-to-end@0.0.1-commit.949a33fd8","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5fae850866d9a7a81f5b171190c734811f5a9e93","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.949a33fd8.tgz","fileCount":303,"integrity":"sha512-Ih0hI5qFN5ddk9GAL1TOcFjHHk/ZoApU0TdFVW67vY68s7oT7cVQnoO6tvAWbw7nlYkJHQrOO+nHWb6RzvqnwA==","signatures":[{"sig":"MEQCIDOIKuHghB5DAN3ng/OLefSYS9VXIIoiwtTMAJ7/OuuDAiB7At46Wu2WmOR/7Hf2HMWTWviT5m21lZqWl0pY+r4jyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.949a33fd8","@aztec/cli":"0.0.1-commit.949a33fd8","@aztec/p2p":"0.0.1-commit.949a33fd8","@aztec/pxe":"0.0.1-commit.949a33fd8","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.949a33fd8","@aztec/bb.js":"0.0.1-commit.949a33fd8","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.949a33fd8","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.949a33fd8","@aztec/wallets":"0.0.1-commit.949a33fd8","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.949a33fd8","@aztec/archiver":"0.0.1-commit.949a33fd8","@aztec/aztec.js":"0.0.1-commit.949a33fd8","@aztec/blob-lib":"0.0.1-commit.949a33fd8","@aztec/ethereum":"0.0.1-commit.949a33fd8","@aztec/kv-store":"0.0.1-commit.949a33fd8","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.949a33fd8","@aztec/constants":"0.0.1-commit.949a33fd8","@aztec/simulator":"0.0.1-commit.949a33fd8","@aztec/aztec-node":"0.0.1-commit.949a33fd8","@aztec/foundation":"0.0.1-commit.949a33fd8","@aztec/wallet-sdk":"0.0.1-commit.949a33fd8","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.949a33fd8","@aztec/entrypoints":"0.0.1-commit.949a33fd8","@aztec/epoch-cache":"0.0.1-commit.949a33fd8","@aztec/prover-node":"0.0.1-commit.949a33fd8","@aztec/world-state":"0.0.1-commit.949a33fd8","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.949a33fd8","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.949a33fd8","@aztec/prover-client":"0.0.1-commit.949a33fd8","@aztec/noir-noirc_abi":"0.0.1-commit.949a33fd8","@aztec/sequencer-client":"0.0.1-commit.949a33fd8","@aztec/telemetry-client":"0.0.1-commit.949a33fd8","@aztec/validator-client":"0.0.1-commit.949a33fd8","@aztec/noir-contracts.js":"0.0.1-commit.949a33fd8","@aztec/protocol-contracts":"0.0.1-commit.949a33fd8","@aztec/validator-ha-signer":"0.0.1-commit.949a33fd8","@aztec/noir-test-contracts.js":"0.0.1-commit.949a33fd8","@aztec/noir-protocol-circuits-types":"0.0.1-commit.949a33fd8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.949a33fd8_1777581845752_0.1448943165561496","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260501":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260501","_id":"@aztec/end-to-end@5.0.0-nightly.20260501","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"688ccba881798ddc88ba73d2568398f649e2ec3b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260501.tgz","fileCount":303,"integrity":"sha512-Lc/uDrjWFxySc5xCYadP7M2Ag2C6oP3QQdqaQ4dnB8ztDIKMKC7wgAPnh+pv2GTK0N7MpK5KkKQqmHYfOaA74A==","signatures":[{"sig":"MEYCIQC8zaYMXWf4EK4xUL7LT1wWoHIUefhusL10ku9SHY1uZgIhAMn1AdqsgGyZRr2QC8dOY7Ja0hOdksjMTpmtcDwFHb+1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260501","@aztec/cli":"5.0.0-nightly.20260501","@aztec/p2p":"5.0.0-nightly.20260501","@aztec/pxe":"5.0.0-nightly.20260501","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260501","@aztec/bb.js":"5.0.0-nightly.20260501","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260501","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260501","@aztec/wallets":"5.0.0-nightly.20260501","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260501","@aztec/archiver":"5.0.0-nightly.20260501","@aztec/aztec.js":"5.0.0-nightly.20260501","@aztec/blob-lib":"5.0.0-nightly.20260501","@aztec/ethereum":"5.0.0-nightly.20260501","@aztec/kv-store":"5.0.0-nightly.20260501","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260501","@aztec/constants":"5.0.0-nightly.20260501","@aztec/simulator":"5.0.0-nightly.20260501","@aztec/aztec-node":"5.0.0-nightly.20260501","@aztec/foundation":"5.0.0-nightly.20260501","@aztec/wallet-sdk":"5.0.0-nightly.20260501","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260501","@aztec/entrypoints":"5.0.0-nightly.20260501","@aztec/epoch-cache":"5.0.0-nightly.20260501","@aztec/prover-node":"5.0.0-nightly.20260501","@aztec/world-state":"5.0.0-nightly.20260501","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260501","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260501","@aztec/prover-client":"5.0.0-nightly.20260501","@aztec/noir-noirc_abi":"5.0.0-nightly.20260501","@aztec/sequencer-client":"5.0.0-nightly.20260501","@aztec/telemetry-client":"5.0.0-nightly.20260501","@aztec/validator-client":"5.0.0-nightly.20260501","@aztec/noir-contracts.js":"5.0.0-nightly.20260501","@aztec/protocol-contracts":"5.0.0-nightly.20260501","@aztec/validator-ha-signer":"5.0.0-nightly.20260501","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260501","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260501"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260501_1777606013429_0.23552230818275688","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260501":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260501","_id":"@aztec/end-to-end@4.3.0-nightly.20260501","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"050ee88b706137c528d393afa1903cf036570c3d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260501.tgz","fileCount":294,"integrity":"sha512-BaB+80aykolyyU2Wb3I37ofKfesemn2FAaD0idjmLhRlSGKTpvkZ4MoY6XrWQX9KJIehck9ekEJcCjV1zif/Yw==","signatures":[{"sig":"MEQCIBi8eTON0HUHh2lMmIVniq8J9SGuodAJuYDJbiw9NdUYAiBCcY87dMjAA2PJrx06K8U4ULe6gARXpDxZxxwaVDK86w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37132953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b298a1378892896061fbf48920dd476cb195395","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260501","@aztec/cli":"4.3.0-nightly.20260501","@aztec/p2p":"4.3.0-nightly.20260501","@aztec/pxe":"4.3.0-nightly.20260501","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260501","@aztec/bb.js":"4.3.0-nightly.20260501","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260501","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260501","@aztec/wallets":"4.3.0-nightly.20260501","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260501","@aztec/archiver":"4.3.0-nightly.20260501","@aztec/aztec.js":"4.3.0-nightly.20260501","@aztec/blob-lib":"4.3.0-nightly.20260501","@aztec/ethereum":"4.3.0-nightly.20260501","@aztec/kv-store":"4.3.0-nightly.20260501","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260501","@aztec/constants":"4.3.0-nightly.20260501","@aztec/simulator":"4.3.0-nightly.20260501","@aztec/aztec-node":"4.3.0-nightly.20260501","@aztec/foundation":"4.3.0-nightly.20260501","@aztec/wallet-sdk":"4.3.0-nightly.20260501","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260501","@aztec/entrypoints":"4.3.0-nightly.20260501","@aztec/epoch-cache":"4.3.0-nightly.20260501","@aztec/merkle-tree":"4.3.0-nightly.20260501","@aztec/prover-node":"4.3.0-nightly.20260501","@aztec/world-state":"4.3.0-nightly.20260501","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260501","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260501","@aztec/prover-client":"4.3.0-nightly.20260501","@aztec/noir-noirc_abi":"4.3.0-nightly.20260501","@aztec/sequencer-client":"4.3.0-nightly.20260501","@aztec/telemetry-client":"4.3.0-nightly.20260501","@aztec/validator-client":"4.3.0-nightly.20260501","@aztec/noir-contracts.js":"4.3.0-nightly.20260501","@aztec/protocol-contracts":"4.3.0-nightly.20260501","@aztec/validator-ha-signer":"4.3.0-nightly.20260501","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260501","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260501"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260501_1777617842718_0.9233455765983838","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.0ec55a70b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.0ec55a70b","_id":"@aztec/end-to-end@0.0.1-commit.0ec55a70b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bd5a1befa3540e7dbf66d01f545e2634812fe46c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.0ec55a70b.tgz","fileCount":303,"integrity":"sha512-DKuR5UIJLQ7DZpdCVgQvOpKWhvrUXPgHKQ1tw+Iqk3nQWoBzjWOkcOcnmNEvlPYubfTS6zxYKpceRfwz9AYoVw==","signatures":[{"sig":"MEUCIGzfP86ZPhRN24fBZRbI/pzzPa9XbYr4ISFSdGtLhtb5AiEA77/D2HMp+uMvs9ZHGJG8xBHyrWcNdXOabUgTk2bqDmc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.0ec55a70b","@aztec/cli":"0.0.1-commit.0ec55a70b","@aztec/p2p":"0.0.1-commit.0ec55a70b","@aztec/pxe":"0.0.1-commit.0ec55a70b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.0ec55a70b","@aztec/bb.js":"0.0.1-commit.0ec55a70b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.0ec55a70b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.0ec55a70b","@aztec/wallets":"0.0.1-commit.0ec55a70b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.0ec55a70b","@aztec/archiver":"0.0.1-commit.0ec55a70b","@aztec/aztec.js":"0.0.1-commit.0ec55a70b","@aztec/blob-lib":"0.0.1-commit.0ec55a70b","@aztec/ethereum":"0.0.1-commit.0ec55a70b","@aztec/kv-store":"0.0.1-commit.0ec55a70b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.0ec55a70b","@aztec/constants":"0.0.1-commit.0ec55a70b","@aztec/simulator":"0.0.1-commit.0ec55a70b","@aztec/aztec-node":"0.0.1-commit.0ec55a70b","@aztec/foundation":"0.0.1-commit.0ec55a70b","@aztec/wallet-sdk":"0.0.1-commit.0ec55a70b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.0ec55a70b","@aztec/entrypoints":"0.0.1-commit.0ec55a70b","@aztec/epoch-cache":"0.0.1-commit.0ec55a70b","@aztec/prover-node":"0.0.1-commit.0ec55a70b","@aztec/world-state":"0.0.1-commit.0ec55a70b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.0ec55a70b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.0ec55a70b","@aztec/prover-client":"0.0.1-commit.0ec55a70b","@aztec/noir-noirc_abi":"0.0.1-commit.0ec55a70b","@aztec/sequencer-client":"0.0.1-commit.0ec55a70b","@aztec/telemetry-client":"0.0.1-commit.0ec55a70b","@aztec/validator-client":"0.0.1-commit.0ec55a70b","@aztec/noir-contracts.js":"0.0.1-commit.0ec55a70b","@aztec/protocol-contracts":"0.0.1-commit.0ec55a70b","@aztec/validator-ha-signer":"0.0.1-commit.0ec55a70b","@aztec/noir-test-contracts.js":"0.0.1-commit.0ec55a70b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.0ec55a70b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.0ec55a70b_1777656822528_0.756372291270891","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260502":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260502","_id":"@aztec/end-to-end@5.0.0-nightly.20260502","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"87b94f845f1878e80edda3be4e505b4cc6a5e6ff","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260502.tgz","fileCount":303,"integrity":"sha512-ttHaDNcnu6D1MXzDMdww9RWH036B/yOjUhvdlKAuENWJc00zrXfG02wo+9kpurRFJjo63ITEhOAXsyEG73y6GQ==","signatures":[{"sig":"MEQCIB31f1bcpKkVJcsA/QvzVKpV23pHTXTdsUinCWNJ8KFaAiBtDU9zr7YDAouHldpwo9XyWNqhzi2vFKwCs7HffeVf9Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260502","@aztec/cli":"5.0.0-nightly.20260502","@aztec/p2p":"5.0.0-nightly.20260502","@aztec/pxe":"5.0.0-nightly.20260502","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260502","@aztec/bb.js":"5.0.0-nightly.20260502","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260502","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260502","@aztec/wallets":"5.0.0-nightly.20260502","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260502","@aztec/archiver":"5.0.0-nightly.20260502","@aztec/aztec.js":"5.0.0-nightly.20260502","@aztec/blob-lib":"5.0.0-nightly.20260502","@aztec/ethereum":"5.0.0-nightly.20260502","@aztec/kv-store":"5.0.0-nightly.20260502","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260502","@aztec/constants":"5.0.0-nightly.20260502","@aztec/simulator":"5.0.0-nightly.20260502","@aztec/aztec-node":"5.0.0-nightly.20260502","@aztec/foundation":"5.0.0-nightly.20260502","@aztec/wallet-sdk":"5.0.0-nightly.20260502","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260502","@aztec/entrypoints":"5.0.0-nightly.20260502","@aztec/epoch-cache":"5.0.0-nightly.20260502","@aztec/prover-node":"5.0.0-nightly.20260502","@aztec/world-state":"5.0.0-nightly.20260502","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260502","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260502","@aztec/prover-client":"5.0.0-nightly.20260502","@aztec/noir-noirc_abi":"5.0.0-nightly.20260502","@aztec/sequencer-client":"5.0.0-nightly.20260502","@aztec/telemetry-client":"5.0.0-nightly.20260502","@aztec/validator-client":"5.0.0-nightly.20260502","@aztec/noir-contracts.js":"5.0.0-nightly.20260502","@aztec/protocol-contracts":"5.0.0-nightly.20260502","@aztec/validator-ha-signer":"5.0.0-nightly.20260502","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260502","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260502"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260502_1777692027012_0.2841893845898418","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2c0ee1788":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2c0ee1788","_id":"@aztec/end-to-end@0.0.1-commit.2c0ee1788","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f0936a817aee33a519868c91c33cce58a4d46f43","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2c0ee1788.tgz","fileCount":303,"integrity":"sha512-1yyB/qYkOsHSgRPkOjfKovCGDHTzsbs4aaDGtyj+IG2qkYOeY7RkF2KTdDzygRpw+C7wLk6UD7hwO9aqtDrPag==","signatures":[{"sig":"MEQCIHqFQikTwvfMW88ck5gRI/8VEDMwhRtFx8VqkNQFIT6PAiAJAnv6o+E/uiYTIola8KyFnVMc3mQ3VtQckluqPg1s1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2c0ee1788","@aztec/cli":"0.0.1-commit.2c0ee1788","@aztec/p2p":"0.0.1-commit.2c0ee1788","@aztec/pxe":"0.0.1-commit.2c0ee1788","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2c0ee1788","@aztec/bb.js":"0.0.1-commit.2c0ee1788","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2c0ee1788","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2c0ee1788","@aztec/wallets":"0.0.1-commit.2c0ee1788","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2c0ee1788","@aztec/archiver":"0.0.1-commit.2c0ee1788","@aztec/aztec.js":"0.0.1-commit.2c0ee1788","@aztec/blob-lib":"0.0.1-commit.2c0ee1788","@aztec/ethereum":"0.0.1-commit.2c0ee1788","@aztec/kv-store":"0.0.1-commit.2c0ee1788","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2c0ee1788","@aztec/constants":"0.0.1-commit.2c0ee1788","@aztec/simulator":"0.0.1-commit.2c0ee1788","@aztec/aztec-node":"0.0.1-commit.2c0ee1788","@aztec/foundation":"0.0.1-commit.2c0ee1788","@aztec/wallet-sdk":"0.0.1-commit.2c0ee1788","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2c0ee1788","@aztec/entrypoints":"0.0.1-commit.2c0ee1788","@aztec/epoch-cache":"0.0.1-commit.2c0ee1788","@aztec/prover-node":"0.0.1-commit.2c0ee1788","@aztec/world-state":"0.0.1-commit.2c0ee1788","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2c0ee1788","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2c0ee1788","@aztec/prover-client":"0.0.1-commit.2c0ee1788","@aztec/noir-noirc_abi":"0.0.1-commit.2c0ee1788","@aztec/sequencer-client":"0.0.1-commit.2c0ee1788","@aztec/telemetry-client":"0.0.1-commit.2c0ee1788","@aztec/validator-client":"0.0.1-commit.2c0ee1788","@aztec/noir-contracts.js":"0.0.1-commit.2c0ee1788","@aztec/protocol-contracts":"0.0.1-commit.2c0ee1788","@aztec/validator-ha-signer":"0.0.1-commit.2c0ee1788","@aztec/noir-test-contracts.js":"0.0.1-commit.2c0ee1788","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2c0ee1788"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2c0ee1788_1777757177434_0.7795229588726069","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260503":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260503","_id":"@aztec/end-to-end@5.0.0-nightly.20260503","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8de5ec9cb7af01b6127304281466f2028f71bb5d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260503.tgz","fileCount":303,"integrity":"sha512-gvwDU2UeJjTPa8BknvW+/6HhOx1623vK3qy99BZlibZQctsyYYrWHHam4LBaTNYs7qBBcar2Gqcmf+v18aoVVA==","signatures":[{"sig":"MEUCICxSA9rQgYu7IEOnKlqh5jEv6EJDau4CD5kcdcxKz89yAiEA+AL651NNU5HpVH5m1l08zQhqWf3oq7N9LjaLh5oE4aI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260503","@aztec/cli":"5.0.0-nightly.20260503","@aztec/p2p":"5.0.0-nightly.20260503","@aztec/pxe":"5.0.0-nightly.20260503","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260503","@aztec/bb.js":"5.0.0-nightly.20260503","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260503","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260503","@aztec/wallets":"5.0.0-nightly.20260503","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260503","@aztec/archiver":"5.0.0-nightly.20260503","@aztec/aztec.js":"5.0.0-nightly.20260503","@aztec/blob-lib":"5.0.0-nightly.20260503","@aztec/ethereum":"5.0.0-nightly.20260503","@aztec/kv-store":"5.0.0-nightly.20260503","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260503","@aztec/constants":"5.0.0-nightly.20260503","@aztec/simulator":"5.0.0-nightly.20260503","@aztec/aztec-node":"5.0.0-nightly.20260503","@aztec/foundation":"5.0.0-nightly.20260503","@aztec/wallet-sdk":"5.0.0-nightly.20260503","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260503","@aztec/entrypoints":"5.0.0-nightly.20260503","@aztec/epoch-cache":"5.0.0-nightly.20260503","@aztec/prover-node":"5.0.0-nightly.20260503","@aztec/world-state":"5.0.0-nightly.20260503","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260503","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260503","@aztec/prover-client":"5.0.0-nightly.20260503","@aztec/noir-noirc_abi":"5.0.0-nightly.20260503","@aztec/sequencer-client":"5.0.0-nightly.20260503","@aztec/telemetry-client":"5.0.0-nightly.20260503","@aztec/validator-client":"5.0.0-nightly.20260503","@aztec/noir-contracts.js":"5.0.0-nightly.20260503","@aztec/protocol-contracts":"5.0.0-nightly.20260503","@aztec/validator-ha-signer":"5.0.0-nightly.20260503","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260503","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260503"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260503_1777778514433_0.82959191997484","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260503":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260503","_id":"@aztec/end-to-end@4.3.0-nightly.20260503","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"96f22238d2003aef3009a198386f60dc20a6d9f7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260503.tgz","fileCount":294,"integrity":"sha512-HcxmvxUTTY1ZtHybS13W9GKO1+UgfxkasUsQmbHWffRG6BPNPZybyQK9E0QT2U6UyK5yVTYq/y132WOHPoB2Cg==","signatures":[{"sig":"MEYCIQDq2JfLig/jGJjl/QUE85lhNvH9LinRDkew5VL6nDIQmQIhAPBVVzb+NKdN2V8z7aG6rjdpkiiPk/oR7v6T2V2hWZM9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37132953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b298a1378892896061fbf48920dd476cb195395","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260503","@aztec/cli":"4.3.0-nightly.20260503","@aztec/p2p":"4.3.0-nightly.20260503","@aztec/pxe":"4.3.0-nightly.20260503","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260503","@aztec/bb.js":"4.3.0-nightly.20260503","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260503","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260503","@aztec/wallets":"4.3.0-nightly.20260503","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260503","@aztec/archiver":"4.3.0-nightly.20260503","@aztec/aztec.js":"4.3.0-nightly.20260503","@aztec/blob-lib":"4.3.0-nightly.20260503","@aztec/ethereum":"4.3.0-nightly.20260503","@aztec/kv-store":"4.3.0-nightly.20260503","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260503","@aztec/constants":"4.3.0-nightly.20260503","@aztec/simulator":"4.3.0-nightly.20260503","@aztec/aztec-node":"4.3.0-nightly.20260503","@aztec/foundation":"4.3.0-nightly.20260503","@aztec/wallet-sdk":"4.3.0-nightly.20260503","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260503","@aztec/entrypoints":"4.3.0-nightly.20260503","@aztec/epoch-cache":"4.3.0-nightly.20260503","@aztec/merkle-tree":"4.3.0-nightly.20260503","@aztec/prover-node":"4.3.0-nightly.20260503","@aztec/world-state":"4.3.0-nightly.20260503","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260503","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260503","@aztec/prover-client":"4.3.0-nightly.20260503","@aztec/noir-noirc_abi":"4.3.0-nightly.20260503","@aztec/sequencer-client":"4.3.0-nightly.20260503","@aztec/telemetry-client":"4.3.0-nightly.20260503","@aztec/validator-client":"4.3.0-nightly.20260503","@aztec/noir-contracts.js":"4.3.0-nightly.20260503","@aztec/protocol-contracts":"4.3.0-nightly.20260503","@aztec/validator-ha-signer":"4.3.0-nightly.20260503","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260503","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260503"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260503_1777790510366_0.7082834374976998","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260504":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260504","_id":"@aztec/end-to-end@5.0.0-nightly.20260504","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"13ab5c7b4d0124075ecad025e9aa7ce4e644021c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260504.tgz","fileCount":303,"integrity":"sha512-C7KLPEdn855SXcHbh7P0+bw+1HV2FsovrBU6B5F0cFkSovNlALVyvB5o2HbMDX8HcrtkA+CLjdnX1y0IKThTRg==","signatures":[{"sig":"MEUCIBO3wyvLju2duBwjHe719dxJNXfL4pOraiU+TFmEX4/4AiEA2QlamtydixJHUC0iBY/D7zheClrEOO5eUCPQ7R6O13M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260504","@aztec/cli":"5.0.0-nightly.20260504","@aztec/p2p":"5.0.0-nightly.20260504","@aztec/pxe":"5.0.0-nightly.20260504","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260504","@aztec/bb.js":"5.0.0-nightly.20260504","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260504","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260504","@aztec/wallets":"5.0.0-nightly.20260504","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260504","@aztec/archiver":"5.0.0-nightly.20260504","@aztec/aztec.js":"5.0.0-nightly.20260504","@aztec/blob-lib":"5.0.0-nightly.20260504","@aztec/ethereum":"5.0.0-nightly.20260504","@aztec/kv-store":"5.0.0-nightly.20260504","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260504","@aztec/constants":"5.0.0-nightly.20260504","@aztec/simulator":"5.0.0-nightly.20260504","@aztec/aztec-node":"5.0.0-nightly.20260504","@aztec/foundation":"5.0.0-nightly.20260504","@aztec/wallet-sdk":"5.0.0-nightly.20260504","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260504","@aztec/entrypoints":"5.0.0-nightly.20260504","@aztec/epoch-cache":"5.0.0-nightly.20260504","@aztec/prover-node":"5.0.0-nightly.20260504","@aztec/world-state":"5.0.0-nightly.20260504","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260504","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260504","@aztec/prover-client":"5.0.0-nightly.20260504","@aztec/noir-noirc_abi":"5.0.0-nightly.20260504","@aztec/sequencer-client":"5.0.0-nightly.20260504","@aztec/telemetry-client":"5.0.0-nightly.20260504","@aztec/validator-client":"5.0.0-nightly.20260504","@aztec/noir-contracts.js":"5.0.0-nightly.20260504","@aztec/protocol-contracts":"5.0.0-nightly.20260504","@aztec/validator-ha-signer":"5.0.0-nightly.20260504","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260504","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260504"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260504_1777864974435_0.2882061209907991","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260504":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260504","_id":"@aztec/end-to-end@4.3.0-nightly.20260504","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e7195cf62e9eb08f4eb2ed4e575ec50912daeaf2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260504.tgz","fileCount":294,"integrity":"sha512-T4ohzbS5pzfwKv8p7OJ42ga+nMRwVUzp7wiOvpTJnZ5DGyfMYYnFsSr/XbTWJKaTd/vmv6eDP3o7HTdhRJAiXg==","signatures":[{"sig":"MEYCIQCoJrMXeL9GnozQplcSdOBMxiFaPd4WTlpoRTeVqDNjdgIhAPAIM5EB5QOHBgPthJUx1gXu7KZf1NHq/fATcy7/d0tw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37132953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"9b298a1378892896061fbf48920dd476cb195395","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260504","@aztec/cli":"4.3.0-nightly.20260504","@aztec/p2p":"4.3.0-nightly.20260504","@aztec/pxe":"4.3.0-nightly.20260504","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260504","@aztec/bb.js":"4.3.0-nightly.20260504","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260504","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260504","@aztec/wallets":"4.3.0-nightly.20260504","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260504","@aztec/archiver":"4.3.0-nightly.20260504","@aztec/aztec.js":"4.3.0-nightly.20260504","@aztec/blob-lib":"4.3.0-nightly.20260504","@aztec/ethereum":"4.3.0-nightly.20260504","@aztec/kv-store":"4.3.0-nightly.20260504","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260504","@aztec/constants":"4.3.0-nightly.20260504","@aztec/simulator":"4.3.0-nightly.20260504","@aztec/aztec-node":"4.3.0-nightly.20260504","@aztec/foundation":"4.3.0-nightly.20260504","@aztec/wallet-sdk":"4.3.0-nightly.20260504","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260504","@aztec/entrypoints":"4.3.0-nightly.20260504","@aztec/epoch-cache":"4.3.0-nightly.20260504","@aztec/merkle-tree":"4.3.0-nightly.20260504","@aztec/prover-node":"4.3.0-nightly.20260504","@aztec/world-state":"4.3.0-nightly.20260504","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260504","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260504","@aztec/prover-client":"4.3.0-nightly.20260504","@aztec/noir-noirc_abi":"4.3.0-nightly.20260504","@aztec/sequencer-client":"4.3.0-nightly.20260504","@aztec/telemetry-client":"4.3.0-nightly.20260504","@aztec/validator-client":"4.3.0-nightly.20260504","@aztec/noir-contracts.js":"4.3.0-nightly.20260504","@aztec/protocol-contracts":"4.3.0-nightly.20260504","@aztec/validator-ha-signer":"4.3.0-nightly.20260504","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260504","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260504"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260504_1777876898236_0.4144102531188061","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e5a3663dd":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e5a3663dd","_id":"@aztec/end-to-end@0.0.1-commit.e5a3663dd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"63f5ad4b3ea2c1334af328728bf9bd0487d5d842","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e5a3663dd.tgz","fileCount":303,"integrity":"sha512-MBzCO726Ef6GRYkQxOt2ZvniSjy0cCXpSo0h9vX0+7rUfW5eU211BgexV7ZPBsn7kZ+gzCi2SlSf2Zr+zgS0Qg==","signatures":[{"sig":"MEYCIQD6XRLfLDclbr7HLiaTaMYXA0h6wSk0nC39nRO6rfP2NwIhANx2HToRlB+jBy55MtZU6GYDdIvt+sYY7+LD7ZYEYjFL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e5a3663dd","@aztec/cli":"0.0.1-commit.e5a3663dd","@aztec/p2p":"0.0.1-commit.e5a3663dd","@aztec/pxe":"0.0.1-commit.e5a3663dd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e5a3663dd","@aztec/bb.js":"0.0.1-commit.e5a3663dd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e5a3663dd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e5a3663dd","@aztec/wallets":"0.0.1-commit.e5a3663dd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e5a3663dd","@aztec/archiver":"0.0.1-commit.e5a3663dd","@aztec/aztec.js":"0.0.1-commit.e5a3663dd","@aztec/blob-lib":"0.0.1-commit.e5a3663dd","@aztec/ethereum":"0.0.1-commit.e5a3663dd","@aztec/kv-store":"0.0.1-commit.e5a3663dd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e5a3663dd","@aztec/constants":"0.0.1-commit.e5a3663dd","@aztec/simulator":"0.0.1-commit.e5a3663dd","@aztec/aztec-node":"0.0.1-commit.e5a3663dd","@aztec/foundation":"0.0.1-commit.e5a3663dd","@aztec/wallet-sdk":"0.0.1-commit.e5a3663dd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e5a3663dd","@aztec/entrypoints":"0.0.1-commit.e5a3663dd","@aztec/epoch-cache":"0.0.1-commit.e5a3663dd","@aztec/prover-node":"0.0.1-commit.e5a3663dd","@aztec/world-state":"0.0.1-commit.e5a3663dd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e5a3663dd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e5a3663dd","@aztec/prover-client":"0.0.1-commit.e5a3663dd","@aztec/noir-noirc_abi":"0.0.1-commit.e5a3663dd","@aztec/sequencer-client":"0.0.1-commit.e5a3663dd","@aztec/telemetry-client":"0.0.1-commit.e5a3663dd","@aztec/validator-client":"0.0.1-commit.e5a3663dd","@aztec/noir-contracts.js":"0.0.1-commit.e5a3663dd","@aztec/protocol-contracts":"0.0.1-commit.e5a3663dd","@aztec/validator-ha-signer":"0.0.1-commit.e5a3663dd","@aztec/noir-test-contracts.js":"0.0.1-commit.e5a3663dd","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e5a3663dd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e5a3663dd_1777933594789_0.9313194982214448","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260505":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260505","_id":"@aztec/end-to-end@5.0.0-nightly.20260505","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"023be9e291bbd3c9813a0c3504b0d3150c3ff52d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260505.tgz","fileCount":303,"integrity":"sha512-WM8EUL5r/PutvCHWCZaPVn0BjQKlz47+1zHDn2F2BVrGnM8ACLPslX2LdzOwDNrD8g9bxlKimmT9tTat6ay4Pw==","signatures":[{"sig":"MEUCIQDrAQnBJnkpJ+5X7elAqhCxY4eWPn7p+4Q/a3kk1K6AqQIgIZRB8k8NF95S+ZhUuDZ0o1VzzFjHbvzAo5BpWbfiD6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37174519},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260505","@aztec/cli":"5.0.0-nightly.20260505","@aztec/p2p":"5.0.0-nightly.20260505","@aztec/pxe":"5.0.0-nightly.20260505","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260505","@aztec/bb.js":"5.0.0-nightly.20260505","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260505","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260505","@aztec/wallets":"5.0.0-nightly.20260505","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260505","@aztec/archiver":"5.0.0-nightly.20260505","@aztec/aztec.js":"5.0.0-nightly.20260505","@aztec/blob-lib":"5.0.0-nightly.20260505","@aztec/ethereum":"5.0.0-nightly.20260505","@aztec/kv-store":"5.0.0-nightly.20260505","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260505","@aztec/constants":"5.0.0-nightly.20260505","@aztec/simulator":"5.0.0-nightly.20260505","@aztec/aztec-node":"5.0.0-nightly.20260505","@aztec/foundation":"5.0.0-nightly.20260505","@aztec/wallet-sdk":"5.0.0-nightly.20260505","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260505","@aztec/entrypoints":"5.0.0-nightly.20260505","@aztec/epoch-cache":"5.0.0-nightly.20260505","@aztec/prover-node":"5.0.0-nightly.20260505","@aztec/world-state":"5.0.0-nightly.20260505","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260505","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260505","@aztec/prover-client":"5.0.0-nightly.20260505","@aztec/noir-noirc_abi":"5.0.0-nightly.20260505","@aztec/sequencer-client":"5.0.0-nightly.20260505","@aztec/telemetry-client":"5.0.0-nightly.20260505","@aztec/validator-client":"5.0.0-nightly.20260505","@aztec/noir-contracts.js":"5.0.0-nightly.20260505","@aztec/protocol-contracts":"5.0.0-nightly.20260505","@aztec/validator-ha-signer":"5.0.0-nightly.20260505","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260505","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260505"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260505_1777951290638_0.5130074102028781","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260506":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260506","_id":"@aztec/end-to-end@4.3.0-nightly.20260506","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a564305d48ed0df6712960a85a25e07422e1afea","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260506.tgz","fileCount":294,"integrity":"sha512-p2ko7YJSvWr/bhJycSs0h+1YmLgyCn+i0pa5MbRbf3ruXiSyEZBSKM1DcRl+msW2qrwxguiuoR5bhBm7umJt5w==","signatures":[{"sig":"MEYCIQCveIOro5LponeUHAMpICeqXMo7iJwkpwdeWo+ZHBEz4AIhAOsbWdlWSAaLsAortXahtINceQOnGwNoEZ0uMLrwl3j6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136077},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1963b399e5395d210ae981015f95121c56368e1f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260506","@aztec/cli":"4.3.0-nightly.20260506","@aztec/p2p":"4.3.0-nightly.20260506","@aztec/pxe":"4.3.0-nightly.20260506","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260506","@aztec/bb.js":"4.3.0-nightly.20260506","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260506","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260506","@aztec/wallets":"4.3.0-nightly.20260506","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260506","@aztec/archiver":"4.3.0-nightly.20260506","@aztec/aztec.js":"4.3.0-nightly.20260506","@aztec/blob-lib":"4.3.0-nightly.20260506","@aztec/ethereum":"4.3.0-nightly.20260506","@aztec/kv-store":"4.3.0-nightly.20260506","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260506","@aztec/constants":"4.3.0-nightly.20260506","@aztec/simulator":"4.3.0-nightly.20260506","@aztec/aztec-node":"4.3.0-nightly.20260506","@aztec/foundation":"4.3.0-nightly.20260506","@aztec/wallet-sdk":"4.3.0-nightly.20260506","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260506","@aztec/entrypoints":"4.3.0-nightly.20260506","@aztec/epoch-cache":"4.3.0-nightly.20260506","@aztec/merkle-tree":"4.3.0-nightly.20260506","@aztec/prover-node":"4.3.0-nightly.20260506","@aztec/world-state":"4.3.0-nightly.20260506","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260506","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260506","@aztec/prover-client":"4.3.0-nightly.20260506","@aztec/noir-noirc_abi":"4.3.0-nightly.20260506","@aztec/sequencer-client":"4.3.0-nightly.20260506","@aztec/telemetry-client":"4.3.0-nightly.20260506","@aztec/validator-client":"4.3.0-nightly.20260506","@aztec/noir-contracts.js":"4.3.0-nightly.20260506","@aztec/protocol-contracts":"4.3.0-nightly.20260506","@aztec/validator-ha-signer":"4.3.0-nightly.20260506","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260506","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260506"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260506_1778049775252_0.3879313515757248","host":"s3://npm-registry-packages-npm-production"}},"4.2.1":{"name":"@aztec/end-to-end","version":"4.2.1","_id":"@aztec/end-to-end@4.2.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1e219be5d965891f55bf3b526f672d66a5350e32","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.2.1.tgz","fileCount":283,"integrity":"sha512-3PuM1iIG0MwglrQXvZ8Urpszv5kReMu4IVHTyLqQKSHv98gOC/nNsny/COCABMLh2OHbqqwSsc8SM+b1Pn9TYg==","signatures":[{"sig":"MEQCIBjeFl+ZSAZxiIe5RqP5cbBgyCpnDhVITU2FaCoWLJeFAiALVh0u4XpHiWlNVu2DLyzcFec3CgAG5RBLVxCeVIg7ng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37116612},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"229c981281a14b9e3483f121111c610af2ab1374","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.2.1","@aztec/cli":"4.2.1","@aztec/p2p":"4.2.1","@aztec/pxe":"4.2.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.2.1","@aztec/bb.js":"4.2.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.2.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.2.1","@aztec/wallets":"4.2.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.2.1","@aztec/archiver":"4.2.1","@aztec/aztec.js":"4.2.1","@aztec/blob-lib":"4.2.1","@aztec/ethereum":"4.2.1","@aztec/kv-store":"4.2.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.2.1","@aztec/constants":"4.2.1","@aztec/simulator":"4.2.1","@aztec/aztec-node":"4.2.1","@aztec/foundation":"4.2.1","@aztec/wallet-sdk":"4.2.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.2.1","@aztec/entrypoints":"4.2.1","@aztec/epoch-cache":"4.2.1","@aztec/merkle-tree":"4.2.1","@aztec/prover-node":"4.2.1","@aztec/world-state":"4.2.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.2.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.2.1","@aztec/prover-client":"4.2.1","@aztec/noir-noirc_abi":"4.2.1","@aztec/sequencer-client":"4.2.1","@aztec/telemetry-client":"4.2.1","@aztec/validator-client":"4.2.1","@aztec/noir-contracts.js":"4.2.1","@aztec/protocol-contracts":"4.2.1","@aztec/validator-ha-signer":"4.2.1","@aztec/noir-test-contracts.js":"4.2.1","@aztec/noir-protocol-circuits-types":"4.2.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.2.1_1778143108985_0.66175529928526","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260508":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260508","_id":"@aztec/end-to-end@4.3.0-nightly.20260508","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"07c745b1415a433084bae90e55a55c30104239aa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260508.tgz","fileCount":294,"integrity":"sha512-2rgxctB3B3T4bvEJBRcuN6Uv0GYIazAuQjxpPEzU+zdi7eYj/BVAoe/aNFKxMp+YMKaZiUHsGUzzwan+2iqsDA==","signatures":[{"sig":"MEQCIAIUxuQTryHmvOI05ylYAg1HvrRR7mreItxQuk4gYEz/AiAVwT/dvr7sAfgvvUz585/7uu7oX/tKaUSwB0hLCHFZ9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136077},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"20b65b4ef6b1e5c72ee145d0149f4d5026d97c5d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260508","@aztec/cli":"4.3.0-nightly.20260508","@aztec/p2p":"4.3.0-nightly.20260508","@aztec/pxe":"4.3.0-nightly.20260508","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260508","@aztec/bb.js":"4.3.0-nightly.20260508","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260508","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260508","@aztec/wallets":"4.3.0-nightly.20260508","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260508","@aztec/archiver":"4.3.0-nightly.20260508","@aztec/aztec.js":"4.3.0-nightly.20260508","@aztec/blob-lib":"4.3.0-nightly.20260508","@aztec/ethereum":"4.3.0-nightly.20260508","@aztec/kv-store":"4.3.0-nightly.20260508","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260508","@aztec/constants":"4.3.0-nightly.20260508","@aztec/simulator":"4.3.0-nightly.20260508","@aztec/aztec-node":"4.3.0-nightly.20260508","@aztec/foundation":"4.3.0-nightly.20260508","@aztec/wallet-sdk":"4.3.0-nightly.20260508","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260508","@aztec/entrypoints":"4.3.0-nightly.20260508","@aztec/epoch-cache":"4.3.0-nightly.20260508","@aztec/merkle-tree":"4.3.0-nightly.20260508","@aztec/prover-node":"4.3.0-nightly.20260508","@aztec/world-state":"4.3.0-nightly.20260508","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260508","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260508","@aztec/prover-client":"4.3.0-nightly.20260508","@aztec/noir-noirc_abi":"4.3.0-nightly.20260508","@aztec/sequencer-client":"4.3.0-nightly.20260508","@aztec/telemetry-client":"4.3.0-nightly.20260508","@aztec/validator-client":"4.3.0-nightly.20260508","@aztec/noir-contracts.js":"4.3.0-nightly.20260508","@aztec/protocol-contracts":"4.3.0-nightly.20260508","@aztec/validator-ha-signer":"4.3.0-nightly.20260508","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260508","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260508"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260508_1778221578937_0.6057237431352562","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260509":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260509","_id":"@aztec/end-to-end@4.3.0-nightly.20260509","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"526029fc07f6dd24a3ecbb1932bb40af4ea97261","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260509.tgz","fileCount":294,"integrity":"sha512-UslX+UGkGI12H6BUdIbgVDinsslT7y2fr/yGj8tP4u0tEOKkOkF+RofqxjqB6g4n9IZi21tqnWFD5U2MknnuKQ==","signatures":[{"sig":"MEYCIQD7FCWK/mdTmTGqmkUf4qDB18r44C3dt3jVDxNFL83ZDwIhAOo5gGUI7aEOo5HZf5VzLnybqzrlyBk2F7CbXOOpSqHP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136589},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"af6e4cf0a49affc7581666a9f512b20b38484f5d","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260509","@aztec/cli":"4.3.0-nightly.20260509","@aztec/p2p":"4.3.0-nightly.20260509","@aztec/pxe":"4.3.0-nightly.20260509","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260509","@aztec/bb.js":"4.3.0-nightly.20260509","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260509","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260509","@aztec/wallets":"4.3.0-nightly.20260509","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260509","@aztec/archiver":"4.3.0-nightly.20260509","@aztec/aztec.js":"4.3.0-nightly.20260509","@aztec/blob-lib":"4.3.0-nightly.20260509","@aztec/ethereum":"4.3.0-nightly.20260509","@aztec/kv-store":"4.3.0-nightly.20260509","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260509","@aztec/constants":"4.3.0-nightly.20260509","@aztec/simulator":"4.3.0-nightly.20260509","@aztec/aztec-node":"4.3.0-nightly.20260509","@aztec/foundation":"4.3.0-nightly.20260509","@aztec/wallet-sdk":"4.3.0-nightly.20260509","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260509","@aztec/entrypoints":"4.3.0-nightly.20260509","@aztec/epoch-cache":"4.3.0-nightly.20260509","@aztec/merkle-tree":"4.3.0-nightly.20260509","@aztec/prover-node":"4.3.0-nightly.20260509","@aztec/world-state":"4.3.0-nightly.20260509","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260509","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260509","@aztec/prover-client":"4.3.0-nightly.20260509","@aztec/noir-noirc_abi":"4.3.0-nightly.20260509","@aztec/sequencer-client":"4.3.0-nightly.20260509","@aztec/telemetry-client":"4.3.0-nightly.20260509","@aztec/validator-client":"4.3.0-nightly.20260509","@aztec/noir-contracts.js":"4.3.0-nightly.20260509","@aztec/protocol-contracts":"4.3.0-nightly.20260509","@aztec/validator-ha-signer":"4.3.0-nightly.20260509","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260509","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260509"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260509_1778308621542_0.2441799524991981","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260510":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260510","_id":"@aztec/end-to-end@4.3.0-nightly.20260510","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a03ecfc5727210d504c6a15620d578250d6eb821","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260510.tgz","fileCount":294,"integrity":"sha512-dlufgd7cQwmI1R6SeJOeIW8+QZ/oXV7/wnKh+iFWqtTyldC2vR/vhGLOe7kXuXPcpdTUlaA4OSGBQBOZLPVXzw==","signatures":[{"sig":"MEYCIQDj7A7s4Fy59jjL+B2WAASBkiNaTpCc+cUneuec/u1KOwIhANY6jpOTqkKt8HpXlCpMp/G51KFWL0+k15VPFZD4h40e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136849},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"1aca885405105c6e6c24f973d5f7ff32df7b4ec9","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260510","@aztec/cli":"4.3.0-nightly.20260510","@aztec/p2p":"4.3.0-nightly.20260510","@aztec/pxe":"4.3.0-nightly.20260510","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260510","@aztec/bb.js":"4.3.0-nightly.20260510","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260510","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260510","@aztec/wallets":"4.3.0-nightly.20260510","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260510","@aztec/archiver":"4.3.0-nightly.20260510","@aztec/aztec.js":"4.3.0-nightly.20260510","@aztec/blob-lib":"4.3.0-nightly.20260510","@aztec/ethereum":"4.3.0-nightly.20260510","@aztec/kv-store":"4.3.0-nightly.20260510","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260510","@aztec/constants":"4.3.0-nightly.20260510","@aztec/simulator":"4.3.0-nightly.20260510","@aztec/aztec-node":"4.3.0-nightly.20260510","@aztec/foundation":"4.3.0-nightly.20260510","@aztec/wallet-sdk":"4.3.0-nightly.20260510","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260510","@aztec/entrypoints":"4.3.0-nightly.20260510","@aztec/epoch-cache":"4.3.0-nightly.20260510","@aztec/merkle-tree":"4.3.0-nightly.20260510","@aztec/prover-node":"4.3.0-nightly.20260510","@aztec/world-state":"4.3.0-nightly.20260510","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260510","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260510","@aztec/prover-client":"4.3.0-nightly.20260510","@aztec/noir-noirc_abi":"4.3.0-nightly.20260510","@aztec/sequencer-client":"4.3.0-nightly.20260510","@aztec/telemetry-client":"4.3.0-nightly.20260510","@aztec/validator-client":"4.3.0-nightly.20260510","@aztec/noir-contracts.js":"4.3.0-nightly.20260510","@aztec/protocol-contracts":"4.3.0-nightly.20260510","@aztec/validator-ha-signer":"4.3.0-nightly.20260510","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260510","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260510"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260510_1778396154654_0.1552701938090273","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260511":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260511","_id":"@aztec/end-to-end@4.3.0-nightly.20260511","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e017be9420289587d5e54104466cd4dd9ee76ab1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260511.tgz","fileCount":294,"integrity":"sha512-UUImfKxem25/8Ko1shpKDWYmGu8JeEnuOlE96Ei0qVutn0DMPh9tm8m50qm4iHGPOVGQXladRmk2YbbNuI7ExA==","signatures":[{"sig":"MEQCIAiTtJdurjTtEPTvSMIzEJp23zea+H0YcldY4S4w4aHYAiBfMUs9MB0DVl/s2BhUtnLGg4nIqlMbOiDzCoLJC0aDpw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136849},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"44aa84886e408737358145e94824219fc1751b1e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260511","@aztec/cli":"4.3.0-nightly.20260511","@aztec/p2p":"4.3.0-nightly.20260511","@aztec/pxe":"4.3.0-nightly.20260511","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260511","@aztec/bb.js":"4.3.0-nightly.20260511","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260511","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260511","@aztec/wallets":"4.3.0-nightly.20260511","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260511","@aztec/archiver":"4.3.0-nightly.20260511","@aztec/aztec.js":"4.3.0-nightly.20260511","@aztec/blob-lib":"4.3.0-nightly.20260511","@aztec/ethereum":"4.3.0-nightly.20260511","@aztec/kv-store":"4.3.0-nightly.20260511","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260511","@aztec/constants":"4.3.0-nightly.20260511","@aztec/simulator":"4.3.0-nightly.20260511","@aztec/aztec-node":"4.3.0-nightly.20260511","@aztec/foundation":"4.3.0-nightly.20260511","@aztec/wallet-sdk":"4.3.0-nightly.20260511","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260511","@aztec/entrypoints":"4.3.0-nightly.20260511","@aztec/epoch-cache":"4.3.0-nightly.20260511","@aztec/merkle-tree":"4.3.0-nightly.20260511","@aztec/prover-node":"4.3.0-nightly.20260511","@aztec/world-state":"4.3.0-nightly.20260511","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260511","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260511","@aztec/prover-client":"4.3.0-nightly.20260511","@aztec/noir-noirc_abi":"4.3.0-nightly.20260511","@aztec/sequencer-client":"4.3.0-nightly.20260511","@aztec/telemetry-client":"4.3.0-nightly.20260511","@aztec/validator-client":"4.3.0-nightly.20260511","@aztec/noir-contracts.js":"4.3.0-nightly.20260511","@aztec/protocol-contracts":"4.3.0-nightly.20260511","@aztec/validator-ha-signer":"4.3.0-nightly.20260511","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260511","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260511"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260511_1778483954828_0.07267233799661654","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260512":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260512","_id":"@aztec/end-to-end@5.0.0-nightly.20260512","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5370749879c4ad6482facb6df160e869c173b801","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260512.tgz","fileCount":306,"integrity":"sha512-9RTYdL2KqWBsCOLNX/LHsRn+acDrecjjno//YC6HJ10gzIIps2lIb9vnVM3jRD2ZIBUoh0h8k+6y8ICY1T0ASQ==","signatures":[{"sig":"MEQCIBgrSeAMkGSUXS8o9aZVJlBQ8TPHqycBdTdGWHB34BNHAiBOBmDgcuB0p0n+iD1i+Y9ypLns1dPDuh7tl9Zm5i2HTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37183092},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260512","@aztec/cli":"5.0.0-nightly.20260512","@aztec/p2p":"5.0.0-nightly.20260512","@aztec/pxe":"5.0.0-nightly.20260512","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260512","@aztec/bb.js":"5.0.0-nightly.20260512","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260512","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260512","@aztec/wallets":"5.0.0-nightly.20260512","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260512","@aztec/archiver":"5.0.0-nightly.20260512","@aztec/aztec.js":"5.0.0-nightly.20260512","@aztec/blob-lib":"5.0.0-nightly.20260512","@aztec/ethereum":"5.0.0-nightly.20260512","@aztec/kv-store":"5.0.0-nightly.20260512","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260512","@aztec/constants":"5.0.0-nightly.20260512","@aztec/simulator":"5.0.0-nightly.20260512","@aztec/aztec-node":"5.0.0-nightly.20260512","@aztec/foundation":"5.0.0-nightly.20260512","@aztec/wallet-sdk":"5.0.0-nightly.20260512","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260512","@aztec/entrypoints":"5.0.0-nightly.20260512","@aztec/epoch-cache":"5.0.0-nightly.20260512","@aztec/prover-node":"5.0.0-nightly.20260512","@aztec/world-state":"5.0.0-nightly.20260512","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260512","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260512","@aztec/prover-client":"5.0.0-nightly.20260512","@aztec/noir-noirc_abi":"5.0.0-nightly.20260512","@aztec/sequencer-client":"5.0.0-nightly.20260512","@aztec/telemetry-client":"5.0.0-nightly.20260512","@aztec/validator-client":"5.0.0-nightly.20260512","@aztec/noir-contracts.js":"5.0.0-nightly.20260512","@aztec/protocol-contracts":"5.0.0-nightly.20260512","@aztec/validator-ha-signer":"5.0.0-nightly.20260512","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260512","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260512"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260512_1778557107733_0.8445042083027434","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260512":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260512","_id":"@aztec/end-to-end@4.3.0-nightly.20260512","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f4499e10f0d32dcdc4acf4e57f5b72661aa12cae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260512.tgz","fileCount":294,"integrity":"sha512-zFoZNCobFmQfQZWHCWuf5aZZs6OmlYHEMH3YqdJch1Dg1MAN7XXtX1Wl3ED+OAiPBojQnjYQ+uut5JC3BXvnkw==","signatures":[{"sig":"MEYCIQDrLyRawX20LiIXzm6bHkLGnzRS2zbL+saodmN6yPoQqwIhAPGC3IhAR2YxWobH7hso5ozvkedgk9OZEbZccHRf5NGq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136849},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"44aa84886e408737358145e94824219fc1751b1e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260512","@aztec/cli":"4.3.0-nightly.20260512","@aztec/p2p":"4.3.0-nightly.20260512","@aztec/pxe":"4.3.0-nightly.20260512","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260512","@aztec/bb.js":"4.3.0-nightly.20260512","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260512","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260512","@aztec/wallets":"4.3.0-nightly.20260512","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260512","@aztec/archiver":"4.3.0-nightly.20260512","@aztec/aztec.js":"4.3.0-nightly.20260512","@aztec/blob-lib":"4.3.0-nightly.20260512","@aztec/ethereum":"4.3.0-nightly.20260512","@aztec/kv-store":"4.3.0-nightly.20260512","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260512","@aztec/constants":"4.3.0-nightly.20260512","@aztec/simulator":"4.3.0-nightly.20260512","@aztec/aztec-node":"4.3.0-nightly.20260512","@aztec/foundation":"4.3.0-nightly.20260512","@aztec/wallet-sdk":"4.3.0-nightly.20260512","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260512","@aztec/entrypoints":"4.3.0-nightly.20260512","@aztec/epoch-cache":"4.3.0-nightly.20260512","@aztec/merkle-tree":"4.3.0-nightly.20260512","@aztec/prover-node":"4.3.0-nightly.20260512","@aztec/world-state":"4.3.0-nightly.20260512","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260512","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260512","@aztec/prover-client":"4.3.0-nightly.20260512","@aztec/noir-noirc_abi":"4.3.0-nightly.20260512","@aztec/sequencer-client":"4.3.0-nightly.20260512","@aztec/telemetry-client":"4.3.0-nightly.20260512","@aztec/validator-client":"4.3.0-nightly.20260512","@aztec/noir-contracts.js":"4.3.0-nightly.20260512","@aztec/protocol-contracts":"4.3.0-nightly.20260512","@aztec/validator-ha-signer":"4.3.0-nightly.20260512","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260512","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260512"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260512_1778569022605_0.5540490089577592","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260512-1":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260512-1","_id":"@aztec/end-to-end@4.3.0-nightly.20260512-1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"59efe4de5731361e4a41371864045dc370528746","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260512-1.tgz","fileCount":294,"integrity":"sha512-Sw87SEFNoIqm3O8xzolQEh6bF7GH0ZrsO1juWP+alT6xyWlVshk2FBRR8dX4k255KX8HhNHW70rKJndLGUcxRg==","signatures":[{"sig":"MEQCIDTJ26wt8slun0S0EDHscIxToDrErZ5sjMII/gTjAOxgAiAF2fVdVUAyF52m1EG/lN0wa6fPu/ZF0Z73rR8mTO+yiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136929},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":"./dest/index.js","gitHead":"7c959e70107d5f87597658ec00d5d6c7a882ab1c","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260512-1","@aztec/cli":"4.3.0-nightly.20260512-1","@aztec/p2p":"4.3.0-nightly.20260512-1","@aztec/pxe":"4.3.0-nightly.20260512-1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260512-1","@aztec/bb.js":"4.3.0-nightly.20260512-1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260512-1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260512-1","@aztec/wallets":"4.3.0-nightly.20260512-1","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260512-1","@aztec/archiver":"4.3.0-nightly.20260512-1","@aztec/aztec.js":"4.3.0-nightly.20260512-1","@aztec/blob-lib":"4.3.0-nightly.20260512-1","@aztec/ethereum":"4.3.0-nightly.20260512-1","@aztec/kv-store":"4.3.0-nightly.20260512-1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260512-1","@aztec/constants":"4.3.0-nightly.20260512-1","@aztec/simulator":"4.3.0-nightly.20260512-1","@aztec/aztec-node":"4.3.0-nightly.20260512-1","@aztec/foundation":"4.3.0-nightly.20260512-1","@aztec/wallet-sdk":"4.3.0-nightly.20260512-1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260512-1","@aztec/entrypoints":"4.3.0-nightly.20260512-1","@aztec/epoch-cache":"4.3.0-nightly.20260512-1","@aztec/merkle-tree":"4.3.0-nightly.20260512-1","@aztec/prover-node":"4.3.0-nightly.20260512-1","@aztec/world-state":"4.3.0-nightly.20260512-1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260512-1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260512-1","@aztec/prover-client":"4.3.0-nightly.20260512-1","@aztec/noir-noirc_abi":"4.3.0-nightly.20260512-1","@aztec/sequencer-client":"4.3.0-nightly.20260512-1","@aztec/telemetry-client":"4.3.0-nightly.20260512-1","@aztec/validator-client":"4.3.0-nightly.20260512-1","@aztec/noir-contracts.js":"4.3.0-nightly.20260512-1","@aztec/protocol-contracts":"4.3.0-nightly.20260512-1","@aztec/validator-ha-signer":"4.3.0-nightly.20260512-1","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260512-1","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260512-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260512-1_1778589341577_0.6141585167466845","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260512-2":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260512-2","_id":"@aztec/end-to-end@4.3.0-nightly.20260512-2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"04c9d3492742ac127573c390cd5d7c5435196228","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260512-2.tgz","fileCount":294,"integrity":"sha512-OGRij60tLmUVfEqsRJ+iRCSsiw6ORK03fVqq+njLtjlvVR+IHGOFK9U62SvEof0wyn/ihB2j/0u61gKuRTWQPg==","signatures":[{"sig":"MEUCIQCIDpwAc9vPSPK5ijnr6U+kW+Gb3gjMPTH1fXT/mOin1AIgQAZwdYDtKH6jyC7/nCqSKtrK7aPNx3frU9e+cdFK6sE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136967},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"175c6844980c8421881fb46f8459806bb110fa07","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260512-2","@aztec/cli":"4.3.0-nightly.20260512-2","@aztec/p2p":"4.3.0-nightly.20260512-2","@aztec/pxe":"4.3.0-nightly.20260512-2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260512-2","@aztec/bb.js":"4.3.0-nightly.20260512-2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260512-2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260512-2","@aztec/wallets":"4.3.0-nightly.20260512-2","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260512-2","@aztec/archiver":"4.3.0-nightly.20260512-2","@aztec/aztec.js":"4.3.0-nightly.20260512-2","@aztec/blob-lib":"4.3.0-nightly.20260512-2","@aztec/ethereum":"4.3.0-nightly.20260512-2","@aztec/kv-store":"4.3.0-nightly.20260512-2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260512-2","@aztec/constants":"4.3.0-nightly.20260512-2","@aztec/simulator":"4.3.0-nightly.20260512-2","@aztec/aztec-node":"4.3.0-nightly.20260512-2","@aztec/foundation":"4.3.0-nightly.20260512-2","@aztec/wallet-sdk":"4.3.0-nightly.20260512-2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260512-2","@aztec/entrypoints":"4.3.0-nightly.20260512-2","@aztec/epoch-cache":"4.3.0-nightly.20260512-2","@aztec/merkle-tree":"4.3.0-nightly.20260512-2","@aztec/prover-node":"4.3.0-nightly.20260512-2","@aztec/world-state":"4.3.0-nightly.20260512-2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260512-2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260512-2","@aztec/prover-client":"4.3.0-nightly.20260512-2","@aztec/noir-noirc_abi":"4.3.0-nightly.20260512-2","@aztec/sequencer-client":"4.3.0-nightly.20260512-2","@aztec/telemetry-client":"4.3.0-nightly.20260512-2","@aztec/validator-client":"4.3.0-nightly.20260512-2","@aztec/noir-contracts.js":"4.3.0-nightly.20260512-2","@aztec/protocol-contracts":"4.3.0-nightly.20260512-2","@aztec/validator-ha-signer":"4.3.0-nightly.20260512-2","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260512-2","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260512-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260512-2_1778594451057_0.36411866283541294","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260513":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260513","_id":"@aztec/end-to-end@4.3.0-nightly.20260513","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"391614a4b29ec0634867cbe807e0aa52746520b4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260513.tgz","fileCount":294,"integrity":"sha512-s5ZiPfcMx6vbISf8wwpOlvEf8x4zsHT5BK1qf6Uvs/pDbDXhazoNheTTCFh84ZRxoc9rDj7tsOvVHysvZ0HB8A==","signatures":[{"sig":"MEQCIFT+Q7jT6XdH6DgHpRSkeI87NGBc+na0/K78wRdd1LMpAiBaDbxlUvFRXH7I0MrlxKLv9Jbs65SP7PcdRdU4+9iIKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"fa9e8137ac146af2bf4c712c7516a6b4bf7d480f","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260513","@aztec/cli":"4.3.0-nightly.20260513","@aztec/p2p":"4.3.0-nightly.20260513","@aztec/pxe":"4.3.0-nightly.20260513","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260513","@aztec/bb.js":"4.3.0-nightly.20260513","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260513","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260513","@aztec/wallets":"4.3.0-nightly.20260513","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260513","@aztec/archiver":"4.3.0-nightly.20260513","@aztec/aztec.js":"4.3.0-nightly.20260513","@aztec/blob-lib":"4.3.0-nightly.20260513","@aztec/ethereum":"4.3.0-nightly.20260513","@aztec/kv-store":"4.3.0-nightly.20260513","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260513","@aztec/constants":"4.3.0-nightly.20260513","@aztec/simulator":"4.3.0-nightly.20260513","@aztec/aztec-node":"4.3.0-nightly.20260513","@aztec/foundation":"4.3.0-nightly.20260513","@aztec/wallet-sdk":"4.3.0-nightly.20260513","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260513","@aztec/entrypoints":"4.3.0-nightly.20260513","@aztec/epoch-cache":"4.3.0-nightly.20260513","@aztec/merkle-tree":"4.3.0-nightly.20260513","@aztec/prover-node":"4.3.0-nightly.20260513","@aztec/world-state":"4.3.0-nightly.20260513","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260513","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260513","@aztec/prover-client":"4.3.0-nightly.20260513","@aztec/noir-noirc_abi":"4.3.0-nightly.20260513","@aztec/sequencer-client":"4.3.0-nightly.20260513","@aztec/telemetry-client":"4.3.0-nightly.20260513","@aztec/validator-client":"4.3.0-nightly.20260513","@aztec/noir-contracts.js":"4.3.0-nightly.20260513","@aztec/protocol-contracts":"4.3.0-nightly.20260513","@aztec/validator-ha-signer":"4.3.0-nightly.20260513","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260513","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260513"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260513_1778655165027_0.27470706558377","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260514":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260514","_id":"@aztec/end-to-end@5.0.0-nightly.20260514","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"65af574ddc361d29bdd9f7afb672ae011868ec8f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260514.tgz","fileCount":310,"integrity":"sha512-0jcXbUgVBaZoFPMnzIihciEIsHmnkWNUENYnQ8UPGQMzW1d9bnsV9SpN22iBlxdAIRxTAdbwtcoEEWTqz/1P4A==","signatures":[{"sig":"MEUCIQCnHVFJSdMqt/B1JcvfCDsZ2s4oTny6qQWa9b4DhNk7iwIgah+81YbHgzBnnt6+xhnzKhDee8U4rF0R1WPFh01FzNo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37192576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260514","@aztec/cli":"5.0.0-nightly.20260514","@aztec/p2p":"5.0.0-nightly.20260514","@aztec/pxe":"5.0.0-nightly.20260514","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260514","@aztec/bb.js":"5.0.0-nightly.20260514","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260514","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260514","@aztec/wallets":"5.0.0-nightly.20260514","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260514","@aztec/archiver":"5.0.0-nightly.20260514","@aztec/aztec.js":"5.0.0-nightly.20260514","@aztec/blob-lib":"5.0.0-nightly.20260514","@aztec/ethereum":"5.0.0-nightly.20260514","@aztec/kv-store":"5.0.0-nightly.20260514","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260514","@aztec/constants":"5.0.0-nightly.20260514","@aztec/simulator":"5.0.0-nightly.20260514","@aztec/aztec-node":"5.0.0-nightly.20260514","@aztec/foundation":"5.0.0-nightly.20260514","@aztec/wallet-sdk":"5.0.0-nightly.20260514","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260514","@aztec/entrypoints":"5.0.0-nightly.20260514","@aztec/epoch-cache":"5.0.0-nightly.20260514","@aztec/prover-node":"5.0.0-nightly.20260514","@aztec/world-state":"5.0.0-nightly.20260514","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260514","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260514","@aztec/prover-client":"5.0.0-nightly.20260514","@aztec/noir-noirc_abi":"5.0.0-nightly.20260514","@aztec/sequencer-client":"5.0.0-nightly.20260514","@aztec/telemetry-client":"5.0.0-nightly.20260514","@aztec/validator-client":"5.0.0-nightly.20260514","@aztec/noir-contracts.js":"5.0.0-nightly.20260514","@aztec/protocol-contracts":"5.0.0-nightly.20260514","@aztec/validator-ha-signer":"5.0.0-nightly.20260514","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260514","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260514"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260514_1778729889788_0.9842286181933748","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260514":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260514","_id":"@aztec/end-to-end@4.3.0-nightly.20260514","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2d3276455de07f3ecb71f2e02ea36416e577f369","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260514.tgz","fileCount":294,"integrity":"sha512-0NJJTAfOdIvO/NfTRi6Loc+qzcyJD7wmzRja5Cw2OAADXl4Mq8LOeLF/uLI1/0MlaKzlDM8BqFetMYie6l3VEQ==","signatures":[{"sig":"MEUCIEBBxbYertBFUJoTvCQ2ZyZ3mPWblJIF6V9YEr+GLT3TAiEAr3B+zVRi8Oxk9dXUaKuHsF60Dzl8E+td3VbVWdU9nSo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"8c30060c1fc59b3acb3b88e3792ec8e90db51e3a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260514","@aztec/cli":"4.3.0-nightly.20260514","@aztec/p2p":"4.3.0-nightly.20260514","@aztec/pxe":"4.3.0-nightly.20260514","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260514","@aztec/bb.js":"4.3.0-nightly.20260514","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260514","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260514","@aztec/wallets":"4.3.0-nightly.20260514","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260514","@aztec/archiver":"4.3.0-nightly.20260514","@aztec/aztec.js":"4.3.0-nightly.20260514","@aztec/blob-lib":"4.3.0-nightly.20260514","@aztec/ethereum":"4.3.0-nightly.20260514","@aztec/kv-store":"4.3.0-nightly.20260514","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260514","@aztec/constants":"4.3.0-nightly.20260514","@aztec/simulator":"4.3.0-nightly.20260514","@aztec/aztec-node":"4.3.0-nightly.20260514","@aztec/foundation":"4.3.0-nightly.20260514","@aztec/wallet-sdk":"4.3.0-nightly.20260514","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260514","@aztec/entrypoints":"4.3.0-nightly.20260514","@aztec/epoch-cache":"4.3.0-nightly.20260514","@aztec/merkle-tree":"4.3.0-nightly.20260514","@aztec/prover-node":"4.3.0-nightly.20260514","@aztec/world-state":"4.3.0-nightly.20260514","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260514","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260514","@aztec/prover-client":"4.3.0-nightly.20260514","@aztec/noir-noirc_abi":"4.3.0-nightly.20260514","@aztec/sequencer-client":"4.3.0-nightly.20260514","@aztec/telemetry-client":"4.3.0-nightly.20260514","@aztec/validator-client":"4.3.0-nightly.20260514","@aztec/noir-contracts.js":"4.3.0-nightly.20260514","@aztec/protocol-contracts":"4.3.0-nightly.20260514","@aztec/validator-ha-signer":"4.3.0-nightly.20260514","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260514","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260514"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260514_1778741525292_0.588692847071735","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260515":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260515","_id":"@aztec/end-to-end@5.0.0-nightly.20260515","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5fbf45622647a83f0aeaa3917c40ee48fc62343b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260515.tgz","fileCount":310,"integrity":"sha512-aMtbC84+9Bzb/jKiPHj9TpeZpPruuiokJw5ERgrzYvE2uobpd5p+RnaqtWSDJ8cSaJF/av5v4LrE95eu3MaDNg==","signatures":[{"sig":"MEYCIQDRRWUGIopWDUFCNSpZ0iqa4LFe78kYpz5UimvstoCuVgIhALQSbiljlk+SPf4lBPMMtM4VPTTvlVY3KoBvZ+cwQ5or","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37192576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260515","@aztec/cli":"5.0.0-nightly.20260515","@aztec/p2p":"5.0.0-nightly.20260515","@aztec/pxe":"5.0.0-nightly.20260515","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260515","@aztec/bb.js":"5.0.0-nightly.20260515","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260515","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260515","@aztec/wallets":"5.0.0-nightly.20260515","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260515","@aztec/archiver":"5.0.0-nightly.20260515","@aztec/aztec.js":"5.0.0-nightly.20260515","@aztec/blob-lib":"5.0.0-nightly.20260515","@aztec/ethereum":"5.0.0-nightly.20260515","@aztec/kv-store":"5.0.0-nightly.20260515","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260515","@aztec/constants":"5.0.0-nightly.20260515","@aztec/simulator":"5.0.0-nightly.20260515","@aztec/aztec-node":"5.0.0-nightly.20260515","@aztec/foundation":"5.0.0-nightly.20260515","@aztec/wallet-sdk":"5.0.0-nightly.20260515","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260515","@aztec/entrypoints":"5.0.0-nightly.20260515","@aztec/epoch-cache":"5.0.0-nightly.20260515","@aztec/prover-node":"5.0.0-nightly.20260515","@aztec/world-state":"5.0.0-nightly.20260515","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260515","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260515","@aztec/prover-client":"5.0.0-nightly.20260515","@aztec/noir-noirc_abi":"5.0.0-nightly.20260515","@aztec/sequencer-client":"5.0.0-nightly.20260515","@aztec/telemetry-client":"5.0.0-nightly.20260515","@aztec/validator-client":"5.0.0-nightly.20260515","@aztec/noir-contracts.js":"5.0.0-nightly.20260515","@aztec/protocol-contracts":"5.0.0-nightly.20260515","@aztec/validator-ha-signer":"5.0.0-nightly.20260515","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260515","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260515"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260515_1778816518869_0.5081064283713672","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-nightly.20260515":{"name":"@aztec/end-to-end","version":"4.3.0-nightly.20260515","_id":"@aztec/end-to-end@4.3.0-nightly.20260515","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5c6158dbb5a8d24b67a33ffe64b115dc0c916cb7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-nightly.20260515.tgz","fileCount":294,"integrity":"sha512-CbA8BHxc/Tu4iabR8riKAPo3qUmNl6u54rKQC9b1Ydd4Dd1IfXKKoBReuUAngsk1kX7dHVVj68FVp6vCs4x8AA==","signatures":[{"sig":"MEQCIFTtoDzcHAAwGLRON5S4IDxDlwt/K00lO0UlmdDQutfUAiBdH3qeUgy4nTG+s6ATTK/BkeECs55aMJKrMkRMctAiTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"7fe3a2aeba9fb5483345fd2ecd6cd61fca01a90e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-nightly.20260515","@aztec/cli":"4.3.0-nightly.20260515","@aztec/p2p":"4.3.0-nightly.20260515","@aztec/pxe":"4.3.0-nightly.20260515","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-nightly.20260515","@aztec/bb.js":"4.3.0-nightly.20260515","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-nightly.20260515","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-nightly.20260515","@aztec/wallets":"4.3.0-nightly.20260515","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-nightly.20260515","@aztec/archiver":"4.3.0-nightly.20260515","@aztec/aztec.js":"4.3.0-nightly.20260515","@aztec/blob-lib":"4.3.0-nightly.20260515","@aztec/ethereum":"4.3.0-nightly.20260515","@aztec/kv-store":"4.3.0-nightly.20260515","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-nightly.20260515","@aztec/constants":"4.3.0-nightly.20260515","@aztec/simulator":"4.3.0-nightly.20260515","@aztec/aztec-node":"4.3.0-nightly.20260515","@aztec/foundation":"4.3.0-nightly.20260515","@aztec/wallet-sdk":"4.3.0-nightly.20260515","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-nightly.20260515","@aztec/entrypoints":"4.3.0-nightly.20260515","@aztec/epoch-cache":"4.3.0-nightly.20260515","@aztec/merkle-tree":"4.3.0-nightly.20260515","@aztec/prover-node":"4.3.0-nightly.20260515","@aztec/world-state":"4.3.0-nightly.20260515","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-nightly.20260515","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-nightly.20260515","@aztec/prover-client":"4.3.0-nightly.20260515","@aztec/noir-noirc_abi":"4.3.0-nightly.20260515","@aztec/sequencer-client":"4.3.0-nightly.20260515","@aztec/telemetry-client":"4.3.0-nightly.20260515","@aztec/validator-client":"4.3.0-nightly.20260515","@aztec/noir-contracts.js":"4.3.0-nightly.20260515","@aztec/protocol-contracts":"4.3.0-nightly.20260515","@aztec/validator-ha-signer":"4.3.0-nightly.20260515","@aztec/noir-test-contracts.js":"4.3.0-nightly.20260515","@aztec/noir-protocol-circuits-types":"4.3.0-nightly.20260515"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-nightly.20260515_1778828036158_0.08666694068129321","host":"s3://npm-registry-packages-npm-production"}},"4.3.0-rc.1":{"name":"@aztec/end-to-end","version":"4.3.0-rc.1","_id":"@aztec/end-to-end@4.3.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e1bd5dab350c3e7bf757d8ffe03f0711d31df70d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0-rc.1.tgz","fileCount":294,"integrity":"sha512-YFTTB4dQa17HzSh/ixhufjkPetXouewoIQIf8MK3OfXAdEwEySjCSWKlrkd/P6M+Gvc762fFW2/zpf2DlZ8j4Q==","signatures":[{"sig":"MEUCIEe6i/AK2PFfYYvGFRpgAAmOeM2HPkblkPOrg7Y+WaaFAiEA1fU6muQB4G7SOe4MRKYJDg6mekaJJ9BXvndA2pg5HeM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136407},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"5a4d1a474db016be71ea551aef089ce9794af370","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0-rc.1","@aztec/cli":"4.3.0-rc.1","@aztec/p2p":"4.3.0-rc.1","@aztec/pxe":"4.3.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0-rc.1","@aztec/bb.js":"4.3.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0-rc.1","@aztec/wallets":"4.3.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0-rc.1","@aztec/archiver":"4.3.0-rc.1","@aztec/aztec.js":"4.3.0-rc.1","@aztec/blob-lib":"4.3.0-rc.1","@aztec/ethereum":"4.3.0-rc.1","@aztec/kv-store":"4.3.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0-rc.1","@aztec/constants":"4.3.0-rc.1","@aztec/simulator":"4.3.0-rc.1","@aztec/aztec-node":"4.3.0-rc.1","@aztec/foundation":"4.3.0-rc.1","@aztec/wallet-sdk":"4.3.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0-rc.1","@aztec/entrypoints":"4.3.0-rc.1","@aztec/epoch-cache":"4.3.0-rc.1","@aztec/merkle-tree":"4.3.0-rc.1","@aztec/prover-node":"4.3.0-rc.1","@aztec/world-state":"4.3.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0-rc.1","@aztec/prover-client":"4.3.0-rc.1","@aztec/noir-noirc_abi":"4.3.0-rc.1","@aztec/sequencer-client":"4.3.0-rc.1","@aztec/telemetry-client":"4.3.0-rc.1","@aztec/validator-client":"4.3.0-rc.1","@aztec/noir-contracts.js":"4.3.0-rc.1","@aztec/protocol-contracts":"4.3.0-rc.1","@aztec/validator-ha-signer":"4.3.0-rc.1","@aztec/noir-test-contracts.js":"4.3.0-rc.1","@aztec/noir-protocol-circuits-types":"4.3.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0-rc.1_1778841721934_0.4109567041712052","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260516":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260516","_id":"@aztec/end-to-end@5.0.0-nightly.20260516","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f6bdfc37de75b689dfeb1fccee041be27e66dfa6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260516.tgz","fileCount":310,"integrity":"sha512-okz6WBUoD/C3bqyfMv2K+5FgcDgerLUB0Q2HOJzag0zByJZ+bPE8n+86bw7vApggdfjnT9sOYnmIg0mnyfZvtA==","signatures":[{"sig":"MEUCIFKFzH805c5Wus9ozFQFu7UgyE4ajbXD/38g0iQyfbyiAiEAwEWqtoH3M8omDoofOU4JUfZaz6gaSFNxrLiy9ihY/qg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37192576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260516","@aztec/cli":"5.0.0-nightly.20260516","@aztec/p2p":"5.0.0-nightly.20260516","@aztec/pxe":"5.0.0-nightly.20260516","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260516","@aztec/bb.js":"5.0.0-nightly.20260516","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260516","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260516","@aztec/wallets":"5.0.0-nightly.20260516","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260516","@aztec/archiver":"5.0.0-nightly.20260516","@aztec/aztec.js":"5.0.0-nightly.20260516","@aztec/blob-lib":"5.0.0-nightly.20260516","@aztec/ethereum":"5.0.0-nightly.20260516","@aztec/kv-store":"5.0.0-nightly.20260516","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260516","@aztec/constants":"5.0.0-nightly.20260516","@aztec/simulator":"5.0.0-nightly.20260516","@aztec/aztec-node":"5.0.0-nightly.20260516","@aztec/foundation":"5.0.0-nightly.20260516","@aztec/wallet-sdk":"5.0.0-nightly.20260516","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260516","@aztec/entrypoints":"5.0.0-nightly.20260516","@aztec/epoch-cache":"5.0.0-nightly.20260516","@aztec/prover-node":"5.0.0-nightly.20260516","@aztec/world-state":"5.0.0-nightly.20260516","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260516","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260516","@aztec/prover-client":"5.0.0-nightly.20260516","@aztec/noir-noirc_abi":"5.0.0-nightly.20260516","@aztec/sequencer-client":"5.0.0-nightly.20260516","@aztec/telemetry-client":"5.0.0-nightly.20260516","@aztec/validator-client":"5.0.0-nightly.20260516","@aztec/noir-contracts.js":"5.0.0-nightly.20260516","@aztec/protocol-contracts":"5.0.0-nightly.20260516","@aztec/validator-ha-signer":"5.0.0-nightly.20260516","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260516","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260516"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260516_1778902427123_0.3189386572962938","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260516":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260516","_id":"@aztec/end-to-end@4.4.0-nightly.20260516","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bbb94bbc5a02dcc577cd3f734918d654287bfa06","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260516.tgz","fileCount":294,"integrity":"sha512-MkkDF+zjBB158VNS7Y5BYXaWJM3dOCPMrm252FVWA/N9534NtXBiRZlACw44iE2sk9paoh3Le1hlg6vb+jo1eQ==","signatures":[{"sig":"MEQCIC3SXXMbDH3JkA5WkilEeYQMD9qEw+yBJ6BUUOueiQIXAiBrA2GFvCgqgwLeRenyAIhXKYFq1AuoGyuiMdLq9PRvWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"36941911765a087c3fba0b396cee104c022fcadb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260516","@aztec/cli":"4.4.0-nightly.20260516","@aztec/p2p":"4.4.0-nightly.20260516","@aztec/pxe":"4.4.0-nightly.20260516","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260516","@aztec/bb.js":"4.4.0-nightly.20260516","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260516","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260516","@aztec/wallets":"4.4.0-nightly.20260516","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260516","@aztec/archiver":"4.4.0-nightly.20260516","@aztec/aztec.js":"4.4.0-nightly.20260516","@aztec/blob-lib":"4.4.0-nightly.20260516","@aztec/ethereum":"4.4.0-nightly.20260516","@aztec/kv-store":"4.4.0-nightly.20260516","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260516","@aztec/constants":"4.4.0-nightly.20260516","@aztec/simulator":"4.4.0-nightly.20260516","@aztec/aztec-node":"4.4.0-nightly.20260516","@aztec/foundation":"4.4.0-nightly.20260516","@aztec/wallet-sdk":"4.4.0-nightly.20260516","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260516","@aztec/entrypoints":"4.4.0-nightly.20260516","@aztec/epoch-cache":"4.4.0-nightly.20260516","@aztec/merkle-tree":"4.4.0-nightly.20260516","@aztec/prover-node":"4.4.0-nightly.20260516","@aztec/world-state":"4.4.0-nightly.20260516","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260516","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260516","@aztec/prover-client":"4.4.0-nightly.20260516","@aztec/noir-noirc_abi":"4.4.0-nightly.20260516","@aztec/sequencer-client":"4.4.0-nightly.20260516","@aztec/telemetry-client":"4.4.0-nightly.20260516","@aztec/validator-client":"4.4.0-nightly.20260516","@aztec/noir-contracts.js":"4.4.0-nightly.20260516","@aztec/protocol-contracts":"4.4.0-nightly.20260516","@aztec/validator-ha-signer":"4.4.0-nightly.20260516","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260516","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260516"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260516_1778913813355_0.9908548906864987","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260517":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260517","_id":"@aztec/end-to-end@5.0.0-nightly.20260517","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b1304aabba39d46c1eade485a7d174c79c1460f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260517.tgz","fileCount":310,"integrity":"sha512-o/RpNthdgvjpMJthckMsrlmpKhV8MbjlV+vdaLzgBjoBzVAITpNLnzedAbcMUJXlS38BXetjjvKYE5fEa9fDAQ==","signatures":[{"sig":"MEQCIHltjsQ8lmTCgapEQ9Uks0g4/IyRIAknL9jF9bKwhGdWAiB58bwjJJZ5PZG/5dZ1xC7tqLF1yvyAOch5CCUUro7TWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37192576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260517","@aztec/cli":"5.0.0-nightly.20260517","@aztec/p2p":"5.0.0-nightly.20260517","@aztec/pxe":"5.0.0-nightly.20260517","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260517","@aztec/bb.js":"5.0.0-nightly.20260517","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260517","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260517","@aztec/wallets":"5.0.0-nightly.20260517","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260517","@aztec/archiver":"5.0.0-nightly.20260517","@aztec/aztec.js":"5.0.0-nightly.20260517","@aztec/blob-lib":"5.0.0-nightly.20260517","@aztec/ethereum":"5.0.0-nightly.20260517","@aztec/kv-store":"5.0.0-nightly.20260517","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260517","@aztec/constants":"5.0.0-nightly.20260517","@aztec/simulator":"5.0.0-nightly.20260517","@aztec/aztec-node":"5.0.0-nightly.20260517","@aztec/foundation":"5.0.0-nightly.20260517","@aztec/wallet-sdk":"5.0.0-nightly.20260517","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260517","@aztec/entrypoints":"5.0.0-nightly.20260517","@aztec/epoch-cache":"5.0.0-nightly.20260517","@aztec/prover-node":"5.0.0-nightly.20260517","@aztec/world-state":"5.0.0-nightly.20260517","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260517","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260517","@aztec/prover-client":"5.0.0-nightly.20260517","@aztec/noir-noirc_abi":"5.0.0-nightly.20260517","@aztec/sequencer-client":"5.0.0-nightly.20260517","@aztec/telemetry-client":"5.0.0-nightly.20260517","@aztec/validator-client":"5.0.0-nightly.20260517","@aztec/noir-contracts.js":"5.0.0-nightly.20260517","@aztec/protocol-contracts":"5.0.0-nightly.20260517","@aztec/validator-ha-signer":"5.0.0-nightly.20260517","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260517","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260517"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260517_1778988777334_0.3222057630224857","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260517":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260517","_id":"@aztec/end-to-end@4.4.0-nightly.20260517","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e6bee35a8ed435168e007698a767fa00c01cb272","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260517.tgz","fileCount":294,"integrity":"sha512-sWOMMaZTOGMlhtEFHuZTAEJBpXAvjjNWQ5V/913XkYolLQaU/sySABsNuqdpNedn/+lia4ufI/3qzLKS+lJqAQ==","signatures":[{"sig":"MEUCIAnvAfn6mI/EyK8anXd0Ap7j4MAkcsbJFNjkJ3J+8u9KAiEA87oOmwbFTHz3EYXXHAkSpgG460wh4+anLLlzBaNMuKw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"36941911765a087c3fba0b396cee104c022fcadb","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260517","@aztec/cli":"4.4.0-nightly.20260517","@aztec/p2p":"4.4.0-nightly.20260517","@aztec/pxe":"4.4.0-nightly.20260517","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260517","@aztec/bb.js":"4.4.0-nightly.20260517","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260517","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260517","@aztec/wallets":"4.4.0-nightly.20260517","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260517","@aztec/archiver":"4.4.0-nightly.20260517","@aztec/aztec.js":"4.4.0-nightly.20260517","@aztec/blob-lib":"4.4.0-nightly.20260517","@aztec/ethereum":"4.4.0-nightly.20260517","@aztec/kv-store":"4.4.0-nightly.20260517","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260517","@aztec/constants":"4.4.0-nightly.20260517","@aztec/simulator":"4.4.0-nightly.20260517","@aztec/aztec-node":"4.4.0-nightly.20260517","@aztec/foundation":"4.4.0-nightly.20260517","@aztec/wallet-sdk":"4.4.0-nightly.20260517","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260517","@aztec/entrypoints":"4.4.0-nightly.20260517","@aztec/epoch-cache":"4.4.0-nightly.20260517","@aztec/merkle-tree":"4.4.0-nightly.20260517","@aztec/prover-node":"4.4.0-nightly.20260517","@aztec/world-state":"4.4.0-nightly.20260517","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260517","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260517","@aztec/prover-client":"4.4.0-nightly.20260517","@aztec/noir-noirc_abi":"4.4.0-nightly.20260517","@aztec/sequencer-client":"4.4.0-nightly.20260517","@aztec/telemetry-client":"4.4.0-nightly.20260517","@aztec/validator-client":"4.4.0-nightly.20260517","@aztec/noir-contracts.js":"4.4.0-nightly.20260517","@aztec/protocol-contracts":"4.4.0-nightly.20260517","@aztec/validator-ha-signer":"4.4.0-nightly.20260517","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260517","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260517"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260517_1779000878241_0.6519561963465685","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260518":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260518","_id":"@aztec/end-to-end@5.0.0-nightly.20260518","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fd7c2d9df366254c706bf2b42f25d7ac8093fbd0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260518.tgz","fileCount":310,"integrity":"sha512-J0eLlLtbxFOrP5V7R1ybqcLvnDjALZ1NNU7fI0MzETTFjaEY/ZMLdtm4PVOzvpBXpIWrr/qN++1wEDY6pFeIcg==","signatures":[{"sig":"MEUCIAMsGF+aKrjZRV7PktNjnANtGifwe5ebh213H972RAc4AiEAv9n+7DPHTTmgaQd07HVdsvNq2TmCg41csQg8zrBGOF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37192576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260518","@aztec/cli":"5.0.0-nightly.20260518","@aztec/p2p":"5.0.0-nightly.20260518","@aztec/pxe":"5.0.0-nightly.20260518","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260518","@aztec/bb.js":"5.0.0-nightly.20260518","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260518","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260518","@aztec/wallets":"5.0.0-nightly.20260518","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260518","@aztec/archiver":"5.0.0-nightly.20260518","@aztec/aztec.js":"5.0.0-nightly.20260518","@aztec/blob-lib":"5.0.0-nightly.20260518","@aztec/ethereum":"5.0.0-nightly.20260518","@aztec/kv-store":"5.0.0-nightly.20260518","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260518","@aztec/constants":"5.0.0-nightly.20260518","@aztec/simulator":"5.0.0-nightly.20260518","@aztec/aztec-node":"5.0.0-nightly.20260518","@aztec/foundation":"5.0.0-nightly.20260518","@aztec/wallet-sdk":"5.0.0-nightly.20260518","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260518","@aztec/entrypoints":"5.0.0-nightly.20260518","@aztec/epoch-cache":"5.0.0-nightly.20260518","@aztec/prover-node":"5.0.0-nightly.20260518","@aztec/world-state":"5.0.0-nightly.20260518","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260518","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260518","@aztec/prover-client":"5.0.0-nightly.20260518","@aztec/noir-noirc_abi":"5.0.0-nightly.20260518","@aztec/sequencer-client":"5.0.0-nightly.20260518","@aztec/telemetry-client":"5.0.0-nightly.20260518","@aztec/validator-client":"5.0.0-nightly.20260518","@aztec/noir-contracts.js":"5.0.0-nightly.20260518","@aztec/protocol-contracts":"5.0.0-nightly.20260518","@aztec/validator-ha-signer":"5.0.0-nightly.20260518","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260518","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260518"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260518_1779075361863_0.8326922154963385","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260518":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260518","_id":"@aztec/end-to-end@4.4.0-nightly.20260518","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d0b1e833a011d9104e3d1a354375e58dae5b87af","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260518.tgz","fileCount":294,"integrity":"sha512-qL/ZgNCXI7xPLlGOWbdQJyTHIbtMNHn6umEdbifUPdiHN48yZXz5Qw0NSZ8bmx0iV6Znd1v8Erlj5Zj+ldmisA==","signatures":[{"sig":"MEUCIF2NgoMpoTLaJDt29G29cKiIANVjxJoIWY83HX0Tz18vAiEA3V4jA8ELDtfEj2lqkQACz22yBoFsISwD/ghq6d12I+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"1a40b92d985c8dd002808988607b2a93a8641a7e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260518","@aztec/cli":"4.4.0-nightly.20260518","@aztec/p2p":"4.4.0-nightly.20260518","@aztec/pxe":"4.4.0-nightly.20260518","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260518","@aztec/bb.js":"4.4.0-nightly.20260518","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260518","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260518","@aztec/wallets":"4.4.0-nightly.20260518","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260518","@aztec/archiver":"4.4.0-nightly.20260518","@aztec/aztec.js":"4.4.0-nightly.20260518","@aztec/blob-lib":"4.4.0-nightly.20260518","@aztec/ethereum":"4.4.0-nightly.20260518","@aztec/kv-store":"4.4.0-nightly.20260518","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260518","@aztec/constants":"4.4.0-nightly.20260518","@aztec/simulator":"4.4.0-nightly.20260518","@aztec/aztec-node":"4.4.0-nightly.20260518","@aztec/foundation":"4.4.0-nightly.20260518","@aztec/wallet-sdk":"4.4.0-nightly.20260518","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260518","@aztec/entrypoints":"4.4.0-nightly.20260518","@aztec/epoch-cache":"4.4.0-nightly.20260518","@aztec/merkle-tree":"4.4.0-nightly.20260518","@aztec/prover-node":"4.4.0-nightly.20260518","@aztec/world-state":"4.4.0-nightly.20260518","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260518","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260518","@aztec/prover-client":"4.4.0-nightly.20260518","@aztec/noir-noirc_abi":"4.4.0-nightly.20260518","@aztec/sequencer-client":"4.4.0-nightly.20260518","@aztec/telemetry-client":"4.4.0-nightly.20260518","@aztec/validator-client":"4.4.0-nightly.20260518","@aztec/noir-contracts.js":"4.4.0-nightly.20260518","@aztec/protocol-contracts":"4.4.0-nightly.20260518","@aztec/validator-ha-signer":"4.4.0-nightly.20260518","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260518","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260518"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260518_1779088137879_0.2490198161980759","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260519":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260519","_id":"@aztec/end-to-end@4.4.0-nightly.20260519","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3b28b2a5798e449afb2273130f0cab5aed1dc64e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260519.tgz","fileCount":294,"integrity":"sha512-fkejQhW30qwnLvzI4aWbfJsHeCkSsOinzXDidq6U6w8Rr3EfAZbtKKPDIYdtMAQu/8JMPvYFrrjNKbBWShglxQ==","signatures":[{"sig":"MEYCIQC3Fv0A7DfKbkNLWBCF2DOjVD6AzG7dJ63nMtpLH8vYUwIhAPmX5zR0Eop+VP/JIPAXe3/XcRObO5Ic+EAU5ud1uPFD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"1a40b92d985c8dd002808988607b2a93a8641a7e","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260519","@aztec/cli":"4.4.0-nightly.20260519","@aztec/p2p":"4.4.0-nightly.20260519","@aztec/pxe":"4.4.0-nightly.20260519","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260519","@aztec/bb.js":"4.4.0-nightly.20260519","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260519","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260519","@aztec/wallets":"4.4.0-nightly.20260519","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260519","@aztec/archiver":"4.4.0-nightly.20260519","@aztec/aztec.js":"4.4.0-nightly.20260519","@aztec/blob-lib":"4.4.0-nightly.20260519","@aztec/ethereum":"4.4.0-nightly.20260519","@aztec/kv-store":"4.4.0-nightly.20260519","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260519","@aztec/constants":"4.4.0-nightly.20260519","@aztec/simulator":"4.4.0-nightly.20260519","@aztec/aztec-node":"4.4.0-nightly.20260519","@aztec/foundation":"4.4.0-nightly.20260519","@aztec/wallet-sdk":"4.4.0-nightly.20260519","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260519","@aztec/entrypoints":"4.4.0-nightly.20260519","@aztec/epoch-cache":"4.4.0-nightly.20260519","@aztec/merkle-tree":"4.4.0-nightly.20260519","@aztec/prover-node":"4.4.0-nightly.20260519","@aztec/world-state":"4.4.0-nightly.20260519","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260519","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260519","@aztec/prover-client":"4.4.0-nightly.20260519","@aztec/noir-noirc_abi":"4.4.0-nightly.20260519","@aztec/sequencer-client":"4.4.0-nightly.20260519","@aztec/telemetry-client":"4.4.0-nightly.20260519","@aztec/validator-client":"4.4.0-nightly.20260519","@aztec/noir-contracts.js":"4.4.0-nightly.20260519","@aztec/protocol-contracts":"4.4.0-nightly.20260519","@aztec/validator-ha-signer":"4.4.0-nightly.20260519","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260519","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260519"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260519_1779174413769_0.3466845940100045","host":"s3://npm-registry-packages-npm-production"}},"4.3.0":{"name":"@aztec/end-to-end","version":"4.3.0","_id":"@aztec/end-to-end@4.3.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8fe26dd45142c695b181a642df0ac8c613f35f6c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.0.tgz","fileCount":294,"integrity":"sha512-DjwVCB0jmza0brxjT6HEJ2jwOvlu3dRGTW4ss7y9tc8RQMEkCdZ2kqmZXCdYTXkbL2L8znZejvu7383fzjzYBg==","signatures":[{"sig":"MEUCIFwcqmWAnq8CPz2fDRzq8++N5OSA7Y6JXC/gPaRXyxWMAiEAlwy6jMbZ1mPfngFkHGfLOqSCkIJLjwsFvGh1NPskUMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136207},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"e44e98dce68e7d5fbe2c93f700da924bb2963004","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.0","@aztec/cli":"4.3.0","@aztec/p2p":"4.3.0","@aztec/pxe":"4.3.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.0","@aztec/bb.js":"4.3.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.0","@aztec/wallets":"4.3.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.0","@aztec/archiver":"4.3.0","@aztec/aztec.js":"4.3.0","@aztec/blob-lib":"4.3.0","@aztec/ethereum":"4.3.0","@aztec/kv-store":"4.3.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.0","@aztec/constants":"4.3.0","@aztec/simulator":"4.3.0","@aztec/aztec-node":"4.3.0","@aztec/foundation":"4.3.0","@aztec/wallet-sdk":"4.3.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.0","@aztec/entrypoints":"4.3.0","@aztec/epoch-cache":"4.3.0","@aztec/merkle-tree":"4.3.0","@aztec/prover-node":"4.3.0","@aztec/world-state":"4.3.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.0","@aztec/prover-client":"4.3.0","@aztec/noir-noirc_abi":"4.3.0","@aztec/sequencer-client":"4.3.0","@aztec/telemetry-client":"4.3.0","@aztec/validator-client":"4.3.0","@aztec/noir-contracts.js":"4.3.0","@aztec/protocol-contracts":"4.3.0","@aztec/validator-ha-signer":"4.3.0","@aztec/noir-test-contracts.js":"4.3.0","@aztec/noir-protocol-circuits-types":"4.3.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.0_1779283526721_0.685895930046482","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260521":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260521","_id":"@aztec/end-to-end@5.0.0-nightly.20260521","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"344a592e5ea043ec585fb1f9a231692f25c3d10b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260521.tgz","fileCount":310,"integrity":"sha512-TxTE8f9nAVoNuyuM1VWd8nGDyJ4/rGF7iPX0eEiJZQEUXY5m4e6zx3LPNxe2fg8l46V1tiZXKgimK0a1v36o0w==","signatures":[{"sig":"MEYCIQC+BkEAh+MoOwgHCpEj2sfCLEmWE9HA3XkkKSxZ5qrmYwIhAOGTxygfSIRklA31n3fPYaCkVk4Kx9zO4STC6CEJRvsw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37190931},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260521","@aztec/cli":"5.0.0-nightly.20260521","@aztec/p2p":"5.0.0-nightly.20260521","@aztec/pxe":"5.0.0-nightly.20260521","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260521","@aztec/bb.js":"5.0.0-nightly.20260521","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260521","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260521","@aztec/wallets":"5.0.0-nightly.20260521","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260521","@aztec/archiver":"5.0.0-nightly.20260521","@aztec/aztec.js":"5.0.0-nightly.20260521","@aztec/blob-lib":"5.0.0-nightly.20260521","@aztec/ethereum":"5.0.0-nightly.20260521","@aztec/kv-store":"5.0.0-nightly.20260521","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260521","@aztec/constants":"5.0.0-nightly.20260521","@aztec/simulator":"5.0.0-nightly.20260521","@aztec/aztec-node":"5.0.0-nightly.20260521","@aztec/foundation":"5.0.0-nightly.20260521","@aztec/wallet-sdk":"5.0.0-nightly.20260521","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260521","@aztec/entrypoints":"5.0.0-nightly.20260521","@aztec/epoch-cache":"5.0.0-nightly.20260521","@aztec/prover-node":"5.0.0-nightly.20260521","@aztec/world-state":"5.0.0-nightly.20260521","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260521","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260521","@aztec/prover-client":"5.0.0-nightly.20260521","@aztec/noir-noirc_abi":"5.0.0-nightly.20260521","@aztec/sequencer-client":"5.0.0-nightly.20260521","@aztec/telemetry-client":"5.0.0-nightly.20260521","@aztec/validator-client":"5.0.0-nightly.20260521","@aztec/noir-contracts.js":"5.0.0-nightly.20260521","@aztec/protocol-contracts":"5.0.0-nightly.20260521","@aztec/validator-ha-signer":"5.0.0-nightly.20260521","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260521","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260521"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260521_1779334855834_0.8572021809945283","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260521":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260521","_id":"@aztec/end-to-end@4.4.0-nightly.20260521","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e1ad6f8216392022114533460474ea869555b03c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260521.tgz","fileCount":294,"integrity":"sha512-Z49fVHmlr+r9vKy5vPT1Ux1dM9YEl74Qyf3QSyJvdOfdsBt0L3E5RDH5EMuCJSS5fFklBW1v1IU1RDs5dDyF1A==","signatures":[{"sig":"MEQCIHUZaIeYUEqWbaNQwAJv0by9P790ms+stPOxNINA6GQnAiACuhQiEFa5F+pQWldhKuDuHqw+Os9/Uj85svpm7QtikA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aec8c166ed572bdcae4e15051734a89335c5c90a","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260521","@aztec/cli":"4.4.0-nightly.20260521","@aztec/p2p":"4.4.0-nightly.20260521","@aztec/pxe":"4.4.0-nightly.20260521","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260521","@aztec/bb.js":"4.4.0-nightly.20260521","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260521","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260521","@aztec/wallets":"4.4.0-nightly.20260521","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260521","@aztec/archiver":"4.4.0-nightly.20260521","@aztec/aztec.js":"4.4.0-nightly.20260521","@aztec/blob-lib":"4.4.0-nightly.20260521","@aztec/ethereum":"4.4.0-nightly.20260521","@aztec/kv-store":"4.4.0-nightly.20260521","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260521","@aztec/constants":"4.4.0-nightly.20260521","@aztec/simulator":"4.4.0-nightly.20260521","@aztec/aztec-node":"4.4.0-nightly.20260521","@aztec/foundation":"4.4.0-nightly.20260521","@aztec/wallet-sdk":"4.4.0-nightly.20260521","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260521","@aztec/entrypoints":"4.4.0-nightly.20260521","@aztec/epoch-cache":"4.4.0-nightly.20260521","@aztec/merkle-tree":"4.4.0-nightly.20260521","@aztec/prover-node":"4.4.0-nightly.20260521","@aztec/world-state":"4.4.0-nightly.20260521","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260521","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260521","@aztec/prover-client":"4.4.0-nightly.20260521","@aztec/noir-noirc_abi":"4.4.0-nightly.20260521","@aztec/sequencer-client":"4.4.0-nightly.20260521","@aztec/telemetry-client":"4.4.0-nightly.20260521","@aztec/validator-client":"4.4.0-nightly.20260521","@aztec/noir-contracts.js":"4.4.0-nightly.20260521","@aztec/protocol-contracts":"4.4.0-nightly.20260521","@aztec/validator-ha-signer":"4.4.0-nightly.20260521","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260521","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260521"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260521_1779347448967_0.0915275029415128","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260522":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260522","_id":"@aztec/end-to-end@5.0.0-nightly.20260522","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a6e6847f7899ecf4185041e4b9db73ad4f751099","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260522.tgz","fileCount":310,"integrity":"sha512-AXD2z/FRXYTqThwLFMhGHt29JM8Rhor+Rd6dS+r+uOG1CE0OxU4sqFUv5/gDDyiOSZcxQIA8cFt7zGfpBf/9pQ==","signatures":[{"sig":"MEQCIC/R3hbCp5ebvoOOz+Zhqgo3adVklCeemsME51zAXRiWAiAUSY5haYdsUrlwbatUC+Q1MgzazkFp422258pYxOiELw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37196369},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260522","@aztec/cli":"5.0.0-nightly.20260522","@aztec/p2p":"5.0.0-nightly.20260522","@aztec/pxe":"5.0.0-nightly.20260522","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260522","@aztec/bb.js":"5.0.0-nightly.20260522","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260522","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260522","@aztec/wallets":"5.0.0-nightly.20260522","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260522","@aztec/archiver":"5.0.0-nightly.20260522","@aztec/aztec.js":"5.0.0-nightly.20260522","@aztec/blob-lib":"5.0.0-nightly.20260522","@aztec/ethereum":"5.0.0-nightly.20260522","@aztec/kv-store":"5.0.0-nightly.20260522","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260522","@aztec/constants":"5.0.0-nightly.20260522","@aztec/simulator":"5.0.0-nightly.20260522","@aztec/aztec-node":"5.0.0-nightly.20260522","@aztec/foundation":"5.0.0-nightly.20260522","@aztec/wallet-sdk":"5.0.0-nightly.20260522","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260522","@aztec/entrypoints":"5.0.0-nightly.20260522","@aztec/epoch-cache":"5.0.0-nightly.20260522","@aztec/prover-node":"5.0.0-nightly.20260522","@aztec/world-state":"5.0.0-nightly.20260522","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260522","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260522","@aztec/prover-client":"5.0.0-nightly.20260522","@aztec/noir-noirc_abi":"5.0.0-nightly.20260522","@aztec/sequencer-client":"5.0.0-nightly.20260522","@aztec/telemetry-client":"5.0.0-nightly.20260522","@aztec/validator-client":"5.0.0-nightly.20260522","@aztec/noir-contracts.js":"5.0.0-nightly.20260522","@aztec/protocol-contracts":"5.0.0-nightly.20260522","@aztec/validator-ha-signer":"5.0.0-nightly.20260522","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260522","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260522"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260522_1779421453876_0.2205851784903019","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260522":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260522","_id":"@aztec/end-to-end@4.4.0-nightly.20260522","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d0c9a4bf1026b11fcbffb55f12bb4d9bda21e0d2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260522.tgz","fileCount":294,"integrity":"sha512-fPp8LNQHNhHWY3Fh/HfZAtHs/97loVbNVL6/efoQO42Q73LTVrKJHvOXnxbnsOwIdla7itrWsOv7ohPlhUCEjw==","signatures":[{"sig":"MEUCIFr//rtj/Vv6MBJ9rCZ/RjANWttVPmyxH9PtrIr5W89cAiEAvr+O5enYxM55A/AeQ9BezfdoCW9AntfjIZ+hZrTj+Z0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"ec29c67e9a2c15efe9571e808009f5b92de954a7","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260522","@aztec/cli":"4.4.0-nightly.20260522","@aztec/p2p":"4.4.0-nightly.20260522","@aztec/pxe":"4.4.0-nightly.20260522","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260522","@aztec/bb.js":"4.4.0-nightly.20260522","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260522","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260522","@aztec/wallets":"4.4.0-nightly.20260522","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260522","@aztec/archiver":"4.4.0-nightly.20260522","@aztec/aztec.js":"4.4.0-nightly.20260522","@aztec/blob-lib":"4.4.0-nightly.20260522","@aztec/ethereum":"4.4.0-nightly.20260522","@aztec/kv-store":"4.4.0-nightly.20260522","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260522","@aztec/constants":"4.4.0-nightly.20260522","@aztec/simulator":"4.4.0-nightly.20260522","@aztec/aztec-node":"4.4.0-nightly.20260522","@aztec/foundation":"4.4.0-nightly.20260522","@aztec/wallet-sdk":"4.4.0-nightly.20260522","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260522","@aztec/entrypoints":"4.4.0-nightly.20260522","@aztec/epoch-cache":"4.4.0-nightly.20260522","@aztec/merkle-tree":"4.4.0-nightly.20260522","@aztec/prover-node":"4.4.0-nightly.20260522","@aztec/world-state":"4.4.0-nightly.20260522","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260522","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260522","@aztec/prover-client":"4.4.0-nightly.20260522","@aztec/noir-noirc_abi":"4.4.0-nightly.20260522","@aztec/sequencer-client":"4.4.0-nightly.20260522","@aztec/telemetry-client":"4.4.0-nightly.20260522","@aztec/validator-client":"4.4.0-nightly.20260522","@aztec/noir-contracts.js":"4.4.0-nightly.20260522","@aztec/protocol-contracts":"4.4.0-nightly.20260522","@aztec/validator-ha-signer":"4.4.0-nightly.20260522","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260522","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260522"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260522_1779433547572_0.8863411299448158","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260523":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260523","_id":"@aztec/end-to-end@5.0.0-nightly.20260523","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b7e083ca242c2ac619512f49d362dcb782c0eb18","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260523.tgz","fileCount":310,"integrity":"sha512-2I1i8AR5X6WA+K14MPMHB28LwMERSa9YLUqGBoZzhUwERTTA2xgvO18p2tSjOGKn5CV6ekHlsbhkFr1WDfjGbg==","signatures":[{"sig":"MEYCIQCO8A8vD4px0h+mH8JjK1kfXU2kXSb+zvkBwqkm0rzWkwIhAMcd4mzPbkiaPMja3hMjE9uxlVtOkbE7J2qUckp2z8WE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37196369},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260523","@aztec/cli":"5.0.0-nightly.20260523","@aztec/p2p":"5.0.0-nightly.20260523","@aztec/pxe":"5.0.0-nightly.20260523","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260523","@aztec/bb.js":"5.0.0-nightly.20260523","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260523","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260523","@aztec/wallets":"5.0.0-nightly.20260523","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260523","@aztec/archiver":"5.0.0-nightly.20260523","@aztec/aztec.js":"5.0.0-nightly.20260523","@aztec/blob-lib":"5.0.0-nightly.20260523","@aztec/ethereum":"5.0.0-nightly.20260523","@aztec/kv-store":"5.0.0-nightly.20260523","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260523","@aztec/constants":"5.0.0-nightly.20260523","@aztec/simulator":"5.0.0-nightly.20260523","@aztec/aztec-node":"5.0.0-nightly.20260523","@aztec/foundation":"5.0.0-nightly.20260523","@aztec/wallet-sdk":"5.0.0-nightly.20260523","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260523","@aztec/entrypoints":"5.0.0-nightly.20260523","@aztec/epoch-cache":"5.0.0-nightly.20260523","@aztec/prover-node":"5.0.0-nightly.20260523","@aztec/world-state":"5.0.0-nightly.20260523","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260523","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260523","@aztec/prover-client":"5.0.0-nightly.20260523","@aztec/noir-noirc_abi":"5.0.0-nightly.20260523","@aztec/sequencer-client":"5.0.0-nightly.20260523","@aztec/telemetry-client":"5.0.0-nightly.20260523","@aztec/validator-client":"5.0.0-nightly.20260523","@aztec/noir-contracts.js":"5.0.0-nightly.20260523","@aztec/protocol-contracts":"5.0.0-nightly.20260523","@aztec/validator-ha-signer":"5.0.0-nightly.20260523","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260523","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260523"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260523_1779507543223_0.8772256845968331","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260523":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260523","_id":"@aztec/end-to-end@4.4.0-nightly.20260523","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f24846a6dd1cfe2c8a9b5a2ecb8c01e55c367a18","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260523.tgz","fileCount":294,"integrity":"sha512-eG7qOdapTSW5XNPtra6yOvej+gREwZrqqYCoid8OVmUqqi5SM+BATnZj1wmCVGxgKi32wo6mlYGIPhu8fca4nA==","signatures":[{"sig":"MEUCIQDo0H70WMO6Hcg4HTQOphYqXrsdPcazyrr7KxeYagV79QIgT/iXf9An/ZsXZQP+PIB/1oD/7vASbmw2/T6r4kL8HzU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37136887},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"a7add1246c0116e459eecb82bfcc6db3c22f64bd","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260523","@aztec/cli":"4.4.0-nightly.20260523","@aztec/p2p":"4.4.0-nightly.20260523","@aztec/pxe":"4.4.0-nightly.20260523","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260523","@aztec/bb.js":"4.4.0-nightly.20260523","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260523","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260523","@aztec/wallets":"4.4.0-nightly.20260523","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260523","@aztec/archiver":"4.4.0-nightly.20260523","@aztec/aztec.js":"4.4.0-nightly.20260523","@aztec/blob-lib":"4.4.0-nightly.20260523","@aztec/ethereum":"4.4.0-nightly.20260523","@aztec/kv-store":"4.4.0-nightly.20260523","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260523","@aztec/constants":"4.4.0-nightly.20260523","@aztec/simulator":"4.4.0-nightly.20260523","@aztec/aztec-node":"4.4.0-nightly.20260523","@aztec/foundation":"4.4.0-nightly.20260523","@aztec/wallet-sdk":"4.4.0-nightly.20260523","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260523","@aztec/entrypoints":"4.4.0-nightly.20260523","@aztec/epoch-cache":"4.4.0-nightly.20260523","@aztec/merkle-tree":"4.4.0-nightly.20260523","@aztec/prover-node":"4.4.0-nightly.20260523","@aztec/world-state":"4.4.0-nightly.20260523","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260523","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260523","@aztec/prover-client":"4.4.0-nightly.20260523","@aztec/noir-noirc_abi":"4.4.0-nightly.20260523","@aztec/sequencer-client":"4.4.0-nightly.20260523","@aztec/telemetry-client":"4.4.0-nightly.20260523","@aztec/validator-client":"4.4.0-nightly.20260523","@aztec/noir-contracts.js":"4.4.0-nightly.20260523","@aztec/protocol-contracts":"4.4.0-nightly.20260523","@aztec/validator-ha-signer":"4.4.0-nightly.20260523","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260523","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260523"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260523_1779519086814_0.011331807471902211","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260524":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260524","_id":"@aztec/end-to-end@5.0.0-nightly.20260524","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9c8bb3ef76f8763dc05a4f95990baaf7944ecd71","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260524.tgz","fileCount":310,"integrity":"sha512-Nr2BidY3Qyw2JrvsbPmFeTn8AJHVfFaxPqLUzuaVGJRGWv6vFGloGhuF7cUqY/HppCCXEi/HKXHOGv9+OL2Fhw==","signatures":[{"sig":"MEQCIFBXZPT9EJNdIKmSUPnNhOZeom1HQeBrjCqoqutyavBfAiBpJzFKhPWhaI2ba+DKD5S6junfO7c+u+eTvaPSZu1HJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37196369},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260524","@aztec/cli":"5.0.0-nightly.20260524","@aztec/p2p":"5.0.0-nightly.20260524","@aztec/pxe":"5.0.0-nightly.20260524","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260524","@aztec/bb.js":"5.0.0-nightly.20260524","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260524","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260524","@aztec/wallets":"5.0.0-nightly.20260524","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260524","@aztec/archiver":"5.0.0-nightly.20260524","@aztec/aztec.js":"5.0.0-nightly.20260524","@aztec/blob-lib":"5.0.0-nightly.20260524","@aztec/ethereum":"5.0.0-nightly.20260524","@aztec/kv-store":"5.0.0-nightly.20260524","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260524","@aztec/constants":"5.0.0-nightly.20260524","@aztec/simulator":"5.0.0-nightly.20260524","@aztec/aztec-node":"5.0.0-nightly.20260524","@aztec/foundation":"5.0.0-nightly.20260524","@aztec/wallet-sdk":"5.0.0-nightly.20260524","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260524","@aztec/entrypoints":"5.0.0-nightly.20260524","@aztec/epoch-cache":"5.0.0-nightly.20260524","@aztec/prover-node":"5.0.0-nightly.20260524","@aztec/world-state":"5.0.0-nightly.20260524","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260524","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260524","@aztec/prover-client":"5.0.0-nightly.20260524","@aztec/noir-noirc_abi":"5.0.0-nightly.20260524","@aztec/sequencer-client":"5.0.0-nightly.20260524","@aztec/telemetry-client":"5.0.0-nightly.20260524","@aztec/validator-client":"5.0.0-nightly.20260524","@aztec/noir-contracts.js":"5.0.0-nightly.20260524","@aztec/protocol-contracts":"5.0.0-nightly.20260524","@aztec/validator-ha-signer":"5.0.0-nightly.20260524","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260524","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260524"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260524_1779593683076_0.6803756392312932","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260524":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260524","_id":"@aztec/end-to-end@4.4.0-nightly.20260524","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8bc3e259d86acf57741b5cdda9397674ca7b2495","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260524.tgz","fileCount":294,"integrity":"sha512-w/sFMKKQ+pmmYm29g70BoFhiwcouqouc3/IM+Kp9FgKbk2qx6n4iJhZii1sQgfy+3qzyuCIxaicZADlSfEvBMA==","signatures":[{"sig":"MEYCIQC8FpNURnq6EYCtj1fNsN63pzLvT9iFLc0EzCyewphydQIhANDdirNb88rhbPBQZ755rf7xb6obS6FWdNeW5+Y4KTIg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"2770bcb82d40323060c2f9c71aaf293b640efbef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260524","@aztec/cli":"4.4.0-nightly.20260524","@aztec/p2p":"4.4.0-nightly.20260524","@aztec/pxe":"4.4.0-nightly.20260524","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260524","@aztec/bb.js":"4.4.0-nightly.20260524","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260524","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260524","@aztec/wallets":"4.4.0-nightly.20260524","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260524","@aztec/archiver":"4.4.0-nightly.20260524","@aztec/aztec.js":"4.4.0-nightly.20260524","@aztec/blob-lib":"4.4.0-nightly.20260524","@aztec/ethereum":"4.4.0-nightly.20260524","@aztec/kv-store":"4.4.0-nightly.20260524","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260524","@aztec/constants":"4.4.0-nightly.20260524","@aztec/simulator":"4.4.0-nightly.20260524","@aztec/aztec-node":"4.4.0-nightly.20260524","@aztec/foundation":"4.4.0-nightly.20260524","@aztec/wallet-sdk":"4.4.0-nightly.20260524","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260524","@aztec/entrypoints":"4.4.0-nightly.20260524","@aztec/epoch-cache":"4.4.0-nightly.20260524","@aztec/merkle-tree":"4.4.0-nightly.20260524","@aztec/prover-node":"4.4.0-nightly.20260524","@aztec/world-state":"4.4.0-nightly.20260524","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260524","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260524","@aztec/prover-client":"4.4.0-nightly.20260524","@aztec/noir-noirc_abi":"4.4.0-nightly.20260524","@aztec/sequencer-client":"4.4.0-nightly.20260524","@aztec/telemetry-client":"4.4.0-nightly.20260524","@aztec/validator-client":"4.4.0-nightly.20260524","@aztec/noir-contracts.js":"4.4.0-nightly.20260524","@aztec/protocol-contracts":"4.4.0-nightly.20260524","@aztec/validator-ha-signer":"4.4.0-nightly.20260524","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260524","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260524"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260524_1779607679799_0.39769793201999937","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260525":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260525","_id":"@aztec/end-to-end@5.0.0-nightly.20260525","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7ea74b553a3f4b7d99cc81f0a303c886cadaa93c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260525.tgz","fileCount":310,"integrity":"sha512-Xn8EIa9VOuNo4FDio9eKTkhL7/RbZoBw77KBjOM3HwSCijHwytwKF6ZGnEY4n5yFjRQYOqrszkrEsN6oLU2KIw==","signatures":[{"sig":"MEUCIEmVrSIJmfLhWIbwhYNEeWigT7p6Nq0t6RZ4BGmV5KaHAiEAhGYptLfyaulGJ3LOnHOrMJSjLVr1FL54M7tRIP9wXdU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37226922},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260525","@aztec/cli":"5.0.0-nightly.20260525","@aztec/p2p":"5.0.0-nightly.20260525","@aztec/pxe":"5.0.0-nightly.20260525","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260525","@aztec/bb.js":"5.0.0-nightly.20260525","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260525","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260525","@aztec/wallets":"5.0.0-nightly.20260525","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260525","@aztec/archiver":"5.0.0-nightly.20260525","@aztec/aztec.js":"5.0.0-nightly.20260525","@aztec/blob-lib":"5.0.0-nightly.20260525","@aztec/ethereum":"5.0.0-nightly.20260525","@aztec/kv-store":"5.0.0-nightly.20260525","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260525","@aztec/constants":"5.0.0-nightly.20260525","@aztec/simulator":"5.0.0-nightly.20260525","@aztec/aztec-node":"5.0.0-nightly.20260525","@aztec/foundation":"5.0.0-nightly.20260525","@aztec/wallet-sdk":"5.0.0-nightly.20260525","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260525","@aztec/entrypoints":"5.0.0-nightly.20260525","@aztec/epoch-cache":"5.0.0-nightly.20260525","@aztec/prover-node":"5.0.0-nightly.20260525","@aztec/world-state":"5.0.0-nightly.20260525","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260525","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260525","@aztec/prover-client":"5.0.0-nightly.20260525","@aztec/noir-noirc_abi":"5.0.0-nightly.20260525","@aztec/sequencer-client":"5.0.0-nightly.20260525","@aztec/telemetry-client":"5.0.0-nightly.20260525","@aztec/validator-client":"5.0.0-nightly.20260525","@aztec/noir-contracts.js":"5.0.0-nightly.20260525","@aztec/protocol-contracts":"5.0.0-nightly.20260525","@aztec/validator-ha-signer":"5.0.0-nightly.20260525","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260525","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260525"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260525_1779680168257_0.36120558676232384","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260525":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260525","_id":"@aztec/end-to-end@4.4.0-nightly.20260525","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ffb3ef5d1575f5b41ee6a11947f62d088380b94b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260525.tgz","fileCount":294,"integrity":"sha512-0bXriCkaJbf3tKxpnlAtQxsE/ZeilG7zInQ3OZKaTylv6SLEwYSrc8TyV6n6t06CuJf9xg5ZUjsyCqGp/pTO+g==","signatures":[{"sig":"MEYCIQC0tI3oUDnBFa8gaynHRCfMelFoKuqWX8JEH7pjEuLMcgIhANr7k/+7eCXNyKa+yWuKfNQPZDk9q1N/b65x76OJI9Y3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"87d6bcda835febb7483b871c6a94047d6e74faef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260525","@aztec/cli":"4.4.0-nightly.20260525","@aztec/p2p":"4.4.0-nightly.20260525","@aztec/pxe":"4.4.0-nightly.20260525","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260525","@aztec/bb.js":"4.4.0-nightly.20260525","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260525","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260525","@aztec/wallets":"4.4.0-nightly.20260525","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260525","@aztec/archiver":"4.4.0-nightly.20260525","@aztec/aztec.js":"4.4.0-nightly.20260525","@aztec/blob-lib":"4.4.0-nightly.20260525","@aztec/ethereum":"4.4.0-nightly.20260525","@aztec/kv-store":"4.4.0-nightly.20260525","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260525","@aztec/constants":"4.4.0-nightly.20260525","@aztec/simulator":"4.4.0-nightly.20260525","@aztec/aztec-node":"4.4.0-nightly.20260525","@aztec/foundation":"4.4.0-nightly.20260525","@aztec/wallet-sdk":"4.4.0-nightly.20260525","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260525","@aztec/entrypoints":"4.4.0-nightly.20260525","@aztec/epoch-cache":"4.4.0-nightly.20260525","@aztec/merkle-tree":"4.4.0-nightly.20260525","@aztec/prover-node":"4.4.0-nightly.20260525","@aztec/world-state":"4.4.0-nightly.20260525","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260525","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260525","@aztec/prover-client":"4.4.0-nightly.20260525","@aztec/noir-noirc_abi":"4.4.0-nightly.20260525","@aztec/sequencer-client":"4.4.0-nightly.20260525","@aztec/telemetry-client":"4.4.0-nightly.20260525","@aztec/validator-client":"4.4.0-nightly.20260525","@aztec/noir-contracts.js":"4.4.0-nightly.20260525","@aztec/protocol-contracts":"4.4.0-nightly.20260525","@aztec/validator-ha-signer":"4.4.0-nightly.20260525","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260525","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260525"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260525_1779693422824_0.44266089387528496","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260526":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260526","_id":"@aztec/end-to-end@5.0.0-nightly.20260526","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ecce2279afe3c3839bd6cf9e97ac6c7440678358","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260526.tgz","fileCount":310,"integrity":"sha512-b2/74WVTmWZB5eLhDn7sN1PWJHItJGgKYCq7NErru2aEXPMP/qVwPI3Z54cGAci7ANNatJsOri5xQa4lig5wAQ==","signatures":[{"sig":"MEUCIBoG3zWdealX/ZzpBfDr5nlvGMeOmB0aBNoduMYu4vG3AiEA1ca3R2PMq2aaYE00aeq0Kc0KmfFhOJXSPyHhzLf0BRs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37226992},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260526","@aztec/cli":"5.0.0-nightly.20260526","@aztec/p2p":"5.0.0-nightly.20260526","@aztec/pxe":"5.0.0-nightly.20260526","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260526","@aztec/bb.js":"5.0.0-nightly.20260526","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260526","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260526","@aztec/wallets":"5.0.0-nightly.20260526","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260526","@aztec/archiver":"5.0.0-nightly.20260526","@aztec/aztec.js":"5.0.0-nightly.20260526","@aztec/blob-lib":"5.0.0-nightly.20260526","@aztec/ethereum":"5.0.0-nightly.20260526","@aztec/kv-store":"5.0.0-nightly.20260526","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260526","@aztec/constants":"5.0.0-nightly.20260526","@aztec/simulator":"5.0.0-nightly.20260526","@aztec/aztec-node":"5.0.0-nightly.20260526","@aztec/foundation":"5.0.0-nightly.20260526","@aztec/wallet-sdk":"5.0.0-nightly.20260526","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260526","@aztec/entrypoints":"5.0.0-nightly.20260526","@aztec/epoch-cache":"5.0.0-nightly.20260526","@aztec/prover-node":"5.0.0-nightly.20260526","@aztec/world-state":"5.0.0-nightly.20260526","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260526","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260526","@aztec/prover-client":"5.0.0-nightly.20260526","@aztec/noir-noirc_abi":"5.0.0-nightly.20260526","@aztec/sequencer-client":"5.0.0-nightly.20260526","@aztec/telemetry-client":"5.0.0-nightly.20260526","@aztec/validator-client":"5.0.0-nightly.20260526","@aztec/noir-contracts.js":"5.0.0-nightly.20260526","@aztec/protocol-contracts":"5.0.0-nightly.20260526","@aztec/validator-ha-signer":"5.0.0-nightly.20260526","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260526","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260526"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260526_1779766494008_0.7300999847113465","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260526":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260526","_id":"@aztec/end-to-end@4.4.0-nightly.20260526","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"92abdb0d4aeebf96c3673ffb131096f9de4ab828","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260526.tgz","fileCount":294,"integrity":"sha512-lKuLdVkaNbSLgdGVoCk+U9Wio/kwiNAYtEHwstNx8Bs/lnTJFBKz+eDWI+2vPtTB4VHPSeGnugtCpkbVsMjemg==","signatures":[{"sig":"MEUCIQD0v6c4qLqw4kbnCQ2BGtMK5wVjDdWxYyBTXqWnoCzRlAIgGiAjTbz5i6+sTy4djpn0iBfXomhmEw2OP3u2q2F92+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"87d6bcda835febb7483b871c6a94047d6e74faef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260526","@aztec/cli":"4.4.0-nightly.20260526","@aztec/p2p":"4.4.0-nightly.20260526","@aztec/pxe":"4.4.0-nightly.20260526","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260526","@aztec/bb.js":"4.4.0-nightly.20260526","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260526","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260526","@aztec/wallets":"4.4.0-nightly.20260526","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260526","@aztec/archiver":"4.4.0-nightly.20260526","@aztec/aztec.js":"4.4.0-nightly.20260526","@aztec/blob-lib":"4.4.0-nightly.20260526","@aztec/ethereum":"4.4.0-nightly.20260526","@aztec/kv-store":"4.4.0-nightly.20260526","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260526","@aztec/constants":"4.4.0-nightly.20260526","@aztec/simulator":"4.4.0-nightly.20260526","@aztec/aztec-node":"4.4.0-nightly.20260526","@aztec/foundation":"4.4.0-nightly.20260526","@aztec/wallet-sdk":"4.4.0-nightly.20260526","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260526","@aztec/entrypoints":"4.4.0-nightly.20260526","@aztec/epoch-cache":"4.4.0-nightly.20260526","@aztec/merkle-tree":"4.4.0-nightly.20260526","@aztec/prover-node":"4.4.0-nightly.20260526","@aztec/world-state":"4.4.0-nightly.20260526","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260526","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260526","@aztec/prover-client":"4.4.0-nightly.20260526","@aztec/noir-noirc_abi":"4.4.0-nightly.20260526","@aztec/sequencer-client":"4.4.0-nightly.20260526","@aztec/telemetry-client":"4.4.0-nightly.20260526","@aztec/validator-client":"4.4.0-nightly.20260526","@aztec/noir-contracts.js":"4.4.0-nightly.20260526","@aztec/protocol-contracts":"4.4.0-nightly.20260526","@aztec/validator-ha-signer":"4.4.0-nightly.20260526","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260526","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260526"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260526_1779779625687_0.3553921603263144","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260527":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260527","_id":"@aztec/end-to-end@5.0.0-nightly.20260527","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"78897f8e27c2e2dbf8a0e30e0b212f684650ff99","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260527.tgz","fileCount":310,"integrity":"sha512-l5SFE9cbmnxJ7P/o+r80rTMHbQh05DvYKag9KE6owYQT977TuVA5hL5o1+hTChnsjNB5OwmiZPHPFuKa6yeAVQ==","signatures":[{"sig":"MEQCIEgs542ONlbgu7G+S2rCPZfj7+zOCsp8Jb4AZOqiqLxOAiAcMwNoSuWCv7K4ZzfTYOMLnyFpNjFv3/nHysG3unzOJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37226992},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260527","@aztec/cli":"5.0.0-nightly.20260527","@aztec/p2p":"5.0.0-nightly.20260527","@aztec/pxe":"5.0.0-nightly.20260527","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260527","@aztec/bb.js":"5.0.0-nightly.20260527","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260527","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260527","@aztec/wallets":"5.0.0-nightly.20260527","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260527","@aztec/archiver":"5.0.0-nightly.20260527","@aztec/aztec.js":"5.0.0-nightly.20260527","@aztec/blob-lib":"5.0.0-nightly.20260527","@aztec/ethereum":"5.0.0-nightly.20260527","@aztec/kv-store":"5.0.0-nightly.20260527","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260527","@aztec/constants":"5.0.0-nightly.20260527","@aztec/simulator":"5.0.0-nightly.20260527","@aztec/aztec-node":"5.0.0-nightly.20260527","@aztec/foundation":"5.0.0-nightly.20260527","@aztec/wallet-sdk":"5.0.0-nightly.20260527","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260527","@aztec/entrypoints":"5.0.0-nightly.20260527","@aztec/epoch-cache":"5.0.0-nightly.20260527","@aztec/prover-node":"5.0.0-nightly.20260527","@aztec/world-state":"5.0.0-nightly.20260527","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260527","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260527","@aztec/prover-client":"5.0.0-nightly.20260527","@aztec/noir-noirc_abi":"5.0.0-nightly.20260527","@aztec/sequencer-client":"5.0.0-nightly.20260527","@aztec/telemetry-client":"5.0.0-nightly.20260527","@aztec/validator-client":"5.0.0-nightly.20260527","@aztec/noir-contracts.js":"5.0.0-nightly.20260527","@aztec/protocol-contracts":"5.0.0-nightly.20260527","@aztec/validator-ha-signer":"5.0.0-nightly.20260527","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260527","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260527"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260527_1779853026720_0.6753691650529914","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260527":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260527","_id":"@aztec/end-to-end@4.4.0-nightly.20260527","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8c14f5e5e2fb18a65195afe3ed64e1ac84bad042","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260527.tgz","fileCount":294,"integrity":"sha512-hwA2nUd9dnJoshm3YsyOPUp4SWP9NNcFlMv5sG2e5tgB5FoXvl9k69lVRzu+uTdlU6Lw/fFloXpNHVI2QuFenw==","signatures":[{"sig":"MEUCIHrOVnaQRWpJwROqXMLzs1HcQyRLLXDxNFC8uNbxTB1nAiEA9vLiB0wMVmmJl2hFend3fBK/KAsXdEbf1eKUIpNsnA4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"87d6bcda835febb7483b871c6a94047d6e74faef","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260527","@aztec/cli":"4.4.0-nightly.20260527","@aztec/p2p":"4.4.0-nightly.20260527","@aztec/pxe":"4.4.0-nightly.20260527","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260527","@aztec/bb.js":"4.4.0-nightly.20260527","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260527","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260527","@aztec/wallets":"4.4.0-nightly.20260527","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260527","@aztec/archiver":"4.4.0-nightly.20260527","@aztec/aztec.js":"4.4.0-nightly.20260527","@aztec/blob-lib":"4.4.0-nightly.20260527","@aztec/ethereum":"4.4.0-nightly.20260527","@aztec/kv-store":"4.4.0-nightly.20260527","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260527","@aztec/constants":"4.4.0-nightly.20260527","@aztec/simulator":"4.4.0-nightly.20260527","@aztec/aztec-node":"4.4.0-nightly.20260527","@aztec/foundation":"4.4.0-nightly.20260527","@aztec/wallet-sdk":"4.4.0-nightly.20260527","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260527","@aztec/entrypoints":"4.4.0-nightly.20260527","@aztec/epoch-cache":"4.4.0-nightly.20260527","@aztec/merkle-tree":"4.4.0-nightly.20260527","@aztec/prover-node":"4.4.0-nightly.20260527","@aztec/world-state":"4.4.0-nightly.20260527","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260527","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260527","@aztec/prover-client":"4.4.0-nightly.20260527","@aztec/noir-noirc_abi":"4.4.0-nightly.20260527","@aztec/sequencer-client":"4.4.0-nightly.20260527","@aztec/telemetry-client":"4.4.0-nightly.20260527","@aztec/validator-client":"4.4.0-nightly.20260527","@aztec/noir-contracts.js":"4.4.0-nightly.20260527","@aztec/protocol-contracts":"4.4.0-nightly.20260527","@aztec/validator-ha-signer":"4.4.0-nightly.20260527","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260527","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260527"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260527_1779866365326_0.6385551659287467","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260528":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260528","_id":"@aztec/end-to-end@5.0.0-nightly.20260528","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"38e909bb17005dc6b3a2ddb5fe283a9e981fb117","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260528.tgz","fileCount":310,"integrity":"sha512-P92fKkY7GHAitdn446ITzKxnMjyD4rpup1AjWgTam3x5huSMcdvJl2FjSLg48c94t1/hONOni70Jzg/KeaEt1w==","signatures":[{"sig":"MEUCIQC3Kh9H9vsu9P869ew+41cmKB1lICGrzzRmY081O2ckIQIgbNKYVXsykzf0T4fQukUoymwWIcLFo4X3lY9tRWSdUwg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37226992},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260528","@aztec/cli":"5.0.0-nightly.20260528","@aztec/p2p":"5.0.0-nightly.20260528","@aztec/pxe":"5.0.0-nightly.20260528","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260528","@aztec/bb.js":"5.0.0-nightly.20260528","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260528","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260528","@aztec/wallets":"5.0.0-nightly.20260528","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260528","@aztec/archiver":"5.0.0-nightly.20260528","@aztec/aztec.js":"5.0.0-nightly.20260528","@aztec/blob-lib":"5.0.0-nightly.20260528","@aztec/ethereum":"5.0.0-nightly.20260528","@aztec/kv-store":"5.0.0-nightly.20260528","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260528","@aztec/constants":"5.0.0-nightly.20260528","@aztec/simulator":"5.0.0-nightly.20260528","@aztec/aztec-node":"5.0.0-nightly.20260528","@aztec/foundation":"5.0.0-nightly.20260528","@aztec/wallet-sdk":"5.0.0-nightly.20260528","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260528","@aztec/entrypoints":"5.0.0-nightly.20260528","@aztec/epoch-cache":"5.0.0-nightly.20260528","@aztec/prover-node":"5.0.0-nightly.20260528","@aztec/world-state":"5.0.0-nightly.20260528","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260528","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260528","@aztec/prover-client":"5.0.0-nightly.20260528","@aztec/noir-noirc_abi":"5.0.0-nightly.20260528","@aztec/sequencer-client":"5.0.0-nightly.20260528","@aztec/telemetry-client":"5.0.0-nightly.20260528","@aztec/validator-client":"5.0.0-nightly.20260528","@aztec/noir-contracts.js":"5.0.0-nightly.20260528","@aztec/protocol-contracts":"5.0.0-nightly.20260528","@aztec/validator-ha-signer":"5.0.0-nightly.20260528","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260528","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260528"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260528_1779939660104_0.3016456778155696","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260528":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260528","_id":"@aztec/end-to-end@4.4.0-nightly.20260528","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd6138b95254085837f520d1bc5e3890c7fa6e8d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260528.tgz","fileCount":294,"integrity":"sha512-tJ4c0QIPsoqMsA/Fb5KUOz91bx289jFtbZ0k2lmOriRj8akcnekMsnMSSR4NpUh8OVueDMccu0vbzhF/QeIvkg==","signatures":[{"sig":"MEQCIDQN42SdgqmDsRibn6QLecmnHLw+vPP+p4BIOVjW7DarAiAq3gRqyZ/TL5J77pt7B6dibj0kYF9fnCJX+HlMG2pW3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260528","@aztec/cli":"4.4.0-nightly.20260528","@aztec/p2p":"4.4.0-nightly.20260528","@aztec/pxe":"4.4.0-nightly.20260528","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260528","@aztec/bb.js":"4.4.0-nightly.20260528","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260528","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260528","@aztec/wallets":"4.4.0-nightly.20260528","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260528","@aztec/archiver":"4.4.0-nightly.20260528","@aztec/aztec.js":"4.4.0-nightly.20260528","@aztec/blob-lib":"4.4.0-nightly.20260528","@aztec/ethereum":"4.4.0-nightly.20260528","@aztec/kv-store":"4.4.0-nightly.20260528","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260528","@aztec/constants":"4.4.0-nightly.20260528","@aztec/simulator":"4.4.0-nightly.20260528","@aztec/aztec-node":"4.4.0-nightly.20260528","@aztec/foundation":"4.4.0-nightly.20260528","@aztec/wallet-sdk":"4.4.0-nightly.20260528","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260528","@aztec/entrypoints":"4.4.0-nightly.20260528","@aztec/epoch-cache":"4.4.0-nightly.20260528","@aztec/merkle-tree":"4.4.0-nightly.20260528","@aztec/prover-node":"4.4.0-nightly.20260528","@aztec/world-state":"4.4.0-nightly.20260528","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260528","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260528","@aztec/prover-client":"4.4.0-nightly.20260528","@aztec/noir-noirc_abi":"4.4.0-nightly.20260528","@aztec/sequencer-client":"4.4.0-nightly.20260528","@aztec/telemetry-client":"4.4.0-nightly.20260528","@aztec/validator-client":"4.4.0-nightly.20260528","@aztec/noir-contracts.js":"4.4.0-nightly.20260528","@aztec/protocol-contracts":"4.4.0-nightly.20260528","@aztec/validator-ha-signer":"4.4.0-nightly.20260528","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260528","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260528"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260528_1779952510804_0.7442393536473202","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260529":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260529","_id":"@aztec/end-to-end@5.0.0-nightly.20260529","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bba5a3e078489f626831e942a1644bd8e81e68d7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260529.tgz","fileCount":310,"integrity":"sha512-qTpzCOxRDkzqzqFLLKF/SAFu+Gr1+Legv8k/R+6/NwoLBzArGkwZc7z5tzBy7SsmiXEJmdDH1ss+yYbjufKvoQ==","signatures":[{"sig":"MEYCIQC88g1/m48Q1lvKihruWqvLKUmMQ/qYG6B2hIZH64XnrwIhANEZMCB0iXe8leZBH+jk4QJBUt/Tnhn23L5bX/2mnCzN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37226992},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260529","@aztec/cli":"5.0.0-nightly.20260529","@aztec/p2p":"5.0.0-nightly.20260529","@aztec/pxe":"5.0.0-nightly.20260529","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260529","@aztec/bb.js":"5.0.0-nightly.20260529","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260529","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260529","@aztec/wallets":"5.0.0-nightly.20260529","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260529","@aztec/archiver":"5.0.0-nightly.20260529","@aztec/aztec.js":"5.0.0-nightly.20260529","@aztec/blob-lib":"5.0.0-nightly.20260529","@aztec/ethereum":"5.0.0-nightly.20260529","@aztec/kv-store":"5.0.0-nightly.20260529","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260529","@aztec/constants":"5.0.0-nightly.20260529","@aztec/simulator":"5.0.0-nightly.20260529","@aztec/aztec-node":"5.0.0-nightly.20260529","@aztec/foundation":"5.0.0-nightly.20260529","@aztec/wallet-sdk":"5.0.0-nightly.20260529","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260529","@aztec/entrypoints":"5.0.0-nightly.20260529","@aztec/epoch-cache":"5.0.0-nightly.20260529","@aztec/prover-node":"5.0.0-nightly.20260529","@aztec/world-state":"5.0.0-nightly.20260529","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260529","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260529","@aztec/prover-client":"5.0.0-nightly.20260529","@aztec/noir-noirc_abi":"5.0.0-nightly.20260529","@aztec/sequencer-client":"5.0.0-nightly.20260529","@aztec/telemetry-client":"5.0.0-nightly.20260529","@aztec/validator-client":"5.0.0-nightly.20260529","@aztec/noir-contracts.js":"5.0.0-nightly.20260529","@aztec/protocol-contracts":"5.0.0-nightly.20260529","@aztec/validator-ha-signer":"5.0.0-nightly.20260529","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260529","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260529"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260529_1780026144566_0.6198819849351038","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260529":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260529","_id":"@aztec/end-to-end@4.4.0-nightly.20260529","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0e955f52c501464b5210456e97403ad9d1c93483","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260529.tgz","fileCount":294,"integrity":"sha512-ntVzuozPp9frJNwTB0ZiIQtHcdYFskPMD5zp6LxrjgFVlJCwFXezPNEs4KT/IR0LS3OE8VfmQC5Iyk37wHCCqg==","signatures":[{"sig":"MEUCIQCkyZtQJfkAooH3VdOt6aLDUd902syqWdG4NG3p51WVPgIgUliuVibS93yBWHyINLSgb1emo7AoODpv74i7cmaYyq4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260529","@aztec/cli":"4.4.0-nightly.20260529","@aztec/p2p":"4.4.0-nightly.20260529","@aztec/pxe":"4.4.0-nightly.20260529","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260529","@aztec/bb.js":"4.4.0-nightly.20260529","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260529","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260529","@aztec/wallets":"4.4.0-nightly.20260529","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260529","@aztec/archiver":"4.4.0-nightly.20260529","@aztec/aztec.js":"4.4.0-nightly.20260529","@aztec/blob-lib":"4.4.0-nightly.20260529","@aztec/ethereum":"4.4.0-nightly.20260529","@aztec/kv-store":"4.4.0-nightly.20260529","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260529","@aztec/constants":"4.4.0-nightly.20260529","@aztec/simulator":"4.4.0-nightly.20260529","@aztec/aztec-node":"4.4.0-nightly.20260529","@aztec/foundation":"4.4.0-nightly.20260529","@aztec/wallet-sdk":"4.4.0-nightly.20260529","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260529","@aztec/entrypoints":"4.4.0-nightly.20260529","@aztec/epoch-cache":"4.4.0-nightly.20260529","@aztec/merkle-tree":"4.4.0-nightly.20260529","@aztec/prover-node":"4.4.0-nightly.20260529","@aztec/world-state":"4.4.0-nightly.20260529","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260529","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260529","@aztec/prover-client":"4.4.0-nightly.20260529","@aztec/noir-noirc_abi":"4.4.0-nightly.20260529","@aztec/sequencer-client":"4.4.0-nightly.20260529","@aztec/telemetry-client":"4.4.0-nightly.20260529","@aztec/validator-client":"4.4.0-nightly.20260529","@aztec/noir-contracts.js":"4.4.0-nightly.20260529","@aztec/protocol-contracts":"4.4.0-nightly.20260529","@aztec/validator-ha-signer":"4.4.0-nightly.20260529","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260529","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260529"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260529_1780038735064_0.7678899182100385","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260530":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260530","_id":"@aztec/end-to-end@5.0.0-nightly.20260530","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4065d3070295e3d92018aea510491d85034e27fd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260530.tgz","fileCount":310,"integrity":"sha512-gzzlw0aqX/XXRrvSMTLPmVs4aeiePDUJVe1bIshgX86QKO9mDzssScf06pqqF4BR5Ebt16b5/6kHhmNNC05Lkw==","signatures":[{"sig":"MEUCIE4DmN871iANo/lUDLixoX6Yvd9SuYzTM7kevdXpZPBQAiEAwxaMAawCVgP76xtH21kvnQbUkLV+vD24Bxl+ElkfP8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260530","@aztec/cli":"5.0.0-nightly.20260530","@aztec/p2p":"5.0.0-nightly.20260530","@aztec/pxe":"5.0.0-nightly.20260530","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260530","@aztec/bb.js":"5.0.0-nightly.20260530","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260530","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260530","@aztec/wallets":"5.0.0-nightly.20260530","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260530","@aztec/archiver":"5.0.0-nightly.20260530","@aztec/aztec.js":"5.0.0-nightly.20260530","@aztec/blob-lib":"5.0.0-nightly.20260530","@aztec/ethereum":"5.0.0-nightly.20260530","@aztec/kv-store":"5.0.0-nightly.20260530","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260530","@aztec/constants":"5.0.0-nightly.20260530","@aztec/simulator":"5.0.0-nightly.20260530","@aztec/aztec-node":"5.0.0-nightly.20260530","@aztec/foundation":"5.0.0-nightly.20260530","@aztec/wallet-sdk":"5.0.0-nightly.20260530","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260530","@aztec/entrypoints":"5.0.0-nightly.20260530","@aztec/epoch-cache":"5.0.0-nightly.20260530","@aztec/prover-node":"5.0.0-nightly.20260530","@aztec/world-state":"5.0.0-nightly.20260530","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260530","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260530","@aztec/prover-client":"5.0.0-nightly.20260530","@aztec/noir-noirc_abi":"5.0.0-nightly.20260530","@aztec/sequencer-client":"5.0.0-nightly.20260530","@aztec/telemetry-client":"5.0.0-nightly.20260530","@aztec/validator-client":"5.0.0-nightly.20260530","@aztec/noir-contracts.js":"5.0.0-nightly.20260530","@aztec/protocol-contracts":"5.0.0-nightly.20260530","@aztec/standard-contracts":"5.0.0-nightly.20260530","@aztec/validator-ha-signer":"5.0.0-nightly.20260530","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260530","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260530"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260530_1780112416755_0.8976758889105492","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260530":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260530","_id":"@aztec/end-to-end@4.4.0-nightly.20260530","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"70e2e1679def41380c64b58c331b9c3b045d2558","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260530.tgz","fileCount":294,"integrity":"sha512-uAFqoRCK8huqp+4/uzMLjOZlHPulGQJzzBTzVv43XzU3Vk18cyhoKhPCPXVjueIFRkZhKqcovGlVWxqGKkFHzg==","signatures":[{"sig":"MEQCIFekTKuconciIBrmFo6OGL3kwc345j7GQieiCQRXRrYmAiAVRhsmHr1LvvbYyIZVS4K0QF1GVquxM4kscUTkqkRTkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260530","@aztec/cli":"4.4.0-nightly.20260530","@aztec/p2p":"4.4.0-nightly.20260530","@aztec/pxe":"4.4.0-nightly.20260530","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260530","@aztec/bb.js":"4.4.0-nightly.20260530","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260530","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260530","@aztec/wallets":"4.4.0-nightly.20260530","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260530","@aztec/archiver":"4.4.0-nightly.20260530","@aztec/aztec.js":"4.4.0-nightly.20260530","@aztec/blob-lib":"4.4.0-nightly.20260530","@aztec/ethereum":"4.4.0-nightly.20260530","@aztec/kv-store":"4.4.0-nightly.20260530","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260530","@aztec/constants":"4.4.0-nightly.20260530","@aztec/simulator":"4.4.0-nightly.20260530","@aztec/aztec-node":"4.4.0-nightly.20260530","@aztec/foundation":"4.4.0-nightly.20260530","@aztec/wallet-sdk":"4.4.0-nightly.20260530","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260530","@aztec/entrypoints":"4.4.0-nightly.20260530","@aztec/epoch-cache":"4.4.0-nightly.20260530","@aztec/merkle-tree":"4.4.0-nightly.20260530","@aztec/prover-node":"4.4.0-nightly.20260530","@aztec/world-state":"4.4.0-nightly.20260530","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260530","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260530","@aztec/prover-client":"4.4.0-nightly.20260530","@aztec/noir-noirc_abi":"4.4.0-nightly.20260530","@aztec/sequencer-client":"4.4.0-nightly.20260530","@aztec/telemetry-client":"4.4.0-nightly.20260530","@aztec/validator-client":"4.4.0-nightly.20260530","@aztec/noir-contracts.js":"4.4.0-nightly.20260530","@aztec/protocol-contracts":"4.4.0-nightly.20260530","@aztec/validator-ha-signer":"4.4.0-nightly.20260530","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260530","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260530"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260530_1780124321276_0.6002729744853557","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260531":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260531","_id":"@aztec/end-to-end@5.0.0-nightly.20260531","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"661f6fd107600965cae47920e748415c34ff711c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260531.tgz","fileCount":310,"integrity":"sha512-n8aRTBTSx3iJfhcZ53CQgzc0SmVY3yWMMyOIKhwoRohN/EZ/1xjPplA2vNyktKiBcwCR7KykYjwqliAQWpqdfg==","signatures":[{"sig":"MEQCIBWtciWL4eybc6anUzm8m+3u89nDPlxqgS8a91kNsJ0QAiBBADHvIwZXsGJH0il7Z8PTu6O96Un75qkyLrrFEo9uoA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260531","@aztec/cli":"5.0.0-nightly.20260531","@aztec/p2p":"5.0.0-nightly.20260531","@aztec/pxe":"5.0.0-nightly.20260531","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260531","@aztec/bb.js":"5.0.0-nightly.20260531","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260531","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260531","@aztec/wallets":"5.0.0-nightly.20260531","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260531","@aztec/archiver":"5.0.0-nightly.20260531","@aztec/aztec.js":"5.0.0-nightly.20260531","@aztec/blob-lib":"5.0.0-nightly.20260531","@aztec/ethereum":"5.0.0-nightly.20260531","@aztec/kv-store":"5.0.0-nightly.20260531","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260531","@aztec/constants":"5.0.0-nightly.20260531","@aztec/simulator":"5.0.0-nightly.20260531","@aztec/aztec-node":"5.0.0-nightly.20260531","@aztec/foundation":"5.0.0-nightly.20260531","@aztec/wallet-sdk":"5.0.0-nightly.20260531","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260531","@aztec/entrypoints":"5.0.0-nightly.20260531","@aztec/epoch-cache":"5.0.0-nightly.20260531","@aztec/prover-node":"5.0.0-nightly.20260531","@aztec/world-state":"5.0.0-nightly.20260531","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260531","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260531","@aztec/prover-client":"5.0.0-nightly.20260531","@aztec/noir-noirc_abi":"5.0.0-nightly.20260531","@aztec/sequencer-client":"5.0.0-nightly.20260531","@aztec/telemetry-client":"5.0.0-nightly.20260531","@aztec/validator-client":"5.0.0-nightly.20260531","@aztec/noir-contracts.js":"5.0.0-nightly.20260531","@aztec/protocol-contracts":"5.0.0-nightly.20260531","@aztec/standard-contracts":"5.0.0-nightly.20260531","@aztec/validator-ha-signer":"5.0.0-nightly.20260531","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260531","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260531"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260531_1780198850573_0.3273692856834176","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260531":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260531","_id":"@aztec/end-to-end@4.4.0-nightly.20260531","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c477a26bd54e5175ff074b1a5a088376aa7651f5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260531.tgz","fileCount":294,"integrity":"sha512-6ewHYETKdn8sEndtYDD3wND01vZGaqG6CtWqF6ETBOZWg9NADZNh4mW1nqVJH9lVFExaUmZMgQc4YcorWhOQSQ==","signatures":[{"sig":"MEQCIBlEEcJj0pHdYDBpKCMUvcYL0Orsvp/UyJIsL1htmkGEAiBunCq6fE+pZUTIMarHX8F4HHYE3oigOWmiwONSB8Tefg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260531","@aztec/cli":"4.4.0-nightly.20260531","@aztec/p2p":"4.4.0-nightly.20260531","@aztec/pxe":"4.4.0-nightly.20260531","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260531","@aztec/bb.js":"4.4.0-nightly.20260531","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260531","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260531","@aztec/wallets":"4.4.0-nightly.20260531","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260531","@aztec/archiver":"4.4.0-nightly.20260531","@aztec/aztec.js":"4.4.0-nightly.20260531","@aztec/blob-lib":"4.4.0-nightly.20260531","@aztec/ethereum":"4.4.0-nightly.20260531","@aztec/kv-store":"4.4.0-nightly.20260531","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260531","@aztec/constants":"4.4.0-nightly.20260531","@aztec/simulator":"4.4.0-nightly.20260531","@aztec/aztec-node":"4.4.0-nightly.20260531","@aztec/foundation":"4.4.0-nightly.20260531","@aztec/wallet-sdk":"4.4.0-nightly.20260531","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260531","@aztec/entrypoints":"4.4.0-nightly.20260531","@aztec/epoch-cache":"4.4.0-nightly.20260531","@aztec/merkle-tree":"4.4.0-nightly.20260531","@aztec/prover-node":"4.4.0-nightly.20260531","@aztec/world-state":"4.4.0-nightly.20260531","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260531","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260531","@aztec/prover-client":"4.4.0-nightly.20260531","@aztec/noir-noirc_abi":"4.4.0-nightly.20260531","@aztec/sequencer-client":"4.4.0-nightly.20260531","@aztec/telemetry-client":"4.4.0-nightly.20260531","@aztec/validator-client":"4.4.0-nightly.20260531","@aztec/noir-contracts.js":"4.4.0-nightly.20260531","@aztec/protocol-contracts":"4.4.0-nightly.20260531","@aztec/validator-ha-signer":"4.4.0-nightly.20260531","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260531","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260531"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260531_1780211643976_0.910136430679596","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260601":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260601","_id":"@aztec/end-to-end@5.0.0-nightly.20260601","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5551f92a6860024c9a03a022d6e31e2a41ca8bae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260601.tgz","fileCount":310,"integrity":"sha512-EPHyyLYPJZbLZ3HtIDvKtU+IEqVDgPaYeKrAZ5ovvCcYKbksDeZWrfNK5eGPpADprtynDy2tzN5GkBuMaqHjfQ==","signatures":[{"sig":"MEQCIFjGDQ8dWr7/3JTn+wyCa5NfghYMjSvkL4Cbvh4ZvohYAiAWONsDs+kvA1xkt46uipIBfdj6DJUMXyJR3wxtrBfgDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260601","@aztec/cli":"5.0.0-nightly.20260601","@aztec/p2p":"5.0.0-nightly.20260601","@aztec/pxe":"5.0.0-nightly.20260601","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260601","@aztec/bb.js":"5.0.0-nightly.20260601","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260601","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260601","@aztec/wallets":"5.0.0-nightly.20260601","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260601","@aztec/archiver":"5.0.0-nightly.20260601","@aztec/aztec.js":"5.0.0-nightly.20260601","@aztec/blob-lib":"5.0.0-nightly.20260601","@aztec/ethereum":"5.0.0-nightly.20260601","@aztec/kv-store":"5.0.0-nightly.20260601","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260601","@aztec/constants":"5.0.0-nightly.20260601","@aztec/simulator":"5.0.0-nightly.20260601","@aztec/aztec-node":"5.0.0-nightly.20260601","@aztec/foundation":"5.0.0-nightly.20260601","@aztec/wallet-sdk":"5.0.0-nightly.20260601","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260601","@aztec/entrypoints":"5.0.0-nightly.20260601","@aztec/epoch-cache":"5.0.0-nightly.20260601","@aztec/prover-node":"5.0.0-nightly.20260601","@aztec/world-state":"5.0.0-nightly.20260601","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260601","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260601","@aztec/prover-client":"5.0.0-nightly.20260601","@aztec/noir-noirc_abi":"5.0.0-nightly.20260601","@aztec/sequencer-client":"5.0.0-nightly.20260601","@aztec/telemetry-client":"5.0.0-nightly.20260601","@aztec/validator-client":"5.0.0-nightly.20260601","@aztec/noir-contracts.js":"5.0.0-nightly.20260601","@aztec/protocol-contracts":"5.0.0-nightly.20260601","@aztec/standard-contracts":"5.0.0-nightly.20260601","@aztec/validator-ha-signer":"5.0.0-nightly.20260601","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260601","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260601"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260601_1780285061299_0.6415348590698791","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260601":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260601","_id":"@aztec/end-to-end@4.4.0-nightly.20260601","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"de8b6711789e8fc2838f2964a777534718e33f83","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260601.tgz","fileCount":294,"integrity":"sha512-XzfJoFUu/Qau5eUY8EHAo1dhgK7vs5flNAFRRmtvCxAG9QjI1oIWyFQSYeX4bws3B8UNzPKet88L0nWJJVrX6w==","signatures":[{"sig":"MEUCICCHORIsH+B5v63AsbhEbkfgiKEYXiJOsEkfjvfvGuP/AiEAo2bMv4ZepYDcrQ6jBdYsju/ETl1wyNIfH7gfY2ea4Jg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260601","@aztec/cli":"4.4.0-nightly.20260601","@aztec/p2p":"4.4.0-nightly.20260601","@aztec/pxe":"4.4.0-nightly.20260601","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260601","@aztec/bb.js":"4.4.0-nightly.20260601","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260601","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260601","@aztec/wallets":"4.4.0-nightly.20260601","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260601","@aztec/archiver":"4.4.0-nightly.20260601","@aztec/aztec.js":"4.4.0-nightly.20260601","@aztec/blob-lib":"4.4.0-nightly.20260601","@aztec/ethereum":"4.4.0-nightly.20260601","@aztec/kv-store":"4.4.0-nightly.20260601","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260601","@aztec/constants":"4.4.0-nightly.20260601","@aztec/simulator":"4.4.0-nightly.20260601","@aztec/aztec-node":"4.4.0-nightly.20260601","@aztec/foundation":"4.4.0-nightly.20260601","@aztec/wallet-sdk":"4.4.0-nightly.20260601","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260601","@aztec/entrypoints":"4.4.0-nightly.20260601","@aztec/epoch-cache":"4.4.0-nightly.20260601","@aztec/merkle-tree":"4.4.0-nightly.20260601","@aztec/prover-node":"4.4.0-nightly.20260601","@aztec/world-state":"4.4.0-nightly.20260601","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260601","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260601","@aztec/prover-client":"4.4.0-nightly.20260601","@aztec/noir-noirc_abi":"4.4.0-nightly.20260601","@aztec/sequencer-client":"4.4.0-nightly.20260601","@aztec/telemetry-client":"4.4.0-nightly.20260601","@aztec/validator-client":"4.4.0-nightly.20260601","@aztec/noir-contracts.js":"4.4.0-nightly.20260601","@aztec/protocol-contracts":"4.4.0-nightly.20260601","@aztec/validator-ha-signer":"4.4.0-nightly.20260601","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260601","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260601"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260601_1780298559619_0.03510623909099064","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7cbc774":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7cbc774","_id":"@aztec/end-to-end@0.0.1-commit.7cbc774","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"64777a532a36b82543495e10fff10d4d2b2ad366","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7cbc774.tgz","fileCount":310,"integrity":"sha512-UzqZ60pLLOcQxA8aFCPdIz0nk05MjeuxARrA1/Ic6LUUCPULqwFBfPZKPB0QWUFo+xN1rfAceKvriKkrOhg3vQ==","signatures":[{"sig":"MEUCIE8rsxEZOxXY35wbNlLlBonRiqpWExlgbW4L2XwAWB7XAiEA7ljd2+Xcv6wCoB7W5KQRJsyllu94SEhYzlreFgOP6uc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240603},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7cbc774","@aztec/cli":"0.0.1-commit.7cbc774","@aztec/p2p":"0.0.1-commit.7cbc774","@aztec/pxe":"0.0.1-commit.7cbc774","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7cbc774","@aztec/bb.js":"0.0.1-commit.7cbc774","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7cbc774","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7cbc774","@aztec/wallets":"0.0.1-commit.7cbc774","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7cbc774","@aztec/archiver":"0.0.1-commit.7cbc774","@aztec/aztec.js":"0.0.1-commit.7cbc774","@aztec/blob-lib":"0.0.1-commit.7cbc774","@aztec/ethereum":"0.0.1-commit.7cbc774","@aztec/kv-store":"0.0.1-commit.7cbc774","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7cbc774","@aztec/constants":"0.0.1-commit.7cbc774","@aztec/simulator":"0.0.1-commit.7cbc774","@aztec/aztec-node":"0.0.1-commit.7cbc774","@aztec/foundation":"0.0.1-commit.7cbc774","@aztec/wallet-sdk":"0.0.1-commit.7cbc774","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7cbc774","@aztec/entrypoints":"0.0.1-commit.7cbc774","@aztec/epoch-cache":"0.0.1-commit.7cbc774","@aztec/prover-node":"0.0.1-commit.7cbc774","@aztec/world-state":"0.0.1-commit.7cbc774","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7cbc774","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7cbc774","@aztec/prover-client":"0.0.1-commit.7cbc774","@aztec/noir-noirc_abi":"0.0.1-commit.7cbc774","@aztec/sequencer-client":"0.0.1-commit.7cbc774","@aztec/telemetry-client":"0.0.1-commit.7cbc774","@aztec/validator-client":"0.0.1-commit.7cbc774","@aztec/noir-contracts.js":"0.0.1-commit.7cbc774","@aztec/protocol-contracts":"0.0.1-commit.7cbc774","@aztec/standard-contracts":"0.0.1-commit.7cbc774","@aztec/validator-ha-signer":"0.0.1-commit.7cbc774","@aztec/noir-test-contracts.js":"0.0.1-commit.7cbc774","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7cbc774"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7cbc774_1780349563413_0.686458651839513","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.8655d4a":{"name":"@aztec/end-to-end","version":"0.0.1-commit.8655d4a","_id":"@aztec/end-to-end@0.0.1-commit.8655d4a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c27b2d3da5afedc7c06615e9a323250c427b2bdb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.8655d4a.tgz","fileCount":310,"integrity":"sha512-m01/k8pa17MxU7Vc4YhMORjEDkfx4a5sxR2Bi4EYOc3nrw9v/VPLnsTea26/ZoreMPjdGBUOYhlyBZHOwt+0Ag==","signatures":[{"sig":"MEYCIQCibCqvfmVXkFv7bBWaClDCL31apWrpuZ9cOnXhL43oDQIhAI+sP+lXSCuA7X6dTRqNMeGAWnKaLBCXitzTx49Yp0bE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240603},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.8655d4a","@aztec/cli":"0.0.1-commit.8655d4a","@aztec/p2p":"0.0.1-commit.8655d4a","@aztec/pxe":"0.0.1-commit.8655d4a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.8655d4a","@aztec/bb.js":"0.0.1-commit.8655d4a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.8655d4a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.8655d4a","@aztec/wallets":"0.0.1-commit.8655d4a","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.8655d4a","@aztec/archiver":"0.0.1-commit.8655d4a","@aztec/aztec.js":"0.0.1-commit.8655d4a","@aztec/blob-lib":"0.0.1-commit.8655d4a","@aztec/ethereum":"0.0.1-commit.8655d4a","@aztec/kv-store":"0.0.1-commit.8655d4a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.8655d4a","@aztec/constants":"0.0.1-commit.8655d4a","@aztec/simulator":"0.0.1-commit.8655d4a","@aztec/aztec-node":"0.0.1-commit.8655d4a","@aztec/foundation":"0.0.1-commit.8655d4a","@aztec/wallet-sdk":"0.0.1-commit.8655d4a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.8655d4a","@aztec/entrypoints":"0.0.1-commit.8655d4a","@aztec/epoch-cache":"0.0.1-commit.8655d4a","@aztec/prover-node":"0.0.1-commit.8655d4a","@aztec/world-state":"0.0.1-commit.8655d4a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.8655d4a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.8655d4a","@aztec/prover-client":"0.0.1-commit.8655d4a","@aztec/noir-noirc_abi":"0.0.1-commit.8655d4a","@aztec/sequencer-client":"0.0.1-commit.8655d4a","@aztec/telemetry-client":"0.0.1-commit.8655d4a","@aztec/validator-client":"0.0.1-commit.8655d4a","@aztec/noir-contracts.js":"0.0.1-commit.8655d4a","@aztec/protocol-contracts":"0.0.1-commit.8655d4a","@aztec/standard-contracts":"0.0.1-commit.8655d4a","@aztec/validator-ha-signer":"0.0.1-commit.8655d4a","@aztec/noir-test-contracts.js":"0.0.1-commit.8655d4a","@aztec/noir-protocol-circuits-types":"0.0.1-commit.8655d4a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.8655d4a_1780350905628_0.7308175595251776","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.04d373f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.04d373f","_id":"@aztec/end-to-end@0.0.1-commit.04d373f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1a7fa11927fddfac4805f70f2a5a268497dc6045","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.04d373f.tgz","fileCount":310,"integrity":"sha512-PeYRkTU588TbCAnsBCNe4xxwlvTpNGMWoOBts6euy5bzUGOky1/LLR291zgv+xBRfi4g0FNXn7QMZFMVl4wFlQ==","signatures":[{"sig":"MEUCICEB6RpVIUDV4ATyGI8A0GY3HarSYKXIZ5/nU9+QUCmgAiEAmxcTh9KwsInkzwbFDDqvWviG6JudkJha7ED8qOyA4WY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240603},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.04d373f","@aztec/cli":"0.0.1-commit.04d373f","@aztec/p2p":"0.0.1-commit.04d373f","@aztec/pxe":"0.0.1-commit.04d373f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.04d373f","@aztec/bb.js":"0.0.1-commit.04d373f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.04d373f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.04d373f","@aztec/wallets":"0.0.1-commit.04d373f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.04d373f","@aztec/archiver":"0.0.1-commit.04d373f","@aztec/aztec.js":"0.0.1-commit.04d373f","@aztec/blob-lib":"0.0.1-commit.04d373f","@aztec/ethereum":"0.0.1-commit.04d373f","@aztec/kv-store":"0.0.1-commit.04d373f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.04d373f","@aztec/constants":"0.0.1-commit.04d373f","@aztec/simulator":"0.0.1-commit.04d373f","@aztec/aztec-node":"0.0.1-commit.04d373f","@aztec/foundation":"0.0.1-commit.04d373f","@aztec/wallet-sdk":"0.0.1-commit.04d373f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.04d373f","@aztec/entrypoints":"0.0.1-commit.04d373f","@aztec/epoch-cache":"0.0.1-commit.04d373f","@aztec/prover-node":"0.0.1-commit.04d373f","@aztec/world-state":"0.0.1-commit.04d373f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.04d373f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.04d373f","@aztec/prover-client":"0.0.1-commit.04d373f","@aztec/noir-noirc_abi":"0.0.1-commit.04d373f","@aztec/sequencer-client":"0.0.1-commit.04d373f","@aztec/telemetry-client":"0.0.1-commit.04d373f","@aztec/validator-client":"0.0.1-commit.04d373f","@aztec/noir-contracts.js":"0.0.1-commit.04d373f","@aztec/protocol-contracts":"0.0.1-commit.04d373f","@aztec/standard-contracts":"0.0.1-commit.04d373f","@aztec/validator-ha-signer":"0.0.1-commit.04d373f","@aztec/noir-test-contracts.js":"0.0.1-commit.04d373f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.04d373f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.04d373f_1780351629133_0.7242539310276066","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.993d240":{"name":"@aztec/end-to-end","version":"0.0.1-commit.993d240","_id":"@aztec/end-to-end@0.0.1-commit.993d240","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5fbc805b046b73446ac2dba3f957ea14a7ac7a83","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.993d240.tgz","fileCount":310,"integrity":"sha512-ZZgXOXvss5H6mBhGFIjAv3LBI1eYYeHRWaKXR3CxEpfYoKgaCvcxhjSPTE99t0yZwbrQv2KIvYDgi+YANKFpng==","signatures":[{"sig":"MEYCIQDU6enMTsCbiRu60ogby9jIbL4d6l58gnsr+gDWRmYmVgIhAIN6hxfDsrbClHSl4lBKnb9zGCe/h4xlmhIDZRaJJsb0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240603},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.993d240","@aztec/cli":"0.0.1-commit.993d240","@aztec/p2p":"0.0.1-commit.993d240","@aztec/pxe":"0.0.1-commit.993d240","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.993d240","@aztec/bb.js":"0.0.1-commit.993d240","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.993d240","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.993d240","@aztec/wallets":"0.0.1-commit.993d240","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.993d240","@aztec/archiver":"0.0.1-commit.993d240","@aztec/aztec.js":"0.0.1-commit.993d240","@aztec/blob-lib":"0.0.1-commit.993d240","@aztec/ethereum":"0.0.1-commit.993d240","@aztec/kv-store":"0.0.1-commit.993d240","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.993d240","@aztec/constants":"0.0.1-commit.993d240","@aztec/simulator":"0.0.1-commit.993d240","@aztec/aztec-node":"0.0.1-commit.993d240","@aztec/foundation":"0.0.1-commit.993d240","@aztec/wallet-sdk":"0.0.1-commit.993d240","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.993d240","@aztec/entrypoints":"0.0.1-commit.993d240","@aztec/epoch-cache":"0.0.1-commit.993d240","@aztec/prover-node":"0.0.1-commit.993d240","@aztec/world-state":"0.0.1-commit.993d240","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.993d240","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.993d240","@aztec/prover-client":"0.0.1-commit.993d240","@aztec/noir-noirc_abi":"0.0.1-commit.993d240","@aztec/sequencer-client":"0.0.1-commit.993d240","@aztec/telemetry-client":"0.0.1-commit.993d240","@aztec/validator-client":"0.0.1-commit.993d240","@aztec/noir-contracts.js":"0.0.1-commit.993d240","@aztec/protocol-contracts":"0.0.1-commit.993d240","@aztec/standard-contracts":"0.0.1-commit.993d240","@aztec/validator-ha-signer":"0.0.1-commit.993d240","@aztec/noir-test-contracts.js":"0.0.1-commit.993d240","@aztec/noir-protocol-circuits-types":"0.0.1-commit.993d240"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.993d240_1780353867221_0.26656266010468577","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.7689c7f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.7689c7f","_id":"@aztec/end-to-end@0.0.1-commit.7689c7f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e669759289b6d60dc3d580a906ff770f52e842fe","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.7689c7f.tgz","fileCount":310,"integrity":"sha512-SNIs0uJAzQtdAHPzkrGmcnMhLuwb2MhkyqBsmDm2Ek/n1nU6fQ2CzvQ568NZTA+9bDJ9z4aXigM/1gVSOafxQQ==","signatures":[{"sig":"MEYCIQDl5yH9bedWZ1s/R56dAPXx0lYTg8C57HGIcpoiWBPaJQIhAMEeLNfISnVU1bBdM+oaplji9N4wfPAN3keWpEvtlnLO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240603},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.7689c7f","@aztec/cli":"0.0.1-commit.7689c7f","@aztec/p2p":"0.0.1-commit.7689c7f","@aztec/pxe":"0.0.1-commit.7689c7f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.7689c7f","@aztec/bb.js":"0.0.1-commit.7689c7f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.7689c7f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.7689c7f","@aztec/wallets":"0.0.1-commit.7689c7f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.7689c7f","@aztec/archiver":"0.0.1-commit.7689c7f","@aztec/aztec.js":"0.0.1-commit.7689c7f","@aztec/blob-lib":"0.0.1-commit.7689c7f","@aztec/ethereum":"0.0.1-commit.7689c7f","@aztec/kv-store":"0.0.1-commit.7689c7f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.7689c7f","@aztec/constants":"0.0.1-commit.7689c7f","@aztec/simulator":"0.0.1-commit.7689c7f","@aztec/aztec-node":"0.0.1-commit.7689c7f","@aztec/foundation":"0.0.1-commit.7689c7f","@aztec/wallet-sdk":"0.0.1-commit.7689c7f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.7689c7f","@aztec/entrypoints":"0.0.1-commit.7689c7f","@aztec/epoch-cache":"0.0.1-commit.7689c7f","@aztec/prover-node":"0.0.1-commit.7689c7f","@aztec/world-state":"0.0.1-commit.7689c7f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.7689c7f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.7689c7f","@aztec/prover-client":"0.0.1-commit.7689c7f","@aztec/noir-noirc_abi":"0.0.1-commit.7689c7f","@aztec/sequencer-client":"0.0.1-commit.7689c7f","@aztec/telemetry-client":"0.0.1-commit.7689c7f","@aztec/validator-client":"0.0.1-commit.7689c7f","@aztec/noir-contracts.js":"0.0.1-commit.7689c7f","@aztec/protocol-contracts":"0.0.1-commit.7689c7f","@aztec/standard-contracts":"0.0.1-commit.7689c7f","@aztec/validator-ha-signer":"0.0.1-commit.7689c7f","@aztec/noir-test-contracts.js":"0.0.1-commit.7689c7f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.7689c7f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.7689c7f_1780354101266_0.6378349995926045","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-private.3d175340d2":{"name":"@aztec/end-to-end","version":"0.0.1-private.3d175340d2","_id":"@aztec/end-to-end@0.0.1-private.3d175340d2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"01f3aa009c26731754de483a798500c48f921855","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-private.3d175340d2.tgz","fileCount":310,"integrity":"sha512-qySRvCGz2RN8yYMY9Bhn/vLNeTBT3ZiQRW0pp7R3gw09nUKKDCLqZbv16LeiyZGJUUe5NZQGfbboRgqVsQvqnQ==","signatures":[{"sig":"MEUCIQDtAYsf12xzq5oSxXxgGPsKQmbQ/0FlIAZ7b2dLbOw8tgIgWfsAo5fUsDh56/BbGdRSAh/BAlGgot56cd776S9kP5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240763},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-private.3d175340d2","@aztec/cli":"0.0.1-private.3d175340d2","@aztec/p2p":"0.0.1-private.3d175340d2","@aztec/pxe":"0.0.1-private.3d175340d2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-private.3d175340d2","@aztec/bb.js":"0.0.1-private.3d175340d2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-private.3d175340d2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-private.3d175340d2","@aztec/wallets":"0.0.1-private.3d175340d2","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-private.3d175340d2","@aztec/archiver":"0.0.1-private.3d175340d2","@aztec/aztec.js":"0.0.1-private.3d175340d2","@aztec/blob-lib":"0.0.1-private.3d175340d2","@aztec/ethereum":"0.0.1-private.3d175340d2","@aztec/kv-store":"0.0.1-private.3d175340d2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-private.3d175340d2","@aztec/constants":"0.0.1-private.3d175340d2","@aztec/simulator":"0.0.1-private.3d175340d2","@aztec/aztec-node":"0.0.1-private.3d175340d2","@aztec/foundation":"0.0.1-private.3d175340d2","@aztec/wallet-sdk":"0.0.1-private.3d175340d2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-private.3d175340d2","@aztec/entrypoints":"0.0.1-private.3d175340d2","@aztec/epoch-cache":"0.0.1-private.3d175340d2","@aztec/prover-node":"0.0.1-private.3d175340d2","@aztec/world-state":"0.0.1-private.3d175340d2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-private.3d175340d2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-private.3d175340d2","@aztec/prover-client":"0.0.1-private.3d175340d2","@aztec/noir-noirc_abi":"0.0.1-private.3d175340d2","@aztec/sequencer-client":"0.0.1-private.3d175340d2","@aztec/telemetry-client":"0.0.1-private.3d175340d2","@aztec/validator-client":"0.0.1-private.3d175340d2","@aztec/noir-contracts.js":"0.0.1-private.3d175340d2","@aztec/protocol-contracts":"0.0.1-private.3d175340d2","@aztec/standard-contracts":"0.0.1-private.3d175340d2","@aztec/validator-ha-signer":"0.0.1-private.3d175340d2","@aztec/noir-test-contracts.js":"0.0.1-private.3d175340d2","@aztec/noir-protocol-circuits-types":"0.0.1-private.3d175340d2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-private.3d175340d2_1780355256874_0.711892707513109","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-private.5d121bfd":{"name":"@aztec/end-to-end","version":"0.0.1-private.5d121bfd","_id":"@aztec/end-to-end@0.0.1-private.5d121bfd","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"59d2528c2217fa9b16f4b9fbd5414733b2fbd8fa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-private.5d121bfd.tgz","fileCount":310,"integrity":"sha512-zSppsv2jEpuR2hN0Uvyv2+Q6nCzep1r+8Z6pg8VMSZKAUQOgcs5tlg0tQZDXUVEF+BGQJrPhOnuEhT9P/v6Twg==","signatures":[{"sig":"MEYCIQClwAfs5zNtTcrdk6UkXLhjDpjA+7qIH0Wj1zuSrLTD2wIhAI71yhZhoAJsmZIGlY38r8msi1GPrt9p4qAvLHDX0mSM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-private.5d121bfd","@aztec/cli":"0.0.1-private.5d121bfd","@aztec/p2p":"0.0.1-private.5d121bfd","@aztec/pxe":"0.0.1-private.5d121bfd","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-private.5d121bfd","@aztec/bb.js":"0.0.1-private.5d121bfd","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-private.5d121bfd","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-private.5d121bfd","@aztec/wallets":"0.0.1-private.5d121bfd","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-private.5d121bfd","@aztec/archiver":"0.0.1-private.5d121bfd","@aztec/aztec.js":"0.0.1-private.5d121bfd","@aztec/blob-lib":"0.0.1-private.5d121bfd","@aztec/ethereum":"0.0.1-private.5d121bfd","@aztec/kv-store":"0.0.1-private.5d121bfd","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-private.5d121bfd","@aztec/constants":"0.0.1-private.5d121bfd","@aztec/simulator":"0.0.1-private.5d121bfd","@aztec/aztec-node":"0.0.1-private.5d121bfd","@aztec/foundation":"0.0.1-private.5d121bfd","@aztec/wallet-sdk":"0.0.1-private.5d121bfd","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-private.5d121bfd","@aztec/entrypoints":"0.0.1-private.5d121bfd","@aztec/epoch-cache":"0.0.1-private.5d121bfd","@aztec/prover-node":"0.0.1-private.5d121bfd","@aztec/world-state":"0.0.1-private.5d121bfd","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-private.5d121bfd","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-private.5d121bfd","@aztec/prover-client":"0.0.1-private.5d121bfd","@aztec/noir-noirc_abi":"0.0.1-private.5d121bfd","@aztec/sequencer-client":"0.0.1-private.5d121bfd","@aztec/telemetry-client":"0.0.1-private.5d121bfd","@aztec/validator-client":"0.0.1-private.5d121bfd","@aztec/noir-contracts.js":"0.0.1-private.5d121bfd","@aztec/protocol-contracts":"0.0.1-private.5d121bfd","@aztec/standard-contracts":"0.0.1-private.5d121bfd","@aztec/validator-ha-signer":"0.0.1-private.5d121bfd","@aztec/noir-test-contracts.js":"0.0.1-private.5d121bfd","@aztec/noir-protocol-circuits-types":"0.0.1-private.5d121bfd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-private.5d121bfd_1780358587655_0.1264494902855562","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260602":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260602","_id":"@aztec/end-to-end@6.0.0-nightly.20260602","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d8595c69a2e8cd639eb5c6fdefd114125cfc20fb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260602.tgz","fileCount":310,"integrity":"sha512-/E9GlOTUbo0O5yXPRlrLGsjJFNTUCR6fGc6t3yvdW5muSFVfghOP4Itu5TNxE2zBV1rC6CZz4TkvqbYFJqPBzg==","signatures":[{"sig":"MEYCIQCOs9hMw9f1yqH1tOLKCFWvWZBt8Qxu7EpljWG1fcDi8wIhAMT7IvfbWqx7kM9Th7pl6E4lpjhwwmrB/eM52ng2/NuU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260602","@aztec/cli":"6.0.0-nightly.20260602","@aztec/p2p":"6.0.0-nightly.20260602","@aztec/pxe":"6.0.0-nightly.20260602","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260602","@aztec/bb.js":"6.0.0-nightly.20260602","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260602","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260602","@aztec/wallets":"6.0.0-nightly.20260602","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260602","@aztec/archiver":"6.0.0-nightly.20260602","@aztec/aztec.js":"6.0.0-nightly.20260602","@aztec/blob-lib":"6.0.0-nightly.20260602","@aztec/ethereum":"6.0.0-nightly.20260602","@aztec/kv-store":"6.0.0-nightly.20260602","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260602","@aztec/constants":"6.0.0-nightly.20260602","@aztec/simulator":"6.0.0-nightly.20260602","@aztec/aztec-node":"6.0.0-nightly.20260602","@aztec/foundation":"6.0.0-nightly.20260602","@aztec/wallet-sdk":"6.0.0-nightly.20260602","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260602","@aztec/entrypoints":"6.0.0-nightly.20260602","@aztec/epoch-cache":"6.0.0-nightly.20260602","@aztec/prover-node":"6.0.0-nightly.20260602","@aztec/world-state":"6.0.0-nightly.20260602","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260602","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260602","@aztec/prover-client":"6.0.0-nightly.20260602","@aztec/noir-noirc_abi":"6.0.0-nightly.20260602","@aztec/sequencer-client":"6.0.0-nightly.20260602","@aztec/telemetry-client":"6.0.0-nightly.20260602","@aztec/validator-client":"6.0.0-nightly.20260602","@aztec/noir-contracts.js":"6.0.0-nightly.20260602","@aztec/protocol-contracts":"6.0.0-nightly.20260602","@aztec/standard-contracts":"6.0.0-nightly.20260602","@aztec/validator-ha-signer":"6.0.0-nightly.20260602","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260602","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260602"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260602_1780371583617_0.41683492234018216","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260602":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260602","_id":"@aztec/end-to-end@4.4.0-nightly.20260602","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8720f8cdd7dd2f309dc5093800311f0693e9a364","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260602.tgz","fileCount":294,"integrity":"sha512-V8VxVQOo8HPG8PNNLXdYknnm0R44OVx4UeWsf7YbeNxpT63RiqEGLdwQ0cKqYr2LeDGR/GGB+xj7ajBVuAz3ww==","signatures":[{"sig":"MEQCIDE21UXbWEX6nrwifB7gPnOl7ptttdDoVRq7Q2hky+N8AiB1Fg1Dwwg7fImLo8nVPWPaWkrMNb19D9E0Wl1AmFJyNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260602","@aztec/cli":"4.4.0-nightly.20260602","@aztec/p2p":"4.4.0-nightly.20260602","@aztec/pxe":"4.4.0-nightly.20260602","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260602","@aztec/bb.js":"4.4.0-nightly.20260602","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260602","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260602","@aztec/wallets":"4.4.0-nightly.20260602","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260602","@aztec/archiver":"4.4.0-nightly.20260602","@aztec/aztec.js":"4.4.0-nightly.20260602","@aztec/blob-lib":"4.4.0-nightly.20260602","@aztec/ethereum":"4.4.0-nightly.20260602","@aztec/kv-store":"4.4.0-nightly.20260602","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260602","@aztec/constants":"4.4.0-nightly.20260602","@aztec/simulator":"4.4.0-nightly.20260602","@aztec/aztec-node":"4.4.0-nightly.20260602","@aztec/foundation":"4.4.0-nightly.20260602","@aztec/wallet-sdk":"4.4.0-nightly.20260602","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260602","@aztec/entrypoints":"4.4.0-nightly.20260602","@aztec/epoch-cache":"4.4.0-nightly.20260602","@aztec/merkle-tree":"4.4.0-nightly.20260602","@aztec/prover-node":"4.4.0-nightly.20260602","@aztec/world-state":"4.4.0-nightly.20260602","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260602","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260602","@aztec/prover-client":"4.4.0-nightly.20260602","@aztec/noir-noirc_abi":"4.4.0-nightly.20260602","@aztec/sequencer-client":"4.4.0-nightly.20260602","@aztec/telemetry-client":"4.4.0-nightly.20260602","@aztec/validator-client":"4.4.0-nightly.20260602","@aztec/noir-contracts.js":"4.4.0-nightly.20260602","@aztec/protocol-contracts":"4.4.0-nightly.20260602","@aztec/validator-ha-signer":"4.4.0-nightly.20260602","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260602","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260602"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260602_1780384840284_0.47496290979179534","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260603":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260603","_id":"@aztec/end-to-end@6.0.0-nightly.20260603","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d0123048bd7f7af538967ebd489d534a3efedb80","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260603.tgz","fileCount":310,"integrity":"sha512-kubofZAa/5yDJKk6mxNX6OSStGOGL1wFgWx+WrA8hQLQXoqe9s9q2Q+6mdQ9jdRQppi4wZuTM7tP89L5u/Vp9Q==","signatures":[{"sig":"MEYCIQC21ZaBy00zm4lxCnKhWZDQ6oM6etT5Nn7eG1t1waQApgIhAMeuown709ffy0/T7R3CQmVk69R5XTWyoXVwuex1sN2K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240683},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260603","@aztec/cli":"6.0.0-nightly.20260603","@aztec/p2p":"6.0.0-nightly.20260603","@aztec/pxe":"6.0.0-nightly.20260603","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260603","@aztec/bb.js":"6.0.0-nightly.20260603","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260603","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260603","@aztec/wallets":"6.0.0-nightly.20260603","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260603","@aztec/archiver":"6.0.0-nightly.20260603","@aztec/aztec.js":"6.0.0-nightly.20260603","@aztec/blob-lib":"6.0.0-nightly.20260603","@aztec/ethereum":"6.0.0-nightly.20260603","@aztec/kv-store":"6.0.0-nightly.20260603","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260603","@aztec/constants":"6.0.0-nightly.20260603","@aztec/simulator":"6.0.0-nightly.20260603","@aztec/aztec-node":"6.0.0-nightly.20260603","@aztec/foundation":"6.0.0-nightly.20260603","@aztec/wallet-sdk":"6.0.0-nightly.20260603","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260603","@aztec/entrypoints":"6.0.0-nightly.20260603","@aztec/epoch-cache":"6.0.0-nightly.20260603","@aztec/prover-node":"6.0.0-nightly.20260603","@aztec/world-state":"6.0.0-nightly.20260603","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260603","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260603","@aztec/prover-client":"6.0.0-nightly.20260603","@aztec/noir-noirc_abi":"6.0.0-nightly.20260603","@aztec/sequencer-client":"6.0.0-nightly.20260603","@aztec/telemetry-client":"6.0.0-nightly.20260603","@aztec/validator-client":"6.0.0-nightly.20260603","@aztec/noir-contracts.js":"6.0.0-nightly.20260603","@aztec/protocol-contracts":"6.0.0-nightly.20260603","@aztec/standard-contracts":"6.0.0-nightly.20260603","@aztec/validator-ha-signer":"6.0.0-nightly.20260603","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260603","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260603"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260603_1780457494420_0.31194334538616153","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260603":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260603","_id":"@aztec/end-to-end@4.4.0-nightly.20260603","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bf8a0b3cc874b30bf1c197834f0310c9596bed4c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260603.tgz","fileCount":294,"integrity":"sha512-cO8UEn1F457mrnFavug6dKMOQg0y8Bjnuw0BvDmTgfQsbcsoNg0VQX9OElVofpGAXIZLLHSez5YkLowARLFP7w==","signatures":[{"sig":"MEYCIQCHclBFinza2sMSyU7wNgBZgzBE9qSYH2r8nU2lt93jMwIhAI9oruDZsTwpDYbfGWkojMNu7b6/a0RnpVzniKh2XYuX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260603","@aztec/cli":"4.4.0-nightly.20260603","@aztec/p2p":"4.4.0-nightly.20260603","@aztec/pxe":"4.4.0-nightly.20260603","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260603","@aztec/bb.js":"4.4.0-nightly.20260603","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260603","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260603","@aztec/wallets":"4.4.0-nightly.20260603","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260603","@aztec/archiver":"4.4.0-nightly.20260603","@aztec/aztec.js":"4.4.0-nightly.20260603","@aztec/blob-lib":"4.4.0-nightly.20260603","@aztec/ethereum":"4.4.0-nightly.20260603","@aztec/kv-store":"4.4.0-nightly.20260603","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260603","@aztec/constants":"4.4.0-nightly.20260603","@aztec/simulator":"4.4.0-nightly.20260603","@aztec/aztec-node":"4.4.0-nightly.20260603","@aztec/foundation":"4.4.0-nightly.20260603","@aztec/wallet-sdk":"4.4.0-nightly.20260603","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260603","@aztec/entrypoints":"4.4.0-nightly.20260603","@aztec/epoch-cache":"4.4.0-nightly.20260603","@aztec/merkle-tree":"4.4.0-nightly.20260603","@aztec/prover-node":"4.4.0-nightly.20260603","@aztec/world-state":"4.4.0-nightly.20260603","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260603","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260603","@aztec/prover-client":"4.4.0-nightly.20260603","@aztec/noir-noirc_abi":"4.4.0-nightly.20260603","@aztec/sequencer-client":"4.4.0-nightly.20260603","@aztec/telemetry-client":"4.4.0-nightly.20260603","@aztec/validator-client":"4.4.0-nightly.20260603","@aztec/noir-contracts.js":"4.4.0-nightly.20260603","@aztec/protocol-contracts":"4.4.0-nightly.20260603","@aztec/validator-ha-signer":"4.4.0-nightly.20260603","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260603","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260603"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260603_1780472209714_0.4693386178961121","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260604":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260604","_id":"@aztec/end-to-end@6.0.0-nightly.20260604","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e4f1d49b41aee7e5db9ba2cc6777d10e064ee951","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260604.tgz","fileCount":310,"integrity":"sha512-0NmG41uccKOur1HONtsew0Ptt4zVSTGiP0bz5A9N4yuWeVPfDLjhVid4FzVaUOLaLRpKQV1t0ByGDcl9QK5+Gg==","signatures":[{"sig":"MEQCIDL/zqrIA++kfd2rILRBUbUxNh/K/IW2cyCBpHG0AJzYAiAUIVv3/qSWT/mT6sLCmg5kGwHJDuzy52FVW6X3cSb5UQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37245722},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260604","@aztec/cli":"6.0.0-nightly.20260604","@aztec/p2p":"6.0.0-nightly.20260604","@aztec/pxe":"6.0.0-nightly.20260604","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260604","@aztec/bb.js":"6.0.0-nightly.20260604","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260604","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260604","@aztec/wallets":"6.0.0-nightly.20260604","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260604","@aztec/archiver":"6.0.0-nightly.20260604","@aztec/aztec.js":"6.0.0-nightly.20260604","@aztec/blob-lib":"6.0.0-nightly.20260604","@aztec/ethereum":"6.0.0-nightly.20260604","@aztec/kv-store":"6.0.0-nightly.20260604","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260604","@aztec/constants":"6.0.0-nightly.20260604","@aztec/simulator":"6.0.0-nightly.20260604","@aztec/aztec-node":"6.0.0-nightly.20260604","@aztec/foundation":"6.0.0-nightly.20260604","@aztec/wallet-sdk":"6.0.0-nightly.20260604","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260604","@aztec/entrypoints":"6.0.0-nightly.20260604","@aztec/epoch-cache":"6.0.0-nightly.20260604","@aztec/prover-node":"6.0.0-nightly.20260604","@aztec/world-state":"6.0.0-nightly.20260604","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260604","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260604","@aztec/prover-client":"6.0.0-nightly.20260604","@aztec/noir-noirc_abi":"6.0.0-nightly.20260604","@aztec/sequencer-client":"6.0.0-nightly.20260604","@aztec/telemetry-client":"6.0.0-nightly.20260604","@aztec/validator-client":"6.0.0-nightly.20260604","@aztec/noir-contracts.js":"6.0.0-nightly.20260604","@aztec/protocol-contracts":"6.0.0-nightly.20260604","@aztec/standard-contracts":"6.0.0-nightly.20260604","@aztec/validator-ha-signer":"6.0.0-nightly.20260604","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260604","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260604"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260604_1780543581216_0.24773506501600862","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260604":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260604","_id":"@aztec/end-to-end@4.4.0-nightly.20260604","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"840cabaf83132bb937be9b0906604071548d62e2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260604.tgz","fileCount":294,"integrity":"sha512-04YV+As547ZWMqVFSYS82+CjmTPeJDmJCswDlzuKuSVi+hi7jyZqMd8lDFuoZLt0wRYyJwuPEpwxCRZV8EO8TQ==","signatures":[{"sig":"MEQCIDslcNwdS7bgsq+3ct2uKAgIUqstWucsZZDvh3ALTUiwAiBPTQtDYp33VSk3zUm2YUb364NYvwii9PWkqTUuDoIzzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260604","@aztec/cli":"4.4.0-nightly.20260604","@aztec/p2p":"4.4.0-nightly.20260604","@aztec/pxe":"4.4.0-nightly.20260604","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260604","@aztec/bb.js":"4.4.0-nightly.20260604","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260604","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260604","@aztec/wallets":"4.4.0-nightly.20260604","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260604","@aztec/archiver":"4.4.0-nightly.20260604","@aztec/aztec.js":"4.4.0-nightly.20260604","@aztec/blob-lib":"4.4.0-nightly.20260604","@aztec/ethereum":"4.4.0-nightly.20260604","@aztec/kv-store":"4.4.0-nightly.20260604","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260604","@aztec/constants":"4.4.0-nightly.20260604","@aztec/simulator":"4.4.0-nightly.20260604","@aztec/aztec-node":"4.4.0-nightly.20260604","@aztec/foundation":"4.4.0-nightly.20260604","@aztec/wallet-sdk":"4.4.0-nightly.20260604","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260604","@aztec/entrypoints":"4.4.0-nightly.20260604","@aztec/epoch-cache":"4.4.0-nightly.20260604","@aztec/merkle-tree":"4.4.0-nightly.20260604","@aztec/prover-node":"4.4.0-nightly.20260604","@aztec/world-state":"4.4.0-nightly.20260604","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260604","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260604","@aztec/prover-client":"4.4.0-nightly.20260604","@aztec/noir-noirc_abi":"4.4.0-nightly.20260604","@aztec/sequencer-client":"4.4.0-nightly.20260604","@aztec/telemetry-client":"4.4.0-nightly.20260604","@aztec/validator-client":"4.4.0-nightly.20260604","@aztec/noir-contracts.js":"4.4.0-nightly.20260604","@aztec/protocol-contracts":"4.4.0-nightly.20260604","@aztec/validator-ha-signer":"4.4.0-nightly.20260604","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260604","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260604"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260604_1780557989135_0.3719159171655053","host":"s3://npm-registry-packages-npm-production"}},"4.3.1":{"name":"@aztec/end-to-end","version":"4.3.1","_id":"@aztec/end-to-end@4.3.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"98b8a3d5fb23880809a730902869700a6d80f84f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.3.1.tgz","fileCount":294,"integrity":"sha512-JPIJyeea7xDxyc7K/7tMGyP62XpjDH+1/34pNpgELq3CddBdGdIKsGUklYOURutxQk71ZGsVMIsqw0fzG0yrxw==","signatures":[{"sig":"MEQCIAVrCyv7+1mb74plB7YZgPevTRQuJtCDVPzy+xY2Vt+yAiBmHVvewpwB/Poc4rK96kImuU3N1jvM3FvWyXN+Y3VIAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137108},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"22b8ee19480456f360ab122a6d726ae8a3c52662","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.3.1","@aztec/cli":"4.3.1","@aztec/p2p":"4.3.1","@aztec/pxe":"4.3.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.3.1","@aztec/bb.js":"4.3.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.3.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.3.1","@aztec/wallets":"4.3.1","lodash.compact":"^3.0.1","@aztec/accounts":"4.3.1","@aztec/archiver":"4.3.1","@aztec/aztec.js":"4.3.1","@aztec/blob-lib":"4.3.1","@aztec/ethereum":"4.3.1","@aztec/kv-store":"4.3.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.3.1","@aztec/constants":"4.3.1","@aztec/simulator":"4.3.1","@aztec/aztec-node":"4.3.1","@aztec/foundation":"4.3.1","@aztec/wallet-sdk":"4.3.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.3.1","@aztec/entrypoints":"4.3.1","@aztec/epoch-cache":"4.3.1","@aztec/merkle-tree":"4.3.1","@aztec/prover-node":"4.3.1","@aztec/world-state":"4.3.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.3.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.3.1","@aztec/prover-client":"4.3.1","@aztec/noir-noirc_abi":"4.3.1","@aztec/sequencer-client":"4.3.1","@aztec/telemetry-client":"4.3.1","@aztec/validator-client":"4.3.1","@aztec/noir-contracts.js":"4.3.1","@aztec/protocol-contracts":"4.3.1","@aztec/validator-ha-signer":"4.3.1","@aztec/noir-test-contracts.js":"4.3.1","@aztec/noir-protocol-circuits-types":"4.3.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.3.1_1780569748940_0.889722748782044","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260605":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260605","_id":"@aztec/end-to-end@6.0.0-nightly.20260605","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"70af22f46e9f6102874346d489ac08a99a8c230d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260605.tgz","fileCount":310,"integrity":"sha512-ZmbZwWKLogPzk5K1WrVu9Q2GmVtZuOhynI5qRdZzfPowFQHxQLG9bqcdXs8biY6edx2LZ6P93q5YfhEpCMQcDg==","signatures":[{"sig":"MEYCIQDCHqqzpvZnpT8Fus+4T1p4MCluk9Sgh6bMUFT9vSbGSwIhAPouO+tKoPlBbOCT0ezysVgyAxXYdIa61+4tPecthJkW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246302},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260605","@aztec/cli":"6.0.0-nightly.20260605","@aztec/p2p":"6.0.0-nightly.20260605","@aztec/pxe":"6.0.0-nightly.20260605","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260605","@aztec/bb.js":"6.0.0-nightly.20260605","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260605","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260605","@aztec/wallets":"6.0.0-nightly.20260605","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260605","@aztec/archiver":"6.0.0-nightly.20260605","@aztec/aztec.js":"6.0.0-nightly.20260605","@aztec/blob-lib":"6.0.0-nightly.20260605","@aztec/ethereum":"6.0.0-nightly.20260605","@aztec/kv-store":"6.0.0-nightly.20260605","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260605","@aztec/constants":"6.0.0-nightly.20260605","@aztec/simulator":"6.0.0-nightly.20260605","@aztec/aztec-node":"6.0.0-nightly.20260605","@aztec/foundation":"6.0.0-nightly.20260605","@aztec/wallet-sdk":"6.0.0-nightly.20260605","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260605","@aztec/entrypoints":"6.0.0-nightly.20260605","@aztec/epoch-cache":"6.0.0-nightly.20260605","@aztec/prover-node":"6.0.0-nightly.20260605","@aztec/world-state":"6.0.0-nightly.20260605","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260605","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260605","@aztec/prover-client":"6.0.0-nightly.20260605","@aztec/noir-noirc_abi":"6.0.0-nightly.20260605","@aztec/sequencer-client":"6.0.0-nightly.20260605","@aztec/telemetry-client":"6.0.0-nightly.20260605","@aztec/validator-client":"6.0.0-nightly.20260605","@aztec/noir-contracts.js":"6.0.0-nightly.20260605","@aztec/protocol-contracts":"6.0.0-nightly.20260605","@aztec/standard-contracts":"6.0.0-nightly.20260605","@aztec/validator-ha-signer":"6.0.0-nightly.20260605","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260605","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260605"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260605_1780630246107_0.5659587564458688","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260605":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260605","_id":"@aztec/end-to-end@4.4.0-nightly.20260605","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4b7da7ec76ef8d5b07a645cd9602279df9ead5db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260605.tgz","fileCount":294,"integrity":"sha512-gp7d+4ZA8KxBu4CBY/XGqEG43pUnvZp8YHlzeQPDyzbVg1RR0hW0FKse8Ayl5Ex6v4PkQT2c8/1gDiWwggp7kw==","signatures":[{"sig":"MEUCIDMlawJVJ/3IxYj8Rd+5HKA+3lpR6/IpfcQA26Ss/9jmAiEAmTN224Y43/qeY9De+n8F6cVKE/GCQ7otUR5V9xi77Mw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260605","@aztec/cli":"4.4.0-nightly.20260605","@aztec/p2p":"4.4.0-nightly.20260605","@aztec/pxe":"4.4.0-nightly.20260605","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260605","@aztec/bb.js":"4.4.0-nightly.20260605","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260605","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260605","@aztec/wallets":"4.4.0-nightly.20260605","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260605","@aztec/archiver":"4.4.0-nightly.20260605","@aztec/aztec.js":"4.4.0-nightly.20260605","@aztec/blob-lib":"4.4.0-nightly.20260605","@aztec/ethereum":"4.4.0-nightly.20260605","@aztec/kv-store":"4.4.0-nightly.20260605","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260605","@aztec/constants":"4.4.0-nightly.20260605","@aztec/simulator":"4.4.0-nightly.20260605","@aztec/aztec-node":"4.4.0-nightly.20260605","@aztec/foundation":"4.4.0-nightly.20260605","@aztec/wallet-sdk":"4.4.0-nightly.20260605","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260605","@aztec/entrypoints":"4.4.0-nightly.20260605","@aztec/epoch-cache":"4.4.0-nightly.20260605","@aztec/merkle-tree":"4.4.0-nightly.20260605","@aztec/prover-node":"4.4.0-nightly.20260605","@aztec/world-state":"4.4.0-nightly.20260605","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260605","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260605","@aztec/prover-client":"4.4.0-nightly.20260605","@aztec/noir-noirc_abi":"4.4.0-nightly.20260605","@aztec/sequencer-client":"4.4.0-nightly.20260605","@aztec/telemetry-client":"4.4.0-nightly.20260605","@aztec/validator-client":"4.4.0-nightly.20260605","@aztec/noir-contracts.js":"4.4.0-nightly.20260605","@aztec/protocol-contracts":"4.4.0-nightly.20260605","@aztec/validator-ha-signer":"4.4.0-nightly.20260605","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260605","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260605"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260605_1780645405256_0.926652504558199","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260606":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260606","_id":"@aztec/end-to-end@4.4.0-nightly.20260606","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"efabde66431ad37e9aca79e4b0d21266f043f627","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260606.tgz","fileCount":294,"integrity":"sha512-lguXMT/B7gSSK8X0bTp6p7yKRHFaXV1CM+o0IFl+WCBolrNXWJiRe7eCvIqqmeRKOXY+Lsp1PBHWkpvpdYdmkg==","signatures":[{"sig":"MEYCIQCfHmFCsIGCjMzQAy2BBjSJ7QqryM+dw3mbSp8sKka7SgIhAOBX8WKtMHBSW7Jg27xK9UnSaTSLyGCn1Ovx3OwkOBUn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260606","@aztec/cli":"4.4.0-nightly.20260606","@aztec/p2p":"4.4.0-nightly.20260606","@aztec/pxe":"4.4.0-nightly.20260606","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260606","@aztec/bb.js":"4.4.0-nightly.20260606","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260606","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260606","@aztec/wallets":"4.4.0-nightly.20260606","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260606","@aztec/archiver":"4.4.0-nightly.20260606","@aztec/aztec.js":"4.4.0-nightly.20260606","@aztec/blob-lib":"4.4.0-nightly.20260606","@aztec/ethereum":"4.4.0-nightly.20260606","@aztec/kv-store":"4.4.0-nightly.20260606","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260606","@aztec/constants":"4.4.0-nightly.20260606","@aztec/simulator":"4.4.0-nightly.20260606","@aztec/aztec-node":"4.4.0-nightly.20260606","@aztec/foundation":"4.4.0-nightly.20260606","@aztec/wallet-sdk":"4.4.0-nightly.20260606","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260606","@aztec/entrypoints":"4.4.0-nightly.20260606","@aztec/epoch-cache":"4.4.0-nightly.20260606","@aztec/merkle-tree":"4.4.0-nightly.20260606","@aztec/prover-node":"4.4.0-nightly.20260606","@aztec/world-state":"4.4.0-nightly.20260606","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260606","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260606","@aztec/prover-client":"4.4.0-nightly.20260606","@aztec/noir-noirc_abi":"4.4.0-nightly.20260606","@aztec/sequencer-client":"4.4.0-nightly.20260606","@aztec/telemetry-client":"4.4.0-nightly.20260606","@aztec/validator-client":"4.4.0-nightly.20260606","@aztec/noir-contracts.js":"4.4.0-nightly.20260606","@aztec/protocol-contracts":"4.4.0-nightly.20260606","@aztec/validator-ha-signer":"4.4.0-nightly.20260606","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260606","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260606"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260606_1780729155045_0.08329158933777592","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260607":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260607","_id":"@aztec/end-to-end@4.4.0-nightly.20260607","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c87f1710a336ead10dc02dc5960cee8a793e8666","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260607.tgz","fileCount":294,"integrity":"sha512-wvTDUMAnem2rRR+2XtYyh/expuS220SCk2SZKA6pjX0ADlxxqqrmRmDcsWNnE3WdvlVfLJ5W7ZGGYgJYVutdDw==","signatures":[{"sig":"MEQCIHtG7w74M9CW83qf87Z2DFJMBomg/y+laJOBF3/lmS72AiAB+9/NphOdWnpH3nkg5pFIOrM98btR+WPkgSmxfATWIw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260607","@aztec/cli":"4.4.0-nightly.20260607","@aztec/p2p":"4.4.0-nightly.20260607","@aztec/pxe":"4.4.0-nightly.20260607","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260607","@aztec/bb.js":"4.4.0-nightly.20260607","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260607","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260607","@aztec/wallets":"4.4.0-nightly.20260607","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260607","@aztec/archiver":"4.4.0-nightly.20260607","@aztec/aztec.js":"4.4.0-nightly.20260607","@aztec/blob-lib":"4.4.0-nightly.20260607","@aztec/ethereum":"4.4.0-nightly.20260607","@aztec/kv-store":"4.4.0-nightly.20260607","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260607","@aztec/constants":"4.4.0-nightly.20260607","@aztec/simulator":"4.4.0-nightly.20260607","@aztec/aztec-node":"4.4.0-nightly.20260607","@aztec/foundation":"4.4.0-nightly.20260607","@aztec/wallet-sdk":"4.4.0-nightly.20260607","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260607","@aztec/entrypoints":"4.4.0-nightly.20260607","@aztec/epoch-cache":"4.4.0-nightly.20260607","@aztec/merkle-tree":"4.4.0-nightly.20260607","@aztec/prover-node":"4.4.0-nightly.20260607","@aztec/world-state":"4.4.0-nightly.20260607","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260607","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260607","@aztec/prover-client":"4.4.0-nightly.20260607","@aztec/noir-noirc_abi":"4.4.0-nightly.20260607","@aztec/sequencer-client":"4.4.0-nightly.20260607","@aztec/telemetry-client":"4.4.0-nightly.20260607","@aztec/validator-client":"4.4.0-nightly.20260607","@aztec/noir-contracts.js":"4.4.0-nightly.20260607","@aztec/protocol-contracts":"4.4.0-nightly.20260607","@aztec/validator-ha-signer":"4.4.0-nightly.20260607","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260607","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260607"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260607_1780816898591_0.48652816790134956","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260608":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260608","_id":"@aztec/end-to-end@4.4.0-nightly.20260608","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"936357b131a31febf8c732a27782a432438dd818","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260608.tgz","fileCount":294,"integrity":"sha512-SSwM+giQMl8AWEpYUp7E3+egAzGbvyAZf3Wa72mHekCLJC2pDcQYh5+YCj7y4z7vJRJAtEWzUfREo4USpGzZEw==","signatures":[{"sig":"MEYCIQC1kmyu9SdAoQRZSyPwWlIZslqC3TPVX23eV7K17/jWDwIhAKijr1f2oMhIkfbxZSqtKaPxWD52/KbnM4X1gpCypFIU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260608","@aztec/cli":"4.4.0-nightly.20260608","@aztec/p2p":"4.4.0-nightly.20260608","@aztec/pxe":"4.4.0-nightly.20260608","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260608","@aztec/bb.js":"4.4.0-nightly.20260608","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260608","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260608","@aztec/wallets":"4.4.0-nightly.20260608","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260608","@aztec/archiver":"4.4.0-nightly.20260608","@aztec/aztec.js":"4.4.0-nightly.20260608","@aztec/blob-lib":"4.4.0-nightly.20260608","@aztec/ethereum":"4.4.0-nightly.20260608","@aztec/kv-store":"4.4.0-nightly.20260608","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260608","@aztec/constants":"4.4.0-nightly.20260608","@aztec/simulator":"4.4.0-nightly.20260608","@aztec/aztec-node":"4.4.0-nightly.20260608","@aztec/foundation":"4.4.0-nightly.20260608","@aztec/wallet-sdk":"4.4.0-nightly.20260608","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260608","@aztec/entrypoints":"4.4.0-nightly.20260608","@aztec/epoch-cache":"4.4.0-nightly.20260608","@aztec/merkle-tree":"4.4.0-nightly.20260608","@aztec/prover-node":"4.4.0-nightly.20260608","@aztec/world-state":"4.4.0-nightly.20260608","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260608","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260608","@aztec/prover-client":"4.4.0-nightly.20260608","@aztec/noir-noirc_abi":"4.4.0-nightly.20260608","@aztec/sequencer-client":"4.4.0-nightly.20260608","@aztec/telemetry-client":"4.4.0-nightly.20260608","@aztec/validator-client":"4.4.0-nightly.20260608","@aztec/noir-contracts.js":"4.4.0-nightly.20260608","@aztec/protocol-contracts":"4.4.0-nightly.20260608","@aztec/validator-ha-signer":"4.4.0-nightly.20260608","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260608","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260608"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260608_1780904200847_0.6588641951176666","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260609":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260609","_id":"@aztec/end-to-end@4.4.0-nightly.20260609","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2d26bcc1b1c373711c46bc96ce914fe418e4812a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260609.tgz","fileCount":294,"integrity":"sha512-sJWqdOid7pQZJScJmWh2jk1/8EM1d0Ddy9SJcCHImKc0+VrNoSGORmrIy7sjHmbOFoGDPjQuiqX2/9HOOVWXaw==","signatures":[{"sig":"MEQCIGBp/511BIoyDvZKXcX7goNYt8NrSerNU2IL4QOFDbXFAiBJakLCX+SUzMuWZ+m2wxQV205qrghjKHLXsuOZYbhsxA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260609","@aztec/cli":"4.4.0-nightly.20260609","@aztec/p2p":"4.4.0-nightly.20260609","@aztec/pxe":"4.4.0-nightly.20260609","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260609","@aztec/bb.js":"4.4.0-nightly.20260609","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260609","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260609","@aztec/wallets":"4.4.0-nightly.20260609","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260609","@aztec/archiver":"4.4.0-nightly.20260609","@aztec/aztec.js":"4.4.0-nightly.20260609","@aztec/blob-lib":"4.4.0-nightly.20260609","@aztec/ethereum":"4.4.0-nightly.20260609","@aztec/kv-store":"4.4.0-nightly.20260609","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260609","@aztec/constants":"4.4.0-nightly.20260609","@aztec/simulator":"4.4.0-nightly.20260609","@aztec/aztec-node":"4.4.0-nightly.20260609","@aztec/foundation":"4.4.0-nightly.20260609","@aztec/wallet-sdk":"4.4.0-nightly.20260609","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260609","@aztec/entrypoints":"4.4.0-nightly.20260609","@aztec/epoch-cache":"4.4.0-nightly.20260609","@aztec/merkle-tree":"4.4.0-nightly.20260609","@aztec/prover-node":"4.4.0-nightly.20260609","@aztec/world-state":"4.4.0-nightly.20260609","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260609","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260609","@aztec/prover-client":"4.4.0-nightly.20260609","@aztec/noir-noirc_abi":"4.4.0-nightly.20260609","@aztec/sequencer-client":"4.4.0-nightly.20260609","@aztec/telemetry-client":"4.4.0-nightly.20260609","@aztec/validator-client":"4.4.0-nightly.20260609","@aztec/noir-contracts.js":"4.4.0-nightly.20260609","@aztec/protocol-contracts":"4.4.0-nightly.20260609","@aztec/validator-ha-signer":"4.4.0-nightly.20260609","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260609","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260609"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260609_1780989290067_0.797125226595645","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260610":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260610","_id":"@aztec/end-to-end@5.0.0-nightly.20260610","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fb718a358e7f6003c52481551df72cec2b16f7a3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260610.tgz","fileCount":310,"integrity":"sha512-eR0DlzvaLYuBUC8xMbJxN//Ms4gdery/MK2+YgNkq0qHwXKrT+QoWEtABhCMwQqHCCzBn4vzsNAU95FVRRNJ2g==","signatures":[{"sig":"MEQCIGVWx70VkNCF152hwRoBX4FmuFUbsCmWin1Z3nTXPe9LAiAq6c+Pq1WFlpVIRCrlN0LqJhr9+oINqi3vX8XAOkHbGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37253185},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260610","@aztec/cli":"5.0.0-nightly.20260610","@aztec/p2p":"5.0.0-nightly.20260610","@aztec/pxe":"5.0.0-nightly.20260610","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260610","@aztec/bb.js":"5.0.0-nightly.20260610","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260610","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260610","@aztec/wallets":"5.0.0-nightly.20260610","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260610","@aztec/archiver":"5.0.0-nightly.20260610","@aztec/aztec.js":"5.0.0-nightly.20260610","@aztec/blob-lib":"5.0.0-nightly.20260610","@aztec/ethereum":"5.0.0-nightly.20260610","@aztec/kv-store":"5.0.0-nightly.20260610","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260610","@aztec/constants":"5.0.0-nightly.20260610","@aztec/simulator":"5.0.0-nightly.20260610","@aztec/aztec-node":"5.0.0-nightly.20260610","@aztec/foundation":"5.0.0-nightly.20260610","@aztec/wallet-sdk":"5.0.0-nightly.20260610","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260610","@aztec/entrypoints":"5.0.0-nightly.20260610","@aztec/epoch-cache":"5.0.0-nightly.20260610","@aztec/prover-node":"5.0.0-nightly.20260610","@aztec/world-state":"5.0.0-nightly.20260610","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260610","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260610","@aztec/prover-client":"5.0.0-nightly.20260610","@aztec/noir-noirc_abi":"5.0.0-nightly.20260610","@aztec/sequencer-client":"5.0.0-nightly.20260610","@aztec/telemetry-client":"5.0.0-nightly.20260610","@aztec/validator-client":"5.0.0-nightly.20260610","@aztec/noir-contracts.js":"5.0.0-nightly.20260610","@aztec/protocol-contracts":"5.0.0-nightly.20260610","@aztec/standard-contracts":"5.0.0-nightly.20260610","@aztec/validator-ha-signer":"5.0.0-nightly.20260610","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260610","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260610"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260610_1781062077276_0.9182595880249","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260610":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260610","_id":"@aztec/end-to-end@4.4.0-nightly.20260610","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fbb47fc79d59ef27b0aca63b04e124ff2f2137ae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260610.tgz","fileCount":294,"integrity":"sha512-jElwtX+aYoto27CKbWpfBIuGtdmH/S8y4di5ghtYBM7WCeQcy1KtFIT5cZn/87dRC9bxEC+EakIkxhKr0Q0iRw==","signatures":[{"sig":"MEUCIHKrLF3wmwcaP1KDKIoxckZ7B4/sCCz0lk7XZuDd45VvAiEAq+Dm0fMsC95r07W2BXl7L8zmZaPI529yEW4tDXHuijA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260610","@aztec/cli":"4.4.0-nightly.20260610","@aztec/p2p":"4.4.0-nightly.20260610","@aztec/pxe":"4.4.0-nightly.20260610","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260610","@aztec/bb.js":"4.4.0-nightly.20260610","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260610","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260610","@aztec/wallets":"4.4.0-nightly.20260610","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260610","@aztec/archiver":"4.4.0-nightly.20260610","@aztec/aztec.js":"4.4.0-nightly.20260610","@aztec/blob-lib":"4.4.0-nightly.20260610","@aztec/ethereum":"4.4.0-nightly.20260610","@aztec/kv-store":"4.4.0-nightly.20260610","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260610","@aztec/constants":"4.4.0-nightly.20260610","@aztec/simulator":"4.4.0-nightly.20260610","@aztec/aztec-node":"4.4.0-nightly.20260610","@aztec/foundation":"4.4.0-nightly.20260610","@aztec/wallet-sdk":"4.4.0-nightly.20260610","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260610","@aztec/entrypoints":"4.4.0-nightly.20260610","@aztec/epoch-cache":"4.4.0-nightly.20260610","@aztec/merkle-tree":"4.4.0-nightly.20260610","@aztec/prover-node":"4.4.0-nightly.20260610","@aztec/world-state":"4.4.0-nightly.20260610","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260610","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260610","@aztec/prover-client":"4.4.0-nightly.20260610","@aztec/noir-noirc_abi":"4.4.0-nightly.20260610","@aztec/sequencer-client":"4.4.0-nightly.20260610","@aztec/telemetry-client":"4.4.0-nightly.20260610","@aztec/validator-client":"4.4.0-nightly.20260610","@aztec/noir-contracts.js":"4.4.0-nightly.20260610","@aztec/protocol-contracts":"4.4.0-nightly.20260610","@aztec/validator-ha-signer":"4.4.0-nightly.20260610","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260610","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260610"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260610_1781064273291_0.4799330677232858","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260611":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260611","_id":"@aztec/end-to-end@5.0.0-nightly.20260611","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0558088d3e9fece77e21049b6fc9a1dcbc906133","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260611.tgz","fileCount":310,"integrity":"sha512-WAdf00J0SgdLRrtA3SVpnBQ6vva5AL3+pRtCre9JE8nMWSwjhATAJ2XsB2+FYlneRqDUW8iTyZGXAhNHcd3KpQ==","signatures":[{"sig":"MEQCIEM1W3ySU7kHFtGckWffYJJi+P9SJ/ij3JgRPUe6HLFZAiAzUEdpXtJr153AkHtIpBHTCwmu+lZhP8zrQihtcB1GSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37253185},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260611","@aztec/cli":"5.0.0-nightly.20260611","@aztec/p2p":"5.0.0-nightly.20260611","@aztec/pxe":"5.0.0-nightly.20260611","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260611","@aztec/bb.js":"5.0.0-nightly.20260611","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260611","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260611","@aztec/wallets":"5.0.0-nightly.20260611","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260611","@aztec/archiver":"5.0.0-nightly.20260611","@aztec/aztec.js":"5.0.0-nightly.20260611","@aztec/blob-lib":"5.0.0-nightly.20260611","@aztec/ethereum":"5.0.0-nightly.20260611","@aztec/kv-store":"5.0.0-nightly.20260611","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260611","@aztec/constants":"5.0.0-nightly.20260611","@aztec/simulator":"5.0.0-nightly.20260611","@aztec/aztec-node":"5.0.0-nightly.20260611","@aztec/foundation":"5.0.0-nightly.20260611","@aztec/wallet-sdk":"5.0.0-nightly.20260611","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260611","@aztec/entrypoints":"5.0.0-nightly.20260611","@aztec/epoch-cache":"5.0.0-nightly.20260611","@aztec/prover-node":"5.0.0-nightly.20260611","@aztec/world-state":"5.0.0-nightly.20260611","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260611","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260611","@aztec/prover-client":"5.0.0-nightly.20260611","@aztec/noir-noirc_abi":"5.0.0-nightly.20260611","@aztec/sequencer-client":"5.0.0-nightly.20260611","@aztec/telemetry-client":"5.0.0-nightly.20260611","@aztec/validator-client":"5.0.0-nightly.20260611","@aztec/noir-contracts.js":"5.0.0-nightly.20260611","@aztec/protocol-contracts":"5.0.0-nightly.20260611","@aztec/standard-contracts":"5.0.0-nightly.20260611","@aztec/validator-ha-signer":"5.0.0-nightly.20260611","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260611","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260611"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260611_1781148117998_0.61517440881439","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260611":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260611","_id":"@aztec/end-to-end@4.4.0-nightly.20260611","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e3381d1006e5778ccfce6e9c9bd62ce0df6bb5bc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260611.tgz","fileCount":294,"integrity":"sha512-h7Onqn4xQpL/70ce4epQKCMzFplx0b/pkdRAD12spOBs/bqO+a6uQrZAXPy8ucv/8m+aeOYrqj78pyYy9jJupg==","signatures":[{"sig":"MEYCIQCxL/3c7UHcYfQyyvD4z5v6qRHWNuZHJTc8fvdn3Rve4QIhAJTSrLrqPl4+22b4y5v00tmGi7ZDmsekkI8iyZvzDcdR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260611","@aztec/cli":"4.4.0-nightly.20260611","@aztec/p2p":"4.4.0-nightly.20260611","@aztec/pxe":"4.4.0-nightly.20260611","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260611","@aztec/bb.js":"4.4.0-nightly.20260611","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260611","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260611","@aztec/wallets":"4.4.0-nightly.20260611","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260611","@aztec/archiver":"4.4.0-nightly.20260611","@aztec/aztec.js":"4.4.0-nightly.20260611","@aztec/blob-lib":"4.4.0-nightly.20260611","@aztec/ethereum":"4.4.0-nightly.20260611","@aztec/kv-store":"4.4.0-nightly.20260611","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260611","@aztec/constants":"4.4.0-nightly.20260611","@aztec/simulator":"4.4.0-nightly.20260611","@aztec/aztec-node":"4.4.0-nightly.20260611","@aztec/foundation":"4.4.0-nightly.20260611","@aztec/wallet-sdk":"4.4.0-nightly.20260611","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260611","@aztec/entrypoints":"4.4.0-nightly.20260611","@aztec/epoch-cache":"4.4.0-nightly.20260611","@aztec/merkle-tree":"4.4.0-nightly.20260611","@aztec/prover-node":"4.4.0-nightly.20260611","@aztec/world-state":"4.4.0-nightly.20260611","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260611","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260611","@aztec/prover-client":"4.4.0-nightly.20260611","@aztec/noir-noirc_abi":"4.4.0-nightly.20260611","@aztec/sequencer-client":"4.4.0-nightly.20260611","@aztec/telemetry-client":"4.4.0-nightly.20260611","@aztec/validator-client":"4.4.0-nightly.20260611","@aztec/noir-contracts.js":"4.4.0-nightly.20260611","@aztec/protocol-contracts":"4.4.0-nightly.20260611","@aztec/validator-ha-signer":"4.4.0-nightly.20260611","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260611","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260611"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260611_1781150490117_0.11553121090537255","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260612":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260612","_id":"@aztec/end-to-end@5.0.0-nightly.20260612","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a7f4e7f332a7843f0ebb92d9d3cd93894f238f7c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260612.tgz","fileCount":310,"integrity":"sha512-OPl5pF5xacLDlhONpypIJcP8RpjRRCr4dJjP7ePrKHK9AXhmc0rNghM+f5aiUw7cmonOz9CABz3R27G+qFESAA==","signatures":[{"sig":"MEUCIQCs4if+rfkIn/Sjhlw0LP+7mFOigrI2tMPXY756SNWLOAIgMXs6l07YuvGLGNkqvlzn2pWagekNxPmd45SeWHo+mWE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37245098},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260612","@aztec/cli":"5.0.0-nightly.20260612","@aztec/p2p":"5.0.0-nightly.20260612","@aztec/pxe":"5.0.0-nightly.20260612","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260612","@aztec/bb.js":"5.0.0-nightly.20260612","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260612","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260612","@aztec/wallets":"5.0.0-nightly.20260612","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260612","@aztec/archiver":"5.0.0-nightly.20260612","@aztec/aztec.js":"5.0.0-nightly.20260612","@aztec/blob-lib":"5.0.0-nightly.20260612","@aztec/ethereum":"5.0.0-nightly.20260612","@aztec/kv-store":"5.0.0-nightly.20260612","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260612","@aztec/constants":"5.0.0-nightly.20260612","@aztec/simulator":"5.0.0-nightly.20260612","@aztec/aztec-node":"5.0.0-nightly.20260612","@aztec/foundation":"5.0.0-nightly.20260612","@aztec/wallet-sdk":"5.0.0-nightly.20260612","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260612","@aztec/entrypoints":"5.0.0-nightly.20260612","@aztec/epoch-cache":"5.0.0-nightly.20260612","@aztec/prover-node":"5.0.0-nightly.20260612","@aztec/world-state":"5.0.0-nightly.20260612","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260612","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260612","@aztec/prover-client":"5.0.0-nightly.20260612","@aztec/noir-noirc_abi":"5.0.0-nightly.20260612","@aztec/sequencer-client":"5.0.0-nightly.20260612","@aztec/telemetry-client":"5.0.0-nightly.20260612","@aztec/validator-client":"5.0.0-nightly.20260612","@aztec/noir-contracts.js":"5.0.0-nightly.20260612","@aztec/protocol-contracts":"5.0.0-nightly.20260612","@aztec/standard-contracts":"5.0.0-nightly.20260612","@aztec/validator-ha-signer":"5.0.0-nightly.20260612","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260612","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260612"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260612_1781234665386_0.8576483159212973","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260612":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260612","_id":"@aztec/end-to-end@4.4.0-nightly.20260612","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a88ccf54e2abc2390933e5444dd799afda19c323","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260612.tgz","fileCount":294,"integrity":"sha512-gdJtgu6P50H+UeCUT4Ol/bk2e3qveCxvTxdDdk2ZHJcSUBxgTauGjjawmDKcNguC+caDWt6SdpKoj0zR989jaA==","signatures":[{"sig":"MEUCIAtRjg9DphDlYXO/WzmTCxHAzneVt5322ava8I/9vXGDAiEA5YRZJ8U9qMDX9qzwc6pbf2qqUBECZAVavPpYmiaZtSQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260612","@aztec/cli":"4.4.0-nightly.20260612","@aztec/p2p":"4.4.0-nightly.20260612","@aztec/pxe":"4.4.0-nightly.20260612","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260612","@aztec/bb.js":"4.4.0-nightly.20260612","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260612","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260612","@aztec/wallets":"4.4.0-nightly.20260612","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260612","@aztec/archiver":"4.4.0-nightly.20260612","@aztec/aztec.js":"4.4.0-nightly.20260612","@aztec/blob-lib":"4.4.0-nightly.20260612","@aztec/ethereum":"4.4.0-nightly.20260612","@aztec/kv-store":"4.4.0-nightly.20260612","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260612","@aztec/constants":"4.4.0-nightly.20260612","@aztec/simulator":"4.4.0-nightly.20260612","@aztec/aztec-node":"4.4.0-nightly.20260612","@aztec/foundation":"4.4.0-nightly.20260612","@aztec/wallet-sdk":"4.4.0-nightly.20260612","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260612","@aztec/entrypoints":"4.4.0-nightly.20260612","@aztec/epoch-cache":"4.4.0-nightly.20260612","@aztec/merkle-tree":"4.4.0-nightly.20260612","@aztec/prover-node":"4.4.0-nightly.20260612","@aztec/world-state":"4.4.0-nightly.20260612","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260612","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260612","@aztec/prover-client":"4.4.0-nightly.20260612","@aztec/noir-noirc_abi":"4.4.0-nightly.20260612","@aztec/sequencer-client":"4.4.0-nightly.20260612","@aztec/telemetry-client":"4.4.0-nightly.20260612","@aztec/validator-client":"4.4.0-nightly.20260612","@aztec/noir-contracts.js":"4.4.0-nightly.20260612","@aztec/protocol-contracts":"4.4.0-nightly.20260612","@aztec/validator-ha-signer":"4.4.0-nightly.20260612","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260612","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260612"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260612_1781237194072_0.48231903712439417","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.031e54b":{"name":"@aztec/end-to-end","version":"0.0.1-commit.031e54b","_id":"@aztec/end-to-end@0.0.1-commit.031e54b","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"09ab40f95ce0b52a5ac4dad1d5be3a3ae4b322d2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.031e54b.tgz","fileCount":310,"integrity":"sha512-xM4aFZuRe3nZmNcn5rUIqCVTOzrfHxGaopiEOPBN/zs7h/SHeM6EQ6v0zs29dUP3Pgj3t9h7HGbORLXJ9VXBCQ==","signatures":[{"sig":"MEUCIH08z7MTP8Yk1qpM234joTceUVV/bRn5yu+cC9FeEv8+AiEA5t7aOmj+YVkRtHT1EzYjsz/xU+7Mz5Gg8vZ3jMeJS3c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246390},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.031e54b","@aztec/cli":"0.0.1-commit.031e54b","@aztec/p2p":"0.0.1-commit.031e54b","@aztec/pxe":"0.0.1-commit.031e54b","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.031e54b","@aztec/bb.js":"0.0.1-commit.031e54b","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.031e54b","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.031e54b","@aztec/wallets":"0.0.1-commit.031e54b","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.031e54b","@aztec/archiver":"0.0.1-commit.031e54b","@aztec/aztec.js":"0.0.1-commit.031e54b","@aztec/blob-lib":"0.0.1-commit.031e54b","@aztec/ethereum":"0.0.1-commit.031e54b","@aztec/kv-store":"0.0.1-commit.031e54b","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.031e54b","@aztec/constants":"0.0.1-commit.031e54b","@aztec/simulator":"0.0.1-commit.031e54b","@aztec/aztec-node":"0.0.1-commit.031e54b","@aztec/foundation":"0.0.1-commit.031e54b","@aztec/wallet-sdk":"0.0.1-commit.031e54b","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.031e54b","@aztec/entrypoints":"0.0.1-commit.031e54b","@aztec/epoch-cache":"0.0.1-commit.031e54b","@aztec/prover-node":"0.0.1-commit.031e54b","@aztec/world-state":"0.0.1-commit.031e54b","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.031e54b","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.031e54b","@aztec/prover-client":"0.0.1-commit.031e54b","@aztec/noir-noirc_abi":"0.0.1-commit.031e54b","@aztec/sequencer-client":"0.0.1-commit.031e54b","@aztec/telemetry-client":"0.0.1-commit.031e54b","@aztec/validator-client":"0.0.1-commit.031e54b","@aztec/noir-contracts.js":"0.0.1-commit.031e54b","@aztec/protocol-contracts":"0.0.1-commit.031e54b","@aztec/standard-contracts":"0.0.1-commit.031e54b","@aztec/validator-ha-signer":"0.0.1-commit.031e54b","@aztec/noir-test-contracts.js":"0.0.1-commit.031e54b","@aztec/noir-protocol-circuits-types":"0.0.1-commit.031e54b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.031e54b_1781272515466_0.3033249828218345","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.e57c76e":{"name":"@aztec/end-to-end","version":"0.0.1-commit.e57c76e","_id":"@aztec/end-to-end@0.0.1-commit.e57c76e","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"50a2e8d25dd8d1be9326f3cd16d094d267c958ec","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.e57c76e.tgz","fileCount":310,"integrity":"sha512-NSAOQqIlgtlg0esLKNHSmB6zotKV40TYjvKpouy3sbFmGU69i3FCO0WzX83URTpc8a/6GPhJxTr4zXkAiEVqxg==","signatures":[{"sig":"MEYCIQDI/xwgI8eiYP1PJIozz9lPRZqfmWkdPIA7rybQju7PLQIhALKKlXIj9MC5DOuuYXTW8By4Zn09dLAY0ag8oghG9two","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246390},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.e57c76e","@aztec/cli":"0.0.1-commit.e57c76e","@aztec/p2p":"0.0.1-commit.e57c76e","@aztec/pxe":"0.0.1-commit.e57c76e","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.e57c76e","@aztec/bb.js":"0.0.1-commit.e57c76e","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.e57c76e","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.e57c76e","@aztec/wallets":"0.0.1-commit.e57c76e","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.e57c76e","@aztec/archiver":"0.0.1-commit.e57c76e","@aztec/aztec.js":"0.0.1-commit.e57c76e","@aztec/blob-lib":"0.0.1-commit.e57c76e","@aztec/ethereum":"0.0.1-commit.e57c76e","@aztec/kv-store":"0.0.1-commit.e57c76e","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.e57c76e","@aztec/constants":"0.0.1-commit.e57c76e","@aztec/simulator":"0.0.1-commit.e57c76e","@aztec/aztec-node":"0.0.1-commit.e57c76e","@aztec/foundation":"0.0.1-commit.e57c76e","@aztec/wallet-sdk":"0.0.1-commit.e57c76e","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.e57c76e","@aztec/entrypoints":"0.0.1-commit.e57c76e","@aztec/epoch-cache":"0.0.1-commit.e57c76e","@aztec/prover-node":"0.0.1-commit.e57c76e","@aztec/world-state":"0.0.1-commit.e57c76e","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.e57c76e","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.e57c76e","@aztec/prover-client":"0.0.1-commit.e57c76e","@aztec/noir-noirc_abi":"0.0.1-commit.e57c76e","@aztec/sequencer-client":"0.0.1-commit.e57c76e","@aztec/telemetry-client":"0.0.1-commit.e57c76e","@aztec/validator-client":"0.0.1-commit.e57c76e","@aztec/noir-contracts.js":"0.0.1-commit.e57c76e","@aztec/protocol-contracts":"0.0.1-commit.e57c76e","@aztec/standard-contracts":"0.0.1-commit.e57c76e","@aztec/validator-ha-signer":"0.0.1-commit.e57c76e","@aztec/noir-test-contracts.js":"0.0.1-commit.e57c76e","@aztec/noir-protocol-circuits-types":"0.0.1-commit.e57c76e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.e57c76e_1781275834994_0.14314651391033184","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260613":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260613","_id":"@aztec/end-to-end@5.0.0-nightly.20260613","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0a0bcdc36b73fbb4a505313ce1c5746cd5e9b1ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260613.tgz","fileCount":310,"integrity":"sha512-zj2pDpXjYUptX+rn11SaIEHAi/M67D1NshOymAedOOO29h6lj0IZnt1Eeyz3gXu6DFoW+RanWTDGkXgwnZrtBg==","signatures":[{"sig":"MEUCIQCA/4wq0yQLlA0BgzLgMkqy2njIy68Li42RB98KM5uvggIgKF3ayy2RurRKSyioRA4HbbYnLixpzslJcNmPgnX0a8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37227744},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260613","@aztec/cli":"5.0.0-nightly.20260613","@aztec/p2p":"5.0.0-nightly.20260613","@aztec/pxe":"5.0.0-nightly.20260613","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260613","@aztec/bb.js":"5.0.0-nightly.20260613","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260613","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260613","@aztec/wallets":"5.0.0-nightly.20260613","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260613","@aztec/archiver":"5.0.0-nightly.20260613","@aztec/aztec.js":"5.0.0-nightly.20260613","@aztec/blob-lib":"5.0.0-nightly.20260613","@aztec/ethereum":"5.0.0-nightly.20260613","@aztec/kv-store":"5.0.0-nightly.20260613","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260613","@aztec/constants":"5.0.0-nightly.20260613","@aztec/simulator":"5.0.0-nightly.20260613","@aztec/aztec-node":"5.0.0-nightly.20260613","@aztec/foundation":"5.0.0-nightly.20260613","@aztec/wallet-sdk":"5.0.0-nightly.20260613","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260613","@aztec/entrypoints":"5.0.0-nightly.20260613","@aztec/epoch-cache":"5.0.0-nightly.20260613","@aztec/prover-node":"5.0.0-nightly.20260613","@aztec/world-state":"5.0.0-nightly.20260613","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260613","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260613","@aztec/prover-client":"5.0.0-nightly.20260613","@aztec/noir-noirc_abi":"5.0.0-nightly.20260613","@aztec/sequencer-client":"5.0.0-nightly.20260613","@aztec/telemetry-client":"5.0.0-nightly.20260613","@aztec/validator-client":"5.0.0-nightly.20260613","@aztec/noir-contracts.js":"5.0.0-nightly.20260613","@aztec/protocol-contracts":"5.0.0-nightly.20260613","@aztec/standard-contracts":"5.0.0-nightly.20260613","@aztec/validator-ha-signer":"5.0.0-nightly.20260613","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260613","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260613"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260613_1781320966167_0.5487119116812051","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260613":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260613","_id":"@aztec/end-to-end@4.4.0-nightly.20260613","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d9e4c967ce8ea73081cad9f186596a445110aa04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260613.tgz","fileCount":294,"integrity":"sha512-JSSoT3PbRSvRSlrzSbbUv6cG53YDVyAwjxYdBoqXAwrFbC13SxIuw571pCxK0veVbAU8rBBpMZyYHJhbQH3ENA==","signatures":[{"sig":"MEUCIQCan/CH4j5f6WSxKDLdM79CwanLybkpx1CIdzPA1IqumwIgej95Ap9OCj52sfIzbQmboX5YIXgsiryg9v9Sd5mUjyQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260613","@aztec/cli":"4.4.0-nightly.20260613","@aztec/p2p":"4.4.0-nightly.20260613","@aztec/pxe":"4.4.0-nightly.20260613","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260613","@aztec/bb.js":"4.4.0-nightly.20260613","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260613","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260613","@aztec/wallets":"4.4.0-nightly.20260613","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260613","@aztec/archiver":"4.4.0-nightly.20260613","@aztec/aztec.js":"4.4.0-nightly.20260613","@aztec/blob-lib":"4.4.0-nightly.20260613","@aztec/ethereum":"4.4.0-nightly.20260613","@aztec/kv-store":"4.4.0-nightly.20260613","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260613","@aztec/constants":"4.4.0-nightly.20260613","@aztec/simulator":"4.4.0-nightly.20260613","@aztec/aztec-node":"4.4.0-nightly.20260613","@aztec/foundation":"4.4.0-nightly.20260613","@aztec/wallet-sdk":"4.4.0-nightly.20260613","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260613","@aztec/entrypoints":"4.4.0-nightly.20260613","@aztec/epoch-cache":"4.4.0-nightly.20260613","@aztec/merkle-tree":"4.4.0-nightly.20260613","@aztec/prover-node":"4.4.0-nightly.20260613","@aztec/world-state":"4.4.0-nightly.20260613","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260613","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260613","@aztec/prover-client":"4.4.0-nightly.20260613","@aztec/noir-noirc_abi":"4.4.0-nightly.20260613","@aztec/sequencer-client":"4.4.0-nightly.20260613","@aztec/telemetry-client":"4.4.0-nightly.20260613","@aztec/validator-client":"4.4.0-nightly.20260613","@aztec/noir-contracts.js":"4.4.0-nightly.20260613","@aztec/protocol-contracts":"4.4.0-nightly.20260613","@aztec/validator-ha-signer":"4.4.0-nightly.20260613","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260613","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260613"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260613_1781323335408_0.9624180735137358","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260614":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260614","_id":"@aztec/end-to-end@5.0.0-nightly.20260614","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4631cb57445afb5486e0cf259fe59b5169d7b1b5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260614.tgz","fileCount":310,"integrity":"sha512-bHOMU6GcNDUB6LHZDCbuQrzG4081Ln+c+607JaTyHoHxvVpqMlC6orvvHaTrXkldT5g5kAOeoa49/ejh4j1gxQ==","signatures":[{"sig":"MEQCIGpv1WRggr4Idie2x9V5HmQcx5/OUIFZ6TJQvUsz6nKPAiAumD9hESnQ/KSU0Y/WfbfccJfGUHxmSAErNcDwnDLR4Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37227744},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260614","@aztec/cli":"5.0.0-nightly.20260614","@aztec/p2p":"5.0.0-nightly.20260614","@aztec/pxe":"5.0.0-nightly.20260614","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260614","@aztec/bb.js":"5.0.0-nightly.20260614","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260614","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260614","@aztec/wallets":"5.0.0-nightly.20260614","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260614","@aztec/archiver":"5.0.0-nightly.20260614","@aztec/aztec.js":"5.0.0-nightly.20260614","@aztec/blob-lib":"5.0.0-nightly.20260614","@aztec/ethereum":"5.0.0-nightly.20260614","@aztec/kv-store":"5.0.0-nightly.20260614","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260614","@aztec/constants":"5.0.0-nightly.20260614","@aztec/simulator":"5.0.0-nightly.20260614","@aztec/aztec-node":"5.0.0-nightly.20260614","@aztec/foundation":"5.0.0-nightly.20260614","@aztec/wallet-sdk":"5.0.0-nightly.20260614","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260614","@aztec/entrypoints":"5.0.0-nightly.20260614","@aztec/epoch-cache":"5.0.0-nightly.20260614","@aztec/prover-node":"5.0.0-nightly.20260614","@aztec/world-state":"5.0.0-nightly.20260614","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260614","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260614","@aztec/prover-client":"5.0.0-nightly.20260614","@aztec/noir-noirc_abi":"5.0.0-nightly.20260614","@aztec/sequencer-client":"5.0.0-nightly.20260614","@aztec/telemetry-client":"5.0.0-nightly.20260614","@aztec/validator-client":"5.0.0-nightly.20260614","@aztec/noir-contracts.js":"5.0.0-nightly.20260614","@aztec/protocol-contracts":"5.0.0-nightly.20260614","@aztec/standard-contracts":"5.0.0-nightly.20260614","@aztec/validator-ha-signer":"5.0.0-nightly.20260614","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260614","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260614"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260614_1781407735693_0.3260477427791857","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260614":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260614","_id":"@aztec/end-to-end@4.4.0-nightly.20260614","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dea410c9b1dcb3c8b9ab1c3326b34f25dec9620a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260614.tgz","fileCount":294,"integrity":"sha512-hInf9q6iG7WQVBw0QJf9DhsBU7RsulYFpeVWMg3aYbIiwUMNhK6OAmVcpPmk0jpSzXGRRwhF8nY7i9LQom0CaQ==","signatures":[{"sig":"MEUCIQCPX7iZkRDiVuHwbDKYLE6Po9MxYDS2vwokpizqr+A4XAIgGcWo80fDayFDaF0dLeCbk4bI0htvu0Fw83YZXe7ROZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260614","@aztec/cli":"4.4.0-nightly.20260614","@aztec/p2p":"4.4.0-nightly.20260614","@aztec/pxe":"4.4.0-nightly.20260614","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260614","@aztec/bb.js":"4.4.0-nightly.20260614","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260614","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260614","@aztec/wallets":"4.4.0-nightly.20260614","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260614","@aztec/archiver":"4.4.0-nightly.20260614","@aztec/aztec.js":"4.4.0-nightly.20260614","@aztec/blob-lib":"4.4.0-nightly.20260614","@aztec/ethereum":"4.4.0-nightly.20260614","@aztec/kv-store":"4.4.0-nightly.20260614","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260614","@aztec/constants":"4.4.0-nightly.20260614","@aztec/simulator":"4.4.0-nightly.20260614","@aztec/aztec-node":"4.4.0-nightly.20260614","@aztec/foundation":"4.4.0-nightly.20260614","@aztec/wallet-sdk":"4.4.0-nightly.20260614","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260614","@aztec/entrypoints":"4.4.0-nightly.20260614","@aztec/epoch-cache":"4.4.0-nightly.20260614","@aztec/merkle-tree":"4.4.0-nightly.20260614","@aztec/prover-node":"4.4.0-nightly.20260614","@aztec/world-state":"4.4.0-nightly.20260614","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260614","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260614","@aztec/prover-client":"4.4.0-nightly.20260614","@aztec/noir-noirc_abi":"4.4.0-nightly.20260614","@aztec/sequencer-client":"4.4.0-nightly.20260614","@aztec/telemetry-client":"4.4.0-nightly.20260614","@aztec/validator-client":"4.4.0-nightly.20260614","@aztec/noir-contracts.js":"4.4.0-nightly.20260614","@aztec/protocol-contracts":"4.4.0-nightly.20260614","@aztec/validator-ha-signer":"4.4.0-nightly.20260614","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260614","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260614"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260614_1781409751524_0.03388137648837852","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260615":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260615","_id":"@aztec/end-to-end@5.0.0-nightly.20260615","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a6081e626c03b23fd2eb7fe2ee8fb187b174b63","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260615.tgz","fileCount":310,"integrity":"sha512-TZSFqTqq6N1AawbQeHGaU7weXbMWgmHs56KjAjgy+/hnZOFJBlD65wTbZdphmfoWWqvBIZGoHakeuStQin6avg==","signatures":[{"sig":"MEQCIEKwg8ahs6aRzCsmbFwXtKS2IhRmQW7qnYwHhXx+CJ3IAiAY5/7luzzQpDLm3hSmCmuNDcu5DEYylIYBh4m662uxuQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37227744},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260615","@aztec/cli":"5.0.0-nightly.20260615","@aztec/p2p":"5.0.0-nightly.20260615","@aztec/pxe":"5.0.0-nightly.20260615","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260615","@aztec/bb.js":"5.0.0-nightly.20260615","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260615","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260615","@aztec/wallets":"5.0.0-nightly.20260615","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260615","@aztec/archiver":"5.0.0-nightly.20260615","@aztec/aztec.js":"5.0.0-nightly.20260615","@aztec/blob-lib":"5.0.0-nightly.20260615","@aztec/ethereum":"5.0.0-nightly.20260615","@aztec/kv-store":"5.0.0-nightly.20260615","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260615","@aztec/constants":"5.0.0-nightly.20260615","@aztec/simulator":"5.0.0-nightly.20260615","@aztec/aztec-node":"5.0.0-nightly.20260615","@aztec/foundation":"5.0.0-nightly.20260615","@aztec/wallet-sdk":"5.0.0-nightly.20260615","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260615","@aztec/entrypoints":"5.0.0-nightly.20260615","@aztec/epoch-cache":"5.0.0-nightly.20260615","@aztec/prover-node":"5.0.0-nightly.20260615","@aztec/world-state":"5.0.0-nightly.20260615","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260615","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260615","@aztec/prover-client":"5.0.0-nightly.20260615","@aztec/noir-noirc_abi":"5.0.0-nightly.20260615","@aztec/sequencer-client":"5.0.0-nightly.20260615","@aztec/telemetry-client":"5.0.0-nightly.20260615","@aztec/validator-client":"5.0.0-nightly.20260615","@aztec/noir-contracts.js":"5.0.0-nightly.20260615","@aztec/protocol-contracts":"5.0.0-nightly.20260615","@aztec/standard-contracts":"5.0.0-nightly.20260615","@aztec/validator-ha-signer":"5.0.0-nightly.20260615","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260615","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260615"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260615_1781493956901_0.0455578954726934","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260615":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260615","_id":"@aztec/end-to-end@4.4.0-nightly.20260615","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a3fcf7af41bd3f1d07ed89ad4b89d733ef7baa1e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260615.tgz","fileCount":294,"integrity":"sha512-VHBUjbykASoR83XAki/lv/A+sYv5QhODXl91Q4mV8VA7YHG2ebRlDICrHg8Q8S7nStJPxhDhVg8z4+DS/ikM7w==","signatures":[{"sig":"MEQCIGgdM1H8CBrXRYkfPgWGrd+ECHgLFG5jy8OylhrG6HHTAiBSQoDpx3sNV+q5hL6N/HNlhRWXmqEuIrSnRt88zvfqnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260615","@aztec/cli":"4.4.0-nightly.20260615","@aztec/p2p":"4.4.0-nightly.20260615","@aztec/pxe":"4.4.0-nightly.20260615","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260615","@aztec/bb.js":"4.4.0-nightly.20260615","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260615","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260615","@aztec/wallets":"4.4.0-nightly.20260615","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260615","@aztec/archiver":"4.4.0-nightly.20260615","@aztec/aztec.js":"4.4.0-nightly.20260615","@aztec/blob-lib":"4.4.0-nightly.20260615","@aztec/ethereum":"4.4.0-nightly.20260615","@aztec/kv-store":"4.4.0-nightly.20260615","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260615","@aztec/constants":"4.4.0-nightly.20260615","@aztec/simulator":"4.4.0-nightly.20260615","@aztec/aztec-node":"4.4.0-nightly.20260615","@aztec/foundation":"4.4.0-nightly.20260615","@aztec/wallet-sdk":"4.4.0-nightly.20260615","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260615","@aztec/entrypoints":"4.4.0-nightly.20260615","@aztec/epoch-cache":"4.4.0-nightly.20260615","@aztec/merkle-tree":"4.4.0-nightly.20260615","@aztec/prover-node":"4.4.0-nightly.20260615","@aztec/world-state":"4.4.0-nightly.20260615","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260615","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260615","@aztec/prover-client":"4.4.0-nightly.20260615","@aztec/noir-noirc_abi":"4.4.0-nightly.20260615","@aztec/sequencer-client":"4.4.0-nightly.20260615","@aztec/telemetry-client":"4.4.0-nightly.20260615","@aztec/validator-client":"4.4.0-nightly.20260615","@aztec/noir-contracts.js":"4.4.0-nightly.20260615","@aztec/protocol-contracts":"4.4.0-nightly.20260615","@aztec/validator-ha-signer":"4.4.0-nightly.20260615","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260615","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260615"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260615_1781497237113_0.05418102047414908","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-rc.1":{"name":"@aztec/end-to-end","version":"5.0.0-rc.1","_id":"@aztec/end-to-end@5.0.0-rc.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a69ba3b48bb858b5da7489af18bae1b789efd731","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-rc.1.tgz","fileCount":310,"integrity":"sha512-IygvRYsqN6bX1XU9vXaoiAqrm4jOl+mQqC2PHEngVttciMRcEpSyiS4GG9/j4FEvMCzZXvv1lXxV3e2d/dZe/g==","signatures":[{"sig":"MEYCIQCG4Wu4qgQmHyZMRGVe5pHZaLwtNuICoV5kGL08RJTibgIhAPGC6B4VVqLET6rWdFWifn0DDphMd3mAav+YhsHken+k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37227264},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-rc.1","@aztec/cli":"5.0.0-rc.1","@aztec/p2p":"5.0.0-rc.1","@aztec/pxe":"5.0.0-rc.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-rc.1","@aztec/bb.js":"5.0.0-rc.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-rc.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-rc.1","@aztec/wallets":"5.0.0-rc.1","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-rc.1","@aztec/archiver":"5.0.0-rc.1","@aztec/aztec.js":"5.0.0-rc.1","@aztec/blob-lib":"5.0.0-rc.1","@aztec/ethereum":"5.0.0-rc.1","@aztec/kv-store":"5.0.0-rc.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-rc.1","@aztec/constants":"5.0.0-rc.1","@aztec/simulator":"5.0.0-rc.1","@aztec/aztec-node":"5.0.0-rc.1","@aztec/foundation":"5.0.0-rc.1","@aztec/wallet-sdk":"5.0.0-rc.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-rc.1","@aztec/entrypoints":"5.0.0-rc.1","@aztec/epoch-cache":"5.0.0-rc.1","@aztec/prover-node":"5.0.0-rc.1","@aztec/world-state":"5.0.0-rc.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-rc.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-rc.1","@aztec/prover-client":"5.0.0-rc.1","@aztec/noir-noirc_abi":"5.0.0-rc.1","@aztec/sequencer-client":"5.0.0-rc.1","@aztec/telemetry-client":"5.0.0-rc.1","@aztec/validator-client":"5.0.0-rc.1","@aztec/noir-contracts.js":"5.0.0-rc.1","@aztec/protocol-contracts":"5.0.0-rc.1","@aztec/standard-contracts":"5.0.0-rc.1","@aztec/validator-ha-signer":"5.0.0-rc.1","@aztec/noir-test-contracts.js":"5.0.0-rc.1","@aztec/noir-protocol-circuits-types":"5.0.0-rc.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-rc.1_1781533540709_0.7674171901264939","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260616":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260616","_id":"@aztec/end-to-end@5.0.0-nightly.20260616","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"84c1602c033d82d8d4b431663e600785c7f1ad74","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260616.tgz","fileCount":310,"integrity":"sha512-7cXcLyQOQT+6G7QXRHaujeFn2QoPxJz73R3628kjOxCGeI/AQSergNaE5xoofSwpSEP7NxSO+CW7LNniSwU12A==","signatures":[{"sig":"MEYCIQCz1mqL0mrIU7gZ3iLNr9WbUPZYg7ps6BxIsLLaW5PCwQIhAJGY9UfkZchu9w18TnmE0pRGBtPigV17b3jj7JYatZ9y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37227744},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260616","@aztec/cli":"5.0.0-nightly.20260616","@aztec/p2p":"5.0.0-nightly.20260616","@aztec/pxe":"5.0.0-nightly.20260616","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260616","@aztec/bb.js":"5.0.0-nightly.20260616","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260616","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260616","@aztec/wallets":"5.0.0-nightly.20260616","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260616","@aztec/archiver":"5.0.0-nightly.20260616","@aztec/aztec.js":"5.0.0-nightly.20260616","@aztec/blob-lib":"5.0.0-nightly.20260616","@aztec/ethereum":"5.0.0-nightly.20260616","@aztec/kv-store":"5.0.0-nightly.20260616","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260616","@aztec/constants":"5.0.0-nightly.20260616","@aztec/simulator":"5.0.0-nightly.20260616","@aztec/aztec-node":"5.0.0-nightly.20260616","@aztec/foundation":"5.0.0-nightly.20260616","@aztec/wallet-sdk":"5.0.0-nightly.20260616","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260616","@aztec/entrypoints":"5.0.0-nightly.20260616","@aztec/epoch-cache":"5.0.0-nightly.20260616","@aztec/prover-node":"5.0.0-nightly.20260616","@aztec/world-state":"5.0.0-nightly.20260616","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260616","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260616","@aztec/prover-client":"5.0.0-nightly.20260616","@aztec/noir-noirc_abi":"5.0.0-nightly.20260616","@aztec/sequencer-client":"5.0.0-nightly.20260616","@aztec/telemetry-client":"5.0.0-nightly.20260616","@aztec/validator-client":"5.0.0-nightly.20260616","@aztec/noir-contracts.js":"5.0.0-nightly.20260616","@aztec/protocol-contracts":"5.0.0-nightly.20260616","@aztec/standard-contracts":"5.0.0-nightly.20260616","@aztec/validator-ha-signer":"5.0.0-nightly.20260616","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260616","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260616"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260616_1781589749486_0.5203165614857233","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260616":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260616","_id":"@aztec/end-to-end@4.4.0-nightly.20260616","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"719ae323c780dffd6dba0a47d09dbfcc64eea5f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260616.tgz","fileCount":294,"integrity":"sha512-Om9JxSoIixAjspxGGxyEhp6kpV1XkNQ+5VqCndVDGqR6VSFngK+BM9RPsNRdOQlXhB21sTlk19vDUkix+HOuPw==","signatures":[{"sig":"MEUCIGzaP9w+xNnZJmXR9xSRzgAgFbs5KkDi/pduS2b53ImtAiEA4oYyitl0LYgMhhh6EvsndmRQNaWKBXwZeZUvsxMq5mQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260616","@aztec/cli":"4.4.0-nightly.20260616","@aztec/p2p":"4.4.0-nightly.20260616","@aztec/pxe":"4.4.0-nightly.20260616","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260616","@aztec/bb.js":"4.4.0-nightly.20260616","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260616","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260616","@aztec/wallets":"4.4.0-nightly.20260616","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260616","@aztec/archiver":"4.4.0-nightly.20260616","@aztec/aztec.js":"4.4.0-nightly.20260616","@aztec/blob-lib":"4.4.0-nightly.20260616","@aztec/ethereum":"4.4.0-nightly.20260616","@aztec/kv-store":"4.4.0-nightly.20260616","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260616","@aztec/constants":"4.4.0-nightly.20260616","@aztec/simulator":"4.4.0-nightly.20260616","@aztec/aztec-node":"4.4.0-nightly.20260616","@aztec/foundation":"4.4.0-nightly.20260616","@aztec/wallet-sdk":"4.4.0-nightly.20260616","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260616","@aztec/entrypoints":"4.4.0-nightly.20260616","@aztec/epoch-cache":"4.4.0-nightly.20260616","@aztec/merkle-tree":"4.4.0-nightly.20260616","@aztec/prover-node":"4.4.0-nightly.20260616","@aztec/world-state":"4.4.0-nightly.20260616","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260616","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260616","@aztec/prover-client":"4.4.0-nightly.20260616","@aztec/noir-noirc_abi":"4.4.0-nightly.20260616","@aztec/sequencer-client":"4.4.0-nightly.20260616","@aztec/telemetry-client":"4.4.0-nightly.20260616","@aztec/validator-client":"4.4.0-nightly.20260616","@aztec/noir-contracts.js":"4.4.0-nightly.20260616","@aztec/protocol-contracts":"4.4.0-nightly.20260616","@aztec/validator-ha-signer":"4.4.0-nightly.20260616","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260616","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260616"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260616_1781592213496_0.9276249434765953","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260617":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260617","_id":"@aztec/end-to-end@5.0.0-nightly.20260617","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"77960288df9b8d0d72601d8e5b7f2b68c50c0afa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260617.tgz","fileCount":310,"integrity":"sha512-VR0YTvhgW374l0PQD+/qgtNlaWvPch0Oe+5G1sM6RVB3tIFzHhgeghqm0zYf7eCq/IESbTMUNgKxub2EbxIeQQ==","signatures":[{"sig":"MEUCIQD2ib0rxc9ydrmTJ0caGNhBcWHHARl/jmZ3NZC5661qBwIgDGkWBQOWlu1pIxZF1h3HoYyoG4a4tvsI7v4pumOH22U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37231875},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260617","@aztec/cli":"5.0.0-nightly.20260617","@aztec/p2p":"5.0.0-nightly.20260617","@aztec/pxe":"5.0.0-nightly.20260617","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260617","@aztec/bb.js":"5.0.0-nightly.20260617","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260617","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260617","@aztec/wallets":"5.0.0-nightly.20260617","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260617","@aztec/archiver":"5.0.0-nightly.20260617","@aztec/aztec.js":"5.0.0-nightly.20260617","@aztec/blob-lib":"5.0.0-nightly.20260617","@aztec/ethereum":"5.0.0-nightly.20260617","@aztec/kv-store":"5.0.0-nightly.20260617","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260617","@aztec/constants":"5.0.0-nightly.20260617","@aztec/simulator":"5.0.0-nightly.20260617","@aztec/aztec-node":"5.0.0-nightly.20260617","@aztec/foundation":"5.0.0-nightly.20260617","@aztec/wallet-sdk":"5.0.0-nightly.20260617","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260617","@aztec/entrypoints":"5.0.0-nightly.20260617","@aztec/epoch-cache":"5.0.0-nightly.20260617","@aztec/prover-node":"5.0.0-nightly.20260617","@aztec/world-state":"5.0.0-nightly.20260617","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260617","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260617","@aztec/prover-client":"5.0.0-nightly.20260617","@aztec/noir-noirc_abi":"5.0.0-nightly.20260617","@aztec/sequencer-client":"5.0.0-nightly.20260617","@aztec/telemetry-client":"5.0.0-nightly.20260617","@aztec/validator-client":"5.0.0-nightly.20260617","@aztec/noir-contracts.js":"5.0.0-nightly.20260617","@aztec/protocol-contracts":"5.0.0-nightly.20260617","@aztec/standard-contracts":"5.0.0-nightly.20260617","@aztec/validator-ha-signer":"5.0.0-nightly.20260617","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260617","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260617_1781675498390_0.3944013810370326","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260617":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260617","_id":"@aztec/end-to-end@4.4.0-nightly.20260617","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ffcd0383bf30fa73122a49106b2c4246c3ac843d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260617.tgz","fileCount":294,"integrity":"sha512-AT+cIzWPv/lSG/9sTtsRGt+RidiC5wN6oj7rrpvxE97aHiaTqaVi/XF+hdXr87OUG4eeAaaXrrWXYKZXFGSubQ==","signatures":[{"sig":"MEUCIDw+IZYKZ659dh//pev5bGyOiTIF/W10D3pYR6BIqjPqAiEA0k/dKWjLHTnS3pKx06Yrh4QbTjuSZ1uBKl//voOQEOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260617","@aztec/cli":"4.4.0-nightly.20260617","@aztec/p2p":"4.4.0-nightly.20260617","@aztec/pxe":"4.4.0-nightly.20260617","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260617","@aztec/bb.js":"4.4.0-nightly.20260617","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260617","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260617","@aztec/wallets":"4.4.0-nightly.20260617","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260617","@aztec/archiver":"4.4.0-nightly.20260617","@aztec/aztec.js":"4.4.0-nightly.20260617","@aztec/blob-lib":"4.4.0-nightly.20260617","@aztec/ethereum":"4.4.0-nightly.20260617","@aztec/kv-store":"4.4.0-nightly.20260617","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260617","@aztec/constants":"4.4.0-nightly.20260617","@aztec/simulator":"4.4.0-nightly.20260617","@aztec/aztec-node":"4.4.0-nightly.20260617","@aztec/foundation":"4.4.0-nightly.20260617","@aztec/wallet-sdk":"4.4.0-nightly.20260617","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260617","@aztec/entrypoints":"4.4.0-nightly.20260617","@aztec/epoch-cache":"4.4.0-nightly.20260617","@aztec/merkle-tree":"4.4.0-nightly.20260617","@aztec/prover-node":"4.4.0-nightly.20260617","@aztec/world-state":"4.4.0-nightly.20260617","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260617","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260617","@aztec/prover-client":"4.4.0-nightly.20260617","@aztec/noir-noirc_abi":"4.4.0-nightly.20260617","@aztec/sequencer-client":"4.4.0-nightly.20260617","@aztec/telemetry-client":"4.4.0-nightly.20260617","@aztec/validator-client":"4.4.0-nightly.20260617","@aztec/noir-contracts.js":"4.4.0-nightly.20260617","@aztec/protocol-contracts":"4.4.0-nightly.20260617","@aztec/validator-ha-signer":"4.4.0-nightly.20260617","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260617","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260617"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260617_1781679061554_0.3810878949501548","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2606882":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2606882","_id":"@aztec/end-to-end@0.0.1-commit.2606882","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"256e3e0ef0e16f5fb1df538c72a3a93900edf4e4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2606882.tgz","fileCount":310,"integrity":"sha512-p4QY+ztOpFChXY3aKq3xmXrbR9vI+FN4lEA1w855VtQZgx87Y3oef7xhEqyevfXmuWGi7hOlC5XAthhmq7worQ==","signatures":[{"sig":"MEUCIDFRfmtAJbF9DGU4Y0HprlcPj3gFXGZHgIrHmmLcosK6AiEA1Mofvctwup32gE9yWt1rqgmWrXVUnTp9Onuat1UdPok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246390},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2606882","@aztec/cli":"0.0.1-commit.2606882","@aztec/p2p":"0.0.1-commit.2606882","@aztec/pxe":"0.0.1-commit.2606882","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2606882","@aztec/bb.js":"0.0.1-commit.2606882","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2606882","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2606882","@aztec/wallets":"0.0.1-commit.2606882","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2606882","@aztec/archiver":"0.0.1-commit.2606882","@aztec/aztec.js":"0.0.1-commit.2606882","@aztec/blob-lib":"0.0.1-commit.2606882","@aztec/ethereum":"0.0.1-commit.2606882","@aztec/kv-store":"0.0.1-commit.2606882","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2606882","@aztec/constants":"0.0.1-commit.2606882","@aztec/simulator":"0.0.1-commit.2606882","@aztec/aztec-node":"0.0.1-commit.2606882","@aztec/foundation":"0.0.1-commit.2606882","@aztec/wallet-sdk":"0.0.1-commit.2606882","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2606882","@aztec/entrypoints":"0.0.1-commit.2606882","@aztec/epoch-cache":"0.0.1-commit.2606882","@aztec/prover-node":"0.0.1-commit.2606882","@aztec/world-state":"0.0.1-commit.2606882","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2606882","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2606882","@aztec/prover-client":"0.0.1-commit.2606882","@aztec/noir-noirc_abi":"0.0.1-commit.2606882","@aztec/sequencer-client":"0.0.1-commit.2606882","@aztec/telemetry-client":"0.0.1-commit.2606882","@aztec/validator-client":"0.0.1-commit.2606882","@aztec/noir-contracts.js":"0.0.1-commit.2606882","@aztec/protocol-contracts":"0.0.1-commit.2606882","@aztec/standard-contracts":"0.0.1-commit.2606882","@aztec/validator-ha-signer":"0.0.1-commit.2606882","@aztec/noir-test-contracts.js":"0.0.1-commit.2606882","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2606882"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2606882_1781709861374_0.44278574756055944","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.017a351":{"name":"@aztec/end-to-end","version":"0.0.1-commit.017a351","_id":"@aztec/end-to-end@0.0.1-commit.017a351","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f2c1d048e4270b533642868b6b107bcf7a2d341b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.017a351.tgz","fileCount":310,"integrity":"sha512-B06lP+SaGkqkOYurvnC6XAP/JcTg1VOx7BlPf6EeLzfJG84Yq82iNJ3dtLvXWsz67ADpII+/pt2Bq3/UdvSauQ==","signatures":[{"sig":"MEYCIQDR9U+ir7Fe+88k3x2Rbhyb+WpVImtbQaxJK7Xjq4NMDQIhAKof9qzb2MPPyWaQTW2fzfU7HhCMy5MumosDi49xuC7m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246390},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.017a351","@aztec/cli":"0.0.1-commit.017a351","@aztec/p2p":"0.0.1-commit.017a351","@aztec/pxe":"0.0.1-commit.017a351","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.017a351","@aztec/bb.js":"0.0.1-commit.017a351","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.017a351","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.017a351","@aztec/wallets":"0.0.1-commit.017a351","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.017a351","@aztec/archiver":"0.0.1-commit.017a351","@aztec/aztec.js":"0.0.1-commit.017a351","@aztec/blob-lib":"0.0.1-commit.017a351","@aztec/ethereum":"0.0.1-commit.017a351","@aztec/kv-store":"0.0.1-commit.017a351","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.017a351","@aztec/constants":"0.0.1-commit.017a351","@aztec/simulator":"0.0.1-commit.017a351","@aztec/aztec-node":"0.0.1-commit.017a351","@aztec/foundation":"0.0.1-commit.017a351","@aztec/wallet-sdk":"0.0.1-commit.017a351","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.017a351","@aztec/entrypoints":"0.0.1-commit.017a351","@aztec/epoch-cache":"0.0.1-commit.017a351","@aztec/prover-node":"0.0.1-commit.017a351","@aztec/world-state":"0.0.1-commit.017a351","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.017a351","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.017a351","@aztec/prover-client":"0.0.1-commit.017a351","@aztec/noir-noirc_abi":"0.0.1-commit.017a351","@aztec/sequencer-client":"0.0.1-commit.017a351","@aztec/telemetry-client":"0.0.1-commit.017a351","@aztec/validator-client":"0.0.1-commit.017a351","@aztec/noir-contracts.js":"0.0.1-commit.017a351","@aztec/protocol-contracts":"0.0.1-commit.017a351","@aztec/standard-contracts":"0.0.1-commit.017a351","@aztec/validator-ha-signer":"0.0.1-commit.017a351","@aztec/noir-test-contracts.js":"0.0.1-commit.017a351","@aztec/noir-protocol-circuits-types":"0.0.1-commit.017a351"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.017a351_1781709869417_0.4801133691307975","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260618":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260618","_id":"@aztec/end-to-end@5.0.0-nightly.20260618","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"11b1bbaf1438d18ea5c75eb8a4829347f95519ac","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260618.tgz","fileCount":310,"integrity":"sha512-wlRPjFY0VXxS6SGeo1BjWHc+4n5vVhsd0EAEgoNGk/2ZEYOgIPaKTVa9J+7V8Ss53zf9JLycMXJjXHxAuYSFUw==","signatures":[{"sig":"MEQCICfUa2b9g/RFp6f5OG4s35vf0gwMVVuOZlajyJdtRb53AiAnMwekBEiPF2QYXXwHTIvDXMqiJhHR+ypkBpuI8OTDEw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37231875},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260618","@aztec/cli":"5.0.0-nightly.20260618","@aztec/p2p":"5.0.0-nightly.20260618","@aztec/pxe":"5.0.0-nightly.20260618","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260618","@aztec/bb.js":"5.0.0-nightly.20260618","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260618","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260618","@aztec/wallets":"5.0.0-nightly.20260618","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260618","@aztec/archiver":"5.0.0-nightly.20260618","@aztec/aztec.js":"5.0.0-nightly.20260618","@aztec/blob-lib":"5.0.0-nightly.20260618","@aztec/ethereum":"5.0.0-nightly.20260618","@aztec/kv-store":"5.0.0-nightly.20260618","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260618","@aztec/constants":"5.0.0-nightly.20260618","@aztec/simulator":"5.0.0-nightly.20260618","@aztec/aztec-node":"5.0.0-nightly.20260618","@aztec/foundation":"5.0.0-nightly.20260618","@aztec/wallet-sdk":"5.0.0-nightly.20260618","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260618","@aztec/entrypoints":"5.0.0-nightly.20260618","@aztec/epoch-cache":"5.0.0-nightly.20260618","@aztec/prover-node":"5.0.0-nightly.20260618","@aztec/world-state":"5.0.0-nightly.20260618","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260618","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260618","@aztec/prover-client":"5.0.0-nightly.20260618","@aztec/noir-noirc_abi":"5.0.0-nightly.20260618","@aztec/sequencer-client":"5.0.0-nightly.20260618","@aztec/telemetry-client":"5.0.0-nightly.20260618","@aztec/validator-client":"5.0.0-nightly.20260618","@aztec/noir-contracts.js":"5.0.0-nightly.20260618","@aztec/protocol-contracts":"5.0.0-nightly.20260618","@aztec/standard-contracts":"5.0.0-nightly.20260618","@aztec/validator-ha-signer":"5.0.0-nightly.20260618","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260618","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260618"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260618_1781761708009_0.3110706459738377","host":"s3://npm-registry-packages-npm-production"}},"4.4.0-nightly.20260618":{"name":"@aztec/end-to-end","version":"4.4.0-nightly.20260618","_id":"@aztec/end-to-end@4.4.0-nightly.20260618","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"159dee82a1d41646591e4010c9a41b1567a88690","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0-nightly.20260618.tgz","fileCount":294,"integrity":"sha512-t3veVPkx3ATRGdenEjDlmkcpRmm+osYze+VR81hklOV3KN59jproqCBHQxcpxIqxlG51HxtiIdnmsuMd7OdqXw==","signatures":[{"sig":"MEUCIQCXc84PH2BQe8TMyABXGPKrCTdy8Pckhl514jKqMChwWQIgWBIgzyVH56yMAxcWWHwrAMOvPzQ0qD91s2woAmkDkiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137788},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"aee3a9d4c6a3769ce9e1ccf66c9108fad2a6d850","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0-nightly.20260618","@aztec/cli":"4.4.0-nightly.20260618","@aztec/p2p":"4.4.0-nightly.20260618","@aztec/pxe":"4.4.0-nightly.20260618","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0-nightly.20260618","@aztec/bb.js":"4.4.0-nightly.20260618","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0-nightly.20260618","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0-nightly.20260618","@aztec/wallets":"4.4.0-nightly.20260618","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0-nightly.20260618","@aztec/archiver":"4.4.0-nightly.20260618","@aztec/aztec.js":"4.4.0-nightly.20260618","@aztec/blob-lib":"4.4.0-nightly.20260618","@aztec/ethereum":"4.4.0-nightly.20260618","@aztec/kv-store":"4.4.0-nightly.20260618","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0-nightly.20260618","@aztec/constants":"4.4.0-nightly.20260618","@aztec/simulator":"4.4.0-nightly.20260618","@aztec/aztec-node":"4.4.0-nightly.20260618","@aztec/foundation":"4.4.0-nightly.20260618","@aztec/wallet-sdk":"4.4.0-nightly.20260618","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0-nightly.20260618","@aztec/entrypoints":"4.4.0-nightly.20260618","@aztec/epoch-cache":"4.4.0-nightly.20260618","@aztec/merkle-tree":"4.4.0-nightly.20260618","@aztec/prover-node":"4.4.0-nightly.20260618","@aztec/world-state":"4.4.0-nightly.20260618","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0-nightly.20260618","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0-nightly.20260618","@aztec/prover-client":"4.4.0-nightly.20260618","@aztec/noir-noirc_abi":"4.4.0-nightly.20260618","@aztec/sequencer-client":"4.4.0-nightly.20260618","@aztec/telemetry-client":"4.4.0-nightly.20260618","@aztec/validator-client":"4.4.0-nightly.20260618","@aztec/noir-contracts.js":"4.4.0-nightly.20260618","@aztec/protocol-contracts":"4.4.0-nightly.20260618","@aztec/validator-ha-signer":"4.4.0-nightly.20260618","@aztec/noir-test-contracts.js":"4.4.0-nightly.20260618","@aztec/noir-protocol-circuits-types":"4.4.0-nightly.20260618"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0-nightly.20260618_1781764013432_0.42499372371177047","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260619":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260619","_id":"@aztec/end-to-end@5.0.0-nightly.20260619","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"73ff437e09360c6b739a6daf8a71408f995419c5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260619.tgz","fileCount":310,"integrity":"sha512-9EViMb9BCGQ6aXfd6isUkO0NojR1Cbq0AAk8LXoc9Tg1mIImBT/5FJZ/29FEGyM04BLSM3H7BCZ5eWOAEnLiOg==","signatures":[{"sig":"MEUCIQCL+rK9eUTDzTlxirDi9HpShNdS0EqTiFebqQTI/GtrLAIgcevl80rmdIpWUDqL9JTTOjCbggHoEDY5YD3fhbtAfLI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37240905},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260619","@aztec/cli":"5.0.0-nightly.20260619","@aztec/p2p":"5.0.0-nightly.20260619","@aztec/pxe":"5.0.0-nightly.20260619","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260619","@aztec/bb.js":"5.0.0-nightly.20260619","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260619","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260619","@aztec/wallets":"5.0.0-nightly.20260619","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260619","@aztec/archiver":"5.0.0-nightly.20260619","@aztec/aztec.js":"5.0.0-nightly.20260619","@aztec/blob-lib":"5.0.0-nightly.20260619","@aztec/ethereum":"5.0.0-nightly.20260619","@aztec/kv-store":"5.0.0-nightly.20260619","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260619","@aztec/constants":"5.0.0-nightly.20260619","@aztec/simulator":"5.0.0-nightly.20260619","@aztec/aztec-node":"5.0.0-nightly.20260619","@aztec/foundation":"5.0.0-nightly.20260619","@aztec/wallet-sdk":"5.0.0-nightly.20260619","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260619","@aztec/entrypoints":"5.0.0-nightly.20260619","@aztec/epoch-cache":"5.0.0-nightly.20260619","@aztec/prover-node":"5.0.0-nightly.20260619","@aztec/world-state":"5.0.0-nightly.20260619","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260619","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260619","@aztec/prover-client":"5.0.0-nightly.20260619","@aztec/noir-noirc_abi":"5.0.0-nightly.20260619","@aztec/sequencer-client":"5.0.0-nightly.20260619","@aztec/telemetry-client":"5.0.0-nightly.20260619","@aztec/validator-client":"5.0.0-nightly.20260619","@aztec/noir-contracts.js":"5.0.0-nightly.20260619","@aztec/protocol-contracts":"5.0.0-nightly.20260619","@aztec/standard-contracts":"5.0.0-nightly.20260619","@aztec/validator-ha-signer":"5.0.0-nightly.20260619","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260619","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260619"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260619_1781848522620_0.6115137827372386","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260620":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260620","_id":"@aztec/end-to-end@5.0.0-nightly.20260620","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8f6b1270119c9c8bc61a2e4d1a36bc1ea20ee81e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260620.tgz","fileCount":310,"integrity":"sha512-rY+L0+AxMEF4FHF2eUV9w1F5oqPk0+HUGqPi8EmhiF1ADKQYIvcArKaEbyZw6INxsNPGT9CtfOlvuwIkmtxVRA==","signatures":[{"sig":"MEQCIG4kHmGwUoTTJBcM71dXcy0AFcZCugwwUDIJSx9m5635AiByp5BMualcEJUbGsKmuajhEjyTEl/VWw8DnN7wQ9+XhQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37241053},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260620","@aztec/cli":"5.0.0-nightly.20260620","@aztec/p2p":"5.0.0-nightly.20260620","@aztec/pxe":"5.0.0-nightly.20260620","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260620","@aztec/bb.js":"5.0.0-nightly.20260620","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260620","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260620","@aztec/wallets":"5.0.0-nightly.20260620","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260620","@aztec/archiver":"5.0.0-nightly.20260620","@aztec/aztec.js":"5.0.0-nightly.20260620","@aztec/blob-lib":"5.0.0-nightly.20260620","@aztec/ethereum":"5.0.0-nightly.20260620","@aztec/kv-store":"5.0.0-nightly.20260620","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260620","@aztec/constants":"5.0.0-nightly.20260620","@aztec/simulator":"5.0.0-nightly.20260620","@aztec/aztec-node":"5.0.0-nightly.20260620","@aztec/foundation":"5.0.0-nightly.20260620","@aztec/wallet-sdk":"5.0.0-nightly.20260620","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260620","@aztec/entrypoints":"5.0.0-nightly.20260620","@aztec/epoch-cache":"5.0.0-nightly.20260620","@aztec/prover-node":"5.0.0-nightly.20260620","@aztec/world-state":"5.0.0-nightly.20260620","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260620","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260620","@aztec/prover-client":"5.0.0-nightly.20260620","@aztec/noir-noirc_abi":"5.0.0-nightly.20260620","@aztec/sequencer-client":"5.0.0-nightly.20260620","@aztec/telemetry-client":"5.0.0-nightly.20260620","@aztec/validator-client":"5.0.0-nightly.20260620","@aztec/noir-contracts.js":"5.0.0-nightly.20260620","@aztec/protocol-contracts":"5.0.0-nightly.20260620","@aztec/standard-contracts":"5.0.0-nightly.20260620","@aztec/validator-ha-signer":"5.0.0-nightly.20260620","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260620","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260620"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260620_1781934108160_0.7918921522130042","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260621":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260621","_id":"@aztec/end-to-end@5.0.0-nightly.20260621","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"077cc5f8c507fec2d324cb01e1440e2fffa62757","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260621.tgz","fileCount":310,"integrity":"sha512-fbWE2WqT2f4fQcuyqq/zPX2lxi24vgljHqu40nB4du0nFjPuSOMbP1UoO0eT+gyefNJ/v0l/AO6EbDwrMe6Lwg==","signatures":[{"sig":"MEUCIEPe5Lv5iRTQ6t5LalPYvPxjOu6e8VtlvcurItMfR8jxAiEAreZ45SKOVPnssSqXz8wkgSM+4x2u2Nf7ywCXneEAwoI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37241053},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260621","@aztec/cli":"5.0.0-nightly.20260621","@aztec/p2p":"5.0.0-nightly.20260621","@aztec/pxe":"5.0.0-nightly.20260621","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260621","@aztec/bb.js":"5.0.0-nightly.20260621","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260621","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260621","@aztec/wallets":"5.0.0-nightly.20260621","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260621","@aztec/archiver":"5.0.0-nightly.20260621","@aztec/aztec.js":"5.0.0-nightly.20260621","@aztec/blob-lib":"5.0.0-nightly.20260621","@aztec/ethereum":"5.0.0-nightly.20260621","@aztec/kv-store":"5.0.0-nightly.20260621","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260621","@aztec/constants":"5.0.0-nightly.20260621","@aztec/simulator":"5.0.0-nightly.20260621","@aztec/aztec-node":"5.0.0-nightly.20260621","@aztec/foundation":"5.0.0-nightly.20260621","@aztec/wallet-sdk":"5.0.0-nightly.20260621","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260621","@aztec/entrypoints":"5.0.0-nightly.20260621","@aztec/epoch-cache":"5.0.0-nightly.20260621","@aztec/prover-node":"5.0.0-nightly.20260621","@aztec/world-state":"5.0.0-nightly.20260621","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260621","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260621","@aztec/prover-client":"5.0.0-nightly.20260621","@aztec/noir-noirc_abi":"5.0.0-nightly.20260621","@aztec/sequencer-client":"5.0.0-nightly.20260621","@aztec/telemetry-client":"5.0.0-nightly.20260621","@aztec/validator-client":"5.0.0-nightly.20260621","@aztec/noir-contracts.js":"5.0.0-nightly.20260621","@aztec/protocol-contracts":"5.0.0-nightly.20260621","@aztec/standard-contracts":"5.0.0-nightly.20260621","@aztec/validator-ha-signer":"5.0.0-nightly.20260621","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260621","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260621"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260621_1782020956989_0.5128773137716942","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260622":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260622","_id":"@aztec/end-to-end@5.0.0-nightly.20260622","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bd29e48e06087786a127d9eb72e259cd0b4ed7a1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260622.tgz","fileCount":310,"integrity":"sha512-NLvtL4/wXChC09yaeNuVn3Cbe2xTY3FudYOSgLFTbf+ANYtchWvQVZzMgCTwM/Je5IJeRHV41LMGCp53RXq1Ng==","signatures":[{"sig":"MEYCIQDCbC1wCMv4Kl3b1RSbcXYOoTAYDQucLUusivpgXKO/5QIhAM3EuLGHmD6ge4WKMkdOrn1WbESXY0mneLgqAshaPWj2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37241053},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260622","@aztec/cli":"5.0.0-nightly.20260622","@aztec/p2p":"5.0.0-nightly.20260622","@aztec/pxe":"5.0.0-nightly.20260622","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260622","@aztec/bb.js":"5.0.0-nightly.20260622","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260622","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260622","@aztec/wallets":"5.0.0-nightly.20260622","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260622","@aztec/archiver":"5.0.0-nightly.20260622","@aztec/aztec.js":"5.0.0-nightly.20260622","@aztec/blob-lib":"5.0.0-nightly.20260622","@aztec/ethereum":"5.0.0-nightly.20260622","@aztec/kv-store":"5.0.0-nightly.20260622","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260622","@aztec/constants":"5.0.0-nightly.20260622","@aztec/simulator":"5.0.0-nightly.20260622","@aztec/aztec-node":"5.0.0-nightly.20260622","@aztec/foundation":"5.0.0-nightly.20260622","@aztec/wallet-sdk":"5.0.0-nightly.20260622","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260622","@aztec/entrypoints":"5.0.0-nightly.20260622","@aztec/epoch-cache":"5.0.0-nightly.20260622","@aztec/prover-node":"5.0.0-nightly.20260622","@aztec/world-state":"5.0.0-nightly.20260622","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260622","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260622","@aztec/prover-client":"5.0.0-nightly.20260622","@aztec/noir-noirc_abi":"5.0.0-nightly.20260622","@aztec/sequencer-client":"5.0.0-nightly.20260622","@aztec/telemetry-client":"5.0.0-nightly.20260622","@aztec/validator-client":"5.0.0-nightly.20260622","@aztec/noir-contracts.js":"5.0.0-nightly.20260622","@aztec/protocol-contracts":"5.0.0-nightly.20260622","@aztec/standard-contracts":"5.0.0-nightly.20260622","@aztec/validator-ha-signer":"5.0.0-nightly.20260622","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260622","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260622"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260622_1782108199012_0.6948584539662803","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260623":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260623","_id":"@aztec/end-to-end@5.0.0-nightly.20260623","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"37d40f9ce3975f0d48c3366bc5df2931bf8451cb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260623.tgz","fileCount":310,"integrity":"sha512-Ucxq/mo8Gvwdl+70o1JQeZ6IxEbN2vSmCpwwiBerEXJreyxj1+dLwfyvgSIGQOfEmjqBsWIjPG6lo5JC5Q/l4A==","signatures":[{"sig":"MEYCIQC/MJyIIUtY1MIhXROU3uJVqdU6dkjPL5J7F2pU87+hrwIhAPZHNdNuxelcG2BjMe5e2WunxlkTlq3cdnqCwnV9hsZ2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37241053},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260623","@aztec/cli":"5.0.0-nightly.20260623","@aztec/p2p":"5.0.0-nightly.20260623","@aztec/pxe":"5.0.0-nightly.20260623","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260623","@aztec/bb.js":"5.0.0-nightly.20260623","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260623","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260623","@aztec/wallets":"5.0.0-nightly.20260623","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260623","@aztec/archiver":"5.0.0-nightly.20260623","@aztec/aztec.js":"5.0.0-nightly.20260623","@aztec/blob-lib":"5.0.0-nightly.20260623","@aztec/ethereum":"5.0.0-nightly.20260623","@aztec/kv-store":"5.0.0-nightly.20260623","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260623","@aztec/constants":"5.0.0-nightly.20260623","@aztec/simulator":"5.0.0-nightly.20260623","@aztec/aztec-node":"5.0.0-nightly.20260623","@aztec/foundation":"5.0.0-nightly.20260623","@aztec/wallet-sdk":"5.0.0-nightly.20260623","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260623","@aztec/entrypoints":"5.0.0-nightly.20260623","@aztec/epoch-cache":"5.0.0-nightly.20260623","@aztec/prover-node":"5.0.0-nightly.20260623","@aztec/world-state":"5.0.0-nightly.20260623","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260623","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260623","@aztec/prover-client":"5.0.0-nightly.20260623","@aztec/noir-noirc_abi":"5.0.0-nightly.20260623","@aztec/sequencer-client":"5.0.0-nightly.20260623","@aztec/telemetry-client":"5.0.0-nightly.20260623","@aztec/validator-client":"5.0.0-nightly.20260623","@aztec/noir-contracts.js":"5.0.0-nightly.20260623","@aztec/protocol-contracts":"5.0.0-nightly.20260623","@aztec/standard-contracts":"5.0.0-nightly.20260623","@aztec/validator-ha-signer":"5.0.0-nightly.20260623","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260623","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260623"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260623_1782192780109_0.557876108809449","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b3d3157a":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b3d3157a","_id":"@aztec/end-to-end@0.0.1-commit.b3d3157a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"39b407bb19679369f23b7b389c0f7bf6a34765ad","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b3d3157a.tgz","fileCount":310,"integrity":"sha512-jSvNQ+L5brMVCY2UVNhqCiNBu21GhLJ/nSzxOUm9t5X2TYXTjWVOQmuFZkUnBkUo923pPHsrH+Fl+pzQod98cQ==","signatures":[{"sig":"MEQCIE+u9I9wLcXQF8txekQMWHLjB1uShUaWRzVrU0E2WvIdAiAxoDDXqQxiPYl1Y0crMRsR9j++XY4YFeNCeoF++dYu1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b3d3157a","@aztec/cli":"0.0.1-commit.b3d3157a","@aztec/p2p":"0.0.1-commit.b3d3157a","@aztec/pxe":"0.0.1-commit.b3d3157a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b3d3157a","@aztec/bb.js":"0.0.1-commit.b3d3157a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b3d3157a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b3d3157a","@aztec/wallets":"0.0.1-commit.b3d3157a","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b3d3157a","@aztec/archiver":"0.0.1-commit.b3d3157a","@aztec/aztec.js":"0.0.1-commit.b3d3157a","@aztec/blob-lib":"0.0.1-commit.b3d3157a","@aztec/ethereum":"0.0.1-commit.b3d3157a","@aztec/kv-store":"0.0.1-commit.b3d3157a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b3d3157a","@aztec/constants":"0.0.1-commit.b3d3157a","@aztec/simulator":"0.0.1-commit.b3d3157a","@aztec/aztec-node":"0.0.1-commit.b3d3157a","@aztec/foundation":"0.0.1-commit.b3d3157a","@aztec/wallet-sdk":"0.0.1-commit.b3d3157a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b3d3157a","@aztec/entrypoints":"0.0.1-commit.b3d3157a","@aztec/epoch-cache":"0.0.1-commit.b3d3157a","@aztec/prover-node":"0.0.1-commit.b3d3157a","@aztec/world-state":"0.0.1-commit.b3d3157a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b3d3157a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b3d3157a","@aztec/prover-client":"0.0.1-commit.b3d3157a","@aztec/noir-noirc_abi":"0.0.1-commit.b3d3157a","@aztec/sequencer-client":"0.0.1-commit.b3d3157a","@aztec/telemetry-client":"0.0.1-commit.b3d3157a","@aztec/validator-client":"0.0.1-commit.b3d3157a","@aztec/noir-contracts.js":"0.0.1-commit.b3d3157a","@aztec/protocol-contracts":"0.0.1-commit.b3d3157a","@aztec/standard-contracts":"0.0.1-commit.b3d3157a","@aztec/validator-ha-signer":"0.0.1-commit.b3d3157a","@aztec/noir-test-contracts.js":"0.0.1-commit.b3d3157a","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b3d3157a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b3d3157a_1782231599978_0.6591648214455694","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260624":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260624","_id":"@aztec/end-to-end@5.0.0-nightly.20260624","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f4b5eab54ec90c688742fcb7815da74d1fd98883","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260624.tgz","fileCount":310,"integrity":"sha512-R5wY6egKML8B2GU//0r5D9p0xVIHf7EFHkx/lxbL/q6rss4A3RRXW7husmqoiLC8ut9V65EUYj0lxTocnai3pw==","signatures":[{"sig":"MEUCIQC1hZAECegVxmiBZK+1JPO7425Z5WtFqMcIKwVU5WYteAIgNJ4f18Jn+NmOz6Hx4+cwza1WgmuqI7YDRFXsUBdf9Wo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37242955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260624","@aztec/cli":"5.0.0-nightly.20260624","@aztec/p2p":"5.0.0-nightly.20260624","@aztec/pxe":"5.0.0-nightly.20260624","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260624","@aztec/bb.js":"5.0.0-nightly.20260624","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260624","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260624","@aztec/wallets":"5.0.0-nightly.20260624","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260624","@aztec/archiver":"5.0.0-nightly.20260624","@aztec/aztec.js":"5.0.0-nightly.20260624","@aztec/blob-lib":"5.0.0-nightly.20260624","@aztec/ethereum":"5.0.0-nightly.20260624","@aztec/kv-store":"5.0.0-nightly.20260624","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260624","@aztec/constants":"5.0.0-nightly.20260624","@aztec/simulator":"5.0.0-nightly.20260624","@aztec/aztec-node":"5.0.0-nightly.20260624","@aztec/foundation":"5.0.0-nightly.20260624","@aztec/wallet-sdk":"5.0.0-nightly.20260624","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260624","@aztec/entrypoints":"5.0.0-nightly.20260624","@aztec/epoch-cache":"5.0.0-nightly.20260624","@aztec/prover-node":"5.0.0-nightly.20260624","@aztec/world-state":"5.0.0-nightly.20260624","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260624","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260624","@aztec/prover-client":"5.0.0-nightly.20260624","@aztec/noir-noirc_abi":"5.0.0-nightly.20260624","@aztec/sequencer-client":"5.0.0-nightly.20260624","@aztec/telemetry-client":"5.0.0-nightly.20260624","@aztec/validator-client":"5.0.0-nightly.20260624","@aztec/noir-contracts.js":"5.0.0-nightly.20260624","@aztec/protocol-contracts":"5.0.0-nightly.20260624","@aztec/standard-contracts":"5.0.0-nightly.20260624","@aztec/validator-ha-signer":"5.0.0-nightly.20260624","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260624","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260624"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260624_1782279574810_0.5596198582749159","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260625":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260625","_id":"@aztec/end-to-end@5.0.0-nightly.20260625","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2c5b47886d2cd122f9c428d07dafd92864ca4dca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260625.tgz","fileCount":310,"integrity":"sha512-SA9Hio+SU6zAGhJquH+yK8eIsqalxWmTAcxuwTIwhXi8lQ9j4IDGfiRSI1MGszt6m2lU8SLfGoc8LzkdXMnU8Q==","signatures":[{"sig":"MEYCIQCiWqADBZ/k+3gzlcim79NmYvxV4fhxKAExcSvLNgYjkAIhAIHystpA7HfriUKYK+O5rz37sYByE8guphMrFOOQnAVO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37242955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260625","@aztec/cli":"5.0.0-nightly.20260625","@aztec/p2p":"5.0.0-nightly.20260625","@aztec/pxe":"5.0.0-nightly.20260625","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260625","@aztec/bb.js":"5.0.0-nightly.20260625","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260625","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260625","@aztec/wallets":"5.0.0-nightly.20260625","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260625","@aztec/archiver":"5.0.0-nightly.20260625","@aztec/aztec.js":"5.0.0-nightly.20260625","@aztec/blob-lib":"5.0.0-nightly.20260625","@aztec/ethereum":"5.0.0-nightly.20260625","@aztec/kv-store":"5.0.0-nightly.20260625","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260625","@aztec/constants":"5.0.0-nightly.20260625","@aztec/simulator":"5.0.0-nightly.20260625","@aztec/aztec-node":"5.0.0-nightly.20260625","@aztec/foundation":"5.0.0-nightly.20260625","@aztec/wallet-sdk":"5.0.0-nightly.20260625","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260625","@aztec/entrypoints":"5.0.0-nightly.20260625","@aztec/epoch-cache":"5.0.0-nightly.20260625","@aztec/prover-node":"5.0.0-nightly.20260625","@aztec/world-state":"5.0.0-nightly.20260625","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260625","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260625","@aztec/prover-client":"5.0.0-nightly.20260625","@aztec/noir-noirc_abi":"5.0.0-nightly.20260625","@aztec/sequencer-client":"5.0.0-nightly.20260625","@aztec/telemetry-client":"5.0.0-nightly.20260625","@aztec/validator-client":"5.0.0-nightly.20260625","@aztec/noir-contracts.js":"5.0.0-nightly.20260625","@aztec/protocol-contracts":"5.0.0-nightly.20260625","@aztec/standard-contracts":"5.0.0-nightly.20260625","@aztec/validator-ha-signer":"5.0.0-nightly.20260625","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260625","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260625"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260625_1782365590223_0.7932283953390467","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260626":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260626","_id":"@aztec/end-to-end@5.0.0-nightly.20260626","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8ec0b7ffb18814304103927bd1db2234ff5f7425","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260626.tgz","fileCount":310,"integrity":"sha512-iBLlP+rdB9tBjCHW0fm7YD0Pi7Q+N5MoYIcOmKgiH5YTu5eR0ysAJmI9IkOCg1X9iFCyFG01WFX7xpepJ/CHFw==","signatures":[{"sig":"MEUCIQCYTTb8F06pjZZks+PUI/maP/MJDMNbJQrBi1De1d/eowIgEDglN8ZGgLws5yHO2+aIlubTbK1rLSEzgRkkq2IAifk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37242955},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260626","@aztec/cli":"5.0.0-nightly.20260626","@aztec/p2p":"5.0.0-nightly.20260626","@aztec/pxe":"5.0.0-nightly.20260626","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260626","@aztec/bb.js":"5.0.0-nightly.20260626","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260626","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260626","@aztec/wallets":"5.0.0-nightly.20260626","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260626","@aztec/archiver":"5.0.0-nightly.20260626","@aztec/aztec.js":"5.0.0-nightly.20260626","@aztec/blob-lib":"5.0.0-nightly.20260626","@aztec/ethereum":"5.0.0-nightly.20260626","@aztec/kv-store":"5.0.0-nightly.20260626","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260626","@aztec/constants":"5.0.0-nightly.20260626","@aztec/simulator":"5.0.0-nightly.20260626","@aztec/aztec-node":"5.0.0-nightly.20260626","@aztec/foundation":"5.0.0-nightly.20260626","@aztec/wallet-sdk":"5.0.0-nightly.20260626","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260626","@aztec/entrypoints":"5.0.0-nightly.20260626","@aztec/epoch-cache":"5.0.0-nightly.20260626","@aztec/prover-node":"5.0.0-nightly.20260626","@aztec/world-state":"5.0.0-nightly.20260626","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260626","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260626","@aztec/prover-client":"5.0.0-nightly.20260626","@aztec/noir-noirc_abi":"5.0.0-nightly.20260626","@aztec/sequencer-client":"5.0.0-nightly.20260626","@aztec/telemetry-client":"5.0.0-nightly.20260626","@aztec/validator-client":"5.0.0-nightly.20260626","@aztec/noir-contracts.js":"5.0.0-nightly.20260626","@aztec/protocol-contracts":"5.0.0-nightly.20260626","@aztec/standard-contracts":"5.0.0-nightly.20260626","@aztec/validator-ha-signer":"5.0.0-nightly.20260626","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260626","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260626"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260626_1782452300512_0.6482861904912347","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-dev":{"name":"@aztec/end-to-end","version":"0.0.1-dev","_id":"@aztec/end-to-end@0.0.1-dev","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e7f2a1d3f48b15fce03b46d730c0c272d137bd91","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-dev.tgz","fileCount":294,"integrity":"sha512-EG58+aa7kriAL/OsXTLt9o5fuBgy4EaQiv/8vfLvWgeQKmuGO21NS5kxgcXIrxz1953h6oHJsDg2zeqGHjqatw==","signatures":[{"sig":"MEUCIAwqaMW6CgFlI6yLts0VqPnRLqL4H2SFZXk+YgwxVRIfAiEAvwxyb3uCmTl5K/4eZ+kM3mnmriQaw3CN6paOgT3QEWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137268},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"2cbe678577146967777929895c6ed09fde467d89","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-dev","@aztec/cli":"0.0.1-dev","@aztec/p2p":"0.0.1-dev","@aztec/pxe":"0.0.1-dev","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-dev","@aztec/bb.js":"0.0.1-dev","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-dev","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-dev","@aztec/wallets":"0.0.1-dev","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-dev","@aztec/archiver":"0.0.1-dev","@aztec/aztec.js":"0.0.1-dev","@aztec/blob-lib":"0.0.1-dev","@aztec/ethereum":"0.0.1-dev","@aztec/kv-store":"0.0.1-dev","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-dev","@aztec/constants":"0.0.1-dev","@aztec/simulator":"0.0.1-dev","@aztec/aztec-node":"0.0.1-dev","@aztec/foundation":"0.0.1-dev","@aztec/wallet-sdk":"0.0.1-dev","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-dev","@aztec/entrypoints":"0.0.1-dev","@aztec/epoch-cache":"0.0.1-dev","@aztec/merkle-tree":"0.0.1-dev","@aztec/prover-node":"0.0.1-dev","@aztec/world-state":"0.0.1-dev","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-dev","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-dev","@aztec/prover-client":"0.0.1-dev","@aztec/noir-noirc_abi":"0.0.1-dev","@aztec/sequencer-client":"0.0.1-dev","@aztec/telemetry-client":"0.0.1-dev","@aztec/validator-client":"0.0.1-dev","@aztec/noir-contracts.js":"0.0.1-dev","@aztec/protocol-contracts":"0.0.1-dev","@aztec/validator-ha-signer":"0.0.1-dev","@aztec/noir-test-contracts.js":"0.0.1-dev","@aztec/noir-protocol-circuits-types":"0.0.1-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-dev_1782482282395_0.9688420654676961","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260627":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260627","_id":"@aztec/end-to-end@5.0.0-nightly.20260627","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"fb3e917769a34738305099dc42182c4530e9855e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260627.tgz","fileCount":312,"integrity":"sha512-PwPzmZXoevgpMQeFujQFuuunKB7cBoUaadw8lAJ9Kc2OSpmobOJ0Saef4TLbziWvc1+0RsKdQgqktvtaD68I0Q==","signatures":[{"sig":"MEUCIFbnef6m6nVaum39WMNNm7v37cm7kiPehQQEktvcFf0qAiEAih7wcnGwfJYxpi16rVsKPtsPjy4eBxPEAxfpF/4Dm8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37264388},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260627","@aztec/cli":"5.0.0-nightly.20260627","@aztec/p2p":"5.0.0-nightly.20260627","@aztec/pxe":"5.0.0-nightly.20260627","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260627","@aztec/bb.js":"5.0.0-nightly.20260627","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260627","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260627","@aztec/wallets":"5.0.0-nightly.20260627","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260627","@aztec/archiver":"5.0.0-nightly.20260627","@aztec/aztec.js":"5.0.0-nightly.20260627","@aztec/blob-lib":"5.0.0-nightly.20260627","@aztec/ethereum":"5.0.0-nightly.20260627","@aztec/kv-store":"5.0.0-nightly.20260627","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260627","@aztec/constants":"5.0.0-nightly.20260627","@aztec/simulator":"5.0.0-nightly.20260627","@aztec/aztec-node":"5.0.0-nightly.20260627","@aztec/foundation":"5.0.0-nightly.20260627","@aztec/wallet-sdk":"5.0.0-nightly.20260627","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260627","@aztec/entrypoints":"5.0.0-nightly.20260627","@aztec/epoch-cache":"5.0.0-nightly.20260627","@aztec/prover-node":"5.0.0-nightly.20260627","@aztec/world-state":"5.0.0-nightly.20260627","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260627","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260627","@aztec/prover-client":"5.0.0-nightly.20260627","@aztec/noir-noirc_abi":"5.0.0-nightly.20260627","@aztec/sequencer-client":"5.0.0-nightly.20260627","@aztec/telemetry-client":"5.0.0-nightly.20260627","@aztec/validator-client":"5.0.0-nightly.20260627","@aztec/noir-contracts.js":"5.0.0-nightly.20260627","@aztec/protocol-contracts":"5.0.0-nightly.20260627","@aztec/standard-contracts":"5.0.0-nightly.20260627","@aztec/validator-ha-signer":"5.0.0-nightly.20260627","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260627","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260627"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260627_1782538196458_0.17142088059009564","host":"s3://npm-registry-packages-npm-production"}},"4.4.0":{"name":"@aztec/end-to-end","version":"4.4.0","_id":"@aztec/end-to-end@4.4.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"20d3b7863b395796616c1a2a3c8481aa9a84a5c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-4.4.0.tgz","fileCount":294,"integrity":"sha512-YWA3iKlZ1wwzUgm3Laz+NCtViUSBDb3NoJGK+ZhvZzjZX/SMy7IsEi+SJLOCsnL/3bKODf9UE3ng7GE/OpoL1Q==","signatures":[{"sig":"MEYCIQD81W7yPo32X7yjoDvIWqjazHltxrDdo/1Hy9DnSHc60QIhAN0TxeTNUbwYKxdK1aUM8/OW75gn8D84GE0vpdNyat5j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37137108},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"gitHead":"2cbe678577146967777929895c6ed09fde467d89","scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000 --forceExit","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000 --forceExit","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^3.23.8","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"4.4.0","@aztec/cli":"4.4.0","@aztec/p2p":"4.4.0","@aztec/pxe":"4.4.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","@viem/anvil":"^0.0.9","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"4.4.0","@aztec/bb.js":"4.4.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"4.4.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"4.4.0","@aztec/wallets":"4.4.0","lodash.compact":"^3.0.1","@aztec/accounts":"4.4.0","@aztec/archiver":"4.4.0","@aztec/aztec.js":"4.4.0","@aztec/blob-lib":"4.4.0","@aztec/ethereum":"4.4.0","@aztec/kv-store":"4.4.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"4.4.0","@aztec/constants":"4.4.0","@aztec/simulator":"4.4.0","@aztec/aztec-node":"4.4.0","@aztec/foundation":"4.4.0","@aztec/wallet-sdk":"4.4.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"4.4.0","@aztec/entrypoints":"4.4.0","@aztec/epoch-cache":"4.4.0","@aztec/merkle-tree":"4.4.0","@aztec/prover-node":"4.4.0","@aztec/world-state":"4.4.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"4.4.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"4.4.0","@aztec/prover-client":"4.4.0","@aztec/noir-noirc_abi":"4.4.0","@aztec/sequencer-client":"4.4.0","@aztec/telemetry-client":"4.4.0","@aztec/validator-client":"4.4.0","@aztec/noir-contracts.js":"4.4.0","@aztec/protocol-contracts":"4.4.0","@aztec/validator-ha-signer":"4.4.0","@aztec/noir-test-contracts.js":"4.4.0","@aztec/noir-protocol-circuits-types":"4.4.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_4.4.0_1782549958983_0.9972460682782587","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260628":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260628","_id":"@aztec/end-to-end@5.0.0-nightly.20260628","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b24f30449635f6ceb7b748b12cd2208633a690ad","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260628.tgz","fileCount":312,"integrity":"sha512-ZXTiTTKfHiyUgKCjySnySNcYmLtKQ02fRu2e7i4szGRsmtHP4MzyjMIrs1/afi2VoVNKRRd/2vLcP+91l4C0oA==","signatures":[{"sig":"MEUCIG0RblJfR6qSLJ4Gtx7ai0GwOCbrRjH8iu40WXj01TZfAiEA4ce3Z2m9bo7/i51tBji3JkxItkhhzEWE5/WqpE5DYas=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37264388},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260628","@aztec/cli":"5.0.0-nightly.20260628","@aztec/p2p":"5.0.0-nightly.20260628","@aztec/pxe":"5.0.0-nightly.20260628","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260628","@aztec/bb.js":"5.0.0-nightly.20260628","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260628","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260628","@aztec/wallets":"5.0.0-nightly.20260628","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260628","@aztec/archiver":"5.0.0-nightly.20260628","@aztec/aztec.js":"5.0.0-nightly.20260628","@aztec/blob-lib":"5.0.0-nightly.20260628","@aztec/ethereum":"5.0.0-nightly.20260628","@aztec/kv-store":"5.0.0-nightly.20260628","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260628","@aztec/constants":"5.0.0-nightly.20260628","@aztec/simulator":"5.0.0-nightly.20260628","@aztec/aztec-node":"5.0.0-nightly.20260628","@aztec/foundation":"5.0.0-nightly.20260628","@aztec/wallet-sdk":"5.0.0-nightly.20260628","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260628","@aztec/entrypoints":"5.0.0-nightly.20260628","@aztec/epoch-cache":"5.0.0-nightly.20260628","@aztec/prover-node":"5.0.0-nightly.20260628","@aztec/world-state":"5.0.0-nightly.20260628","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260628","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260628","@aztec/prover-client":"5.0.0-nightly.20260628","@aztec/noir-noirc_abi":"5.0.0-nightly.20260628","@aztec/sequencer-client":"5.0.0-nightly.20260628","@aztec/telemetry-client":"5.0.0-nightly.20260628","@aztec/validator-client":"5.0.0-nightly.20260628","@aztec/noir-contracts.js":"5.0.0-nightly.20260628","@aztec/protocol-contracts":"5.0.0-nightly.20260628","@aztec/standard-contracts":"5.0.0-nightly.20260628","@aztec/validator-ha-signer":"5.0.0-nightly.20260628","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260628","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260628"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260628_1782625312762_0.7827535461253168","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260629":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260629","_id":"@aztec/end-to-end@5.0.0-nightly.20260629","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0cddd399889728bed8be66675e813b534ac70476","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260629.tgz","fileCount":312,"integrity":"sha512-Gkn0oLUT91L2equjOSpjQSN9okAorWJWaQlnV8Bhq8c72F8L2DWLBUBB/Nf625qAkGCxVIT3zPeuEkJJE6a7Lg==","signatures":[{"sig":"MEUCIQDEy0zNTRNXCIYNdSztPPmKC8cpCHzJfb4EWQhA8pDo6AIgOtJR3vbaltGNSQWzbKvZ00rnt853lcxdtyzF4NKtOkk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37264388},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260629","@aztec/cli":"5.0.0-nightly.20260629","@aztec/p2p":"5.0.0-nightly.20260629","@aztec/pxe":"5.0.0-nightly.20260629","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260629","@aztec/bb.js":"5.0.0-nightly.20260629","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260629","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260629","@aztec/wallets":"5.0.0-nightly.20260629","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260629","@aztec/archiver":"5.0.0-nightly.20260629","@aztec/aztec.js":"5.0.0-nightly.20260629","@aztec/blob-lib":"5.0.0-nightly.20260629","@aztec/ethereum":"5.0.0-nightly.20260629","@aztec/kv-store":"5.0.0-nightly.20260629","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260629","@aztec/constants":"5.0.0-nightly.20260629","@aztec/simulator":"5.0.0-nightly.20260629","@aztec/aztec-node":"5.0.0-nightly.20260629","@aztec/foundation":"5.0.0-nightly.20260629","@aztec/wallet-sdk":"5.0.0-nightly.20260629","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260629","@aztec/entrypoints":"5.0.0-nightly.20260629","@aztec/epoch-cache":"5.0.0-nightly.20260629","@aztec/prover-node":"5.0.0-nightly.20260629","@aztec/world-state":"5.0.0-nightly.20260629","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260629","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260629","@aztec/prover-client":"5.0.0-nightly.20260629","@aztec/noir-noirc_abi":"5.0.0-nightly.20260629","@aztec/sequencer-client":"5.0.0-nightly.20260629","@aztec/telemetry-client":"5.0.0-nightly.20260629","@aztec/validator-client":"5.0.0-nightly.20260629","@aztec/noir-contracts.js":"5.0.0-nightly.20260629","@aztec/protocol-contracts":"5.0.0-nightly.20260629","@aztec/standard-contracts":"5.0.0-nightly.20260629","@aztec/validator-ha-signer":"5.0.0-nightly.20260629","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260629","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260629"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260629_1782712014510_0.2326244127595054","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.189eedb3":{"name":"@aztec/end-to-end","version":"0.0.1-commit.189eedb3","_id":"@aztec/end-to-end@0.0.1-commit.189eedb3","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e3a3b3fb7133f08f76829381a377d15f9b602e64","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.189eedb3.tgz","fileCount":310,"integrity":"sha512-p7g2u0sOUtr10uOMZS4i9kkg/6uZkHhsZXDhnZDy9uwdHBEmxGQ37IRSA7ooztnWIcI2Vkg+sF6JgkJH113HFA==","signatures":[{"sig":"MEUCIQCUfTiITtJcLoHgCXrtvVCmq8Z+4rxiqjA/FpOPmMOkWAIgTkIjuVsGfAbAL9S/Gj9LlF8lkJ/J/TVxzpxZeaspw90=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.189eedb3","@aztec/cli":"0.0.1-commit.189eedb3","@aztec/p2p":"0.0.1-commit.189eedb3","@aztec/pxe":"0.0.1-commit.189eedb3","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.189eedb3","@aztec/bb.js":"0.0.1-commit.189eedb3","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.189eedb3","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.189eedb3","@aztec/wallets":"0.0.1-commit.189eedb3","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.189eedb3","@aztec/archiver":"0.0.1-commit.189eedb3","@aztec/aztec.js":"0.0.1-commit.189eedb3","@aztec/blob-lib":"0.0.1-commit.189eedb3","@aztec/ethereum":"0.0.1-commit.189eedb3","@aztec/kv-store":"0.0.1-commit.189eedb3","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.189eedb3","@aztec/constants":"0.0.1-commit.189eedb3","@aztec/simulator":"0.0.1-commit.189eedb3","@aztec/aztec-node":"0.0.1-commit.189eedb3","@aztec/foundation":"0.0.1-commit.189eedb3","@aztec/wallet-sdk":"0.0.1-commit.189eedb3","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.189eedb3","@aztec/entrypoints":"0.0.1-commit.189eedb3","@aztec/epoch-cache":"0.0.1-commit.189eedb3","@aztec/prover-node":"0.0.1-commit.189eedb3","@aztec/world-state":"0.0.1-commit.189eedb3","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.189eedb3","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.189eedb3","@aztec/prover-client":"0.0.1-commit.189eedb3","@aztec/noir-noirc_abi":"0.0.1-commit.189eedb3","@aztec/sequencer-client":"0.0.1-commit.189eedb3","@aztec/telemetry-client":"0.0.1-commit.189eedb3","@aztec/validator-client":"0.0.1-commit.189eedb3","@aztec/noir-contracts.js":"0.0.1-commit.189eedb3","@aztec/protocol-contracts":"0.0.1-commit.189eedb3","@aztec/standard-contracts":"0.0.1-commit.189eedb3","@aztec/validator-ha-signer":"0.0.1-commit.189eedb3","@aztec/noir-test-contracts.js":"0.0.1-commit.189eedb3","@aztec/noir-protocol-circuits-types":"0.0.1-commit.189eedb3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.189eedb3_1782733463191_0.5867366888219154","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b9865e97":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b9865e97","_id":"@aztec/end-to-end@0.0.1-commit.b9865e97","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a80f18da701676f731d3fc492a0170805925abe1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b9865e97.tgz","fileCount":310,"integrity":"sha512-a/xk29HkSTsru1cko8LZeVx7dzRHO0bc0hPp1M7vHeu7ug0rrvJ2t4FcQ6JZ658bJ5pCvCpSp0IwqFrhb6eU3g==","signatures":[{"sig":"MEYCIQDSGxvOz9cPnH7q69KT26NS0zx+jSpl19xXrhjSQpSP7AIhANmDAWbSeLNR0kdwLGlmCShxixUyh77jHevJZ8izLF5q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b9865e97","@aztec/cli":"0.0.1-commit.b9865e97","@aztec/p2p":"0.0.1-commit.b9865e97","@aztec/pxe":"0.0.1-commit.b9865e97","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b9865e97","@aztec/bb.js":"0.0.1-commit.b9865e97","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b9865e97","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b9865e97","@aztec/wallets":"0.0.1-commit.b9865e97","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b9865e97","@aztec/archiver":"0.0.1-commit.b9865e97","@aztec/aztec.js":"0.0.1-commit.b9865e97","@aztec/blob-lib":"0.0.1-commit.b9865e97","@aztec/ethereum":"0.0.1-commit.b9865e97","@aztec/kv-store":"0.0.1-commit.b9865e97","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b9865e97","@aztec/constants":"0.0.1-commit.b9865e97","@aztec/simulator":"0.0.1-commit.b9865e97","@aztec/aztec-node":"0.0.1-commit.b9865e97","@aztec/foundation":"0.0.1-commit.b9865e97","@aztec/wallet-sdk":"0.0.1-commit.b9865e97","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b9865e97","@aztec/entrypoints":"0.0.1-commit.b9865e97","@aztec/epoch-cache":"0.0.1-commit.b9865e97","@aztec/prover-node":"0.0.1-commit.b9865e97","@aztec/world-state":"0.0.1-commit.b9865e97","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b9865e97","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b9865e97","@aztec/prover-client":"0.0.1-commit.b9865e97","@aztec/noir-noirc_abi":"0.0.1-commit.b9865e97","@aztec/sequencer-client":"0.0.1-commit.b9865e97","@aztec/telemetry-client":"0.0.1-commit.b9865e97","@aztec/validator-client":"0.0.1-commit.b9865e97","@aztec/noir-contracts.js":"0.0.1-commit.b9865e97","@aztec/protocol-contracts":"0.0.1-commit.b9865e97","@aztec/standard-contracts":"0.0.1-commit.b9865e97","@aztec/validator-ha-signer":"0.0.1-commit.b9865e97","@aztec/noir-test-contracts.js":"0.0.1-commit.b9865e97","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b9865e97"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b9865e97_1782751072285_0.9789810769986178","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-rc.2":{"name":"@aztec/end-to-end","version":"5.0.0-rc.2","_id":"@aztec/end-to-end@5.0.0-rc.2","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d7e5d97085ae92f5a01842ed9876798b9d0816e1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-rc.2.tgz","fileCount":312,"integrity":"sha512-JjFiq/Q0Cm22h1G4N4EMKUgkCsUIl9ad8Dn/IoJMmbPXT/naHeWqhy+lNW39O0BZdJ75hmd9rEVv3VwWcuutow==","signatures":[{"sig":"MEYCIQDwPgN7LlptQb0z9h6+O3mfam5rRltqEiUm7xDdu93siAIhAIgOtS3o253kSNucrevGaXy0glIXfxCq4sBJZLQrqXYb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37268323},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-rc.2","@aztec/cli":"5.0.0-rc.2","@aztec/p2p":"5.0.0-rc.2","@aztec/pxe":"5.0.0-rc.2","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-rc.2","@aztec/bb.js":"5.0.0-rc.2","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-rc.2","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-rc.2","@aztec/wallets":"5.0.0-rc.2","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-rc.2","@aztec/archiver":"5.0.0-rc.2","@aztec/aztec.js":"5.0.0-rc.2","@aztec/blob-lib":"5.0.0-rc.2","@aztec/ethereum":"5.0.0-rc.2","@aztec/kv-store":"5.0.0-rc.2","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-rc.2","@aztec/constants":"5.0.0-rc.2","@aztec/simulator":"5.0.0-rc.2","@aztec/aztec-node":"5.0.0-rc.2","@aztec/foundation":"5.0.0-rc.2","@aztec/wallet-sdk":"5.0.0-rc.2","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-rc.2","@aztec/entrypoints":"5.0.0-rc.2","@aztec/epoch-cache":"5.0.0-rc.2","@aztec/prover-node":"5.0.0-rc.2","@aztec/world-state":"5.0.0-rc.2","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-rc.2","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-rc.2","@aztec/prover-client":"5.0.0-rc.2","@aztec/noir-noirc_abi":"5.0.0-rc.2","@aztec/sequencer-client":"5.0.0-rc.2","@aztec/telemetry-client":"5.0.0-rc.2","@aztec/validator-client":"5.0.0-rc.2","@aztec/noir-contracts.js":"5.0.0-rc.2","@aztec/protocol-contracts":"5.0.0-rc.2","@aztec/standard-contracts":"5.0.0-rc.2","@aztec/validator-ha-signer":"5.0.0-rc.2","@aztec/noir-test-contracts.js":"5.0.0-rc.2","@aztec/noir-protocol-circuits-types":"5.0.0-rc.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-rc.2_1782756641445_0.37148258621379737","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260630":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260630","_id":"@aztec/end-to-end@5.0.0-nightly.20260630","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b23c2f9ec2546b85e42c2ea00e59a6fe32438b23","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260630.tgz","fileCount":352,"integrity":"sha512-fkQegM7BXLHDELUdMxutWOa4N3Ly6Ag2Xcy9PmX7aKF8sbMaogj8h9/g0L7KdOnpgXKsp18PO1dmXkkElPsYxw==","signatures":[{"sig":"MEQCIFP7h+e/CpLz9ebihdIjbR5STTjeV0zvB64gwxMSX4QkAiAGkty6Woyw8kxxjC0xs4OYC+k4YQAOHWyAjk9ZveBaRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37509902},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260630","@aztec/cli":"5.0.0-nightly.20260630","@aztec/p2p":"5.0.0-nightly.20260630","@aztec/pxe":"5.0.0-nightly.20260630","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260630","@aztec/bb.js":"5.0.0-nightly.20260630","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260630","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260630","@aztec/wallets":"5.0.0-nightly.20260630","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260630","@aztec/archiver":"5.0.0-nightly.20260630","@aztec/aztec.js":"5.0.0-nightly.20260630","@aztec/blob-lib":"5.0.0-nightly.20260630","@aztec/ethereum":"5.0.0-nightly.20260630","@aztec/kv-store":"5.0.0-nightly.20260630","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260630","@aztec/constants":"5.0.0-nightly.20260630","@aztec/simulator":"5.0.0-nightly.20260630","@aztec/aztec-node":"5.0.0-nightly.20260630","@aztec/foundation":"5.0.0-nightly.20260630","@aztec/wallet-sdk":"5.0.0-nightly.20260630","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260630","@aztec/entrypoints":"5.0.0-nightly.20260630","@aztec/epoch-cache":"5.0.0-nightly.20260630","@aztec/prover-node":"5.0.0-nightly.20260630","@aztec/world-state":"5.0.0-nightly.20260630","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260630","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260630","@aztec/prover-client":"5.0.0-nightly.20260630","@aztec/noir-noirc_abi":"5.0.0-nightly.20260630","@aztec/sequencer-client":"5.0.0-nightly.20260630","@aztec/telemetry-client":"5.0.0-nightly.20260630","@aztec/validator-client":"5.0.0-nightly.20260630","@aztec/noir-contracts.js":"5.0.0-nightly.20260630","@aztec/protocol-contracts":"5.0.0-nightly.20260630","@aztec/standard-contracts":"5.0.0-nightly.20260630","@aztec/validator-ha-signer":"5.0.0-nightly.20260630","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260630","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260630"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260630_1782797721494_0.2962137532725284","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260701":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260701","_id":"@aztec/end-to-end@5.0.0-nightly.20260701","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8e795286eb515d2564392d55ffa0fb7c73d2e20f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260701.tgz","fileCount":352,"integrity":"sha512-CkWIliay/y8uV1NtkrmXxuMsuT6PCwtUU6vajRMyO4L92t3QmDSOlQ87KYvN7lLJlsj/T+UOaNJLEoO/GX0edg==","signatures":[{"sig":"MEYCIQDpHuLhx83a/DR2OEWyDfK7v5CPv5lWelEl2rE61gvDzAIhAMDTT+FRg7MjQKupWeJu36nVMTocWOx5SygjZ5x/6gG9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37509902},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260701","@aztec/cli":"5.0.0-nightly.20260701","@aztec/p2p":"5.0.0-nightly.20260701","@aztec/pxe":"5.0.0-nightly.20260701","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260701","@aztec/bb.js":"5.0.0-nightly.20260701","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260701","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260701","@aztec/wallets":"5.0.0-nightly.20260701","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260701","@aztec/archiver":"5.0.0-nightly.20260701","@aztec/aztec.js":"5.0.0-nightly.20260701","@aztec/blob-lib":"5.0.0-nightly.20260701","@aztec/ethereum":"5.0.0-nightly.20260701","@aztec/kv-store":"5.0.0-nightly.20260701","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260701","@aztec/constants":"5.0.0-nightly.20260701","@aztec/simulator":"5.0.0-nightly.20260701","@aztec/aztec-node":"5.0.0-nightly.20260701","@aztec/foundation":"5.0.0-nightly.20260701","@aztec/wallet-sdk":"5.0.0-nightly.20260701","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260701","@aztec/entrypoints":"5.0.0-nightly.20260701","@aztec/epoch-cache":"5.0.0-nightly.20260701","@aztec/prover-node":"5.0.0-nightly.20260701","@aztec/world-state":"5.0.0-nightly.20260701","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260701","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260701","@aztec/prover-client":"5.0.0-nightly.20260701","@aztec/noir-noirc_abi":"5.0.0-nightly.20260701","@aztec/sequencer-client":"5.0.0-nightly.20260701","@aztec/telemetry-client":"5.0.0-nightly.20260701","@aztec/validator-client":"5.0.0-nightly.20260701","@aztec/noir-contracts.js":"5.0.0-nightly.20260701","@aztec/protocol-contracts":"5.0.0-nightly.20260701","@aztec/standard-contracts":"5.0.0-nightly.20260701","@aztec/validator-ha-signer":"5.0.0-nightly.20260701","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260701","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260701"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260701_1782884727772_0.6410166647903282","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260702":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260702","_id":"@aztec/end-to-end@5.0.0-nightly.20260702","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"38616bcc25a3bb8588b76f56d4d6a22594117b24","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260702.tgz","fileCount":354,"integrity":"sha512-YW29BVaR9tEaafJtB12rFmi3W0F1pGkRkb14cSXhUbAaX2jd42Y7tMncs0KoBsWmNG4ddg/Xer7KsSfouReXDw==","signatures":[{"sig":"MEUCIB778avOaZ3muW1b3lFdUaWiqdL+r1DWJ4s4HiS4fhsPAiEA+E1HL9l080X2EdXYoh34dInlS+MvJ0fq4YExoC2rERU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37571801},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260702","@aztec/cli":"5.0.0-nightly.20260702","@aztec/p2p":"5.0.0-nightly.20260702","@aztec/pxe":"5.0.0-nightly.20260702","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260702","@aztec/bb.js":"5.0.0-nightly.20260702","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260702","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260702","@aztec/wallets":"5.0.0-nightly.20260702","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260702","@aztec/archiver":"5.0.0-nightly.20260702","@aztec/aztec.js":"5.0.0-nightly.20260702","@aztec/blob-lib":"5.0.0-nightly.20260702","@aztec/ethereum":"5.0.0-nightly.20260702","@aztec/kv-store":"5.0.0-nightly.20260702","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260702","@aztec/constants":"5.0.0-nightly.20260702","@aztec/simulator":"5.0.0-nightly.20260702","@aztec/aztec-node":"5.0.0-nightly.20260702","@aztec/foundation":"5.0.0-nightly.20260702","@aztec/wallet-sdk":"5.0.0-nightly.20260702","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260702","@aztec/entrypoints":"5.0.0-nightly.20260702","@aztec/epoch-cache":"5.0.0-nightly.20260702","@aztec/prover-node":"5.0.0-nightly.20260702","@aztec/world-state":"5.0.0-nightly.20260702","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260702","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260702","@aztec/prover-client":"5.0.0-nightly.20260702","@aztec/noir-noirc_abi":"5.0.0-nightly.20260702","@aztec/sequencer-client":"5.0.0-nightly.20260702","@aztec/telemetry-client":"5.0.0-nightly.20260702","@aztec/validator-client":"5.0.0-nightly.20260702","@aztec/noir-contracts.js":"5.0.0-nightly.20260702","@aztec/protocol-contracts":"5.0.0-nightly.20260702","@aztec/standard-contracts":"5.0.0-nightly.20260702","@aztec/validator-ha-signer":"5.0.0-nightly.20260702","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260702","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260702"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260702_1782970214839_0.8332530413448673","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260703":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260703","_id":"@aztec/end-to-end@5.0.0-nightly.20260703","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f44785a4a513f5b9a66a08dd343ea6ac39dac129","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260703.tgz","fileCount":354,"integrity":"sha512-C6X10RP7Rq3qXCsEvkmPj3eiFVWuV03MMJk8jcK73BGO01/wMMGf1GWQpm9myJsnJnr6+pCL3hk3L+mPcwIBNw==","signatures":[{"sig":"MEUCIQDAdkY1rDKvH3EI8QQGKVksuYFCq+VWs0SuMv5A61k6VwIgfV9gx/uztmJFM/e3JsTdKhoLfUngmiXzJklTy37y3E0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37571714},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260703","@aztec/cli":"5.0.0-nightly.20260703","@aztec/p2p":"5.0.0-nightly.20260703","@aztec/pxe":"5.0.0-nightly.20260703","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260703","@aztec/bb.js":"5.0.0-nightly.20260703","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260703","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260703","@aztec/wallets":"5.0.0-nightly.20260703","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260703","@aztec/archiver":"5.0.0-nightly.20260703","@aztec/aztec.js":"5.0.0-nightly.20260703","@aztec/blob-lib":"5.0.0-nightly.20260703","@aztec/ethereum":"5.0.0-nightly.20260703","@aztec/kv-store":"5.0.0-nightly.20260703","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260703","@aztec/constants":"5.0.0-nightly.20260703","@aztec/simulator":"5.0.0-nightly.20260703","@aztec/aztec-node":"5.0.0-nightly.20260703","@aztec/foundation":"5.0.0-nightly.20260703","@aztec/wallet-sdk":"5.0.0-nightly.20260703","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260703","@aztec/entrypoints":"5.0.0-nightly.20260703","@aztec/epoch-cache":"5.0.0-nightly.20260703","@aztec/prover-node":"5.0.0-nightly.20260703","@aztec/world-state":"5.0.0-nightly.20260703","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260703","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260703","@aztec/prover-client":"5.0.0-nightly.20260703","@aztec/noir-noirc_abi":"5.0.0-nightly.20260703","@aztec/sequencer-client":"5.0.0-nightly.20260703","@aztec/telemetry-client":"5.0.0-nightly.20260703","@aztec/validator-client":"5.0.0-nightly.20260703","@aztec/noir-contracts.js":"5.0.0-nightly.20260703","@aztec/protocol-contracts":"5.0.0-nightly.20260703","@aztec/standard-contracts":"5.0.0-nightly.20260703","@aztec/validator-ha-signer":"5.0.0-nightly.20260703","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260703","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260703"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260703_1783056912888_0.26854652527317624","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.2f68f620":{"name":"@aztec/end-to-end","version":"0.0.1-commit.2f68f620","_id":"@aztec/end-to-end@0.0.1-commit.2f68f620","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"62c19ca79708305b87b17e00eeaac6ba6a3a9b72","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.2f68f620.tgz","fileCount":310,"integrity":"sha512-vg/fxU93GZoGyOplV+hrK+F7FophK0cmYgfzEq7HwfvVYIU6VygrJf7PPR1T2kISdvAw/OWBc3VHrUVEeackpA==","signatures":[{"sig":"MEQCIAp0vDkB//+ByZKabBF9ASVy0rMydvLeKeLpLAFWbFjgAiBuWFUqf98E/DO4uiKr41tXRfqvsf+QZal4W3qpY2ym9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37246430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"../../foundation/src/jest/env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.2f68f620","@aztec/cli":"0.0.1-commit.2f68f620","@aztec/p2p":"0.0.1-commit.2f68f620","@aztec/pxe":"0.0.1-commit.2f68f620","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.2f68f620","@aztec/bb.js":"0.0.1-commit.2f68f620","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.2f68f620","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.2f68f620","@aztec/wallets":"0.0.1-commit.2f68f620","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.2f68f620","@aztec/archiver":"0.0.1-commit.2f68f620","@aztec/aztec.js":"0.0.1-commit.2f68f620","@aztec/blob-lib":"0.0.1-commit.2f68f620","@aztec/ethereum":"0.0.1-commit.2f68f620","@aztec/kv-store":"0.0.1-commit.2f68f620","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.2f68f620","@aztec/constants":"0.0.1-commit.2f68f620","@aztec/simulator":"0.0.1-commit.2f68f620","@aztec/aztec-node":"0.0.1-commit.2f68f620","@aztec/foundation":"0.0.1-commit.2f68f620","@aztec/wallet-sdk":"0.0.1-commit.2f68f620","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.2f68f620","@aztec/entrypoints":"0.0.1-commit.2f68f620","@aztec/epoch-cache":"0.0.1-commit.2f68f620","@aztec/prover-node":"0.0.1-commit.2f68f620","@aztec/world-state":"0.0.1-commit.2f68f620","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.2f68f620","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.2f68f620","@aztec/prover-client":"0.0.1-commit.2f68f620","@aztec/noir-noirc_abi":"0.0.1-commit.2f68f620","@aztec/sequencer-client":"0.0.1-commit.2f68f620","@aztec/telemetry-client":"0.0.1-commit.2f68f620","@aztec/validator-client":"0.0.1-commit.2f68f620","@aztec/noir-contracts.js":"0.0.1-commit.2f68f620","@aztec/protocol-contracts":"0.0.1-commit.2f68f620","@aztec/standard-contracts":"0.0.1-commit.2f68f620","@aztec/validator-ha-signer":"0.0.1-commit.2f68f620","@aztec/noir-test-contracts.js":"0.0.1-commit.2f68f620","@aztec/noir-protocol-circuits-types":"0.0.1-commit.2f68f620"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.2f68f620_1783095124733_0.34383203353421266","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260704":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260704","_id":"@aztec/end-to-end@5.0.0-nightly.20260704","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f5914316c16f3d9058871d94dbf7eb9dd9ee81d3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260704.tgz","fileCount":354,"integrity":"sha512-GghNGSMcFD/fS7Og+J4xL444xVNLMjqhtXoWLdAC19siHusX5cGgKM0a1F941nHNbxKGEhctjOJURB2hEjQn4w==","signatures":[{"sig":"MEUCIHSCUF7ufTuGtrgyGTNiM6SAq0sSSBsA7oxIP2/xX09wAiEAq57HaxlO3p9CCNm8vnoDereCGhO3RNvLf4Wt5AHkJDs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37571714},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260704","@aztec/cli":"5.0.0-nightly.20260704","@aztec/p2p":"5.0.0-nightly.20260704","@aztec/pxe":"5.0.0-nightly.20260704","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260704","@aztec/bb.js":"5.0.0-nightly.20260704","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260704","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260704","@aztec/wallets":"5.0.0-nightly.20260704","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260704","@aztec/archiver":"5.0.0-nightly.20260704","@aztec/aztec.js":"5.0.0-nightly.20260704","@aztec/blob-lib":"5.0.0-nightly.20260704","@aztec/ethereum":"5.0.0-nightly.20260704","@aztec/kv-store":"5.0.0-nightly.20260704","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260704","@aztec/constants":"5.0.0-nightly.20260704","@aztec/simulator":"5.0.0-nightly.20260704","@aztec/aztec-node":"5.0.0-nightly.20260704","@aztec/foundation":"5.0.0-nightly.20260704","@aztec/wallet-sdk":"5.0.0-nightly.20260704","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260704","@aztec/entrypoints":"5.0.0-nightly.20260704","@aztec/epoch-cache":"5.0.0-nightly.20260704","@aztec/prover-node":"5.0.0-nightly.20260704","@aztec/world-state":"5.0.0-nightly.20260704","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260704","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260704","@aztec/prover-client":"5.0.0-nightly.20260704","@aztec/noir-noirc_abi":"5.0.0-nightly.20260704","@aztec/sequencer-client":"5.0.0-nightly.20260704","@aztec/telemetry-client":"5.0.0-nightly.20260704","@aztec/validator-client":"5.0.0-nightly.20260704","@aztec/noir-contracts.js":"5.0.0-nightly.20260704","@aztec/protocol-contracts":"5.0.0-nightly.20260704","@aztec/standard-contracts":"5.0.0-nightly.20260704","@aztec/validator-ha-signer":"5.0.0-nightly.20260704","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260704","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260704"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260704_1783142920072_0.3427866377429507","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260705":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260705","_id":"@aztec/end-to-end@5.0.0-nightly.20260705","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d30f02f120a95f8a0f3985a2c9105404085dce26","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260705.tgz","fileCount":354,"integrity":"sha512-lDn3PfB3J3VOEG+LuFfRrP5+Fevc2Q6KJtRrefcxeAxQTgIOaO0McboaHPH/nzO7AM3CLk9d6TeLXaBjoINRAA==","signatures":[{"sig":"MEQCIBCyJjeDdxCAVv++MqbyO2zhaHNuf6diqRZjeASaiqJsAiBzHrlLAJIoUnOeJgfqqwsqrEUrLBRgArY9wJoUx8NEiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37577606},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260705","@aztec/cli":"5.0.0-nightly.20260705","@aztec/p2p":"5.0.0-nightly.20260705","@aztec/pxe":"5.0.0-nightly.20260705","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260705","@aztec/bb.js":"5.0.0-nightly.20260705","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260705","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260705","@aztec/wallets":"5.0.0-nightly.20260705","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260705","@aztec/archiver":"5.0.0-nightly.20260705","@aztec/aztec.js":"5.0.0-nightly.20260705","@aztec/blob-lib":"5.0.0-nightly.20260705","@aztec/ethereum":"5.0.0-nightly.20260705","@aztec/kv-store":"5.0.0-nightly.20260705","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260705","@aztec/constants":"5.0.0-nightly.20260705","@aztec/simulator":"5.0.0-nightly.20260705","@aztec/aztec-node":"5.0.0-nightly.20260705","@aztec/foundation":"5.0.0-nightly.20260705","@aztec/wallet-sdk":"5.0.0-nightly.20260705","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260705","@aztec/entrypoints":"5.0.0-nightly.20260705","@aztec/epoch-cache":"5.0.0-nightly.20260705","@aztec/prover-node":"5.0.0-nightly.20260705","@aztec/world-state":"5.0.0-nightly.20260705","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260705","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260705","@aztec/prover-client":"5.0.0-nightly.20260705","@aztec/noir-noirc_abi":"5.0.0-nightly.20260705","@aztec/sequencer-client":"5.0.0-nightly.20260705","@aztec/telemetry-client":"5.0.0-nightly.20260705","@aztec/validator-client":"5.0.0-nightly.20260705","@aztec/noir-contracts.js":"5.0.0-nightly.20260705","@aztec/protocol-contracts":"5.0.0-nightly.20260705","@aztec/standard-contracts":"5.0.0-nightly.20260705","@aztec/validator-ha-signer":"5.0.0-nightly.20260705","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260705","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260705"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260705_1783229477027_0.7813577562136258","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260706":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260706","_id":"@aztec/end-to-end@5.0.0-nightly.20260706","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cf0e7a6c72dfb21f9f564910dc134be8d59f8e94","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260706.tgz","fileCount":367,"integrity":"sha512-CiRh86xjZH8o2Se0trZzx9wE1mL5azxeQdcR4GW7J/UZUPa0BQ0nMm74pICHYSLkGPNQgBQ5kT5wuXIJ83jiCQ==","signatures":[{"sig":"MEYCIQDb4ETpPk9lINobVxHVdCmoLSc0b5yOBPQp9pMWNySFdQIhAPJNX8tp48GzXvzjvaLx4M+mdqx+xEtpkbFJolzGkzcK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37733122},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260706","@aztec/cli":"5.0.0-nightly.20260706","@aztec/p2p":"5.0.0-nightly.20260706","@aztec/pxe":"5.0.0-nightly.20260706","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260706","@aztec/bb.js":"5.0.0-nightly.20260706","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260706","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260706","@aztec/wallets":"5.0.0-nightly.20260706","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260706","@aztec/archiver":"5.0.0-nightly.20260706","@aztec/aztec.js":"5.0.0-nightly.20260706","@aztec/blob-lib":"5.0.0-nightly.20260706","@aztec/ethereum":"5.0.0-nightly.20260706","@aztec/kv-store":"5.0.0-nightly.20260706","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260706","@aztec/constants":"5.0.0-nightly.20260706","@aztec/simulator":"5.0.0-nightly.20260706","@aztec/aztec-node":"5.0.0-nightly.20260706","@aztec/foundation":"5.0.0-nightly.20260706","@aztec/wallet-sdk":"5.0.0-nightly.20260706","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260706","@aztec/entrypoints":"5.0.0-nightly.20260706","@aztec/epoch-cache":"5.0.0-nightly.20260706","@aztec/prover-node":"5.0.0-nightly.20260706","@aztec/world-state":"5.0.0-nightly.20260706","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260706","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260706","@aztec/prover-client":"5.0.0-nightly.20260706","@aztec/noir-noirc_abi":"5.0.0-nightly.20260706","@aztec/sequencer-client":"5.0.0-nightly.20260706","@aztec/telemetry-client":"5.0.0-nightly.20260706","@aztec/validator-client":"5.0.0-nightly.20260706","@aztec/noir-contracts.js":"5.0.0-nightly.20260706","@aztec/protocol-contracts":"5.0.0-nightly.20260706","@aztec/standard-contracts":"5.0.0-nightly.20260706","@aztec/validator-ha-signer":"5.0.0-nightly.20260706","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260706","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260706"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260706_1783316265223_0.8828675663938896","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260707":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260707","_id":"@aztec/end-to-end@5.0.0-nightly.20260707","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5d6ff66b2d39d39965f9f10f51b9cd9bf1d8bb3e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260707.tgz","fileCount":367,"integrity":"sha512-PKyDK1oM/26vkvTtc12gqsuBYCIAtT76LfGCD9h5Lx5QKUycv2lz2g0fZ/rMKN5b1sko57NrAqzgvBs0N4zn8g==","signatures":[{"sig":"MEUCIQCa/x3lbjYrVRF8fRQu/VDC41d6PgBQewhKeskwIXpeTAIgXJGdypfqfIoHOcte1iIwWeqvJDt3N2FH43iHiYPpM1o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37733418},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260707","@aztec/cli":"5.0.0-nightly.20260707","@aztec/p2p":"5.0.0-nightly.20260707","@aztec/pxe":"5.0.0-nightly.20260707","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260707","@aztec/bb.js":"5.0.0-nightly.20260707","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260707","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260707","@aztec/wallets":"5.0.0-nightly.20260707","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260707","@aztec/archiver":"5.0.0-nightly.20260707","@aztec/aztec.js":"5.0.0-nightly.20260707","@aztec/blob-lib":"5.0.0-nightly.20260707","@aztec/ethereum":"5.0.0-nightly.20260707","@aztec/kv-store":"5.0.0-nightly.20260707","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260707","@aztec/constants":"5.0.0-nightly.20260707","@aztec/simulator":"5.0.0-nightly.20260707","@aztec/aztec-node":"5.0.0-nightly.20260707","@aztec/foundation":"5.0.0-nightly.20260707","@aztec/wallet-sdk":"5.0.0-nightly.20260707","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260707","@aztec/entrypoints":"5.0.0-nightly.20260707","@aztec/epoch-cache":"5.0.0-nightly.20260707","@aztec/prover-node":"5.0.0-nightly.20260707","@aztec/world-state":"5.0.0-nightly.20260707","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260707","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260707","@aztec/prover-client":"5.0.0-nightly.20260707","@aztec/noir-noirc_abi":"5.0.0-nightly.20260707","@aztec/sequencer-client":"5.0.0-nightly.20260707","@aztec/telemetry-client":"5.0.0-nightly.20260707","@aztec/validator-client":"5.0.0-nightly.20260707","@aztec/noir-contracts.js":"5.0.0-nightly.20260707","@aztec/protocol-contracts":"5.0.0-nightly.20260707","@aztec/standard-contracts":"5.0.0-nightly.20260707","@aztec/validator-ha-signer":"5.0.0-nightly.20260707","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260707","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260707"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260707_1783402310279_0.4547245755376521","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260708":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260708","_id":"@aztec/end-to-end@5.0.0-nightly.20260708","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"43d28f80375344a47fbf9a3e3fb79803713e0858","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260708.tgz","fileCount":371,"integrity":"sha512-V00VIC6CP72WQ1Futpcskg5Lb7BuJOL4Jo3+9Bl1Uqv/67e2doXGqlXX9KOeByiyJMkpQqaikp4DvhpeH2BP/w==","signatures":[{"sig":"MEUCIFzznph6rir+JgKuioH8+ygnkaCQz+hCAmU5Gh4YbZFfAiEApr5uvc+0AlfRTGu2dMwlUIlwzTMWaNblXldfOaKSq3I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763273},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260708","@aztec/cli":"5.0.0-nightly.20260708","@aztec/p2p":"5.0.0-nightly.20260708","@aztec/pxe":"5.0.0-nightly.20260708","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260708","@aztec/bb.js":"5.0.0-nightly.20260708","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260708","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260708","@aztec/wallets":"5.0.0-nightly.20260708","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260708","@aztec/archiver":"5.0.0-nightly.20260708","@aztec/aztec.js":"5.0.0-nightly.20260708","@aztec/blob-lib":"5.0.0-nightly.20260708","@aztec/ethereum":"5.0.0-nightly.20260708","@aztec/kv-store":"5.0.0-nightly.20260708","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260708","@aztec/constants":"5.0.0-nightly.20260708","@aztec/simulator":"5.0.0-nightly.20260708","@aztec/aztec-node":"5.0.0-nightly.20260708","@aztec/foundation":"5.0.0-nightly.20260708","@aztec/wallet-sdk":"5.0.0-nightly.20260708","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260708","@aztec/entrypoints":"5.0.0-nightly.20260708","@aztec/epoch-cache":"5.0.0-nightly.20260708","@aztec/prover-node":"5.0.0-nightly.20260708","@aztec/world-state":"5.0.0-nightly.20260708","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260708","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260708","@aztec/prover-client":"5.0.0-nightly.20260708","@aztec/noir-noirc_abi":"5.0.0-nightly.20260708","@aztec/sequencer-client":"5.0.0-nightly.20260708","@aztec/telemetry-client":"5.0.0-nightly.20260708","@aztec/validator-client":"5.0.0-nightly.20260708","@aztec/noir-contracts.js":"5.0.0-nightly.20260708","@aztec/protocol-contracts":"5.0.0-nightly.20260708","@aztec/standard-contracts":"5.0.0-nightly.20260708","@aztec/validator-ha-signer":"5.0.0-nightly.20260708","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260708","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260708"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260708_1783487808182_0.9279093690572284","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260709":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260709","_id":"@aztec/end-to-end@5.0.0-nightly.20260709","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e758a86a3e6fcc69b67e7f6201dd5b9b6e68604d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260709.tgz","fileCount":375,"integrity":"sha512-SaP3QeJbFbnWNdOugrzIcCZ86C8ZxVRMa6k9n6YGlhFSQB7xfSMQxQ34xvkhVNtax4d1d8BPv8zv3/QjTM/2Eg==","signatures":[{"sig":"MEQCIAUU5J3tFov+0LNue1oc5M9hDCNyRlqtqYZk8W57vcYMAiAJrLaplm2DtGk19kt8XFHqsKar/B7RRZJ2XKKiW8QkOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37780435},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260709","@aztec/cli":"5.0.0-nightly.20260709","@aztec/p2p":"5.0.0-nightly.20260709","@aztec/pxe":"5.0.0-nightly.20260709","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260709","@aztec/bb.js":"5.0.0-nightly.20260709","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260709","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260709","@aztec/wallets":"5.0.0-nightly.20260709","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260709","@aztec/archiver":"5.0.0-nightly.20260709","@aztec/aztec.js":"5.0.0-nightly.20260709","@aztec/blob-lib":"5.0.0-nightly.20260709","@aztec/ethereum":"5.0.0-nightly.20260709","@aztec/kv-store":"5.0.0-nightly.20260709","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260709","@aztec/constants":"5.0.0-nightly.20260709","@aztec/simulator":"5.0.0-nightly.20260709","@aztec/aztec-node":"5.0.0-nightly.20260709","@aztec/foundation":"5.0.0-nightly.20260709","@aztec/wallet-sdk":"5.0.0-nightly.20260709","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260709","@aztec/entrypoints":"5.0.0-nightly.20260709","@aztec/epoch-cache":"5.0.0-nightly.20260709","@aztec/prover-node":"5.0.0-nightly.20260709","@aztec/world-state":"5.0.0-nightly.20260709","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260709","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260709","@aztec/prover-client":"5.0.0-nightly.20260709","@aztec/noir-noirc_abi":"5.0.0-nightly.20260709","@aztec/sequencer-client":"5.0.0-nightly.20260709","@aztec/telemetry-client":"5.0.0-nightly.20260709","@aztec/validator-client":"5.0.0-nightly.20260709","@aztec/noir-contracts.js":"5.0.0-nightly.20260709","@aztec/protocol-contracts":"5.0.0-nightly.20260709","@aztec/standard-contracts":"5.0.0-nightly.20260709","@aztec/validator-ha-signer":"5.0.0-nightly.20260709","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260709","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260709"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260709_1783575080788_0.7573951325451451","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260710":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260710","_id":"@aztec/end-to-end@5.0.0-nightly.20260710","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc034950c8e38ac19ea0b9af23c9a5e91570d111","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260710.tgz","fileCount":379,"integrity":"sha512-tU2QgFzKvnRpuBcqWnK2UF5NzBY80ikf46C/hROlCnAmjXvUT9Ub+Ei/l5Z1Squxm4FXyHzhfnYekibbs7KTWQ==","signatures":[{"sig":"MEQCIGrqTgnUZcUZfXH0W2DuqEw5TAg0vCbkznyP2n8AJLdhAiAfjxaT+i4qHh//a3scApUS45dVqOEFSiZYSNNrHuCoBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805322},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260710","@aztec/cli":"5.0.0-nightly.20260710","@aztec/p2p":"5.0.0-nightly.20260710","@aztec/pxe":"5.0.0-nightly.20260710","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260710","@aztec/bb.js":"5.0.0-nightly.20260710","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260710","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260710","@aztec/wallets":"5.0.0-nightly.20260710","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260710","@aztec/archiver":"5.0.0-nightly.20260710","@aztec/aztec.js":"5.0.0-nightly.20260710","@aztec/blob-lib":"5.0.0-nightly.20260710","@aztec/ethereum":"5.0.0-nightly.20260710","@aztec/kv-store":"5.0.0-nightly.20260710","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260710","@aztec/constants":"5.0.0-nightly.20260710","@aztec/simulator":"5.0.0-nightly.20260710","@aztec/aztec-node":"5.0.0-nightly.20260710","@aztec/foundation":"5.0.0-nightly.20260710","@aztec/wallet-sdk":"5.0.0-nightly.20260710","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260710","@aztec/entrypoints":"5.0.0-nightly.20260710","@aztec/epoch-cache":"5.0.0-nightly.20260710","@aztec/prover-node":"5.0.0-nightly.20260710","@aztec/world-state":"5.0.0-nightly.20260710","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260710","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260710","@aztec/prover-client":"5.0.0-nightly.20260710","@aztec/noir-noirc_abi":"5.0.0-nightly.20260710","@aztec/sequencer-client":"5.0.0-nightly.20260710","@aztec/telemetry-client":"5.0.0-nightly.20260710","@aztec/validator-client":"5.0.0-nightly.20260710","@aztec/noir-contracts.js":"5.0.0-nightly.20260710","@aztec/protocol-contracts":"5.0.0-nightly.20260710","@aztec/standard-contracts":"5.0.0-nightly.20260710","@aztec/validator-ha-signer":"5.0.0-nightly.20260710","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260710","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260710"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260710_1783661947734_0.6347864477374252","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260711":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260711","_id":"@aztec/end-to-end@5.0.0-nightly.20260711","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"eab115f5452c4264c465ea1f4ca570ae9b35df2a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260711.tgz","fileCount":379,"integrity":"sha512-gPLw9fy8tPo3yLQeC/XVSt1+9D97GXBLMVoE1frkvMu7dmAHfSovW4H71thoA0zy1O4fK2xv/H68XaTexxap9A==","signatures":[{"sig":"MEQCIErXUsW4Zw4FowHkpFZJRBJOjBw0TpxWPQHQlK7E+4MjAiAYgP70VqYNJO+vY4aj38OKVWeTAsd1a4bcGzlGC/k6Dg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805322},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260711","@aztec/cli":"5.0.0-nightly.20260711","@aztec/p2p":"5.0.0-nightly.20260711","@aztec/pxe":"5.0.0-nightly.20260711","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260711","@aztec/bb.js":"5.0.0-nightly.20260711","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260711","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260711","@aztec/wallets":"5.0.0-nightly.20260711","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260711","@aztec/archiver":"5.0.0-nightly.20260711","@aztec/aztec.js":"5.0.0-nightly.20260711","@aztec/blob-lib":"5.0.0-nightly.20260711","@aztec/ethereum":"5.0.0-nightly.20260711","@aztec/kv-store":"5.0.0-nightly.20260711","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260711","@aztec/constants":"5.0.0-nightly.20260711","@aztec/simulator":"5.0.0-nightly.20260711","@aztec/aztec-node":"5.0.0-nightly.20260711","@aztec/foundation":"5.0.0-nightly.20260711","@aztec/wallet-sdk":"5.0.0-nightly.20260711","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260711","@aztec/entrypoints":"5.0.0-nightly.20260711","@aztec/epoch-cache":"5.0.0-nightly.20260711","@aztec/prover-node":"5.0.0-nightly.20260711","@aztec/world-state":"5.0.0-nightly.20260711","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260711","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260711","@aztec/prover-client":"5.0.0-nightly.20260711","@aztec/noir-noirc_abi":"5.0.0-nightly.20260711","@aztec/sequencer-client":"5.0.0-nightly.20260711","@aztec/telemetry-client":"5.0.0-nightly.20260711","@aztec/validator-client":"5.0.0-nightly.20260711","@aztec/noir-contracts.js":"5.0.0-nightly.20260711","@aztec/protocol-contracts":"5.0.0-nightly.20260711","@aztec/standard-contracts":"5.0.0-nightly.20260711","@aztec/validator-ha-signer":"5.0.0-nightly.20260711","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260711","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260711"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260711_1783746812814_0.8027655920455017","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260712":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260712","_id":"@aztec/end-to-end@5.0.0-nightly.20260712","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4f2630ef836b908b7506ffd626276613aaaa1fe3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260712.tgz","fileCount":379,"integrity":"sha512-8kKcU2w6pF0TQzStdD0qcwlyMhK+E9LqcMvH+3j23RYVVZlk92ort43BZnaENe58kAneZdIU+nXJ1CYXxS2hOQ==","signatures":[{"sig":"MEQCIHsRZKPLE4sBfaDRdPFHztwwigyAHgDRlE+wSGy8hQiIAiAgWe3wq6bgi1cjaoVTl641bWVJB4B5svvw3+/ZRb5HtA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805322},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260712","@aztec/cli":"5.0.0-nightly.20260712","@aztec/p2p":"5.0.0-nightly.20260712","@aztec/pxe":"5.0.0-nightly.20260712","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260712","@aztec/bb.js":"5.0.0-nightly.20260712","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260712","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260712","@aztec/wallets":"5.0.0-nightly.20260712","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260712","@aztec/archiver":"5.0.0-nightly.20260712","@aztec/aztec.js":"5.0.0-nightly.20260712","@aztec/blob-lib":"5.0.0-nightly.20260712","@aztec/ethereum":"5.0.0-nightly.20260712","@aztec/kv-store":"5.0.0-nightly.20260712","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260712","@aztec/constants":"5.0.0-nightly.20260712","@aztec/simulator":"5.0.0-nightly.20260712","@aztec/aztec-node":"5.0.0-nightly.20260712","@aztec/foundation":"5.0.0-nightly.20260712","@aztec/wallet-sdk":"5.0.0-nightly.20260712","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260712","@aztec/entrypoints":"5.0.0-nightly.20260712","@aztec/epoch-cache":"5.0.0-nightly.20260712","@aztec/prover-node":"5.0.0-nightly.20260712","@aztec/world-state":"5.0.0-nightly.20260712","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260712","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260712","@aztec/prover-client":"5.0.0-nightly.20260712","@aztec/noir-noirc_abi":"5.0.0-nightly.20260712","@aztec/sequencer-client":"5.0.0-nightly.20260712","@aztec/telemetry-client":"5.0.0-nightly.20260712","@aztec/validator-client":"5.0.0-nightly.20260712","@aztec/noir-contracts.js":"5.0.0-nightly.20260712","@aztec/protocol-contracts":"5.0.0-nightly.20260712","@aztec/standard-contracts":"5.0.0-nightly.20260712","@aztec/validator-ha-signer":"5.0.0-nightly.20260712","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260712","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260712"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260712_1783833489171_0.9776556999628467","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260713":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260713","_id":"@aztec/end-to-end@5.0.0-nightly.20260713","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a74a34ddafe8589880b33f2ae0111aa96640d0f8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260713.tgz","fileCount":379,"integrity":"sha512-Yf+rDILzqQ5qpZ1cjPgiU00I5aKxTdfns5TeeDA7Idsh83NsRrCYHZw6fIJm/F0z7nBs3K2VyTGTVhAg/MpR3A==","signatures":[{"sig":"MEYCIQD4GOKOe+qxY2nnFxhCfKrg0zgsVC6+6WB/7trvnq0H6wIhAKF9qyZY9LlumtnxN3eUBQusXInXSqajRvnGJG5fofNs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805322},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260713","@aztec/cli":"5.0.0-nightly.20260713","@aztec/p2p":"5.0.0-nightly.20260713","@aztec/pxe":"5.0.0-nightly.20260713","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260713","@aztec/bb.js":"5.0.0-nightly.20260713","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260713","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260713","@aztec/wallets":"5.0.0-nightly.20260713","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260713","@aztec/archiver":"5.0.0-nightly.20260713","@aztec/aztec.js":"5.0.0-nightly.20260713","@aztec/blob-lib":"5.0.0-nightly.20260713","@aztec/ethereum":"5.0.0-nightly.20260713","@aztec/kv-store":"5.0.0-nightly.20260713","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260713","@aztec/constants":"5.0.0-nightly.20260713","@aztec/simulator":"5.0.0-nightly.20260713","@aztec/aztec-node":"5.0.0-nightly.20260713","@aztec/foundation":"5.0.0-nightly.20260713","@aztec/wallet-sdk":"5.0.0-nightly.20260713","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260713","@aztec/entrypoints":"5.0.0-nightly.20260713","@aztec/epoch-cache":"5.0.0-nightly.20260713","@aztec/prover-node":"5.0.0-nightly.20260713","@aztec/world-state":"5.0.0-nightly.20260713","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260713","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260713","@aztec/prover-client":"5.0.0-nightly.20260713","@aztec/noir-noirc_abi":"5.0.0-nightly.20260713","@aztec/sequencer-client":"5.0.0-nightly.20260713","@aztec/telemetry-client":"5.0.0-nightly.20260713","@aztec/validator-client":"5.0.0-nightly.20260713","@aztec/noir-contracts.js":"5.0.0-nightly.20260713","@aztec/protocol-contracts":"5.0.0-nightly.20260713","@aztec/standard-contracts":"5.0.0-nightly.20260713","@aztec/validator-ha-signer":"5.0.0-nightly.20260713","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260713","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260713"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260713_1783920111921_0.1498536717693697","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"@aztec/end-to-end","version":"5.0.0","_id":"@aztec/end-to-end@5.0.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"18b72a53ea0f5e6d1f83909d9767c371586260ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0.tgz","fileCount":379,"integrity":"sha512-A61Ja/bxL81FUN6YG10QFAlOZVCIE3C7rCdJoJQJyrS67Eatlxj041y+kmJlRZ3DAUifSsZEVDK7z5HLC4kQEA==","signatures":[{"sig":"MEUCIE62EtePnXK/4rMCaN8YfE5nFFMKbwVIt2KGihBL8oxGAiEA0Y4Ikj9cKhdONVTxkNo+WwHNhVX0JaAcFBQSB9zY/As=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37804889},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0","@aztec/cli":"5.0.0","@aztec/p2p":"5.0.0","@aztec/pxe":"5.0.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0","@aztec/bb.js":"5.0.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0","@aztec/wallets":"5.0.0","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0","@aztec/archiver":"5.0.0","@aztec/aztec.js":"5.0.0","@aztec/blob-lib":"5.0.0","@aztec/ethereum":"5.0.0","@aztec/kv-store":"5.0.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0","@aztec/constants":"5.0.0","@aztec/simulator":"5.0.0","@aztec/aztec-node":"5.0.0","@aztec/foundation":"5.0.0","@aztec/wallet-sdk":"5.0.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0","@aztec/entrypoints":"5.0.0","@aztec/epoch-cache":"5.0.0","@aztec/prover-node":"5.0.0","@aztec/world-state":"5.0.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0","@aztec/prover-client":"5.0.0","@aztec/noir-noirc_abi":"5.0.0","@aztec/sequencer-client":"5.0.0","@aztec/telemetry-client":"5.0.0","@aztec/validator-client":"5.0.0","@aztec/noir-contracts.js":"5.0.0","@aztec/protocol-contracts":"5.0.0","@aztec/standard-contracts":"5.0.0","@aztec/validator-ha-signer":"5.0.0","@aztec/noir-test-contracts.js":"5.0.0","@aztec/noir-protocol-circuits-types":"5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0_1783935797076_0.9874007504494144","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260714":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260714","_id":"@aztec/end-to-end@5.0.0-nightly.20260714","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aa9abd971b47d1bcf4c6fdf004593e8fd9b18431","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260714.tgz","fileCount":379,"integrity":"sha512-Eupq79hP1WStA/HGn1fDO4HGqqDBA0sK1TiWiWmw4KsEKO4iIGVvka/mawpTLJkg7o9Xr2P+9RpIYA10Zmz7Jg==","signatures":[{"sig":"MEYCIQC/cLwlnQiP34qZky/3CoBUNMDr9k2f6FRw5gxAgHT5zQIhAI7TgpbUqx7jgrutsK13FEuskW2v4zoRZoAbOggd/tnp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806492},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260714","@aztec/cli":"5.0.0-nightly.20260714","@aztec/p2p":"5.0.0-nightly.20260714","@aztec/pxe":"5.0.0-nightly.20260714","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260714","@aztec/bb.js":"5.0.0-nightly.20260714","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260714","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260714","@aztec/wallets":"5.0.0-nightly.20260714","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260714","@aztec/archiver":"5.0.0-nightly.20260714","@aztec/aztec.js":"5.0.0-nightly.20260714","@aztec/blob-lib":"5.0.0-nightly.20260714","@aztec/ethereum":"5.0.0-nightly.20260714","@aztec/kv-store":"5.0.0-nightly.20260714","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260714","@aztec/constants":"5.0.0-nightly.20260714","@aztec/simulator":"5.0.0-nightly.20260714","@aztec/aztec-node":"5.0.0-nightly.20260714","@aztec/foundation":"5.0.0-nightly.20260714","@aztec/wallet-sdk":"5.0.0-nightly.20260714","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260714","@aztec/entrypoints":"5.0.0-nightly.20260714","@aztec/epoch-cache":"5.0.0-nightly.20260714","@aztec/prover-node":"5.0.0-nightly.20260714","@aztec/world-state":"5.0.0-nightly.20260714","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260714","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260714","@aztec/prover-client":"5.0.0-nightly.20260714","@aztec/noir-noirc_abi":"5.0.0-nightly.20260714","@aztec/sequencer-client":"5.0.0-nightly.20260714","@aztec/telemetry-client":"5.0.0-nightly.20260714","@aztec/validator-client":"5.0.0-nightly.20260714","@aztec/noir-contracts.js":"5.0.0-nightly.20260714","@aztec/protocol-contracts":"5.0.0-nightly.20260714","@aztec/standard-contracts":"5.0.0-nightly.20260714","@aztec/validator-ha-signer":"5.0.0-nightly.20260714","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260714","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260714"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260714_1784005857896_0.8649764551567631","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.3100065":{"name":"@aztec/end-to-end","version":"0.0.1-commit.3100065","_id":"@aztec/end-to-end@0.0.1-commit.3100065","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"40e81728073c5f293949b8e778f224b72fe3f4e1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.3100065.tgz","fileCount":379,"integrity":"sha512-RfaR9zOkIk/4yniDmcwj+ZDOjJAmISY7q3FJq/TD3xjGDuEYLh4JhBFEUK0PuDfUgrJ6/c5hYndSJne/cNpDpw==","signatures":[{"sig":"MEUCIQCCNRdofRgD20mBLy/78MxppIT67bg8sPQY4HYT1XQIewIgYBIjItPTBgi/wN22kfKCHu6DZu+i2Z4d01L7nXgTNvU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805489},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.3100065","@aztec/cli":"0.0.1-commit.3100065","@aztec/p2p":"0.0.1-commit.3100065","@aztec/pxe":"0.0.1-commit.3100065","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.3100065","@aztec/bb.js":"0.0.1-commit.3100065","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.3100065","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.3100065","@aztec/wallets":"0.0.1-commit.3100065","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.3100065","@aztec/archiver":"0.0.1-commit.3100065","@aztec/aztec.js":"0.0.1-commit.3100065","@aztec/blob-lib":"0.0.1-commit.3100065","@aztec/ethereum":"0.0.1-commit.3100065","@aztec/kv-store":"0.0.1-commit.3100065","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.3100065","@aztec/constants":"0.0.1-commit.3100065","@aztec/simulator":"0.0.1-commit.3100065","@aztec/aztec-node":"0.0.1-commit.3100065","@aztec/foundation":"0.0.1-commit.3100065","@aztec/wallet-sdk":"0.0.1-commit.3100065","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.3100065","@aztec/entrypoints":"0.0.1-commit.3100065","@aztec/epoch-cache":"0.0.1-commit.3100065","@aztec/prover-node":"0.0.1-commit.3100065","@aztec/world-state":"0.0.1-commit.3100065","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.3100065","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.3100065","@aztec/prover-client":"0.0.1-commit.3100065","@aztec/noir-noirc_abi":"0.0.1-commit.3100065","@aztec/sequencer-client":"0.0.1-commit.3100065","@aztec/telemetry-client":"0.0.1-commit.3100065","@aztec/validator-client":"0.0.1-commit.3100065","@aztec/noir-contracts.js":"0.0.1-commit.3100065","@aztec/protocol-contracts":"0.0.1-commit.3100065","@aztec/standard-contracts":"0.0.1-commit.3100065","@aztec/validator-ha-signer":"0.0.1-commit.3100065","@aztec/noir-test-contracts.js":"0.0.1-commit.3100065","@aztec/noir-protocol-circuits-types":"0.0.1-commit.3100065"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.3100065_1784029168251_0.6140819926451242","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-nightly.20260715":{"name":"@aztec/end-to-end","version":"5.0.0-nightly.20260715","_id":"@aztec/end-to-end@5.0.0-nightly.20260715","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0988a381d329fc544c35255a2b26463d2b721bc1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.0-nightly.20260715.tgz","fileCount":379,"integrity":"sha512-59myOp7R6iocZGg13taTbPmqKpiYBtRIMXicH7WPLRMbFUP33TwADOULAkY3BSeyf2nseXKCk0Tp2xoU+d1BEg==","signatures":[{"sig":"MEUCIDYVHwgWNDxkm5qQitI0WFb3OE4ggF+8vb5HD7UoY6HCAiEA0gw/n37eNwiXgk1j4VRC8hjjGKhX85+sFmbVySnDo5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.0-nightly.20260715","@aztec/cli":"5.0.0-nightly.20260715","@aztec/p2p":"5.0.0-nightly.20260715","@aztec/pxe":"5.0.0-nightly.20260715","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.0-nightly.20260715","@aztec/bb.js":"5.0.0-nightly.20260715","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.0-nightly.20260715","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.0-nightly.20260715","@aztec/wallets":"5.0.0-nightly.20260715","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.0-nightly.20260715","@aztec/archiver":"5.0.0-nightly.20260715","@aztec/aztec.js":"5.0.0-nightly.20260715","@aztec/blob-lib":"5.0.0-nightly.20260715","@aztec/ethereum":"5.0.0-nightly.20260715","@aztec/kv-store":"5.0.0-nightly.20260715","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.0-nightly.20260715","@aztec/constants":"5.0.0-nightly.20260715","@aztec/simulator":"5.0.0-nightly.20260715","@aztec/aztec-node":"5.0.0-nightly.20260715","@aztec/foundation":"5.0.0-nightly.20260715","@aztec/wallet-sdk":"5.0.0-nightly.20260715","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.0-nightly.20260715","@aztec/entrypoints":"5.0.0-nightly.20260715","@aztec/epoch-cache":"5.0.0-nightly.20260715","@aztec/prover-node":"5.0.0-nightly.20260715","@aztec/world-state":"5.0.0-nightly.20260715","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.0-nightly.20260715","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.0-nightly.20260715","@aztec/prover-client":"5.0.0-nightly.20260715","@aztec/noir-noirc_abi":"5.0.0-nightly.20260715","@aztec/sequencer-client":"5.0.0-nightly.20260715","@aztec/telemetry-client":"5.0.0-nightly.20260715","@aztec/validator-client":"5.0.0-nightly.20260715","@aztec/noir-contracts.js":"5.0.0-nightly.20260715","@aztec/protocol-contracts":"5.0.0-nightly.20260715","@aztec/standard-contracts":"5.0.0-nightly.20260715","@aztec/validator-ha-signer":"5.0.0-nightly.20260715","@aztec/noir-test-contracts.js":"5.0.0-nightly.20260715","@aztec/noir-protocol-circuits-types":"5.0.0-nightly.20260715"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.0-nightly.20260715_1784092334722_0.4827591810855152","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"@aztec/end-to-end","version":"5.0.1","_id":"@aztec/end-to-end@5.0.1","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6b8cbae2aaf7efe2923ccb443635df45108cd65a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.0.1.tgz","fileCount":379,"integrity":"sha512-7C1oJf7zZF98DzoOZP4L/dKUzI6aqCHjMALIHA1s42Di6+zAip/5V1l4zy4rEnOLqSWsAX/gvI7TycAmAMKrZQ==","signatures":[{"sig":"MEUCIQD6uqCwO4ZSJOvEwfkVajX2vH9dTHS6ryVNPhQXcD8n0wIgAwcZXxyuThoFOtLzzcwqoh/F5DO84520rd8OppMqSj0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806652},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.0.1","@aztec/cli":"5.0.1","@aztec/p2p":"5.0.1","@aztec/pxe":"5.0.1","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.0.1","@aztec/bb.js":"5.0.1","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.0.1","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.0.1","@aztec/wallets":"5.0.1","lodash.compact":"^3.0.1","@aztec/accounts":"5.0.1","@aztec/archiver":"5.0.1","@aztec/aztec.js":"5.0.1","@aztec/blob-lib":"5.0.1","@aztec/ethereum":"5.0.1","@aztec/kv-store":"5.0.1","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.0.1","@aztec/constants":"5.0.1","@aztec/simulator":"5.0.1","@aztec/aztec-node":"5.0.1","@aztec/foundation":"5.0.1","@aztec/wallet-sdk":"5.0.1","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.0.1","@aztec/entrypoints":"5.0.1","@aztec/epoch-cache":"5.0.1","@aztec/prover-node":"5.0.1","@aztec/world-state":"5.0.1","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.0.1","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.0.1","@aztec/prover-client":"5.0.1","@aztec/noir-noirc_abi":"5.0.1","@aztec/sequencer-client":"5.0.1","@aztec/telemetry-client":"5.0.1","@aztec/validator-client":"5.0.1","@aztec/noir-contracts.js":"5.0.1","@aztec/protocol-contracts":"5.0.1","@aztec/standard-contracts":"5.0.1","@aztec/validator-ha-signer":"5.0.1","@aztec/noir-test-contracts.js":"5.0.1","@aztec/noir-protocol-circuits-types":"5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.0.1_1784143158107_0.9607712855400063","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260716":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260716","_id":"@aztec/end-to-end@5.1.0-nightly.20260716","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cc1cbf07ce987cf55ea020f6b29104ca8d2a4efa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260716.tgz","fileCount":379,"integrity":"sha512-bom87YfzR/RarQXj77kYKQnLu4QQYrD5VTQlWU60WC0wUs0if5TzxxlRBHkKTAjrfczYQj4RAx/QBcK1ImSmgw==","signatures":[{"sig":"MEYCIQC8rNz08kzd1TBEz9BtfbJoVO6fOUIYdDpeVEDv+q4S9AIhAKVS4h6/TehlYlv/8LOlKwFCjLoHbeVJA+ZbXRUwQcG3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260716","@aztec/cli":"5.1.0-nightly.20260716","@aztec/p2p":"5.1.0-nightly.20260716","@aztec/pxe":"5.1.0-nightly.20260716","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260716","@aztec/bb.js":"5.1.0-nightly.20260716","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260716","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260716","@aztec/wallets":"5.1.0-nightly.20260716","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260716","@aztec/archiver":"5.1.0-nightly.20260716","@aztec/aztec.js":"5.1.0-nightly.20260716","@aztec/blob-lib":"5.1.0-nightly.20260716","@aztec/ethereum":"5.1.0-nightly.20260716","@aztec/kv-store":"5.1.0-nightly.20260716","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260716","@aztec/constants":"5.1.0-nightly.20260716","@aztec/simulator":"5.1.0-nightly.20260716","@aztec/aztec-node":"5.1.0-nightly.20260716","@aztec/foundation":"5.1.0-nightly.20260716","@aztec/wallet-sdk":"5.1.0-nightly.20260716","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260716","@aztec/entrypoints":"5.1.0-nightly.20260716","@aztec/epoch-cache":"5.1.0-nightly.20260716","@aztec/prover-node":"5.1.0-nightly.20260716","@aztec/world-state":"5.1.0-nightly.20260716","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260716","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260716","@aztec/prover-client":"5.1.0-nightly.20260716","@aztec/noir-noirc_abi":"5.1.0-nightly.20260716","@aztec/sequencer-client":"5.1.0-nightly.20260716","@aztec/telemetry-client":"5.1.0-nightly.20260716","@aztec/validator-client":"5.1.0-nightly.20260716","@aztec/noir-contracts.js":"5.1.0-nightly.20260716","@aztec/protocol-contracts":"5.1.0-nightly.20260716","@aztec/standard-contracts":"5.1.0-nightly.20260716","@aztec/validator-ha-signer":"5.1.0-nightly.20260716","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260716","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260716"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260716_1784178844534_0.12773816581427533","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260717":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260717","_id":"@aztec/end-to-end@5.1.0-nightly.20260717","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a5f16b089f8b8d26f502b6a4ec833e86ddf43962","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260717.tgz","fileCount":379,"integrity":"sha512-J3irG09nXXt1KqBCLMlr3wkE2tgaXgxO8cn+Yv47v/eoFone0iwEpe6l09ed/aQisl2JsHndlsHgT4dv+iH4Pg==","signatures":[{"sig":"MEUCIQCWHthnDP2/YKDsTA6sUTMpoggZwbL2BNk/FUvWIcC8yAIgBXq66tpLkdYNaZ6diIV9rEPEIbmFqDOGV7GlsoanKBQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260717","@aztec/cli":"5.1.0-nightly.20260717","@aztec/p2p":"5.1.0-nightly.20260717","@aztec/pxe":"5.1.0-nightly.20260717","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260717","@aztec/bb.js":"5.1.0-nightly.20260717","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260717","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260717","@aztec/wallets":"5.1.0-nightly.20260717","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260717","@aztec/archiver":"5.1.0-nightly.20260717","@aztec/aztec.js":"5.1.0-nightly.20260717","@aztec/blob-lib":"5.1.0-nightly.20260717","@aztec/ethereum":"5.1.0-nightly.20260717","@aztec/kv-store":"5.1.0-nightly.20260717","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260717","@aztec/constants":"5.1.0-nightly.20260717","@aztec/simulator":"5.1.0-nightly.20260717","@aztec/aztec-node":"5.1.0-nightly.20260717","@aztec/foundation":"5.1.0-nightly.20260717","@aztec/wallet-sdk":"5.1.0-nightly.20260717","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260717","@aztec/entrypoints":"5.1.0-nightly.20260717","@aztec/epoch-cache":"5.1.0-nightly.20260717","@aztec/prover-node":"5.1.0-nightly.20260717","@aztec/world-state":"5.1.0-nightly.20260717","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260717","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260717","@aztec/prover-client":"5.1.0-nightly.20260717","@aztec/noir-noirc_abi":"5.1.0-nightly.20260717","@aztec/sequencer-client":"5.1.0-nightly.20260717","@aztec/telemetry-client":"5.1.0-nightly.20260717","@aztec/validator-client":"5.1.0-nightly.20260717","@aztec/noir-contracts.js":"5.1.0-nightly.20260717","@aztec/protocol-contracts":"5.1.0-nightly.20260717","@aztec/standard-contracts":"5.1.0-nightly.20260717","@aztec/validator-ha-signer":"5.1.0-nightly.20260717","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260717","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260717"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260717_1784265249515_0.291321191820493","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260718":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260718","_id":"@aztec/end-to-end@5.1.0-nightly.20260718","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2c69e1205c04b7352bacd85e2a503f37393d69c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260718.tgz","fileCount":379,"integrity":"sha512-eh5XOZVPKfEsw7MhvD4LzlN6feBH3WblCSJjKHPH6rz6jDwIzv1bZJHSBSg3okDYeLUp+KcRUGf/uwaw86lBhw==","signatures":[{"sig":"MEUCIFNvF68IbwUExZ9Jkr+aNWf+Kx5VsOZPzjFyXt6a0hCFAiEA7E4ZlwBsnEbjh1omNPJI2TLCN9vydEyzaTd8zk14qFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260718","@aztec/cli":"5.1.0-nightly.20260718","@aztec/p2p":"5.1.0-nightly.20260718","@aztec/pxe":"5.1.0-nightly.20260718","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260718","@aztec/bb.js":"5.1.0-nightly.20260718","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260718","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260718","@aztec/wallets":"5.1.0-nightly.20260718","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260718","@aztec/archiver":"5.1.0-nightly.20260718","@aztec/aztec.js":"5.1.0-nightly.20260718","@aztec/blob-lib":"5.1.0-nightly.20260718","@aztec/ethereum":"5.1.0-nightly.20260718","@aztec/kv-store":"5.1.0-nightly.20260718","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260718","@aztec/constants":"5.1.0-nightly.20260718","@aztec/simulator":"5.1.0-nightly.20260718","@aztec/aztec-node":"5.1.0-nightly.20260718","@aztec/foundation":"5.1.0-nightly.20260718","@aztec/wallet-sdk":"5.1.0-nightly.20260718","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260718","@aztec/entrypoints":"5.1.0-nightly.20260718","@aztec/epoch-cache":"5.1.0-nightly.20260718","@aztec/prover-node":"5.1.0-nightly.20260718","@aztec/world-state":"5.1.0-nightly.20260718","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260718","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260718","@aztec/prover-client":"5.1.0-nightly.20260718","@aztec/noir-noirc_abi":"5.1.0-nightly.20260718","@aztec/sequencer-client":"5.1.0-nightly.20260718","@aztec/telemetry-client":"5.1.0-nightly.20260718","@aztec/validator-client":"5.1.0-nightly.20260718","@aztec/noir-contracts.js":"5.1.0-nightly.20260718","@aztec/protocol-contracts":"5.1.0-nightly.20260718","@aztec/standard-contracts":"5.1.0-nightly.20260718","@aztec/validator-ha-signer":"5.1.0-nightly.20260718","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260718","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260718"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260718_1784351354015_0.3773056045990668","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260719":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260719","_id":"@aztec/end-to-end@5.1.0-nightly.20260719","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ed854ccfec081f8a572157fd5dd8f10ba8435af4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260719.tgz","fileCount":379,"integrity":"sha512-OI0A5L4B+EEKnSE9mFjYqtmUfxmapFuD2+fbEUw1WcQbTgQ6pxB/Dwb3usBKFWKa6uQbyOCc8cyqBCUsdS4DVQ==","signatures":[{"sig":"MEQCICv2+y5XBcnXQTZynpy1lachI642HhqlZO9Z/wTEYLESAiAu8Rkp48qrThYcgvWjtlUO5YgBlEDT+Na/687eGDgzvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260719","@aztec/cli":"5.1.0-nightly.20260719","@aztec/p2p":"5.1.0-nightly.20260719","@aztec/pxe":"5.1.0-nightly.20260719","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260719","@aztec/bb.js":"5.1.0-nightly.20260719","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260719","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260719","@aztec/wallets":"5.1.0-nightly.20260719","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260719","@aztec/archiver":"5.1.0-nightly.20260719","@aztec/aztec.js":"5.1.0-nightly.20260719","@aztec/blob-lib":"5.1.0-nightly.20260719","@aztec/ethereum":"5.1.0-nightly.20260719","@aztec/kv-store":"5.1.0-nightly.20260719","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260719","@aztec/constants":"5.1.0-nightly.20260719","@aztec/simulator":"5.1.0-nightly.20260719","@aztec/aztec-node":"5.1.0-nightly.20260719","@aztec/foundation":"5.1.0-nightly.20260719","@aztec/wallet-sdk":"5.1.0-nightly.20260719","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260719","@aztec/entrypoints":"5.1.0-nightly.20260719","@aztec/epoch-cache":"5.1.0-nightly.20260719","@aztec/prover-node":"5.1.0-nightly.20260719","@aztec/world-state":"5.1.0-nightly.20260719","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260719","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260719","@aztec/prover-client":"5.1.0-nightly.20260719","@aztec/noir-noirc_abi":"5.1.0-nightly.20260719","@aztec/sequencer-client":"5.1.0-nightly.20260719","@aztec/telemetry-client":"5.1.0-nightly.20260719","@aztec/validator-client":"5.1.0-nightly.20260719","@aztec/noir-contracts.js":"5.1.0-nightly.20260719","@aztec/protocol-contracts":"5.1.0-nightly.20260719","@aztec/standard-contracts":"5.1.0-nightly.20260719","@aztec/validator-ha-signer":"5.1.0-nightly.20260719","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260719","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260719"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260719_1784438160764_0.488565765298165","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260720":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260720","_id":"@aztec/end-to-end@5.1.0-nightly.20260720","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3ca014ef5c0550887f0cf9b17fd4b14e4320aeca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260720.tgz","fileCount":379,"integrity":"sha512-AhjffYGP9+KeRRUivqybJHqmxdXjswNA+myuZMNOVcusdnUP0nwNkN7Hq1Owke3ze/i5KQpjgqD0HtBjGBqxUg==","signatures":[{"sig":"MEUCIENCjbkWE/npUdxHYvtqdfgkdUEuIpvAGxaSHAqRLOHWAiEAgQbZxUXdqdyTxM4sN/saUn1nSGHSVcmotYlQYktcYRs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807332},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260720","@aztec/cli":"5.1.0-nightly.20260720","@aztec/p2p":"5.1.0-nightly.20260720","@aztec/pxe":"5.1.0-nightly.20260720","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260720","@aztec/bb.js":"5.1.0-nightly.20260720","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260720","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260720","@aztec/wallets":"5.1.0-nightly.20260720","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260720","@aztec/archiver":"5.1.0-nightly.20260720","@aztec/aztec.js":"5.1.0-nightly.20260720","@aztec/blob-lib":"5.1.0-nightly.20260720","@aztec/ethereum":"5.1.0-nightly.20260720","@aztec/kv-store":"5.1.0-nightly.20260720","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260720","@aztec/constants":"5.1.0-nightly.20260720","@aztec/simulator":"5.1.0-nightly.20260720","@aztec/aztec-node":"5.1.0-nightly.20260720","@aztec/foundation":"5.1.0-nightly.20260720","@aztec/wallet-sdk":"5.1.0-nightly.20260720","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260720","@aztec/entrypoints":"5.1.0-nightly.20260720","@aztec/epoch-cache":"5.1.0-nightly.20260720","@aztec/prover-node":"5.1.0-nightly.20260720","@aztec/world-state":"5.1.0-nightly.20260720","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260720","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260720","@aztec/prover-client":"5.1.0-nightly.20260720","@aztec/noir-noirc_abi":"5.1.0-nightly.20260720","@aztec/sequencer-client":"5.1.0-nightly.20260720","@aztec/telemetry-client":"5.1.0-nightly.20260720","@aztec/validator-client":"5.1.0-nightly.20260720","@aztec/noir-contracts.js":"5.1.0-nightly.20260720","@aztec/protocol-contracts":"5.1.0-nightly.20260720","@aztec/standard-contracts":"5.1.0-nightly.20260720","@aztec/validator-ha-signer":"5.1.0-nightly.20260720","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260720","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260720"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260720_1784525205457_0.9308844381040329","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.a5db02d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.a5db02d","_id":"@aztec/end-to-end@0.0.1-commit.a5db02d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"64d6ff36ab36f70dc5a51f63e50b9b8735902103","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.a5db02d.tgz","fileCount":379,"integrity":"sha512-LpaL4LkhacgC0SquUte4wQRfwaOZAQphQIpUpnJ1brBPG97pkceJj1cGasss+3IncQ5VP8MFO5RBLsvaoPz91w==","signatures":[{"sig":"MEQCIFag4GMTC7jsO6FZPNZ7AbW9AfYws98fBb7HmY2B9vauAiAox7LkUW6U/2QXOBT3/VHj+SxGStMvxbNss5mKy69jgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807252},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.a5db02d","@aztec/cli":"0.0.1-commit.a5db02d","@aztec/p2p":"0.0.1-commit.a5db02d","@aztec/pxe":"0.0.1-commit.a5db02d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.a5db02d","@aztec/bb.js":"0.0.1-commit.a5db02d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.a5db02d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.a5db02d","@aztec/wallets":"0.0.1-commit.a5db02d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.a5db02d","@aztec/archiver":"0.0.1-commit.a5db02d","@aztec/aztec.js":"0.0.1-commit.a5db02d","@aztec/blob-lib":"0.0.1-commit.a5db02d","@aztec/ethereum":"0.0.1-commit.a5db02d","@aztec/kv-store":"0.0.1-commit.a5db02d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.a5db02d","@aztec/constants":"0.0.1-commit.a5db02d","@aztec/simulator":"0.0.1-commit.a5db02d","@aztec/aztec-node":"0.0.1-commit.a5db02d","@aztec/foundation":"0.0.1-commit.a5db02d","@aztec/wallet-sdk":"0.0.1-commit.a5db02d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.a5db02d","@aztec/entrypoints":"0.0.1-commit.a5db02d","@aztec/epoch-cache":"0.0.1-commit.a5db02d","@aztec/prover-node":"0.0.1-commit.a5db02d","@aztec/world-state":"0.0.1-commit.a5db02d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.a5db02d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.a5db02d","@aztec/prover-client":"0.0.1-commit.a5db02d","@aztec/noir-noirc_abi":"0.0.1-commit.a5db02d","@aztec/sequencer-client":"0.0.1-commit.a5db02d","@aztec/telemetry-client":"0.0.1-commit.a5db02d","@aztec/validator-client":"0.0.1-commit.a5db02d","@aztec/noir-contracts.js":"0.0.1-commit.a5db02d","@aztec/protocol-contracts":"0.0.1-commit.a5db02d","@aztec/standard-contracts":"0.0.1-commit.a5db02d","@aztec/validator-ha-signer":"0.0.1-commit.a5db02d","@aztec/noir-test-contracts.js":"0.0.1-commit.a5db02d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.a5db02d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.a5db02d_1784549162568_0.5370593645689392","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260721":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260721","_id":"@aztec/end-to-end@5.1.0-nightly.20260721","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f265b5721716ed206872c8f4ab5179b333b62542","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260721.tgz","fileCount":379,"integrity":"sha512-DPLWZE1aDYXraUHyO8mV/FeXnAxzeaDsbX9q41RPXdoHvVFCaSPqrn5pvv3anQzqFfRg6yFVg7dCM7k0gOt9+w==","signatures":[{"sig":"MEUCIQCQ7kiyqDb6jrg4Vwt6/q6TAqJWncA3cRDV4XsNiHKI4gIgLXcIrvygnmq+IicqvxNAvu0/QKi9gOsQaDJmoryX/rk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260721","@aztec/cli":"5.1.0-nightly.20260721","@aztec/p2p":"5.1.0-nightly.20260721","@aztec/pxe":"5.1.0-nightly.20260721","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260721","@aztec/bb.js":"5.1.0-nightly.20260721","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260721","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260721","@aztec/wallets":"5.1.0-nightly.20260721","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260721","@aztec/archiver":"5.1.0-nightly.20260721","@aztec/aztec.js":"5.1.0-nightly.20260721","@aztec/blob-lib":"5.1.0-nightly.20260721","@aztec/ethereum":"5.1.0-nightly.20260721","@aztec/kv-store":"5.1.0-nightly.20260721","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260721","@aztec/constants":"5.1.0-nightly.20260721","@aztec/simulator":"5.1.0-nightly.20260721","@aztec/aztec-node":"5.1.0-nightly.20260721","@aztec/foundation":"5.1.0-nightly.20260721","@aztec/wallet-sdk":"5.1.0-nightly.20260721","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260721","@aztec/entrypoints":"5.1.0-nightly.20260721","@aztec/epoch-cache":"5.1.0-nightly.20260721","@aztec/prover-node":"5.1.0-nightly.20260721","@aztec/world-state":"5.1.0-nightly.20260721","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260721","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260721","@aztec/prover-client":"5.1.0-nightly.20260721","@aztec/noir-noirc_abi":"5.1.0-nightly.20260721","@aztec/sequencer-client":"5.1.0-nightly.20260721","@aztec/telemetry-client":"5.1.0-nightly.20260721","@aztec/validator-client":"5.1.0-nightly.20260721","@aztec/noir-contracts.js":"5.1.0-nightly.20260721","@aztec/protocol-contracts":"5.1.0-nightly.20260721","@aztec/standard-contracts":"5.1.0-nightly.20260721","@aztec/validator-ha-signer":"5.1.0-nightly.20260721","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260721","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260721"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260721_1784610945166_0.4098185841298152","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260721":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260721","_id":"@aztec/end-to-end@6.0.0-nightly.20260721","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8c3fba9cfe7f60d16e0783029aabd307bcedfca4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260721.tgz","fileCount":371,"integrity":"sha512-yMP+rrK1LVD9Yk5tx3U0vHn/1/aVSkGi0kIedp88j+YVD0HVxgqGlnNIOJFMivhr+a/VvgC7BlD+l7EunLej8w==","signatures":[{"sig":"MEUCIQCBi31amIvDqCmnbkOaixxPeDJ9p/BvwHI4jIm7fGrTcwIgX5EWUzD+S+Ow8XvOn5wPlOrgZhlo2KBAOgw2o9y2zs0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763304},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260721","@aztec/cli":"6.0.0-nightly.20260721","@aztec/p2p":"6.0.0-nightly.20260721","@aztec/pxe":"6.0.0-nightly.20260721","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260721","@aztec/bb.js":"6.0.0-nightly.20260721","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260721","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260721","@aztec/wallets":"6.0.0-nightly.20260721","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260721","@aztec/archiver":"6.0.0-nightly.20260721","@aztec/aztec.js":"6.0.0-nightly.20260721","@aztec/blob-lib":"6.0.0-nightly.20260721","@aztec/ethereum":"6.0.0-nightly.20260721","@aztec/kv-store":"6.0.0-nightly.20260721","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260721","@aztec/constants":"6.0.0-nightly.20260721","@aztec/simulator":"6.0.0-nightly.20260721","@aztec/aztec-node":"6.0.0-nightly.20260721","@aztec/foundation":"6.0.0-nightly.20260721","@aztec/wallet-sdk":"6.0.0-nightly.20260721","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260721","@aztec/entrypoints":"6.0.0-nightly.20260721","@aztec/epoch-cache":"6.0.0-nightly.20260721","@aztec/prover-node":"6.0.0-nightly.20260721","@aztec/world-state":"6.0.0-nightly.20260721","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260721","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260721","@aztec/prover-client":"6.0.0-nightly.20260721","@aztec/noir-noirc_abi":"6.0.0-nightly.20260721","@aztec/sequencer-client":"6.0.0-nightly.20260721","@aztec/telemetry-client":"6.0.0-nightly.20260721","@aztec/validator-client":"6.0.0-nightly.20260721","@aztec/noir-contracts.js":"6.0.0-nightly.20260721","@aztec/protocol-contracts":"6.0.0-nightly.20260721","@aztec/standard-contracts":"6.0.0-nightly.20260721","@aztec/validator-ha-signer":"6.0.0-nightly.20260721","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260721","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260721"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260721_1784611144379_0.4453644902266698","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.350e0a4d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.350e0a4d","_id":"@aztec/end-to-end@0.0.1-commit.350e0a4d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cbf1e80a2d5c4c062206a5dc2439b01e573acb3b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.350e0a4d.tgz","fileCount":371,"integrity":"sha512-laRnWZgh8EcANk45nqXcbrr0Vjd6N2rKFktqsH0jznjSF/kulTI3Xqb6EXQWlqRLVNa6/C+BNQ+LCXLkJZK6bA==","signatures":[{"sig":"MEUCICfJVad3aZkCCXGrirod18fquhcEQiBhjT7vvn6crSoeAiEAugJcVPvEOfLjTW4nRm/hNyGD1JxEoBuzHyLf0l/mO0I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763264},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.350e0a4d","@aztec/cli":"0.0.1-commit.350e0a4d","@aztec/p2p":"0.0.1-commit.350e0a4d","@aztec/pxe":"0.0.1-commit.350e0a4d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.350e0a4d","@aztec/bb.js":"0.0.1-commit.350e0a4d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.350e0a4d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.350e0a4d","@aztec/wallets":"0.0.1-commit.350e0a4d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.350e0a4d","@aztec/archiver":"0.0.1-commit.350e0a4d","@aztec/aztec.js":"0.0.1-commit.350e0a4d","@aztec/blob-lib":"0.0.1-commit.350e0a4d","@aztec/ethereum":"0.0.1-commit.350e0a4d","@aztec/kv-store":"0.0.1-commit.350e0a4d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.350e0a4d","@aztec/constants":"0.0.1-commit.350e0a4d","@aztec/simulator":"0.0.1-commit.350e0a4d","@aztec/aztec-node":"0.0.1-commit.350e0a4d","@aztec/foundation":"0.0.1-commit.350e0a4d","@aztec/wallet-sdk":"0.0.1-commit.350e0a4d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.350e0a4d","@aztec/entrypoints":"0.0.1-commit.350e0a4d","@aztec/epoch-cache":"0.0.1-commit.350e0a4d","@aztec/prover-node":"0.0.1-commit.350e0a4d","@aztec/world-state":"0.0.1-commit.350e0a4d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.350e0a4d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.350e0a4d","@aztec/prover-client":"0.0.1-commit.350e0a4d","@aztec/noir-noirc_abi":"0.0.1-commit.350e0a4d","@aztec/sequencer-client":"0.0.1-commit.350e0a4d","@aztec/telemetry-client":"0.0.1-commit.350e0a4d","@aztec/validator-client":"0.0.1-commit.350e0a4d","@aztec/noir-contracts.js":"0.0.1-commit.350e0a4d","@aztec/protocol-contracts":"0.0.1-commit.350e0a4d","@aztec/standard-contracts":"0.0.1-commit.350e0a4d","@aztec/validator-ha-signer":"0.0.1-commit.350e0a4d","@aztec/noir-test-contracts.js":"0.0.1-commit.350e0a4d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.350e0a4d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.350e0a4d_1784630689529_0.6692378751730008","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.b8a057fa":{"name":"@aztec/end-to-end","version":"0.0.1-commit.b8a057fa","_id":"@aztec/end-to-end@0.0.1-commit.b8a057fa","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3a5683b49ad99b01d7d4e8ae69ca1f554f3a7a4c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.b8a057fa.tgz","fileCount":371,"integrity":"sha512-BNc7nuq72tOyVfJPUIK9SUpVLEY5+3IXJr5DzYJ3f13RsRMVYyoeuQQ1Yq92QkYoLf5DB/Saxqe12xTLks5XgQ==","signatures":[{"sig":"MEYCIQCVXjDywFGPvzqLe+lBLh1kY8ycLgZFvZgGk/8pDkuWGgIhAMIUfTZpRfqNr3zSbYIHSpXPN4PtL4IA0Wntn4djOWni","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763264},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.b8a057fa","@aztec/cli":"0.0.1-commit.b8a057fa","@aztec/p2p":"0.0.1-commit.b8a057fa","@aztec/pxe":"0.0.1-commit.b8a057fa","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.b8a057fa","@aztec/bb.js":"0.0.1-commit.b8a057fa","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.b8a057fa","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.b8a057fa","@aztec/wallets":"0.0.1-commit.b8a057fa","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.b8a057fa","@aztec/archiver":"0.0.1-commit.b8a057fa","@aztec/aztec.js":"0.0.1-commit.b8a057fa","@aztec/blob-lib":"0.0.1-commit.b8a057fa","@aztec/ethereum":"0.0.1-commit.b8a057fa","@aztec/kv-store":"0.0.1-commit.b8a057fa","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.b8a057fa","@aztec/constants":"0.0.1-commit.b8a057fa","@aztec/simulator":"0.0.1-commit.b8a057fa","@aztec/aztec-node":"0.0.1-commit.b8a057fa","@aztec/foundation":"0.0.1-commit.b8a057fa","@aztec/wallet-sdk":"0.0.1-commit.b8a057fa","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.b8a057fa","@aztec/entrypoints":"0.0.1-commit.b8a057fa","@aztec/epoch-cache":"0.0.1-commit.b8a057fa","@aztec/prover-node":"0.0.1-commit.b8a057fa","@aztec/world-state":"0.0.1-commit.b8a057fa","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.b8a057fa","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.b8a057fa","@aztec/prover-client":"0.0.1-commit.b8a057fa","@aztec/noir-noirc_abi":"0.0.1-commit.b8a057fa","@aztec/sequencer-client":"0.0.1-commit.b8a057fa","@aztec/telemetry-client":"0.0.1-commit.b8a057fa","@aztec/validator-client":"0.0.1-commit.b8a057fa","@aztec/noir-contracts.js":"0.0.1-commit.b8a057fa","@aztec/protocol-contracts":"0.0.1-commit.b8a057fa","@aztec/standard-contracts":"0.0.1-commit.b8a057fa","@aztec/validator-ha-signer":"0.0.1-commit.b8a057fa","@aztec/noir-test-contracts.js":"0.0.1-commit.b8a057fa","@aztec/noir-protocol-circuits-types":"0.0.1-commit.b8a057fa"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.b8a057fa_1784635539057_0.7023683419951179","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.a4600f49":{"name":"@aztec/end-to-end","version":"0.0.1-commit.a4600f49","_id":"@aztec/end-to-end@0.0.1-commit.a4600f49","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6c058d4e7b296189099e71d6caf88c15a71f7f14","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.a4600f49.tgz","fileCount":371,"integrity":"sha512-SUpUA3hIIe37OwPwLW6Fyb8NVpukdBsWgUxCG1y+vGh8j4opK33YVp4fZ1rTi7ExkdK/u83LM9CHAuO4QR5oqg==","signatures":[{"sig":"MEQCIBYPTckkC+PEnHAEJuDZwSq3jMieuELdJiY8mN8r4lTsAiBAM9GqdZMLvWWKZmme86Z09tAOfpC4kIItwrjXgqBFDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763264},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.a4600f49","@aztec/cli":"0.0.1-commit.a4600f49","@aztec/p2p":"0.0.1-commit.a4600f49","@aztec/pxe":"0.0.1-commit.a4600f49","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.a4600f49","@aztec/bb.js":"0.0.1-commit.a4600f49","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.a4600f49","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.a4600f49","@aztec/wallets":"0.0.1-commit.a4600f49","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.a4600f49","@aztec/archiver":"0.0.1-commit.a4600f49","@aztec/aztec.js":"0.0.1-commit.a4600f49","@aztec/blob-lib":"0.0.1-commit.a4600f49","@aztec/ethereum":"0.0.1-commit.a4600f49","@aztec/kv-store":"0.0.1-commit.a4600f49","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.a4600f49","@aztec/constants":"0.0.1-commit.a4600f49","@aztec/simulator":"0.0.1-commit.a4600f49","@aztec/aztec-node":"0.0.1-commit.a4600f49","@aztec/foundation":"0.0.1-commit.a4600f49","@aztec/wallet-sdk":"0.0.1-commit.a4600f49","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.a4600f49","@aztec/entrypoints":"0.0.1-commit.a4600f49","@aztec/epoch-cache":"0.0.1-commit.a4600f49","@aztec/prover-node":"0.0.1-commit.a4600f49","@aztec/world-state":"0.0.1-commit.a4600f49","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.a4600f49","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.a4600f49","@aztec/prover-client":"0.0.1-commit.a4600f49","@aztec/noir-noirc_abi":"0.0.1-commit.a4600f49","@aztec/sequencer-client":"0.0.1-commit.a4600f49","@aztec/telemetry-client":"0.0.1-commit.a4600f49","@aztec/validator-client":"0.0.1-commit.a4600f49","@aztec/noir-contracts.js":"0.0.1-commit.a4600f49","@aztec/protocol-contracts":"0.0.1-commit.a4600f49","@aztec/standard-contracts":"0.0.1-commit.a4600f49","@aztec/validator-ha-signer":"0.0.1-commit.a4600f49","@aztec/noir-test-contracts.js":"0.0.1-commit.a4600f49","@aztec/noir-protocol-circuits-types":"0.0.1-commit.a4600f49"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.a4600f49_1784659816029_0.9166319860635177","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260722":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260722","_id":"@aztec/end-to-end@6.0.0-nightly.20260722","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cd8f4a1c62eb35878ba514f066bcfb2276a2ee42","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260722.tgz","fileCount":371,"integrity":"sha512-IDPM3WTh9BnWBTH/BrfegkTmrQpUCzTt0kiwMUkrJgkUut4avQ+tn3ZaJScx115ZJ0BXVMqVMr9iPCBl8cfbtQ==","signatures":[{"sig":"MEYCIQDjqwi0OWe5JNkzA3ZJHmL/YPtGkRFgT7sEDouVa9x8vwIhANNOkhbNk0N1IPnf4u1XSijfwz9258MDurxqoKxgaXtQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763840},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260722","@aztec/cli":"6.0.0-nightly.20260722","@aztec/p2p":"6.0.0-nightly.20260722","@aztec/pxe":"6.0.0-nightly.20260722","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260722","@aztec/bb.js":"6.0.0-nightly.20260722","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260722","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260722","@aztec/wallets":"6.0.0-nightly.20260722","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260722","@aztec/archiver":"6.0.0-nightly.20260722","@aztec/aztec.js":"6.0.0-nightly.20260722","@aztec/blob-lib":"6.0.0-nightly.20260722","@aztec/ethereum":"6.0.0-nightly.20260722","@aztec/kv-store":"6.0.0-nightly.20260722","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260722","@aztec/constants":"6.0.0-nightly.20260722","@aztec/simulator":"6.0.0-nightly.20260722","@aztec/aztec-node":"6.0.0-nightly.20260722","@aztec/foundation":"6.0.0-nightly.20260722","@aztec/wallet-sdk":"6.0.0-nightly.20260722","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260722","@aztec/entrypoints":"6.0.0-nightly.20260722","@aztec/epoch-cache":"6.0.0-nightly.20260722","@aztec/prover-node":"6.0.0-nightly.20260722","@aztec/world-state":"6.0.0-nightly.20260722","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260722","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260722","@aztec/prover-client":"6.0.0-nightly.20260722","@aztec/noir-noirc_abi":"6.0.0-nightly.20260722","@aztec/sequencer-client":"6.0.0-nightly.20260722","@aztec/telemetry-client":"6.0.0-nightly.20260722","@aztec/validator-client":"6.0.0-nightly.20260722","@aztec/noir-contracts.js":"6.0.0-nightly.20260722","@aztec/protocol-contracts":"6.0.0-nightly.20260722","@aztec/standard-contracts":"6.0.0-nightly.20260722","@aztec/validator-ha-signer":"6.0.0-nightly.20260722","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260722","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260722"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260722_1784697608334_0.6434847442095548","host":"s3://npm-registry-packages-npm-production"}},"5.1.0-nightly.20260722":{"name":"@aztec/end-to-end","version":"5.1.0-nightly.20260722","_id":"@aztec/end-to-end@5.1.0-nightly.20260722","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1dd0eb7ea43695ea1182747973ca4163c779af6e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0-nightly.20260722.tgz","fileCount":379,"integrity":"sha512-ATLIc00MPjZ/OTPI8pOvVbY5LY6XDJgtADXKK8AERzozQXN/ZIYywbR9UxZrpSkM26PWqwgd5ba5qkFmnuspvA==","signatures":[{"sig":"MEUCIQDKmJP0LSrsH55q2+O4ji/umL3eI1sv5go+xr3PfGtl3wIgahm8g133DMRwK21Ulfkwzvzd+hz7g0VwXL0Xb2jyMNc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0-nightly.20260722","@aztec/cli":"5.1.0-nightly.20260722","@aztec/p2p":"5.1.0-nightly.20260722","@aztec/pxe":"5.1.0-nightly.20260722","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0-nightly.20260722","@aztec/bb.js":"5.1.0-nightly.20260722","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0-nightly.20260722","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0-nightly.20260722","@aztec/wallets":"5.1.0-nightly.20260722","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0-nightly.20260722","@aztec/archiver":"5.1.0-nightly.20260722","@aztec/aztec.js":"5.1.0-nightly.20260722","@aztec/blob-lib":"5.1.0-nightly.20260722","@aztec/ethereum":"5.1.0-nightly.20260722","@aztec/kv-store":"5.1.0-nightly.20260722","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0-nightly.20260722","@aztec/constants":"5.1.0-nightly.20260722","@aztec/simulator":"5.1.0-nightly.20260722","@aztec/aztec-node":"5.1.0-nightly.20260722","@aztec/foundation":"5.1.0-nightly.20260722","@aztec/wallet-sdk":"5.1.0-nightly.20260722","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0-nightly.20260722","@aztec/entrypoints":"5.1.0-nightly.20260722","@aztec/epoch-cache":"5.1.0-nightly.20260722","@aztec/prover-node":"5.1.0-nightly.20260722","@aztec/world-state":"5.1.0-nightly.20260722","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0-nightly.20260722","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0-nightly.20260722","@aztec/prover-client":"5.1.0-nightly.20260722","@aztec/noir-noirc_abi":"5.1.0-nightly.20260722","@aztec/sequencer-client":"5.1.0-nightly.20260722","@aztec/telemetry-client":"5.1.0-nightly.20260722","@aztec/validator-client":"5.1.0-nightly.20260722","@aztec/noir-contracts.js":"5.1.0-nightly.20260722","@aztec/protocol-contracts":"5.1.0-nightly.20260722","@aztec/standard-contracts":"5.1.0-nightly.20260722","@aztec/validator-ha-signer":"5.1.0-nightly.20260722","@aztec/noir-test-contracts.js":"5.1.0-nightly.20260722","@aztec/noir-protocol-circuits-types":"5.1.0-nightly.20260722"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0-nightly.20260722_1784697625698_0.08975827131654923","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"@aztec/end-to-end","version":"5.1.0","_id":"@aztec/end-to-end@5.1.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1adb0a24d06fd07790235cf6595629542588e006","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.1.0.tgz","fileCount":379,"integrity":"sha512-9jxY+mQaKOnW2gzn0OVvvf2tE+B3GWR4WlT0yu/bLhYuFEXM5+jvFayjM8lX1GDBtRhjWAriIzSdoshav19G+w==","signatures":[{"sig":"MEYCIQCfTXxt8EEJJttTFJL0KoDvDDEcu8KFfi9OLfeqzsfbigIhAP/fQmElsDmcFsh9QK2XwzHKe07TSJ251oo3I8IQB6IZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806750},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.1.0","@aztec/cli":"5.1.0","@aztec/p2p":"5.1.0","@aztec/pxe":"5.1.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.1.0","@aztec/bb.js":"5.1.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.1.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.1.0","@aztec/wallets":"5.1.0","lodash.compact":"^3.0.1","@aztec/accounts":"5.1.0","@aztec/archiver":"5.1.0","@aztec/aztec.js":"5.1.0","@aztec/blob-lib":"5.1.0","@aztec/ethereum":"5.1.0","@aztec/kv-store":"5.1.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.1.0","@aztec/constants":"5.1.0","@aztec/simulator":"5.1.0","@aztec/aztec-node":"5.1.0","@aztec/foundation":"5.1.0","@aztec/wallet-sdk":"5.1.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.1.0","@aztec/entrypoints":"5.1.0","@aztec/epoch-cache":"5.1.0","@aztec/prover-node":"5.1.0","@aztec/world-state":"5.1.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.1.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.1.0","@aztec/prover-client":"5.1.0","@aztec/noir-noirc_abi":"5.1.0","@aztec/sequencer-client":"5.1.0","@aztec/telemetry-client":"5.1.0","@aztec/validator-client":"5.1.0","@aztec/noir-contracts.js":"5.1.0","@aztec/protocol-contracts":"5.1.0","@aztec/standard-contracts":"5.1.0","@aztec/validator-ha-signer":"5.1.0","@aztec/noir-test-contracts.js":"5.1.0","@aztec/noir-protocol-circuits-types":"5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.1.0_1784718349253_0.38622812502377735","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260723":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260723","_id":"@aztec/end-to-end@5.2.0-nightly.20260723","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3c0cd4eaf6a50b32ef693621226c7e0c169c4006","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260723.tgz","fileCount":379,"integrity":"sha512-DObeUSv8FJWjrbfHE5EuqWGyduaXRbKbtFU49FpqmJwBBOQIdm5fi5bjeExaQnK/LVdlEthyH4NlAIy250aTnQ==","signatures":[{"sig":"MEUCIDdCNspPdTyY33cgnTl/y3mlBeL9pdsL1BLQIzKoRf2vAiEAoO2iiSX5A1vQZ6616mkgZIVXn7dWQVHVmM6hZUQgX5c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260723","@aztec/cli":"5.2.0-nightly.20260723","@aztec/p2p":"5.2.0-nightly.20260723","@aztec/pxe":"5.2.0-nightly.20260723","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260723","@aztec/bb.js":"5.2.0-nightly.20260723","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260723","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260723","@aztec/wallets":"5.2.0-nightly.20260723","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260723","@aztec/archiver":"5.2.0-nightly.20260723","@aztec/aztec.js":"5.2.0-nightly.20260723","@aztec/blob-lib":"5.2.0-nightly.20260723","@aztec/ethereum":"5.2.0-nightly.20260723","@aztec/kv-store":"5.2.0-nightly.20260723","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260723","@aztec/constants":"5.2.0-nightly.20260723","@aztec/simulator":"5.2.0-nightly.20260723","@aztec/aztec-node":"5.2.0-nightly.20260723","@aztec/foundation":"5.2.0-nightly.20260723","@aztec/wallet-sdk":"5.2.0-nightly.20260723","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260723","@aztec/entrypoints":"5.2.0-nightly.20260723","@aztec/epoch-cache":"5.2.0-nightly.20260723","@aztec/prover-node":"5.2.0-nightly.20260723","@aztec/world-state":"5.2.0-nightly.20260723","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260723","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260723","@aztec/prover-client":"5.2.0-nightly.20260723","@aztec/noir-noirc_abi":"5.2.0-nightly.20260723","@aztec/sequencer-client":"5.2.0-nightly.20260723","@aztec/telemetry-client":"5.2.0-nightly.20260723","@aztec/validator-client":"5.2.0-nightly.20260723","@aztec/noir-contracts.js":"5.2.0-nightly.20260723","@aztec/protocol-contracts":"5.2.0-nightly.20260723","@aztec/standard-contracts":"5.2.0-nightly.20260723","@aztec/validator-ha-signer":"5.2.0-nightly.20260723","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260723","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260723"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260723_1784783780192_0.23565499263102296","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260723":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260723","_id":"@aztec/end-to-end@6.0.0-nightly.20260723","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6fe07155ad9a1ecc31c2e372ad5bfe0c72a95731","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260723.tgz","fileCount":371,"integrity":"sha512-ZvA3hABbrJoN0gHkWCjr2r3HrjioAS8OkR/nQ3ca0f7QvavEV0yGSPvIpiDxDR+xbuGUxRZnWc7ZsKYqEiX8mQ==","signatures":[{"sig":"MEUCIAjMM5BayVVDk9Z46uEFU/xUXoPDgMm4nR9t75i2QOvVAiEA3nNdZ4Xh46LzuROsCFxCnHlZTqP0f/HqjiHtESzK7MQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37763840},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260723","@aztec/cli":"6.0.0-nightly.20260723","@aztec/p2p":"6.0.0-nightly.20260723","@aztec/pxe":"6.0.0-nightly.20260723","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260723","@aztec/bb.js":"6.0.0-nightly.20260723","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260723","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260723","@aztec/wallets":"6.0.0-nightly.20260723","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260723","@aztec/archiver":"6.0.0-nightly.20260723","@aztec/aztec.js":"6.0.0-nightly.20260723","@aztec/blob-lib":"6.0.0-nightly.20260723","@aztec/ethereum":"6.0.0-nightly.20260723","@aztec/kv-store":"6.0.0-nightly.20260723","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260723","@aztec/constants":"6.0.0-nightly.20260723","@aztec/simulator":"6.0.0-nightly.20260723","@aztec/aztec-node":"6.0.0-nightly.20260723","@aztec/foundation":"6.0.0-nightly.20260723","@aztec/wallet-sdk":"6.0.0-nightly.20260723","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260723","@aztec/entrypoints":"6.0.0-nightly.20260723","@aztec/epoch-cache":"6.0.0-nightly.20260723","@aztec/prover-node":"6.0.0-nightly.20260723","@aztec/world-state":"6.0.0-nightly.20260723","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260723","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260723","@aztec/prover-client":"6.0.0-nightly.20260723","@aztec/noir-noirc_abi":"6.0.0-nightly.20260723","@aztec/sequencer-client":"6.0.0-nightly.20260723","@aztec/telemetry-client":"6.0.0-nightly.20260723","@aztec/validator-client":"6.0.0-nightly.20260723","@aztec/noir-contracts.js":"6.0.0-nightly.20260723","@aztec/protocol-contracts":"6.0.0-nightly.20260723","@aztec/standard-contracts":"6.0.0-nightly.20260723","@aztec/validator-ha-signer":"6.0.0-nightly.20260723","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260723","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260723"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260723_1784783958528_0.6262118623854036","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260724":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260724","_id":"@aztec/end-to-end@5.2.0-nightly.20260724","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4a61c7f8f51648480f4c281112058c417d24bdb7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260724.tgz","fileCount":379,"integrity":"sha512-zEvLeTjiYxTCrgzACQh8hzmSApi297CzHs1N4H4nCw0MzIBGNkJV/G1eYrNe3wwbrlot4bkjJD5kXwCGM7OuFw==","signatures":[{"sig":"MEQCIDV8iXwV9XTNcqfxvlMif2BZY2CVpQRnEkeu3e8WFU/0AiBFkdTW+PPtLkzbzn8yJdTRVDwW2Vg40zPZ209bC+B1hg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260724","@aztec/cli":"5.2.0-nightly.20260724","@aztec/p2p":"5.2.0-nightly.20260724","@aztec/pxe":"5.2.0-nightly.20260724","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260724","@aztec/bb.js":"5.2.0-nightly.20260724","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260724","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260724","@aztec/wallets":"5.2.0-nightly.20260724","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260724","@aztec/archiver":"5.2.0-nightly.20260724","@aztec/aztec.js":"5.2.0-nightly.20260724","@aztec/blob-lib":"5.2.0-nightly.20260724","@aztec/ethereum":"5.2.0-nightly.20260724","@aztec/kv-store":"5.2.0-nightly.20260724","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260724","@aztec/constants":"5.2.0-nightly.20260724","@aztec/simulator":"5.2.0-nightly.20260724","@aztec/aztec-node":"5.2.0-nightly.20260724","@aztec/foundation":"5.2.0-nightly.20260724","@aztec/wallet-sdk":"5.2.0-nightly.20260724","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260724","@aztec/entrypoints":"5.2.0-nightly.20260724","@aztec/epoch-cache":"5.2.0-nightly.20260724","@aztec/prover-node":"5.2.0-nightly.20260724","@aztec/world-state":"5.2.0-nightly.20260724","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260724","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260724","@aztec/prover-client":"5.2.0-nightly.20260724","@aztec/noir-noirc_abi":"5.2.0-nightly.20260724","@aztec/sequencer-client":"5.2.0-nightly.20260724","@aztec/telemetry-client":"5.2.0-nightly.20260724","@aztec/validator-client":"5.2.0-nightly.20260724","@aztec/noir-contracts.js":"5.2.0-nightly.20260724","@aztec/protocol-contracts":"5.2.0-nightly.20260724","@aztec/standard-contracts":"5.2.0-nightly.20260724","@aztec/validator-ha-signer":"5.2.0-nightly.20260724","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260724","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260724"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260724_1784870137473_0.15692593072708005","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260724":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260724","_id":"@aztec/end-to-end@6.0.0-nightly.20260724","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ddae2ffdcfe8fdb24e9f2d0124554b2ba586afce","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260724.tgz","fileCount":379,"integrity":"sha512-v0lVsCXURgck3PgtDq2EzEYHfGoy8FrLvPMTginx7nIOruHvjchfxZIGr/C/sQdOsIgTlRKWyASGwEmBcMDeUg==","signatures":[{"sig":"MEUCIQCn6TI98NrsR97p0s+6xtgkPo2WbugbiF03EC9VnRe8tgIgedMPCyXPfeIw6JDRDbvyoLw4lnJ7I8KpWFRBc7VqlfA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37805987},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260724","@aztec/cli":"6.0.0-nightly.20260724","@aztec/p2p":"6.0.0-nightly.20260724","@aztec/pxe":"6.0.0-nightly.20260724","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260724","@aztec/bb.js":"6.0.0-nightly.20260724","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260724","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260724","@aztec/wallets":"6.0.0-nightly.20260724","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260724","@aztec/archiver":"6.0.0-nightly.20260724","@aztec/aztec.js":"6.0.0-nightly.20260724","@aztec/blob-lib":"6.0.0-nightly.20260724","@aztec/ethereum":"6.0.0-nightly.20260724","@aztec/kv-store":"6.0.0-nightly.20260724","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260724","@aztec/constants":"6.0.0-nightly.20260724","@aztec/simulator":"6.0.0-nightly.20260724","@aztec/aztec-node":"6.0.0-nightly.20260724","@aztec/foundation":"6.0.0-nightly.20260724","@aztec/wallet-sdk":"6.0.0-nightly.20260724","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260724","@aztec/entrypoints":"6.0.0-nightly.20260724","@aztec/epoch-cache":"6.0.0-nightly.20260724","@aztec/prover-node":"6.0.0-nightly.20260724","@aztec/world-state":"6.0.0-nightly.20260724","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260724","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260724","@aztec/prover-client":"6.0.0-nightly.20260724","@aztec/noir-noirc_abi":"6.0.0-nightly.20260724","@aztec/sequencer-client":"6.0.0-nightly.20260724","@aztec/telemetry-client":"6.0.0-nightly.20260724","@aztec/validator-client":"6.0.0-nightly.20260724","@aztec/noir-contracts.js":"6.0.0-nightly.20260724","@aztec/protocol-contracts":"6.0.0-nightly.20260724","@aztec/standard-contracts":"6.0.0-nightly.20260724","@aztec/validator-ha-signer":"6.0.0-nightly.20260724","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260724","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260724"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260724_1784870312680_0.7105029275128552","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.4d9804df":{"name":"@aztec/end-to-end","version":"0.0.1-commit.4d9804df","_id":"@aztec/end-to-end@0.0.1-commit.4d9804df","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6852a680a241d0d79d62c55a0f41240e01638b53","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.4d9804df.tgz","fileCount":375,"integrity":"sha512-Lgv6aBRAKGqwvTE5WyB72gaZ5IGiyJLMuV70r3mdD5pPcoHm21kE8qrMyQURMWMEh3fj8/wfRcJn/VcJoyAcsg==","signatures":[{"sig":"MEQCICXBWjckLuEr4gvzcFBJJByGO68qP0lQpOoLAM2JFhlXAiAKrzmsR8+hZRTjoBOz/30OCJes4cRih1dsZ4aD26dKAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37781949},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.4d9804df","@aztec/cli":"0.0.1-commit.4d9804df","@aztec/p2p":"0.0.1-commit.4d9804df","@aztec/pxe":"0.0.1-commit.4d9804df","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.4d9804df","@aztec/bb.js":"0.0.1-commit.4d9804df","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.4d9804df","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.4d9804df","@aztec/wallets":"0.0.1-commit.4d9804df","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.4d9804df","@aztec/archiver":"0.0.1-commit.4d9804df","@aztec/aztec.js":"0.0.1-commit.4d9804df","@aztec/blob-lib":"0.0.1-commit.4d9804df","@aztec/ethereum":"0.0.1-commit.4d9804df","@aztec/kv-store":"0.0.1-commit.4d9804df","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.4d9804df","@aztec/constants":"0.0.1-commit.4d9804df","@aztec/simulator":"0.0.1-commit.4d9804df","@aztec/aztec-node":"0.0.1-commit.4d9804df","@aztec/foundation":"0.0.1-commit.4d9804df","@aztec/wallet-sdk":"0.0.1-commit.4d9804df","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.4d9804df","@aztec/entrypoints":"0.0.1-commit.4d9804df","@aztec/epoch-cache":"0.0.1-commit.4d9804df","@aztec/prover-node":"0.0.1-commit.4d9804df","@aztec/world-state":"0.0.1-commit.4d9804df","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.4d9804df","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.4d9804df","@aztec/prover-client":"0.0.1-commit.4d9804df","@aztec/noir-noirc_abi":"0.0.1-commit.4d9804df","@aztec/sequencer-client":"0.0.1-commit.4d9804df","@aztec/telemetry-client":"0.0.1-commit.4d9804df","@aztec/validator-client":"0.0.1-commit.4d9804df","@aztec/noir-contracts.js":"0.0.1-commit.4d9804df","@aztec/protocol-contracts":"0.0.1-commit.4d9804df","@aztec/standard-contracts":"0.0.1-commit.4d9804df","@aztec/validator-ha-signer":"0.0.1-commit.4d9804df","@aztec/noir-test-contracts.js":"0.0.1-commit.4d9804df","@aztec/noir-protocol-circuits-types":"0.0.1-commit.4d9804df"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.4d9804df_1784900762993_0.5702150521362563","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.be03c316":{"name":"@aztec/end-to-end","version":"0.0.1-commit.be03c316","_id":"@aztec/end-to-end@0.0.1-commit.be03c316","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a69d6884cf66ac44662cdbe6b01a7ef9d134c37e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.be03c316.tgz","fileCount":375,"integrity":"sha512-WJV1k6xcMKGPiMaz3NjTyaWQMRMgkVKP7zuzAP9IDv4MWi7Sgnr4hkszUsaK+SjEp6cffNY1pFPmf/SThXvxEA==","signatures":[{"sig":"MEUCIBve4SjElW+z/USDeyE/KS360/NU21zF7eQYxe2GO7nSAiEArn+8cNgDlfd1TvEfXKPyg9WMsgPd6i2xHarTWUQ1yxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37781949},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.be03c316","@aztec/cli":"0.0.1-commit.be03c316","@aztec/p2p":"0.0.1-commit.be03c316","@aztec/pxe":"0.0.1-commit.be03c316","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.be03c316","@aztec/bb.js":"0.0.1-commit.be03c316","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.be03c316","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.be03c316","@aztec/wallets":"0.0.1-commit.be03c316","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.be03c316","@aztec/archiver":"0.0.1-commit.be03c316","@aztec/aztec.js":"0.0.1-commit.be03c316","@aztec/blob-lib":"0.0.1-commit.be03c316","@aztec/ethereum":"0.0.1-commit.be03c316","@aztec/kv-store":"0.0.1-commit.be03c316","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.be03c316","@aztec/constants":"0.0.1-commit.be03c316","@aztec/simulator":"0.0.1-commit.be03c316","@aztec/aztec-node":"0.0.1-commit.be03c316","@aztec/foundation":"0.0.1-commit.be03c316","@aztec/wallet-sdk":"0.0.1-commit.be03c316","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.be03c316","@aztec/entrypoints":"0.0.1-commit.be03c316","@aztec/epoch-cache":"0.0.1-commit.be03c316","@aztec/prover-node":"0.0.1-commit.be03c316","@aztec/world-state":"0.0.1-commit.be03c316","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.be03c316","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.be03c316","@aztec/prover-client":"0.0.1-commit.be03c316","@aztec/noir-noirc_abi":"0.0.1-commit.be03c316","@aztec/sequencer-client":"0.0.1-commit.be03c316","@aztec/telemetry-client":"0.0.1-commit.be03c316","@aztec/validator-client":"0.0.1-commit.be03c316","@aztec/noir-contracts.js":"0.0.1-commit.be03c316","@aztec/protocol-contracts":"0.0.1-commit.be03c316","@aztec/standard-contracts":"0.0.1-commit.be03c316","@aztec/validator-ha-signer":"0.0.1-commit.be03c316","@aztec/noir-test-contracts.js":"0.0.1-commit.be03c316","@aztec/noir-protocol-circuits-types":"0.0.1-commit.be03c316"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.be03c316_1784904045612_0.3813414363137164","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.d58ff9d0":{"name":"@aztec/end-to-end","version":"0.0.1-commit.d58ff9d0","_id":"@aztec/end-to-end@0.0.1-commit.d58ff9d0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0bd28194ee16923a1116e3725590919025c650eb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.d58ff9d0.tgz","fileCount":375,"integrity":"sha512-lp7jRp1rLiM+JKk6ZJnjaXNFfwmY4dCBJigDAARC/H7/3ErFy/1/NGHfAIge3N6MvCAum57WZyza1sd5cIfv8w==","signatures":[{"sig":"MEQCIFaXpeRDbHB2iP/W0S7kXmwHjJ4WqwUQF2uwQJE3VlBJAiBU+lPMyHDtGkCr1bOKK1EyxDjuZlUra6Fc84X5AC+jMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37781949},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.d58ff9d0","@aztec/cli":"0.0.1-commit.d58ff9d0","@aztec/p2p":"0.0.1-commit.d58ff9d0","@aztec/pxe":"0.0.1-commit.d58ff9d0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.d58ff9d0","@aztec/bb.js":"0.0.1-commit.d58ff9d0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.d58ff9d0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.d58ff9d0","@aztec/wallets":"0.0.1-commit.d58ff9d0","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.d58ff9d0","@aztec/archiver":"0.0.1-commit.d58ff9d0","@aztec/aztec.js":"0.0.1-commit.d58ff9d0","@aztec/blob-lib":"0.0.1-commit.d58ff9d0","@aztec/ethereum":"0.0.1-commit.d58ff9d0","@aztec/kv-store":"0.0.1-commit.d58ff9d0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.d58ff9d0","@aztec/constants":"0.0.1-commit.d58ff9d0","@aztec/simulator":"0.0.1-commit.d58ff9d0","@aztec/aztec-node":"0.0.1-commit.d58ff9d0","@aztec/foundation":"0.0.1-commit.d58ff9d0","@aztec/wallet-sdk":"0.0.1-commit.d58ff9d0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.d58ff9d0","@aztec/entrypoints":"0.0.1-commit.d58ff9d0","@aztec/epoch-cache":"0.0.1-commit.d58ff9d0","@aztec/prover-node":"0.0.1-commit.d58ff9d0","@aztec/world-state":"0.0.1-commit.d58ff9d0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.d58ff9d0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.d58ff9d0","@aztec/prover-client":"0.0.1-commit.d58ff9d0","@aztec/noir-noirc_abi":"0.0.1-commit.d58ff9d0","@aztec/sequencer-client":"0.0.1-commit.d58ff9d0","@aztec/telemetry-client":"0.0.1-commit.d58ff9d0","@aztec/validator-client":"0.0.1-commit.d58ff9d0","@aztec/noir-contracts.js":"0.0.1-commit.d58ff9d0","@aztec/protocol-contracts":"0.0.1-commit.d58ff9d0","@aztec/standard-contracts":"0.0.1-commit.d58ff9d0","@aztec/validator-ha-signer":"0.0.1-commit.d58ff9d0","@aztec/noir-test-contracts.js":"0.0.1-commit.d58ff9d0","@aztec/noir-protocol-circuits-types":"0.0.1-commit.d58ff9d0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.d58ff9d0_1784904049307_0.6711477111174671","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260725":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260725","_id":"@aztec/end-to-end@5.2.0-nightly.20260725","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd0e8f4217e52950ec9bdb8a2330bdb0d46dad62","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260725.tgz","fileCount":379,"integrity":"sha512-lSGNCs0E0qta/tzZ33AEnY86E//a9Mgfv1ZJ78lICztLdIhwnSc9QRXZxERzSnfaO+VLl/cGMYjQcNJZRrPhHA==","signatures":[{"sig":"MEUCIQDnRhWeHWOkLQIPE6eqUNGMJtGuSF3xv3iaARQ1hLoV8AIgKCia7vosSmTBqKw4JyH9kJL6IBRnQbpIx/g7G1ITUBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260725","@aztec/cli":"5.2.0-nightly.20260725","@aztec/p2p":"5.2.0-nightly.20260725","@aztec/pxe":"5.2.0-nightly.20260725","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260725","@aztec/bb.js":"5.2.0-nightly.20260725","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260725","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260725","@aztec/wallets":"5.2.0-nightly.20260725","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260725","@aztec/archiver":"5.2.0-nightly.20260725","@aztec/aztec.js":"5.2.0-nightly.20260725","@aztec/blob-lib":"5.2.0-nightly.20260725","@aztec/ethereum":"5.2.0-nightly.20260725","@aztec/kv-store":"5.2.0-nightly.20260725","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260725","@aztec/constants":"5.2.0-nightly.20260725","@aztec/simulator":"5.2.0-nightly.20260725","@aztec/aztec-node":"5.2.0-nightly.20260725","@aztec/foundation":"5.2.0-nightly.20260725","@aztec/wallet-sdk":"5.2.0-nightly.20260725","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260725","@aztec/entrypoints":"5.2.0-nightly.20260725","@aztec/epoch-cache":"5.2.0-nightly.20260725","@aztec/prover-node":"5.2.0-nightly.20260725","@aztec/world-state":"5.2.0-nightly.20260725","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260725","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260725","@aztec/prover-client":"5.2.0-nightly.20260725","@aztec/noir-noirc_abi":"5.2.0-nightly.20260725","@aztec/sequencer-client":"5.2.0-nightly.20260725","@aztec/telemetry-client":"5.2.0-nightly.20260725","@aztec/validator-client":"5.2.0-nightly.20260725","@aztec/noir-contracts.js":"5.2.0-nightly.20260725","@aztec/protocol-contracts":"5.2.0-nightly.20260725","@aztec/standard-contracts":"5.2.0-nightly.20260725","@aztec/validator-ha-signer":"5.2.0-nightly.20260725","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260725","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260725"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260725_1784956454050_0.2181572725841543","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260725":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260725","_id":"@aztec/end-to-end@6.0.0-nightly.20260725","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"cedc9cf36763c503a967c9ede0249233c8421d91","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260725.tgz","fileCount":379,"integrity":"sha512-bMjblXpzF0/cHUBV06pCVmhwKV1d5lObG05eoUTX/xEWa7gzws6QtwC26D1cnqs81wn6KJV1V/m6mz/GDnXxhA==","signatures":[{"sig":"MEYCIQCs/M3IKxLhwXdL0aOeWk9eJenYSObtlVOO0j+1+7frVwIhAMDhKUcSKL2Zs5XnxYaiMoibQ/tPWhokaRTt3q4sj6GN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37808046},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260725","@aztec/cli":"6.0.0-nightly.20260725","@aztec/p2p":"6.0.0-nightly.20260725","@aztec/pxe":"6.0.0-nightly.20260725","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260725","@aztec/bb.js":"6.0.0-nightly.20260725","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260725","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260725","@aztec/wallets":"6.0.0-nightly.20260725","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260725","@aztec/archiver":"6.0.0-nightly.20260725","@aztec/aztec.js":"6.0.0-nightly.20260725","@aztec/blob-lib":"6.0.0-nightly.20260725","@aztec/ethereum":"6.0.0-nightly.20260725","@aztec/kv-store":"6.0.0-nightly.20260725","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260725","@aztec/constants":"6.0.0-nightly.20260725","@aztec/simulator":"6.0.0-nightly.20260725","@aztec/aztec-node":"6.0.0-nightly.20260725","@aztec/foundation":"6.0.0-nightly.20260725","@aztec/wallet-sdk":"6.0.0-nightly.20260725","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260725","@aztec/entrypoints":"6.0.0-nightly.20260725","@aztec/epoch-cache":"6.0.0-nightly.20260725","@aztec/prover-node":"6.0.0-nightly.20260725","@aztec/world-state":"6.0.0-nightly.20260725","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260725","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260725","@aztec/prover-client":"6.0.0-nightly.20260725","@aztec/noir-noirc_abi":"6.0.0-nightly.20260725","@aztec/sequencer-client":"6.0.0-nightly.20260725","@aztec/telemetry-client":"6.0.0-nightly.20260725","@aztec/validator-client":"6.0.0-nightly.20260725","@aztec/noir-contracts.js":"6.0.0-nightly.20260725","@aztec/protocol-contracts":"6.0.0-nightly.20260725","@aztec/standard-contracts":"6.0.0-nightly.20260725","@aztec/validator-ha-signer":"6.0.0-nightly.20260725","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260725","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260725"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260725_1784956619562_0.06868213478837237","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260726":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260726","_id":"@aztec/end-to-end@5.2.0-nightly.20260726","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"03f21b445b669aef77532328d8e29125e7ed3141","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260726.tgz","fileCount":379,"integrity":"sha512-lSbJ+ois0/W2OVmSYnK9Z4AbkGAdowVslacAQYdpDgBpty4pspLySCqq0kN61neO/KnWcTyKCOkE45U24KfIyQ==","signatures":[{"sig":"MEUCIEqD94Fz3maedxuxGLSZ3Fj71CHA8fHE1N6qIvZJ0M7GAiEAgomydnNHoEwoR34CkKLnI2NeS+qdDWxNiiEFg3mnL4U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260726","@aztec/cli":"5.2.0-nightly.20260726","@aztec/p2p":"5.2.0-nightly.20260726","@aztec/pxe":"5.2.0-nightly.20260726","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260726","@aztec/bb.js":"5.2.0-nightly.20260726","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260726","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260726","@aztec/wallets":"5.2.0-nightly.20260726","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260726","@aztec/archiver":"5.2.0-nightly.20260726","@aztec/aztec.js":"5.2.0-nightly.20260726","@aztec/blob-lib":"5.2.0-nightly.20260726","@aztec/ethereum":"5.2.0-nightly.20260726","@aztec/kv-store":"5.2.0-nightly.20260726","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260726","@aztec/constants":"5.2.0-nightly.20260726","@aztec/simulator":"5.2.0-nightly.20260726","@aztec/aztec-node":"5.2.0-nightly.20260726","@aztec/foundation":"5.2.0-nightly.20260726","@aztec/wallet-sdk":"5.2.0-nightly.20260726","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260726","@aztec/entrypoints":"5.2.0-nightly.20260726","@aztec/epoch-cache":"5.2.0-nightly.20260726","@aztec/prover-node":"5.2.0-nightly.20260726","@aztec/world-state":"5.2.0-nightly.20260726","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260726","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260726","@aztec/prover-client":"5.2.0-nightly.20260726","@aztec/noir-noirc_abi":"5.2.0-nightly.20260726","@aztec/sequencer-client":"5.2.0-nightly.20260726","@aztec/telemetry-client":"5.2.0-nightly.20260726","@aztec/validator-client":"5.2.0-nightly.20260726","@aztec/noir-contracts.js":"5.2.0-nightly.20260726","@aztec/protocol-contracts":"5.2.0-nightly.20260726","@aztec/standard-contracts":"5.2.0-nightly.20260726","@aztec/validator-ha-signer":"5.2.0-nightly.20260726","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260726","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260726"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260726_1785043131750_0.8171360186031063","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260726":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260726","_id":"@aztec/end-to-end@6.0.0-nightly.20260726","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1ed0fc93054d3cfb77973334734d82c6e4da884d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260726.tgz","fileCount":379,"integrity":"sha512-//eHkFIWy/IeJy+VlgQwiGae4O7HLqiZl5bHuw38Ol61nFn41YStPaYxO3LuloFqwgcmo/v11WOU73XAxz+QYQ==","signatures":[{"sig":"MEYCIQD5xBL5BynSqtLxMgslwAaWC8Ukk9SIMkKjJG+Du0KfgwIhAMOV0Z14zZGBmNueP7zAyOy6mh8CyeEa8fUyKJy1IBwc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37808046},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260726","@aztec/cli":"6.0.0-nightly.20260726","@aztec/p2p":"6.0.0-nightly.20260726","@aztec/pxe":"6.0.0-nightly.20260726","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260726","@aztec/bb.js":"6.0.0-nightly.20260726","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260726","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260726","@aztec/wallets":"6.0.0-nightly.20260726","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260726","@aztec/archiver":"6.0.0-nightly.20260726","@aztec/aztec.js":"6.0.0-nightly.20260726","@aztec/blob-lib":"6.0.0-nightly.20260726","@aztec/ethereum":"6.0.0-nightly.20260726","@aztec/kv-store":"6.0.0-nightly.20260726","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260726","@aztec/constants":"6.0.0-nightly.20260726","@aztec/simulator":"6.0.0-nightly.20260726","@aztec/aztec-node":"6.0.0-nightly.20260726","@aztec/foundation":"6.0.0-nightly.20260726","@aztec/wallet-sdk":"6.0.0-nightly.20260726","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260726","@aztec/entrypoints":"6.0.0-nightly.20260726","@aztec/epoch-cache":"6.0.0-nightly.20260726","@aztec/prover-node":"6.0.0-nightly.20260726","@aztec/world-state":"6.0.0-nightly.20260726","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260726","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260726","@aztec/prover-client":"6.0.0-nightly.20260726","@aztec/noir-noirc_abi":"6.0.0-nightly.20260726","@aztec/sequencer-client":"6.0.0-nightly.20260726","@aztec/telemetry-client":"6.0.0-nightly.20260726","@aztec/validator-client":"6.0.0-nightly.20260726","@aztec/noir-contracts.js":"6.0.0-nightly.20260726","@aztec/protocol-contracts":"6.0.0-nightly.20260726","@aztec/standard-contracts":"6.0.0-nightly.20260726","@aztec/validator-ha-signer":"6.0.0-nightly.20260726","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260726","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260726"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260726_1785043228065_0.6350219155126677","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260727":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260727","_id":"@aztec/end-to-end@5.2.0-nightly.20260727","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c1750a1e8b9914d00a2b30ed7d9ed264ceb4a31","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260727.tgz","fileCount":379,"integrity":"sha512-c4aHDTlYIhdbjR3gUUHRrS46lTzgBCf3oLutMOPADRCX0jFxUlx57pxNddOwXJdykuyTqh76Xwq/6tVaiSKqNA==","signatures":[{"sig":"MEYCIQCAB5+/mu4S0QeS7MBol/DEzYPTNFl1PNyhJuH/Z1Dw4wIhANHoIIaqva11hKhabTolVQjpGI7V54QB07ul083b0WGm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807430},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260727","@aztec/cli":"5.2.0-nightly.20260727","@aztec/p2p":"5.2.0-nightly.20260727","@aztec/pxe":"5.2.0-nightly.20260727","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260727","@aztec/bb.js":"5.2.0-nightly.20260727","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260727","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260727","@aztec/wallets":"5.2.0-nightly.20260727","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260727","@aztec/archiver":"5.2.0-nightly.20260727","@aztec/aztec.js":"5.2.0-nightly.20260727","@aztec/blob-lib":"5.2.0-nightly.20260727","@aztec/ethereum":"5.2.0-nightly.20260727","@aztec/kv-store":"5.2.0-nightly.20260727","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260727","@aztec/constants":"5.2.0-nightly.20260727","@aztec/simulator":"5.2.0-nightly.20260727","@aztec/aztec-node":"5.2.0-nightly.20260727","@aztec/foundation":"5.2.0-nightly.20260727","@aztec/wallet-sdk":"5.2.0-nightly.20260727","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260727","@aztec/entrypoints":"5.2.0-nightly.20260727","@aztec/epoch-cache":"5.2.0-nightly.20260727","@aztec/prover-node":"5.2.0-nightly.20260727","@aztec/world-state":"5.2.0-nightly.20260727","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260727","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260727","@aztec/prover-client":"5.2.0-nightly.20260727","@aztec/noir-noirc_abi":"5.2.0-nightly.20260727","@aztec/sequencer-client":"5.2.0-nightly.20260727","@aztec/telemetry-client":"5.2.0-nightly.20260727","@aztec/validator-client":"5.2.0-nightly.20260727","@aztec/noir-contracts.js":"5.2.0-nightly.20260727","@aztec/protocol-contracts":"5.2.0-nightly.20260727","@aztec/standard-contracts":"5.2.0-nightly.20260727","@aztec/validator-ha-signer":"5.2.0-nightly.20260727","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260727","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260727"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260727_1785130116483_0.7109656519144982","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260727":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260727","_id":"@aztec/end-to-end@6.0.0-nightly.20260727","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5704afd7dc04fa0177e1bcd9f12287b5d2ade982","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260727.tgz","fileCount":379,"integrity":"sha512-toWUyXfP5DW3/dak+q4czV9XlX0UQoWy6UL7ptx8YLFhn7z3nXppvJX7G6V36mqV9ks7HJ7/ZsOEVVxrPXK2Vg==","signatures":[{"sig":"MEUCIQCF2k7YvO0Zmul0SIUGzffpzi2saDxny1waDGoFpSRFVwIgGiU1/n2Sb7ckGTEk55HZheKKjRyzynfRK0g9hnb6rMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37808046},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260727","@aztec/cli":"6.0.0-nightly.20260727","@aztec/p2p":"6.0.0-nightly.20260727","@aztec/pxe":"6.0.0-nightly.20260727","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260727","@aztec/bb.js":"6.0.0-nightly.20260727","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260727","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260727","@aztec/wallets":"6.0.0-nightly.20260727","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260727","@aztec/archiver":"6.0.0-nightly.20260727","@aztec/aztec.js":"6.0.0-nightly.20260727","@aztec/blob-lib":"6.0.0-nightly.20260727","@aztec/ethereum":"6.0.0-nightly.20260727","@aztec/kv-store":"6.0.0-nightly.20260727","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260727","@aztec/constants":"6.0.0-nightly.20260727","@aztec/simulator":"6.0.0-nightly.20260727","@aztec/aztec-node":"6.0.0-nightly.20260727","@aztec/foundation":"6.0.0-nightly.20260727","@aztec/wallet-sdk":"6.0.0-nightly.20260727","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260727","@aztec/entrypoints":"6.0.0-nightly.20260727","@aztec/epoch-cache":"6.0.0-nightly.20260727","@aztec/prover-node":"6.0.0-nightly.20260727","@aztec/world-state":"6.0.0-nightly.20260727","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260727","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260727","@aztec/prover-client":"6.0.0-nightly.20260727","@aztec/noir-noirc_abi":"6.0.0-nightly.20260727","@aztec/sequencer-client":"6.0.0-nightly.20260727","@aztec/telemetry-client":"6.0.0-nightly.20260727","@aztec/validator-client":"6.0.0-nightly.20260727","@aztec/noir-contracts.js":"6.0.0-nightly.20260727","@aztec/protocol-contracts":"6.0.0-nightly.20260727","@aztec/standard-contracts":"6.0.0-nightly.20260727","@aztec/validator-ha-signer":"6.0.0-nightly.20260727","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260727","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260727"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260727_1785130165400_0.8297955247185618","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.321f6a9":{"name":"@aztec/end-to-end","version":"0.0.1-commit.321f6a9","_id":"@aztec/end-to-end@0.0.1-commit.321f6a9","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1dc5335ee4b77694219d44ba25a7d24e9ab475fa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.321f6a9.tgz","fileCount":379,"integrity":"sha512-JUM9uumMHIquXc11XSE4WtApAPhlBWcX8KXomknisKa0b9hhGUP36d9ZVFR/EoH8q2ADNurlqtjbo3SR/N/PMg==","signatures":[{"sig":"MEUCICOxniASvEbPDKqG2nO+9opchJ86q4K57S/QRgv745/aAiEAnBWkZUIks2QmBuEBi5XfjtorkaTIyw/88NAY+Rc4FAU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.321f6a9","@aztec/cli":"0.0.1-commit.321f6a9","@aztec/p2p":"0.0.1-commit.321f6a9","@aztec/pxe":"0.0.1-commit.321f6a9","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.321f6a9","@aztec/bb.js":"0.0.1-commit.321f6a9","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.321f6a9","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.321f6a9","@aztec/wallets":"0.0.1-commit.321f6a9","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.321f6a9","@aztec/archiver":"0.0.1-commit.321f6a9","@aztec/aztec.js":"0.0.1-commit.321f6a9","@aztec/blob-lib":"0.0.1-commit.321f6a9","@aztec/ethereum":"0.0.1-commit.321f6a9","@aztec/kv-store":"0.0.1-commit.321f6a9","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.321f6a9","@aztec/constants":"0.0.1-commit.321f6a9","@aztec/simulator":"0.0.1-commit.321f6a9","@aztec/aztec-node":"0.0.1-commit.321f6a9","@aztec/foundation":"0.0.1-commit.321f6a9","@aztec/wallet-sdk":"0.0.1-commit.321f6a9","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.321f6a9","@aztec/entrypoints":"0.0.1-commit.321f6a9","@aztec/epoch-cache":"0.0.1-commit.321f6a9","@aztec/prover-node":"0.0.1-commit.321f6a9","@aztec/world-state":"0.0.1-commit.321f6a9","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.321f6a9","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.321f6a9","@aztec/prover-client":"0.0.1-commit.321f6a9","@aztec/noir-noirc_abi":"0.0.1-commit.321f6a9","@aztec/sequencer-client":"0.0.1-commit.321f6a9","@aztec/telemetry-client":"0.0.1-commit.321f6a9","@aztec/validator-client":"0.0.1-commit.321f6a9","@aztec/noir-contracts.js":"0.0.1-commit.321f6a9","@aztec/protocol-contracts":"0.0.1-commit.321f6a9","@aztec/standard-contracts":"0.0.1-commit.321f6a9","@aztec/validator-ha-signer":"0.0.1-commit.321f6a9","@aztec/noir-test-contracts.js":"0.0.1-commit.321f6a9","@aztec/noir-protocol-circuits-types":"0.0.1-commit.321f6a9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.321f6a9_1785150942274_0.43454553827168807","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.aa0c64f":{"name":"@aztec/end-to-end","version":"0.0.1-commit.aa0c64f","_id":"@aztec/end-to-end@0.0.1-commit.aa0c64f","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3a78bbec728ddfe63a7b587fe3185a6b150c3505","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.aa0c64f.tgz","fileCount":379,"integrity":"sha512-BTZ/w65a3JFLIVTuuSa1PkAQL27KQPI/Az9THw8OPOI9XksShUrUxGuu7f2lRm5r/t3/PNcrqLDq7EN6kkdXDw==","signatures":[{"sig":"MEUCID13O41aUJPbHF64rAhdH5MTvfrkMsQPLe9sHyKTni19AiEAjqHDO1UDKjUKfSeNnurRHxo4dyw4LAX1/an1DHhjW/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.aa0c64f","@aztec/cli":"0.0.1-commit.aa0c64f","@aztec/p2p":"0.0.1-commit.aa0c64f","@aztec/pxe":"0.0.1-commit.aa0c64f","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.aa0c64f","@aztec/bb.js":"0.0.1-commit.aa0c64f","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.aa0c64f","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.aa0c64f","@aztec/wallets":"0.0.1-commit.aa0c64f","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.aa0c64f","@aztec/archiver":"0.0.1-commit.aa0c64f","@aztec/aztec.js":"0.0.1-commit.aa0c64f","@aztec/blob-lib":"0.0.1-commit.aa0c64f","@aztec/ethereum":"0.0.1-commit.aa0c64f","@aztec/kv-store":"0.0.1-commit.aa0c64f","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.aa0c64f","@aztec/constants":"0.0.1-commit.aa0c64f","@aztec/simulator":"0.0.1-commit.aa0c64f","@aztec/aztec-node":"0.0.1-commit.aa0c64f","@aztec/foundation":"0.0.1-commit.aa0c64f","@aztec/wallet-sdk":"0.0.1-commit.aa0c64f","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.aa0c64f","@aztec/entrypoints":"0.0.1-commit.aa0c64f","@aztec/epoch-cache":"0.0.1-commit.aa0c64f","@aztec/prover-node":"0.0.1-commit.aa0c64f","@aztec/world-state":"0.0.1-commit.aa0c64f","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.aa0c64f","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.aa0c64f","@aztec/prover-client":"0.0.1-commit.aa0c64f","@aztec/noir-noirc_abi":"0.0.1-commit.aa0c64f","@aztec/sequencer-client":"0.0.1-commit.aa0c64f","@aztec/telemetry-client":"0.0.1-commit.aa0c64f","@aztec/validator-client":"0.0.1-commit.aa0c64f","@aztec/noir-contracts.js":"0.0.1-commit.aa0c64f","@aztec/protocol-contracts":"0.0.1-commit.aa0c64f","@aztec/standard-contracts":"0.0.1-commit.aa0c64f","@aztec/validator-ha-signer":"0.0.1-commit.aa0c64f","@aztec/noir-test-contracts.js":"0.0.1-commit.aa0c64f","@aztec/noir-protocol-circuits-types":"0.0.1-commit.aa0c64f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.aa0c64f_1785154348486_0.8652270197825986","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260728":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260728","_id":"@aztec/end-to-end@5.2.0-nightly.20260728","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7f43e791ae005af21fb1c7a6e0c109ac9250ceee","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260728.tgz","fileCount":379,"integrity":"sha512-ZsMVHIyImOIKDR5YBoBeN1mqCMk0js247DeG0iwdPQUrI7V9V9GhvG4Gf6vAIcAE+2X5rqOay9YeUXIoowbUvg==","signatures":[{"sig":"MEYCIQCArp0bDdhDrTbrQZgF3NdQQ4fYgwZ5CSaDVHwSAQ4tFAIhANM65LqkHygLF5IZaA+/tQinRrsb8i5eZL+UrwveLS2k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260728","@aztec/cli":"5.2.0-nightly.20260728","@aztec/p2p":"5.2.0-nightly.20260728","@aztec/pxe":"5.2.0-nightly.20260728","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260728","@aztec/bb.js":"5.2.0-nightly.20260728","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260728","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260728","@aztec/wallets":"5.2.0-nightly.20260728","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260728","@aztec/archiver":"5.2.0-nightly.20260728","@aztec/aztec.js":"5.2.0-nightly.20260728","@aztec/blob-lib":"5.2.0-nightly.20260728","@aztec/ethereum":"5.2.0-nightly.20260728","@aztec/kv-store":"5.2.0-nightly.20260728","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260728","@aztec/constants":"5.2.0-nightly.20260728","@aztec/simulator":"5.2.0-nightly.20260728","@aztec/aztec-node":"5.2.0-nightly.20260728","@aztec/foundation":"5.2.0-nightly.20260728","@aztec/wallet-sdk":"5.2.0-nightly.20260728","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260728","@aztec/entrypoints":"5.2.0-nightly.20260728","@aztec/epoch-cache":"5.2.0-nightly.20260728","@aztec/prover-node":"5.2.0-nightly.20260728","@aztec/world-state":"5.2.0-nightly.20260728","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260728","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260728","@aztec/prover-client":"5.2.0-nightly.20260728","@aztec/noir-noirc_abi":"5.2.0-nightly.20260728","@aztec/sequencer-client":"5.2.0-nightly.20260728","@aztec/telemetry-client":"5.2.0-nightly.20260728","@aztec/validator-client":"5.2.0-nightly.20260728","@aztec/noir-contracts.js":"5.2.0-nightly.20260728","@aztec/protocol-contracts":"5.2.0-nightly.20260728","@aztec/standard-contracts":"5.2.0-nightly.20260728","@aztec/validator-ha-signer":"5.2.0-nightly.20260728","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260728","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260728"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260728_1785215741405_0.7476537007552615","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260728":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260728","_id":"@aztec/end-to-end@6.0.0-nightly.20260728","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"89c6eb0b80dd7e5874497e211b93040ef0635ad6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260728.tgz","fileCount":379,"integrity":"sha512-uw5qFrNVsK6XaVFVeI38P0QfxJII0bl2vzwot+VcnYjmQMjhukYN57RRBwOzuc+2IrrNCfr7wSWAyqVvN6PFOA==","signatures":[{"sig":"MEYCIQCXwEKxcpZSxAoJD7BrwlQZNOm1VEtExcx2aXF2gFV3mAIhAPChSM+8tBXBCHRQ3jD9wtGsl5zUk89efsBZ/ig3vnYS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260728","@aztec/cli":"6.0.0-nightly.20260728","@aztec/p2p":"6.0.0-nightly.20260728","@aztec/pxe":"6.0.0-nightly.20260728","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260728","@aztec/bb.js":"6.0.0-nightly.20260728","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260728","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260728","@aztec/wallets":"6.0.0-nightly.20260728","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260728","@aztec/archiver":"6.0.0-nightly.20260728","@aztec/aztec.js":"6.0.0-nightly.20260728","@aztec/blob-lib":"6.0.0-nightly.20260728","@aztec/ethereum":"6.0.0-nightly.20260728","@aztec/kv-store":"6.0.0-nightly.20260728","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260728","@aztec/constants":"6.0.0-nightly.20260728","@aztec/simulator":"6.0.0-nightly.20260728","@aztec/aztec-node":"6.0.0-nightly.20260728","@aztec/foundation":"6.0.0-nightly.20260728","@aztec/wallet-sdk":"6.0.0-nightly.20260728","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260728","@aztec/entrypoints":"6.0.0-nightly.20260728","@aztec/epoch-cache":"6.0.0-nightly.20260728","@aztec/prover-node":"6.0.0-nightly.20260728","@aztec/world-state":"6.0.0-nightly.20260728","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260728","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260728","@aztec/prover-client":"6.0.0-nightly.20260728","@aztec/noir-noirc_abi":"6.0.0-nightly.20260728","@aztec/sequencer-client":"6.0.0-nightly.20260728","@aztec/telemetry-client":"6.0.0-nightly.20260728","@aztec/validator-client":"6.0.0-nightly.20260728","@aztec/noir-contracts.js":"6.0.0-nightly.20260728","@aztec/protocol-contracts":"6.0.0-nightly.20260728","@aztec/standard-contracts":"6.0.0-nightly.20260728","@aztec/validator-ha-signer":"6.0.0-nightly.20260728","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260728","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260728"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260728_1785218837180_0.5990542342136378","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260729":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260729","_id":"@aztec/end-to-end@5.2.0-nightly.20260729","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"aa75b4a7f3bd0c192144b2c44293f5d18db81fcb","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260729.tgz","fileCount":379,"integrity":"sha512-LniDk4ewPF0DI3KOnWWWGRRSEK+GhqXl94u6ff6VWHOt9dK0s1AYFkQskOBV8n4tjcG6Nd4SIJzRbfnxcogYcg==","signatures":[{"sig":"MEYCIQDj1wNA4mZvD+R8i1Csj55tnC5mUSoCvKsMmnX7Pf+uSQIhAMr3S5Gmk4R/h2sCwklga6Nvcpgl6uixqglO+NuxQPeU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260729","@aztec/cli":"5.2.0-nightly.20260729","@aztec/p2p":"5.2.0-nightly.20260729","@aztec/pxe":"5.2.0-nightly.20260729","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260729","@aztec/bb.js":"5.2.0-nightly.20260729","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260729","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260729","@aztec/wallets":"5.2.0-nightly.20260729","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260729","@aztec/archiver":"5.2.0-nightly.20260729","@aztec/aztec.js":"5.2.0-nightly.20260729","@aztec/blob-lib":"5.2.0-nightly.20260729","@aztec/ethereum":"5.2.0-nightly.20260729","@aztec/kv-store":"5.2.0-nightly.20260729","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260729","@aztec/constants":"5.2.0-nightly.20260729","@aztec/simulator":"5.2.0-nightly.20260729","@aztec/aztec-node":"5.2.0-nightly.20260729","@aztec/foundation":"5.2.0-nightly.20260729","@aztec/wallet-sdk":"5.2.0-nightly.20260729","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260729","@aztec/entrypoints":"5.2.0-nightly.20260729","@aztec/epoch-cache":"5.2.0-nightly.20260729","@aztec/prover-node":"5.2.0-nightly.20260729","@aztec/world-state":"5.2.0-nightly.20260729","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260729","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260729","@aztec/prover-client":"5.2.0-nightly.20260729","@aztec/noir-noirc_abi":"5.2.0-nightly.20260729","@aztec/sequencer-client":"5.2.0-nightly.20260729","@aztec/telemetry-client":"5.2.0-nightly.20260729","@aztec/validator-client":"5.2.0-nightly.20260729","@aztec/noir-contracts.js":"5.2.0-nightly.20260729","@aztec/protocol-contracts":"5.2.0-nightly.20260729","@aztec/standard-contracts":"5.2.0-nightly.20260729","@aztec/validator-ha-signer":"5.2.0-nightly.20260729","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260729","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260729"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260729_1785302179108_0.8820991095335138","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260729":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260729","_id":"@aztec/end-to-end@6.0.0-nightly.20260729","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c27dd71a29ce7fb3efd3fbab0e0dd937b468d516","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260729.tgz","fileCount":379,"integrity":"sha512-uIgZjFSoSx5HChLu1vb+tr4ZSo7881GSeUYLA4u+1t9EFHZXa1BooFpqkhqRnV+ZOtTgqvjk1PgTRsf38d1NBw==","signatures":[{"sig":"MEYCIQDqSQaSdo0IVN2HDvW+fvX1N1jt0oascTa1mDC170vCcAIhAJBi2HHMz3TKvv/rJIQH7tchi9uaQqicyLspnvj0j5uL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260729","@aztec/cli":"6.0.0-nightly.20260729","@aztec/p2p":"6.0.0-nightly.20260729","@aztec/pxe":"6.0.0-nightly.20260729","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260729","@aztec/bb.js":"6.0.0-nightly.20260729","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260729","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260729","@aztec/wallets":"6.0.0-nightly.20260729","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260729","@aztec/archiver":"6.0.0-nightly.20260729","@aztec/aztec.js":"6.0.0-nightly.20260729","@aztec/blob-lib":"6.0.0-nightly.20260729","@aztec/ethereum":"6.0.0-nightly.20260729","@aztec/kv-store":"6.0.0-nightly.20260729","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260729","@aztec/constants":"6.0.0-nightly.20260729","@aztec/simulator":"6.0.0-nightly.20260729","@aztec/aztec-node":"6.0.0-nightly.20260729","@aztec/foundation":"6.0.0-nightly.20260729","@aztec/wallet-sdk":"6.0.0-nightly.20260729","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260729","@aztec/entrypoints":"6.0.0-nightly.20260729","@aztec/epoch-cache":"6.0.0-nightly.20260729","@aztec/prover-node":"6.0.0-nightly.20260729","@aztec/world-state":"6.0.0-nightly.20260729","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260729","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260729","@aztec/prover-client":"6.0.0-nightly.20260729","@aztec/noir-noirc_abi":"6.0.0-nightly.20260729","@aztec/sequencer-client":"6.0.0-nightly.20260729","@aztec/telemetry-client":"6.0.0-nightly.20260729","@aztec/validator-client":"6.0.0-nightly.20260729","@aztec/noir-contracts.js":"6.0.0-nightly.20260729","@aztec/protocol-contracts":"6.0.0-nightly.20260729","@aztec/standard-contracts":"6.0.0-nightly.20260729","@aztec/validator-ha-signer":"6.0.0-nightly.20260729","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260729","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260729"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260729_1785302371476_0.8933489713115439","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260730":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260730","_id":"@aztec/end-to-end@6.0.0-nightly.20260730","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"85e60a1e3911b0df63a08a767ca0a7bfb8d9e9b7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260730.tgz","fileCount":379,"integrity":"sha512-GYbYb5y4aLL4zQdfrVhzxNVmWfGzfdwqnxOdcHtJTsybWbxyVTQ3NsnU1FQogOhpdBRN+0Y7e2DACxB4aMDwUA==","signatures":[{"sig":"MEQCIF9Dfw97qTVtqhp+ji0mBM/Vx1z9mMVxssEg+xhClmm0AiA1NPYBN68FkNdatKx3Dzjg/CpxOehVPdefgX1QmqGZqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260730","@aztec/cli":"6.0.0-nightly.20260730","@aztec/p2p":"6.0.0-nightly.20260730","@aztec/pxe":"6.0.0-nightly.20260730","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260730","@aztec/bb.js":"6.0.0-nightly.20260730","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260730","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260730","@aztec/wallets":"6.0.0-nightly.20260730","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260730","@aztec/archiver":"6.0.0-nightly.20260730","@aztec/aztec.js":"6.0.0-nightly.20260730","@aztec/blob-lib":"6.0.0-nightly.20260730","@aztec/ethereum":"6.0.0-nightly.20260730","@aztec/kv-store":"6.0.0-nightly.20260730","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260730","@aztec/constants":"6.0.0-nightly.20260730","@aztec/simulator":"6.0.0-nightly.20260730","@aztec/aztec-node":"6.0.0-nightly.20260730","@aztec/foundation":"6.0.0-nightly.20260730","@aztec/wallet-sdk":"6.0.0-nightly.20260730","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260730","@aztec/entrypoints":"6.0.0-nightly.20260730","@aztec/epoch-cache":"6.0.0-nightly.20260730","@aztec/prover-node":"6.0.0-nightly.20260730","@aztec/world-state":"6.0.0-nightly.20260730","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260730","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260730","@aztec/prover-client":"6.0.0-nightly.20260730","@aztec/noir-noirc_abi":"6.0.0-nightly.20260730","@aztec/sequencer-client":"6.0.0-nightly.20260730","@aztec/telemetry-client":"6.0.0-nightly.20260730","@aztec/validator-client":"6.0.0-nightly.20260730","@aztec/noir-contracts.js":"6.0.0-nightly.20260730","@aztec/protocol-contracts":"6.0.0-nightly.20260730","@aztec/standard-contracts":"6.0.0-nightly.20260730","@aztec/validator-ha-signer":"6.0.0-nightly.20260730","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260730","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260730"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260730_1785388671251_0.27074896548299976","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260730":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260730","_id":"@aztec/end-to-end@5.2.0-nightly.20260730","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"80f3cbe4ad2003c963f7f02c37315fa7ca18edb5","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260730.tgz","fileCount":379,"integrity":"sha512-sowbsmgJ/cXk1PdFsSsccTrfe0RbPWvI7igvn2uSc4gptDxjhRlrQ7dhnwhhDiEN6SXbTXQnncpmnrGAPQN6bw==","signatures":[{"sig":"MEQCIEV5siBj7+SSQlGB74IzAm36j4n0UPUlBHC8ZVy7zDbeAiA15LrfgsIKdWjaCKfoFy0Wm/27x9fKLdR+F3uqgvYaRw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260730","@aztec/cli":"5.2.0-nightly.20260730","@aztec/p2p":"5.2.0-nightly.20260730","@aztec/pxe":"5.2.0-nightly.20260730","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260730","@aztec/bb.js":"5.2.0-nightly.20260730","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260730","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260730","@aztec/wallets":"5.2.0-nightly.20260730","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260730","@aztec/archiver":"5.2.0-nightly.20260730","@aztec/aztec.js":"5.2.0-nightly.20260730","@aztec/blob-lib":"5.2.0-nightly.20260730","@aztec/ethereum":"5.2.0-nightly.20260730","@aztec/kv-store":"5.2.0-nightly.20260730","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260730","@aztec/constants":"5.2.0-nightly.20260730","@aztec/simulator":"5.2.0-nightly.20260730","@aztec/aztec-node":"5.2.0-nightly.20260730","@aztec/foundation":"5.2.0-nightly.20260730","@aztec/wallet-sdk":"5.2.0-nightly.20260730","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260730","@aztec/entrypoints":"5.2.0-nightly.20260730","@aztec/epoch-cache":"5.2.0-nightly.20260730","@aztec/prover-node":"5.2.0-nightly.20260730","@aztec/world-state":"5.2.0-nightly.20260730","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260730","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260730","@aztec/prover-client":"5.2.0-nightly.20260730","@aztec/noir-noirc_abi":"5.2.0-nightly.20260730","@aztec/sequencer-client":"5.2.0-nightly.20260730","@aztec/telemetry-client":"5.2.0-nightly.20260730","@aztec/validator-client":"5.2.0-nightly.20260730","@aztec/noir-contracts.js":"5.2.0-nightly.20260730","@aztec/protocol-contracts":"5.2.0-nightly.20260730","@aztec/standard-contracts":"5.2.0-nightly.20260730","@aztec/validator-ha-signer":"5.2.0-nightly.20260730","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260730","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260730"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260730_1785388731928_0.7244600269794843","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260731":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260731","_id":"@aztec/end-to-end@5.2.0-nightly.20260731","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"019f0af667463c514dd84c2e6cab32c124a7c60c","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260731.tgz","fileCount":379,"integrity":"sha512-fRzzd6AOwMCTNR5bb5cbV6hUoAiad4p1oR4aUY/b8Ja+UmxXyzSLJNVQcK9TkBXNnmIPL86VFfS6kytx7c8efQ==","signatures":[{"sig":"MEUCIQCMvPCRz23vIzjIQkX5eWp8b397LTeLDXcpDBSEOnq15wIgVp/3TYKi3pQcfXYeRVnj4IgBvwsUK2fZkx2BfqopOzg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260731","@aztec/cli":"5.2.0-nightly.20260731","@aztec/p2p":"5.2.0-nightly.20260731","@aztec/pxe":"5.2.0-nightly.20260731","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260731","@aztec/bb.js":"5.2.0-nightly.20260731","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260731","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260731","@aztec/wallets":"5.2.0-nightly.20260731","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260731","@aztec/archiver":"5.2.0-nightly.20260731","@aztec/aztec.js":"5.2.0-nightly.20260731","@aztec/blob-lib":"5.2.0-nightly.20260731","@aztec/ethereum":"5.2.0-nightly.20260731","@aztec/kv-store":"5.2.0-nightly.20260731","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260731","@aztec/constants":"5.2.0-nightly.20260731","@aztec/simulator":"5.2.0-nightly.20260731","@aztec/aztec-node":"5.2.0-nightly.20260731","@aztec/foundation":"5.2.0-nightly.20260731","@aztec/wallet-sdk":"5.2.0-nightly.20260731","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260731","@aztec/entrypoints":"5.2.0-nightly.20260731","@aztec/epoch-cache":"5.2.0-nightly.20260731","@aztec/prover-node":"5.2.0-nightly.20260731","@aztec/world-state":"5.2.0-nightly.20260731","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260731","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260731","@aztec/prover-client":"5.2.0-nightly.20260731","@aztec/noir-noirc_abi":"5.2.0-nightly.20260731","@aztec/sequencer-client":"5.2.0-nightly.20260731","@aztec/telemetry-client":"5.2.0-nightly.20260731","@aztec/validator-client":"5.2.0-nightly.20260731","@aztec/noir-contracts.js":"5.2.0-nightly.20260731","@aztec/protocol-contracts":"5.2.0-nightly.20260731","@aztec/standard-contracts":"5.2.0-nightly.20260731","@aztec/validator-ha-signer":"5.2.0-nightly.20260731","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260731","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260731"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260731_1785475338281_0.7651318707692389","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260731":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260731","_id":"@aztec/end-to-end@6.0.0-nightly.20260731","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"186d4d4376a78ee448694433509818cb9ce70419","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260731.tgz","fileCount":379,"integrity":"sha512-4lKCK4vnwQ850pw/d5GVv1TGXX2dnTG2LGg4iHMF3qVy300p9RMj+X9z0hq9Q0ZIDABGb5ddVTn5lCgKeKqNzg==","signatures":[{"sig":"MEUCID7naVYMK7ePJOfJdeC2NAJvpvJW4k7rBT+7WWm14Ac9AiEA79uJzx2KX7HAfqavBjglcVuNfoAQsm6fmxD8NrhnA7A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260731","@aztec/cli":"6.0.0-nightly.20260731","@aztec/p2p":"6.0.0-nightly.20260731","@aztec/pxe":"6.0.0-nightly.20260731","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260731","@aztec/bb.js":"6.0.0-nightly.20260731","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260731","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260731","@aztec/wallets":"6.0.0-nightly.20260731","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260731","@aztec/archiver":"6.0.0-nightly.20260731","@aztec/aztec.js":"6.0.0-nightly.20260731","@aztec/blob-lib":"6.0.0-nightly.20260731","@aztec/ethereum":"6.0.0-nightly.20260731","@aztec/kv-store":"6.0.0-nightly.20260731","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260731","@aztec/constants":"6.0.0-nightly.20260731","@aztec/simulator":"6.0.0-nightly.20260731","@aztec/aztec-node":"6.0.0-nightly.20260731","@aztec/foundation":"6.0.0-nightly.20260731","@aztec/wallet-sdk":"6.0.0-nightly.20260731","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260731","@aztec/entrypoints":"6.0.0-nightly.20260731","@aztec/epoch-cache":"6.0.0-nightly.20260731","@aztec/prover-node":"6.0.0-nightly.20260731","@aztec/world-state":"6.0.0-nightly.20260731","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260731","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260731","@aztec/prover-client":"6.0.0-nightly.20260731","@aztec/noir-noirc_abi":"6.0.0-nightly.20260731","@aztec/sequencer-client":"6.0.0-nightly.20260731","@aztec/telemetry-client":"6.0.0-nightly.20260731","@aztec/validator-client":"6.0.0-nightly.20260731","@aztec/noir-contracts.js":"6.0.0-nightly.20260731","@aztec/protocol-contracts":"6.0.0-nightly.20260731","@aztec/standard-contracts":"6.0.0-nightly.20260731","@aztec/validator-ha-signer":"6.0.0-nightly.20260731","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260731","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260731"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260731_1785475509880_0.5088730862722952","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260801":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260801","_id":"@aztec/end-to-end@5.2.0-nightly.20260801","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"2f1b7de9fea9f1b35e9fff7465f87dd6b94a72db","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260801.tgz","fileCount":379,"integrity":"sha512-dXgbWi9Rj91DA0ErTDBBCpsc+v8Iw1Or2NL7DsryOSyMjn/GQTrIYHQWg7o9DyW1nJnQTI6XiyTaSfGbi1yxYQ==","signatures":[{"sig":"MEUCIQCm7kV30d0dwgTOYyRLi3lauqSfzlg/AXYd3wdqgS1pswIgavZWaM8gc4r7bg7tFjawDBBip4bSF0IWfMJ40U6ZfFA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260801","@aztec/cli":"5.2.0-nightly.20260801","@aztec/p2p":"5.2.0-nightly.20260801","@aztec/pxe":"5.2.0-nightly.20260801","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260801","@aztec/bb.js":"5.2.0-nightly.20260801","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260801","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260801","@aztec/wallets":"5.2.0-nightly.20260801","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260801","@aztec/archiver":"5.2.0-nightly.20260801","@aztec/aztec.js":"5.2.0-nightly.20260801","@aztec/blob-lib":"5.2.0-nightly.20260801","@aztec/ethereum":"5.2.0-nightly.20260801","@aztec/kv-store":"5.2.0-nightly.20260801","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260801","@aztec/constants":"5.2.0-nightly.20260801","@aztec/simulator":"5.2.0-nightly.20260801","@aztec/aztec-node":"5.2.0-nightly.20260801","@aztec/foundation":"5.2.0-nightly.20260801","@aztec/wallet-sdk":"5.2.0-nightly.20260801","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260801","@aztec/entrypoints":"5.2.0-nightly.20260801","@aztec/epoch-cache":"5.2.0-nightly.20260801","@aztec/prover-node":"5.2.0-nightly.20260801","@aztec/world-state":"5.2.0-nightly.20260801","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260801","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260801","@aztec/prover-client":"5.2.0-nightly.20260801","@aztec/noir-noirc_abi":"5.2.0-nightly.20260801","@aztec/sequencer-client":"5.2.0-nightly.20260801","@aztec/telemetry-client":"5.2.0-nightly.20260801","@aztec/validator-client":"5.2.0-nightly.20260801","@aztec/noir-contracts.js":"5.2.0-nightly.20260801","@aztec/protocol-contracts":"5.2.0-nightly.20260801","@aztec/standard-contracts":"5.2.0-nightly.20260801","@aztec/validator-ha-signer":"5.2.0-nightly.20260801","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260801","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260801"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260801_1785561398766_0.5174917352151887","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260801":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260801","_id":"@aztec/end-to-end@6.0.0-nightly.20260801","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d18067bdc529a289f4f699b2168c51711301d51d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260801.tgz","fileCount":379,"integrity":"sha512-pWFuCjDzxOVEnacbOIuYnDj9dtem3W1YCk8MZBk3b/Er3x+lVWbaQp6E9lKlI5aNw9TXpo/GGXJSNABn/rTGNA==","signatures":[{"sig":"MEQCIFtuiz+fcJBv1FZhy4KGoB9/aQKmK99vgdawNAk65ZiuAiA7EtFC4WIRl+sSbW25n77tvJzlZ/n+fTRoIxXEGiJqeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260801","@aztec/cli":"6.0.0-nightly.20260801","@aztec/p2p":"6.0.0-nightly.20260801","@aztec/pxe":"6.0.0-nightly.20260801","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260801","@aztec/bb.js":"6.0.0-nightly.20260801","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260801","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260801","@aztec/wallets":"6.0.0-nightly.20260801","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260801","@aztec/archiver":"6.0.0-nightly.20260801","@aztec/aztec.js":"6.0.0-nightly.20260801","@aztec/blob-lib":"6.0.0-nightly.20260801","@aztec/ethereum":"6.0.0-nightly.20260801","@aztec/kv-store":"6.0.0-nightly.20260801","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260801","@aztec/constants":"6.0.0-nightly.20260801","@aztec/simulator":"6.0.0-nightly.20260801","@aztec/aztec-node":"6.0.0-nightly.20260801","@aztec/foundation":"6.0.0-nightly.20260801","@aztec/wallet-sdk":"6.0.0-nightly.20260801","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260801","@aztec/entrypoints":"6.0.0-nightly.20260801","@aztec/epoch-cache":"6.0.0-nightly.20260801","@aztec/prover-node":"6.0.0-nightly.20260801","@aztec/world-state":"6.0.0-nightly.20260801","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260801","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260801","@aztec/prover-client":"6.0.0-nightly.20260801","@aztec/noir-noirc_abi":"6.0.0-nightly.20260801","@aztec/sequencer-client":"6.0.0-nightly.20260801","@aztec/telemetry-client":"6.0.0-nightly.20260801","@aztec/validator-client":"6.0.0-nightly.20260801","@aztec/noir-contracts.js":"6.0.0-nightly.20260801","@aztec/protocol-contracts":"6.0.0-nightly.20260801","@aztec/standard-contracts":"6.0.0-nightly.20260801","@aztec/validator-ha-signer":"6.0.0-nightly.20260801","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260801","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260801"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260801_1785561421031_0.23088903055284216","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260802":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260802","_id":"@aztec/end-to-end@5.2.0-nightly.20260802","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"059acd9044bf6885358ab56ab1f9df850fd1fac1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260802.tgz","fileCount":379,"integrity":"sha512-LiJhGz0U3TNKswpRqryD0WyMRitbaxSwdRlAiP8Iw8eFnghjVF7MvF1fPwGCszH9ye358/eJQSHxIQmyyujOyw==","signatures":[{"sig":"MEQCIAkc/YVepU1T7okQIK4T6qG3Z2nOL5XlS0j5Odvl7KlAAiALYn/Q3FJqUd3tGVkJr7+cjgxNTQaNT4HCx8+HoVntUA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260802","@aztec/cli":"5.2.0-nightly.20260802","@aztec/p2p":"5.2.0-nightly.20260802","@aztec/pxe":"5.2.0-nightly.20260802","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260802","@aztec/bb.js":"5.2.0-nightly.20260802","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260802","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260802","@aztec/wallets":"5.2.0-nightly.20260802","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260802","@aztec/archiver":"5.2.0-nightly.20260802","@aztec/aztec.js":"5.2.0-nightly.20260802","@aztec/blob-lib":"5.2.0-nightly.20260802","@aztec/ethereum":"5.2.0-nightly.20260802","@aztec/kv-store":"5.2.0-nightly.20260802","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260802","@aztec/constants":"5.2.0-nightly.20260802","@aztec/simulator":"5.2.0-nightly.20260802","@aztec/aztec-node":"5.2.0-nightly.20260802","@aztec/foundation":"5.2.0-nightly.20260802","@aztec/wallet-sdk":"5.2.0-nightly.20260802","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260802","@aztec/entrypoints":"5.2.0-nightly.20260802","@aztec/epoch-cache":"5.2.0-nightly.20260802","@aztec/prover-node":"5.2.0-nightly.20260802","@aztec/world-state":"5.2.0-nightly.20260802","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260802","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260802","@aztec/prover-client":"5.2.0-nightly.20260802","@aztec/noir-noirc_abi":"5.2.0-nightly.20260802","@aztec/sequencer-client":"5.2.0-nightly.20260802","@aztec/telemetry-client":"5.2.0-nightly.20260802","@aztec/validator-client":"5.2.0-nightly.20260802","@aztec/noir-contracts.js":"5.2.0-nightly.20260802","@aztec/protocol-contracts":"5.2.0-nightly.20260802","@aztec/standard-contracts":"5.2.0-nightly.20260802","@aztec/validator-ha-signer":"5.2.0-nightly.20260802","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260802","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260802"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260802_1785647812702_0.976774388026304","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260802":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260802","_id":"@aztec/end-to-end@6.0.0-nightly.20260802","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"795f8f07ebf568f7896d95e5555b9a4402e46cae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260802.tgz","fileCount":379,"integrity":"sha512-qF71fEMprktbul7nJZ5eu4tMr5a3V+wgq0W0yxajiaJmzaVDDOEkJcUqN6O8kDihIevB793ywkB4HhxwtaLSsQ==","signatures":[{"sig":"MEUCIQDocEQV8vRd/vxMVRTNPAHOIYuu7DqEjNbVYNL82isWUgIgSD6oUMPlcocTlh/k9ijkVrlNFhffiwV0wi7N8/gfhdk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260802","@aztec/cli":"6.0.0-nightly.20260802","@aztec/p2p":"6.0.0-nightly.20260802","@aztec/pxe":"6.0.0-nightly.20260802","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260802","@aztec/bb.js":"6.0.0-nightly.20260802","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260802","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260802","@aztec/wallets":"6.0.0-nightly.20260802","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260802","@aztec/archiver":"6.0.0-nightly.20260802","@aztec/aztec.js":"6.0.0-nightly.20260802","@aztec/blob-lib":"6.0.0-nightly.20260802","@aztec/ethereum":"6.0.0-nightly.20260802","@aztec/kv-store":"6.0.0-nightly.20260802","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260802","@aztec/constants":"6.0.0-nightly.20260802","@aztec/simulator":"6.0.0-nightly.20260802","@aztec/aztec-node":"6.0.0-nightly.20260802","@aztec/foundation":"6.0.0-nightly.20260802","@aztec/wallet-sdk":"6.0.0-nightly.20260802","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260802","@aztec/entrypoints":"6.0.0-nightly.20260802","@aztec/epoch-cache":"6.0.0-nightly.20260802","@aztec/prover-node":"6.0.0-nightly.20260802","@aztec/world-state":"6.0.0-nightly.20260802","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260802","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260802","@aztec/prover-client":"6.0.0-nightly.20260802","@aztec/noir-noirc_abi":"6.0.0-nightly.20260802","@aztec/sequencer-client":"6.0.0-nightly.20260802","@aztec/telemetry-client":"6.0.0-nightly.20260802","@aztec/validator-client":"6.0.0-nightly.20260802","@aztec/noir-contracts.js":"6.0.0-nightly.20260802","@aztec/protocol-contracts":"6.0.0-nightly.20260802","@aztec/standard-contracts":"6.0.0-nightly.20260802","@aztec/validator-ha-signer":"6.0.0-nightly.20260802","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260802","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260802"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260802_1785647820280_0.6768435130610213","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260803":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260803","_id":"@aztec/end-to-end@5.2.0-nightly.20260803","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d6650f37bae634ef7b3b1bb61d7b7549d9be4f99","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260803.tgz","fileCount":379,"integrity":"sha512-7032actXSwq9iMt8mIzNAsZ8GISQcshrFOFum+/NsCcld1XU1GKpLhvgJpu1N2pGQfaChNPBQUp+gkX6G8xYpw==","signatures":[{"sig":"MEUCIQC7aklyv4g3Qklahv4wSEFu5MK3PmzF8q82korIfvNBfgIgfGVsR/1ArlASkVOZKr6gZRzMB6nTMRcbBBeXm6RMGQI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260803","@aztec/cli":"5.2.0-nightly.20260803","@aztec/p2p":"5.2.0-nightly.20260803","@aztec/pxe":"5.2.0-nightly.20260803","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260803","@aztec/bb.js":"5.2.0-nightly.20260803","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260803","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260803","@aztec/wallets":"5.2.0-nightly.20260803","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260803","@aztec/archiver":"5.2.0-nightly.20260803","@aztec/aztec.js":"5.2.0-nightly.20260803","@aztec/blob-lib":"5.2.0-nightly.20260803","@aztec/ethereum":"5.2.0-nightly.20260803","@aztec/kv-store":"5.2.0-nightly.20260803","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260803","@aztec/constants":"5.2.0-nightly.20260803","@aztec/simulator":"5.2.0-nightly.20260803","@aztec/aztec-node":"5.2.0-nightly.20260803","@aztec/foundation":"5.2.0-nightly.20260803","@aztec/wallet-sdk":"5.2.0-nightly.20260803","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260803","@aztec/entrypoints":"5.2.0-nightly.20260803","@aztec/epoch-cache":"5.2.0-nightly.20260803","@aztec/prover-node":"5.2.0-nightly.20260803","@aztec/world-state":"5.2.0-nightly.20260803","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260803","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260803","@aztec/prover-client":"5.2.0-nightly.20260803","@aztec/noir-noirc_abi":"5.2.0-nightly.20260803","@aztec/sequencer-client":"5.2.0-nightly.20260803","@aztec/telemetry-client":"5.2.0-nightly.20260803","@aztec/validator-client":"5.2.0-nightly.20260803","@aztec/noir-contracts.js":"5.2.0-nightly.20260803","@aztec/protocol-contracts":"5.2.0-nightly.20260803","@aztec/standard-contracts":"5.2.0-nightly.20260803","@aztec/validator-ha-signer":"5.2.0-nightly.20260803","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260803","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260803"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260803_1785734756230_0.5459340405903952","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260803":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260803","_id":"@aztec/end-to-end@6.0.0-nightly.20260803","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"dd2ad27ffdce0118dc822b5e000e5c20e728461a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260803.tgz","fileCount":379,"integrity":"sha512-3XeJTUbXVPRd2AtErlfNYsz/zOzcFjPQ083SGWR2wbD7dP0pbebwW5YsDl8o2+VHIufjS7d4j/EyoFNWTRZnLw==","signatures":[{"sig":"MEUCIBX9hRwT8zmOK1vBtjLIPGTEuChpjXxPLCHxMUbG89XLAiEA3fzAFjhLyaQXON5fT87hZTLZe8s7ls2ItqPrZ7mElWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806767},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260803","@aztec/cli":"6.0.0-nightly.20260803","@aztec/p2p":"6.0.0-nightly.20260803","@aztec/pxe":"6.0.0-nightly.20260803","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260803","@aztec/bb.js":"6.0.0-nightly.20260803","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260803","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260803","@aztec/wallets":"6.0.0-nightly.20260803","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260803","@aztec/archiver":"6.0.0-nightly.20260803","@aztec/aztec.js":"6.0.0-nightly.20260803","@aztec/blob-lib":"6.0.0-nightly.20260803","@aztec/ethereum":"6.0.0-nightly.20260803","@aztec/kv-store":"6.0.0-nightly.20260803","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260803","@aztec/constants":"6.0.0-nightly.20260803","@aztec/simulator":"6.0.0-nightly.20260803","@aztec/aztec-node":"6.0.0-nightly.20260803","@aztec/foundation":"6.0.0-nightly.20260803","@aztec/wallet-sdk":"6.0.0-nightly.20260803","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260803","@aztec/entrypoints":"6.0.0-nightly.20260803","@aztec/epoch-cache":"6.0.0-nightly.20260803","@aztec/prover-node":"6.0.0-nightly.20260803","@aztec/world-state":"6.0.0-nightly.20260803","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260803","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260803","@aztec/prover-client":"6.0.0-nightly.20260803","@aztec/noir-noirc_abi":"6.0.0-nightly.20260803","@aztec/sequencer-client":"6.0.0-nightly.20260803","@aztec/telemetry-client":"6.0.0-nightly.20260803","@aztec/validator-client":"6.0.0-nightly.20260803","@aztec/noir-contracts.js":"6.0.0-nightly.20260803","@aztec/protocol-contracts":"6.0.0-nightly.20260803","@aztec/standard-contracts":"6.0.0-nightly.20260803","@aztec/validator-ha-signer":"6.0.0-nightly.20260803","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260803","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260803"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260803_1785734920998_0.3166945228953122","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260804":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260804","_id":"@aztec/end-to-end@5.2.0-nightly.20260804","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8786360d97a53a6968d9e03c5155b9f8945ddaf2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260804.tgz","fileCount":379,"integrity":"sha512-uHGS/5vaxqjFhR2QvUBLAF8GKJ4putnqVkZJ1wr3khgUZxjvLvqO3O6hd9WahSsIUQs/Mii24WtIuQ8mBtMq+w==","signatures":[{"sig":"MEQCIAKnbx+AFpoM1ppNZF/4bVPka379M/hUTFHVRMshj53jAiAnoT/74f+At3OM+02A2TD0P77RMMVEx3C1i/0Ya8Iwwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260804","@aztec/cli":"5.2.0-nightly.20260804","@aztec/p2p":"5.2.0-nightly.20260804","@aztec/pxe":"5.2.0-nightly.20260804","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260804","@aztec/bb.js":"5.2.0-nightly.20260804","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260804","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260804","@aztec/wallets":"5.2.0-nightly.20260804","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260804","@aztec/archiver":"5.2.0-nightly.20260804","@aztec/aztec.js":"5.2.0-nightly.20260804","@aztec/blob-lib":"5.2.0-nightly.20260804","@aztec/ethereum":"5.2.0-nightly.20260804","@aztec/kv-store":"5.2.0-nightly.20260804","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260804","@aztec/constants":"5.2.0-nightly.20260804","@aztec/simulator":"5.2.0-nightly.20260804","@aztec/aztec-node":"5.2.0-nightly.20260804","@aztec/foundation":"5.2.0-nightly.20260804","@aztec/wallet-sdk":"5.2.0-nightly.20260804","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260804","@aztec/entrypoints":"5.2.0-nightly.20260804","@aztec/epoch-cache":"5.2.0-nightly.20260804","@aztec/prover-node":"5.2.0-nightly.20260804","@aztec/world-state":"5.2.0-nightly.20260804","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260804","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260804","@aztec/prover-client":"5.2.0-nightly.20260804","@aztec/noir-noirc_abi":"5.2.0-nightly.20260804","@aztec/sequencer-client":"5.2.0-nightly.20260804","@aztec/telemetry-client":"5.2.0-nightly.20260804","@aztec/validator-client":"5.2.0-nightly.20260804","@aztec/noir-contracts.js":"5.2.0-nightly.20260804","@aztec/protocol-contracts":"5.2.0-nightly.20260804","@aztec/standard-contracts":"5.2.0-nightly.20260804","@aztec/validator-ha-signer":"5.2.0-nightly.20260804","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260804","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260804"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260804_1785820574249_0.48140123447670313","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260804":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260804","_id":"@aztec/end-to-end@6.0.0-nightly.20260804","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"000b265c372f13ae943957cda4d095e7175a3aee","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260804.tgz","fileCount":379,"integrity":"sha512-whbeBoSjNL8k2rw4j90VxdYzBvbNG5kWLXmNv+krQaPVp+SHXZPfMXuW89P9Zggc05ZSBlvKv5Crnr4dFrrSNg==","signatures":[{"sig":"MEUCIQDGlwzg7OtHfz9QCtF+JNFuYNzJwcn8yK9KKd2XNra4mgIgQualgLYTkzYnPjJ1TAASjac5rV1a7DR40JO5VhnT314=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260804","@aztec/cli":"6.0.0-nightly.20260804","@aztec/p2p":"6.0.0-nightly.20260804","@aztec/pxe":"6.0.0-nightly.20260804","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260804","@aztec/bb.js":"6.0.0-nightly.20260804","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260804","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260804","@aztec/wallets":"6.0.0-nightly.20260804","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260804","@aztec/archiver":"6.0.0-nightly.20260804","@aztec/aztec.js":"6.0.0-nightly.20260804","@aztec/blob-lib":"6.0.0-nightly.20260804","@aztec/ethereum":"6.0.0-nightly.20260804","@aztec/kv-store":"6.0.0-nightly.20260804","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260804","@aztec/constants":"6.0.0-nightly.20260804","@aztec/simulator":"6.0.0-nightly.20260804","@aztec/aztec-node":"6.0.0-nightly.20260804","@aztec/foundation":"6.0.0-nightly.20260804","@aztec/wallet-sdk":"6.0.0-nightly.20260804","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260804","@aztec/entrypoints":"6.0.0-nightly.20260804","@aztec/epoch-cache":"6.0.0-nightly.20260804","@aztec/prover-node":"6.0.0-nightly.20260804","@aztec/world-state":"6.0.0-nightly.20260804","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260804","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260804","@aztec/prover-client":"6.0.0-nightly.20260804","@aztec/noir-noirc_abi":"6.0.0-nightly.20260804","@aztec/sequencer-client":"6.0.0-nightly.20260804","@aztec/telemetry-client":"6.0.0-nightly.20260804","@aztec/validator-client":"6.0.0-nightly.20260804","@aztec/noir-contracts.js":"6.0.0-nightly.20260804","@aztec/protocol-contracts":"6.0.0-nightly.20260804","@aztec/standard-contracts":"6.0.0-nightly.20260804","@aztec/validator-ha-signer":"6.0.0-nightly.20260804","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260804","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260804"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260804_1785820650230_0.6060172079489488","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260805":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260805","_id":"@aztec/end-to-end@5.2.0-nightly.20260805","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"46af90cfa52c851a3f2b4675064a05e4b6c25efa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260805.tgz","fileCount":379,"integrity":"sha512-c2+renEQARJmPwfTKpFHldVMYvlufW8/NvDj5e5BYjyCnXROXSj0yivRpPm2f6SZViE+aOsH1MOppMet5tR5pw==","signatures":[{"sig":"MEQCIC3cziDjw40NB+auZHCDZ18tUfxdJNfWCb5+3l4BQTreAiA7Rf6JzquN0fB9M1zbzR4kT+Mg+8VNMRmKFGCUPQpSgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260805","@aztec/cli":"5.2.0-nightly.20260805","@aztec/p2p":"5.2.0-nightly.20260805","@aztec/pxe":"5.2.0-nightly.20260805","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260805","@aztec/bb.js":"5.2.0-nightly.20260805","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260805","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260805","@aztec/wallets":"5.2.0-nightly.20260805","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260805","@aztec/archiver":"5.2.0-nightly.20260805","@aztec/aztec.js":"5.2.0-nightly.20260805","@aztec/blob-lib":"5.2.0-nightly.20260805","@aztec/ethereum":"5.2.0-nightly.20260805","@aztec/kv-store":"5.2.0-nightly.20260805","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260805","@aztec/constants":"5.2.0-nightly.20260805","@aztec/simulator":"5.2.0-nightly.20260805","@aztec/aztec-node":"5.2.0-nightly.20260805","@aztec/foundation":"5.2.0-nightly.20260805","@aztec/wallet-sdk":"5.2.0-nightly.20260805","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260805","@aztec/entrypoints":"5.2.0-nightly.20260805","@aztec/epoch-cache":"5.2.0-nightly.20260805","@aztec/prover-node":"5.2.0-nightly.20260805","@aztec/world-state":"5.2.0-nightly.20260805","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260805","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260805","@aztec/prover-client":"5.2.0-nightly.20260805","@aztec/noir-noirc_abi":"5.2.0-nightly.20260805","@aztec/sequencer-client":"5.2.0-nightly.20260805","@aztec/telemetry-client":"5.2.0-nightly.20260805","@aztec/validator-client":"5.2.0-nightly.20260805","@aztec/noir-contracts.js":"5.2.0-nightly.20260805","@aztec/protocol-contracts":"5.2.0-nightly.20260805","@aztec/standard-contracts":"5.2.0-nightly.20260805","@aztec/validator-ha-signer":"5.2.0-nightly.20260805","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260805","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260805"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260805_1785906896884_0.9768027402630661","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260805":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260805","_id":"@aztec/end-to-end@6.0.0-nightly.20260805","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9f590d7446c5954ebdf402bdf3622b7421c10344","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260805.tgz","fileCount":379,"integrity":"sha512-+z3zew5spc+vvHQ2KMMZMs1GxcyvimPKbUzZrNozmaai9hcIejEHKm6yUlIG6YoLBjQ9tDflQuoMsACDde9dNA==","signatures":[{"sig":"MEYCIQCQqc0QAwUp935+RuRBwnSREK70E8XwjTjo057fSwhKTgIhAPTsNc+iZ0WuAv7BtWIH6GyRMea612gh+6wthR25aklk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260805","@aztec/cli":"6.0.0-nightly.20260805","@aztec/p2p":"6.0.0-nightly.20260805","@aztec/pxe":"6.0.0-nightly.20260805","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260805","@aztec/bb.js":"6.0.0-nightly.20260805","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260805","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260805","@aztec/wallets":"6.0.0-nightly.20260805","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260805","@aztec/archiver":"6.0.0-nightly.20260805","@aztec/aztec.js":"6.0.0-nightly.20260805","@aztec/blob-lib":"6.0.0-nightly.20260805","@aztec/ethereum":"6.0.0-nightly.20260805","@aztec/kv-store":"6.0.0-nightly.20260805","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260805","@aztec/constants":"6.0.0-nightly.20260805","@aztec/simulator":"6.0.0-nightly.20260805","@aztec/aztec-node":"6.0.0-nightly.20260805","@aztec/foundation":"6.0.0-nightly.20260805","@aztec/wallet-sdk":"6.0.0-nightly.20260805","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260805","@aztec/entrypoints":"6.0.0-nightly.20260805","@aztec/epoch-cache":"6.0.0-nightly.20260805","@aztec/prover-node":"6.0.0-nightly.20260805","@aztec/world-state":"6.0.0-nightly.20260805","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260805","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260805","@aztec/prover-client":"6.0.0-nightly.20260805","@aztec/noir-noirc_abi":"6.0.0-nightly.20260805","@aztec/sequencer-client":"6.0.0-nightly.20260805","@aztec/telemetry-client":"6.0.0-nightly.20260805","@aztec/validator-client":"6.0.0-nightly.20260805","@aztec/noir-contracts.js":"6.0.0-nightly.20260805","@aztec/protocol-contracts":"6.0.0-nightly.20260805","@aztec/standard-contracts":"6.0.0-nightly.20260805","@aztec/validator-ha-signer":"6.0.0-nightly.20260805","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260805","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260805"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260805_1785907072851_0.8426155620666387","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260806":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260806","_id":"@aztec/end-to-end@5.2.0-nightly.20260806","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9d668aa2e2f64bb209ac529e1f50212124bc48c1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260806.tgz","fileCount":379,"integrity":"sha512-S4XOyyJpukYn68a5lP6o3BdgRO1p7VeKG0rYVyVxZIHg+dPkx0X0Mbd0pfGUZKXLDspr/I0BhU4aO6ARp1kobQ==","signatures":[{"sig":"MEUCIQCxSMN7K0qHRcb4yuN40nXnPyUjf3VVOOAJ0acD6VkQJwIgSV36iA7lyq4oYSpwuKwXKGG8aIRT5tm01eiCTap6eP8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260806","@aztec/cli":"5.2.0-nightly.20260806","@aztec/p2p":"5.2.0-nightly.20260806","@aztec/pxe":"5.2.0-nightly.20260806","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260806","@aztec/bb.js":"5.2.0-nightly.20260806","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260806","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260806","@aztec/wallets":"5.2.0-nightly.20260806","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260806","@aztec/archiver":"5.2.0-nightly.20260806","@aztec/aztec.js":"5.2.0-nightly.20260806","@aztec/blob-lib":"5.2.0-nightly.20260806","@aztec/ethereum":"5.2.0-nightly.20260806","@aztec/kv-store":"5.2.0-nightly.20260806","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260806","@aztec/constants":"5.2.0-nightly.20260806","@aztec/simulator":"5.2.0-nightly.20260806","@aztec/aztec-node":"5.2.0-nightly.20260806","@aztec/foundation":"5.2.0-nightly.20260806","@aztec/wallet-sdk":"5.2.0-nightly.20260806","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260806","@aztec/entrypoints":"5.2.0-nightly.20260806","@aztec/epoch-cache":"5.2.0-nightly.20260806","@aztec/prover-node":"5.2.0-nightly.20260806","@aztec/world-state":"5.2.0-nightly.20260806","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260806","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260806","@aztec/prover-client":"5.2.0-nightly.20260806","@aztec/noir-noirc_abi":"5.2.0-nightly.20260806","@aztec/sequencer-client":"5.2.0-nightly.20260806","@aztec/telemetry-client":"5.2.0-nightly.20260806","@aztec/validator-client":"5.2.0-nightly.20260806","@aztec/noir-contracts.js":"5.2.0-nightly.20260806","@aztec/protocol-contracts":"5.2.0-nightly.20260806","@aztec/standard-contracts":"5.2.0-nightly.20260806","@aztec/validator-ha-signer":"5.2.0-nightly.20260806","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260806","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260806"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260806_1785993313585_0.05123601165810343","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260806":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260806","_id":"@aztec/end-to-end@6.0.0-nightly.20260806","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"72eb3341e39a06b9747b5131db751314c79fe8e6","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260806.tgz","fileCount":379,"integrity":"sha512-TXhjct1HL9LRHcdYWhBgbCLyFoq/6wfMtakWz+HJQwLM+Fy/Jp32HxZwy34sfSS/gK6CBHv8TmtHnbDr+IBe/Q==","signatures":[{"sig":"MEUCIGAW5iY3BF2sg7nFsw36cDM+/1s1rbUt8cufkTJ1ti3pAiEA2G/5hA2b0juD8PrYMdGlMXOgsoTbwEw4SO723fy8CQU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260806","@aztec/cli":"6.0.0-nightly.20260806","@aztec/p2p":"6.0.0-nightly.20260806","@aztec/pxe":"6.0.0-nightly.20260806","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260806","@aztec/bb.js":"6.0.0-nightly.20260806","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260806","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260806","@aztec/wallets":"6.0.0-nightly.20260806","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260806","@aztec/archiver":"6.0.0-nightly.20260806","@aztec/aztec.js":"6.0.0-nightly.20260806","@aztec/blob-lib":"6.0.0-nightly.20260806","@aztec/ethereum":"6.0.0-nightly.20260806","@aztec/kv-store":"6.0.0-nightly.20260806","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260806","@aztec/constants":"6.0.0-nightly.20260806","@aztec/simulator":"6.0.0-nightly.20260806","@aztec/aztec-node":"6.0.0-nightly.20260806","@aztec/foundation":"6.0.0-nightly.20260806","@aztec/wallet-sdk":"6.0.0-nightly.20260806","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260806","@aztec/entrypoints":"6.0.0-nightly.20260806","@aztec/epoch-cache":"6.0.0-nightly.20260806","@aztec/prover-node":"6.0.0-nightly.20260806","@aztec/world-state":"6.0.0-nightly.20260806","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260806","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260806","@aztec/prover-client":"6.0.0-nightly.20260806","@aztec/noir-noirc_abi":"6.0.0-nightly.20260806","@aztec/sequencer-client":"6.0.0-nightly.20260806","@aztec/telemetry-client":"6.0.0-nightly.20260806","@aztec/validator-client":"6.0.0-nightly.20260806","@aztec/noir-contracts.js":"6.0.0-nightly.20260806","@aztec/protocol-contracts":"6.0.0-nightly.20260806","@aztec/standard-contracts":"6.0.0-nightly.20260806","@aztec/validator-ha-signer":"6.0.0-nightly.20260806","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260806","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260806"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260806_1785993436409_0.6424951052223664","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260807":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260807","_id":"@aztec/end-to-end@5.2.0-nightly.20260807","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1aa873e23e6d33113b994a9d7d852aa9487e3fa3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260807.tgz","fileCount":379,"integrity":"sha512-LENoBFn68eSJYccKMikuGRBLW9F/gPXHmh19NrMEtsFH4S7ogxE0d6BAbOGkztshDcOvT0u5aDA9R6WxTsA40w==","signatures":[{"sig":"MEUCIQCu4Q5fNrSwfW/qYpU3JzCKTAx/0lk+GASnxtfXVa/h8QIgKZJW1r8ap14j0yi1f/yszoAXieGj64qJfLMnvVz9Q+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260807","@aztec/cli":"5.2.0-nightly.20260807","@aztec/p2p":"5.2.0-nightly.20260807","@aztec/pxe":"5.2.0-nightly.20260807","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260807","@aztec/bb.js":"5.2.0-nightly.20260807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260807","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260807","@aztec/wallets":"5.2.0-nightly.20260807","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260807","@aztec/archiver":"5.2.0-nightly.20260807","@aztec/aztec.js":"5.2.0-nightly.20260807","@aztec/blob-lib":"5.2.0-nightly.20260807","@aztec/ethereum":"5.2.0-nightly.20260807","@aztec/kv-store":"5.2.0-nightly.20260807","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260807","@aztec/constants":"5.2.0-nightly.20260807","@aztec/simulator":"5.2.0-nightly.20260807","@aztec/aztec-node":"5.2.0-nightly.20260807","@aztec/foundation":"5.2.0-nightly.20260807","@aztec/wallet-sdk":"5.2.0-nightly.20260807","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260807","@aztec/entrypoints":"5.2.0-nightly.20260807","@aztec/epoch-cache":"5.2.0-nightly.20260807","@aztec/prover-node":"5.2.0-nightly.20260807","@aztec/world-state":"5.2.0-nightly.20260807","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260807","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260807","@aztec/prover-client":"5.2.0-nightly.20260807","@aztec/noir-noirc_abi":"5.2.0-nightly.20260807","@aztec/sequencer-client":"5.2.0-nightly.20260807","@aztec/telemetry-client":"5.2.0-nightly.20260807","@aztec/validator-client":"5.2.0-nightly.20260807","@aztec/noir-contracts.js":"5.2.0-nightly.20260807","@aztec/protocol-contracts":"5.2.0-nightly.20260807","@aztec/standard-contracts":"5.2.0-nightly.20260807","@aztec/validator-ha-signer":"5.2.0-nightly.20260807","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260807","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260807"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260807_1786078234715_0.38030359614602527","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260807":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260807","_id":"@aztec/end-to-end@6.0.0-nightly.20260807","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c20d1d0e94876a0ac728df71560b8047a42a457e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260807.tgz","fileCount":379,"integrity":"sha512-WFbSF0eCx0LdCAn2CnMHDjYOkKtxApWHVmi/rYWReyZOHSET9WrFRnmG5Wl5cvbGrIAUHsRQh1wvXu3SlcRrWA==","signatures":[{"sig":"MEQCIA39RA7le89U1l8kRGgCdXU+WQLoZuA4ZQyklRxo9yUZAiAXxMq+OKu6pRhXpoQO5QpL3vLJlWuEGLafa95vO78cCg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260807","@aztec/cli":"6.0.0-nightly.20260807","@aztec/p2p":"6.0.0-nightly.20260807","@aztec/pxe":"6.0.0-nightly.20260807","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260807","@aztec/bb.js":"6.0.0-nightly.20260807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260807","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260807","@aztec/wallets":"6.0.0-nightly.20260807","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260807","@aztec/archiver":"6.0.0-nightly.20260807","@aztec/aztec.js":"6.0.0-nightly.20260807","@aztec/blob-lib":"6.0.0-nightly.20260807","@aztec/ethereum":"6.0.0-nightly.20260807","@aztec/kv-store":"6.0.0-nightly.20260807","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260807","@aztec/constants":"6.0.0-nightly.20260807","@aztec/simulator":"6.0.0-nightly.20260807","@aztec/aztec-node":"6.0.0-nightly.20260807","@aztec/foundation":"6.0.0-nightly.20260807","@aztec/wallet-sdk":"6.0.0-nightly.20260807","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260807","@aztec/entrypoints":"6.0.0-nightly.20260807","@aztec/epoch-cache":"6.0.0-nightly.20260807","@aztec/prover-node":"6.0.0-nightly.20260807","@aztec/world-state":"6.0.0-nightly.20260807","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260807","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260807","@aztec/prover-client":"6.0.0-nightly.20260807","@aztec/noir-noirc_abi":"6.0.0-nightly.20260807","@aztec/sequencer-client":"6.0.0-nightly.20260807","@aztec/telemetry-client":"6.0.0-nightly.20260807","@aztec/validator-client":"6.0.0-nightly.20260807","@aztec/noir-contracts.js":"6.0.0-nightly.20260807","@aztec/protocol-contracts":"6.0.0-nightly.20260807","@aztec/standard-contracts":"6.0.0-nightly.20260807","@aztec/validator-ha-signer":"6.0.0-nightly.20260807","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260807","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260807"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260807_1786078388509_0.4994217655140405","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260808":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260808","_id":"@aztec/end-to-end@5.2.0-nightly.20260808","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"677a029ccb54075511e462f3f8b76ff8c90cee19","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260808.tgz","fileCount":379,"integrity":"sha512-U8EWm9dU1SGgkcwXQ3w9o61w+3Lig3thJP14Ax/GLgX7AHlmiWY18Y/wNIKFnkGwbxdir7avBNeLH5sReWdFvQ==","signatures":[{"sig":"MEYCIQCawMuihDejoecci/mbEfGMqXGIoJA5kAsl6M6OuJyMjAIhAPa3ADc6yFrh6ydKU3H2KhBLJvr+77iGIN2KsgimKXO/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260808","@aztec/cli":"5.2.0-nightly.20260808","@aztec/p2p":"5.2.0-nightly.20260808","@aztec/pxe":"5.2.0-nightly.20260808","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260808","@aztec/bb.js":"5.2.0-nightly.20260808","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260808","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260808","@aztec/wallets":"5.2.0-nightly.20260808","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260808","@aztec/archiver":"5.2.0-nightly.20260808","@aztec/aztec.js":"5.2.0-nightly.20260808","@aztec/blob-lib":"5.2.0-nightly.20260808","@aztec/ethereum":"5.2.0-nightly.20260808","@aztec/kv-store":"5.2.0-nightly.20260808","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260808","@aztec/constants":"5.2.0-nightly.20260808","@aztec/simulator":"5.2.0-nightly.20260808","@aztec/aztec-node":"5.2.0-nightly.20260808","@aztec/foundation":"5.2.0-nightly.20260808","@aztec/wallet-sdk":"5.2.0-nightly.20260808","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260808","@aztec/entrypoints":"5.2.0-nightly.20260808","@aztec/epoch-cache":"5.2.0-nightly.20260808","@aztec/prover-node":"5.2.0-nightly.20260808","@aztec/world-state":"5.2.0-nightly.20260808","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260808","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260808","@aztec/prover-client":"5.2.0-nightly.20260808","@aztec/noir-noirc_abi":"5.2.0-nightly.20260808","@aztec/sequencer-client":"5.2.0-nightly.20260808","@aztec/telemetry-client":"5.2.0-nightly.20260808","@aztec/validator-client":"5.2.0-nightly.20260808","@aztec/noir-contracts.js":"5.2.0-nightly.20260808","@aztec/protocol-contracts":"5.2.0-nightly.20260808","@aztec/standard-contracts":"5.2.0-nightly.20260808","@aztec/validator-ha-signer":"5.2.0-nightly.20260808","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260808","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260808"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260808_1786163766809_0.8923965304253223","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260809":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260809","_id":"@aztec/end-to-end@5.2.0-nightly.20260809","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a8ffba8104c15fd862b0e6982056ba134d9c8505","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260809.tgz","fileCount":379,"integrity":"sha512-GD5408GddWtarNP/Nli661KbwkLfL/zFwRVVrLS8FfIMs6LA43y1ZLDd9Z6o5iit6BgbF5sqK6/1CIyKQCeIXQ==","signatures":[{"sig":"MEQCIG2q7jvlyfuEAZ+g1xm/5KdjzJTWkG784iXN+XY9EqFqAiB0AIbi0zQCDdhZm4UmvdqvSpupABf3Zl9JGHEDPHjo0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260809","@aztec/cli":"5.2.0-nightly.20260809","@aztec/p2p":"5.2.0-nightly.20260809","@aztec/pxe":"5.2.0-nightly.20260809","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260809","@aztec/bb.js":"5.2.0-nightly.20260809","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260809","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260809","@aztec/wallets":"5.2.0-nightly.20260809","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260809","@aztec/archiver":"5.2.0-nightly.20260809","@aztec/aztec.js":"5.2.0-nightly.20260809","@aztec/blob-lib":"5.2.0-nightly.20260809","@aztec/ethereum":"5.2.0-nightly.20260809","@aztec/kv-store":"5.2.0-nightly.20260809","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260809","@aztec/constants":"5.2.0-nightly.20260809","@aztec/simulator":"5.2.0-nightly.20260809","@aztec/aztec-node":"5.2.0-nightly.20260809","@aztec/foundation":"5.2.0-nightly.20260809","@aztec/wallet-sdk":"5.2.0-nightly.20260809","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260809","@aztec/entrypoints":"5.2.0-nightly.20260809","@aztec/epoch-cache":"5.2.0-nightly.20260809","@aztec/prover-node":"5.2.0-nightly.20260809","@aztec/world-state":"5.2.0-nightly.20260809","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260809","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260809","@aztec/prover-client":"5.2.0-nightly.20260809","@aztec/noir-noirc_abi":"5.2.0-nightly.20260809","@aztec/sequencer-client":"5.2.0-nightly.20260809","@aztec/telemetry-client":"5.2.0-nightly.20260809","@aztec/validator-client":"5.2.0-nightly.20260809","@aztec/noir-contracts.js":"5.2.0-nightly.20260809","@aztec/protocol-contracts":"5.2.0-nightly.20260809","@aztec/standard-contracts":"5.2.0-nightly.20260809","@aztec/validator-ha-signer":"5.2.0-nightly.20260809","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260809","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260809"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260809_1786250357081_0.9528653514640684","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260809":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260809","_id":"@aztec/end-to-end@6.0.0-nightly.20260809","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5822208fd9ebe828e3b8d20bd611fd6b6d998697","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260809.tgz","fileCount":379,"integrity":"sha512-BJu3TICbu/hPT4lMIRFv5nbWUMsddnEZlaDFCwQCyHEs7vRa6YRWLw/1vzgMyoHk88DxmMQjl7O0HKVNH6CFRw==","signatures":[{"sig":"MEUCIQCo23ATCLvTjJTAO9R0DJmgEdnyvUrTrAcOEiDWhwIzwQIgPyeT+LP7imDinSn7ORdC1a0p2WPe3KcOdqdX+khcJvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260809","@aztec/cli":"6.0.0-nightly.20260809","@aztec/p2p":"6.0.0-nightly.20260809","@aztec/pxe":"6.0.0-nightly.20260809","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260809","@aztec/bb.js":"6.0.0-nightly.20260809","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260809","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260809","@aztec/wallets":"6.0.0-nightly.20260809","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260809","@aztec/archiver":"6.0.0-nightly.20260809","@aztec/aztec.js":"6.0.0-nightly.20260809","@aztec/blob-lib":"6.0.0-nightly.20260809","@aztec/ethereum":"6.0.0-nightly.20260809","@aztec/kv-store":"6.0.0-nightly.20260809","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260809","@aztec/constants":"6.0.0-nightly.20260809","@aztec/simulator":"6.0.0-nightly.20260809","@aztec/aztec-node":"6.0.0-nightly.20260809","@aztec/foundation":"6.0.0-nightly.20260809","@aztec/wallet-sdk":"6.0.0-nightly.20260809","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260809","@aztec/entrypoints":"6.0.0-nightly.20260809","@aztec/epoch-cache":"6.0.0-nightly.20260809","@aztec/prover-node":"6.0.0-nightly.20260809","@aztec/world-state":"6.0.0-nightly.20260809","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260809","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260809","@aztec/prover-client":"6.0.0-nightly.20260809","@aztec/noir-noirc_abi":"6.0.0-nightly.20260809","@aztec/sequencer-client":"6.0.0-nightly.20260809","@aztec/telemetry-client":"6.0.0-nightly.20260809","@aztec/validator-client":"6.0.0-nightly.20260809","@aztec/noir-contracts.js":"6.0.0-nightly.20260809","@aztec/protocol-contracts":"6.0.0-nightly.20260809","@aztec/standard-contracts":"6.0.0-nightly.20260809","@aztec/validator-ha-signer":"6.0.0-nightly.20260809","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260809","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260809"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260809_1786250543952_0.49683147312503895","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260810":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260810","_id":"@aztec/end-to-end@6.0.0-nightly.20260810","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"79323af08e5b0aa6c31048c211760dc3269fa3cd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260810.tgz","fileCount":379,"integrity":"sha512-akq3fKi1kPcvJvNEf61OieWxnFQMoRb/XFPMwDYipibFZTZgDdrvtzZ7W5c74xZDluo/hv5DNgOTWmyIGp4qmQ==","signatures":[{"sig":"MEUCIQCrDjG6T1eH4WbNFt3OMYSrdjD5uLVNr2G20efQb9HD4gIgcpD/Vu8b9SLAQmtko+3wUOEAB3X432IEktyUcx6X7fo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260810","@aztec/cli":"6.0.0-nightly.20260810","@aztec/p2p":"6.0.0-nightly.20260810","@aztec/pxe":"6.0.0-nightly.20260810","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260810","@aztec/bb.js":"6.0.0-nightly.20260810","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260810","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260810","@aztec/wallets":"6.0.0-nightly.20260810","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260810","@aztec/archiver":"6.0.0-nightly.20260810","@aztec/aztec.js":"6.0.0-nightly.20260810","@aztec/blob-lib":"6.0.0-nightly.20260810","@aztec/ethereum":"6.0.0-nightly.20260810","@aztec/kv-store":"6.0.0-nightly.20260810","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260810","@aztec/constants":"6.0.0-nightly.20260810","@aztec/simulator":"6.0.0-nightly.20260810","@aztec/aztec-node":"6.0.0-nightly.20260810","@aztec/foundation":"6.0.0-nightly.20260810","@aztec/wallet-sdk":"6.0.0-nightly.20260810","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260810","@aztec/entrypoints":"6.0.0-nightly.20260810","@aztec/epoch-cache":"6.0.0-nightly.20260810","@aztec/prover-node":"6.0.0-nightly.20260810","@aztec/world-state":"6.0.0-nightly.20260810","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260810","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260810","@aztec/prover-client":"6.0.0-nightly.20260810","@aztec/noir-noirc_abi":"6.0.0-nightly.20260810","@aztec/sequencer-client":"6.0.0-nightly.20260810","@aztec/telemetry-client":"6.0.0-nightly.20260810","@aztec/validator-client":"6.0.0-nightly.20260810","@aztec/noir-contracts.js":"6.0.0-nightly.20260810","@aztec/protocol-contracts":"6.0.0-nightly.20260810","@aztec/standard-contracts":"6.0.0-nightly.20260810","@aztec/validator-ha-signer":"6.0.0-nightly.20260810","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260810","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260810"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260810_1786337105587_0.8514763398916676","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260810":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260810","_id":"@aztec/end-to-end@5.2.0-nightly.20260810","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"780521c9fcf41fac0e096ee21fc27fedfa3a0c09","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260810.tgz","fileCount":379,"integrity":"sha512-0JTld7C53VSUn2nUeb5Ku5JyAlJyd14JxL9xSWD37b8H4SMbRBzUJOBbhpBw9egH4+n/4C138NAeFRkxY1tHlA==","signatures":[{"sig":"MEUCICp9+11mtrG7Z5bLE3ZxJKFDG0p845KRgX4xT3xX9h6YAiEAh7/YBUj50YqqI3RNr0MzAioA1eiFdLARofjMsKyFe3w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260810","@aztec/cli":"5.2.0-nightly.20260810","@aztec/p2p":"5.2.0-nightly.20260810","@aztec/pxe":"5.2.0-nightly.20260810","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260810","@aztec/bb.js":"5.2.0-nightly.20260810","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260810","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260810","@aztec/wallets":"5.2.0-nightly.20260810","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260810","@aztec/archiver":"5.2.0-nightly.20260810","@aztec/aztec.js":"5.2.0-nightly.20260810","@aztec/blob-lib":"5.2.0-nightly.20260810","@aztec/ethereum":"5.2.0-nightly.20260810","@aztec/kv-store":"5.2.0-nightly.20260810","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260810","@aztec/constants":"5.2.0-nightly.20260810","@aztec/simulator":"5.2.0-nightly.20260810","@aztec/aztec-node":"5.2.0-nightly.20260810","@aztec/foundation":"5.2.0-nightly.20260810","@aztec/wallet-sdk":"5.2.0-nightly.20260810","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260810","@aztec/entrypoints":"5.2.0-nightly.20260810","@aztec/epoch-cache":"5.2.0-nightly.20260810","@aztec/prover-node":"5.2.0-nightly.20260810","@aztec/world-state":"5.2.0-nightly.20260810","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260810","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260810","@aztec/prover-client":"5.2.0-nightly.20260810","@aztec/noir-noirc_abi":"5.2.0-nightly.20260810","@aztec/sequencer-client":"5.2.0-nightly.20260810","@aztec/telemetry-client":"5.2.0-nightly.20260810","@aztec/validator-client":"5.2.0-nightly.20260810","@aztec/noir-contracts.js":"5.2.0-nightly.20260810","@aztec/protocol-contracts":"5.2.0-nightly.20260810","@aztec/standard-contracts":"5.2.0-nightly.20260810","@aztec/validator-ha-signer":"5.2.0-nightly.20260810","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260810","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260810"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260810_1786359270020_0.721234211788405","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.330febf":{"name":"@aztec/end-to-end","version":"0.0.1-commit.330febf","_id":"@aztec/end-to-end@0.0.1-commit.330febf","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d4fc0412b03c2ca9ac611d179db4763391b42bfc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.330febf.tgz","fileCount":379,"integrity":"sha512-JlKKFGuI8tHOcfdHBPYROgGIMzSqJuv0Aaupg4qyQOVTxAWKSd5l0cHu1OfSO5K4/6GMDku1vEc3KGKJ073++A==","signatures":[{"sig":"MEUCIB3ffZ2+gFDqCUBTxfdB3fMNwDLRfws2B669XuKOjNW7AiEAiFGU9AK3x8ri2Q7z6Qc6G2idGiyvX8t6dIvX5Eoyf4g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806502},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.330febf","@aztec/cli":"0.0.1-commit.330febf","@aztec/p2p":"0.0.1-commit.330febf","@aztec/pxe":"0.0.1-commit.330febf","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.330febf","@aztec/bb.js":"6.0.0-nightly.20260807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.330febf","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.330febf","@aztec/wallets":"0.0.1-commit.330febf","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.330febf","@aztec/archiver":"0.0.1-commit.330febf","@aztec/aztec.js":"0.0.1-commit.330febf","@aztec/blob-lib":"0.0.1-commit.330febf","@aztec/ethereum":"0.0.1-commit.330febf","@aztec/kv-store":"0.0.1-commit.330febf","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.330febf","@aztec/constants":"0.0.1-commit.330febf","@aztec/simulator":"0.0.1-commit.330febf","@aztec/aztec-node":"0.0.1-commit.330febf","@aztec/foundation":"0.0.1-commit.330febf","@aztec/wallet-sdk":"0.0.1-commit.330febf","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.330febf","@aztec/entrypoints":"0.0.1-commit.330febf","@aztec/epoch-cache":"0.0.1-commit.330febf","@aztec/prover-node":"0.0.1-commit.330febf","@aztec/world-state":"0.0.1-commit.330febf","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260807","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.330febf","@aztec/prover-client":"0.0.1-commit.330febf","@aztec/noir-noirc_abi":"6.0.0-nightly.20260807","@aztec/sequencer-client":"0.0.1-commit.330febf","@aztec/telemetry-client":"0.0.1-commit.330febf","@aztec/validator-client":"0.0.1-commit.330febf","@aztec/noir-contracts.js":"0.0.1-commit.330febf","@aztec/protocol-contracts":"0.0.1-commit.330febf","@aztec/standard-contracts":"0.0.1-commit.330febf","@aztec/validator-ha-signer":"0.0.1-commit.330febf","@aztec/noir-test-contracts.js":"0.0.1-commit.330febf","@aztec/noir-protocol-circuits-types":"0.0.1-commit.330febf"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.330febf_1786372478144_0.6649741822157216","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.c52d6e7":{"name":"@aztec/end-to-end","version":"0.0.1-commit.c52d6e7","_id":"@aztec/end-to-end@0.0.1-commit.c52d6e7","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0bb35edfe5fab8b5a779e9d7280c49ec11cabc27","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.c52d6e7.tgz","fileCount":379,"integrity":"sha512-I7Rj68c1TCcpCg1LqjbVR3TGkG/acgteEuMDmVt+oZQdtDEwDeGc8OJ7QJjvlfzgUjandMfIz2lkq0GfTXgbmg==","signatures":[{"sig":"MEUCIQC/xTJuGyc+oSvAHPeI2cG+hrAba9qGDbfV1aXbLJ6n4QIgf0GdUgpriUijtAREmaun/trnEyKYI5hBv+cyWk9ILUw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806502},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.c52d6e7","@aztec/cli":"0.0.1-commit.c52d6e7","@aztec/p2p":"0.0.1-commit.c52d6e7","@aztec/pxe":"0.0.1-commit.c52d6e7","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.c52d6e7","@aztec/bb.js":"6.0.0-nightly.20260807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.c52d6e7","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.c52d6e7","@aztec/wallets":"0.0.1-commit.c52d6e7","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.c52d6e7","@aztec/archiver":"0.0.1-commit.c52d6e7","@aztec/aztec.js":"0.0.1-commit.c52d6e7","@aztec/blob-lib":"0.0.1-commit.c52d6e7","@aztec/ethereum":"0.0.1-commit.c52d6e7","@aztec/kv-store":"0.0.1-commit.c52d6e7","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.c52d6e7","@aztec/constants":"0.0.1-commit.c52d6e7","@aztec/simulator":"0.0.1-commit.c52d6e7","@aztec/aztec-node":"0.0.1-commit.c52d6e7","@aztec/foundation":"0.0.1-commit.c52d6e7","@aztec/wallet-sdk":"0.0.1-commit.c52d6e7","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.c52d6e7","@aztec/entrypoints":"0.0.1-commit.c52d6e7","@aztec/epoch-cache":"0.0.1-commit.c52d6e7","@aztec/prover-node":"0.0.1-commit.c52d6e7","@aztec/world-state":"0.0.1-commit.c52d6e7","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260807","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.c52d6e7","@aztec/prover-client":"0.0.1-commit.c52d6e7","@aztec/noir-noirc_abi":"6.0.0-nightly.20260807","@aztec/sequencer-client":"0.0.1-commit.c52d6e7","@aztec/telemetry-client":"0.0.1-commit.c52d6e7","@aztec/validator-client":"0.0.1-commit.c52d6e7","@aztec/noir-contracts.js":"0.0.1-commit.c52d6e7","@aztec/protocol-contracts":"0.0.1-commit.c52d6e7","@aztec/standard-contracts":"0.0.1-commit.c52d6e7","@aztec/validator-ha-signer":"0.0.1-commit.c52d6e7","@aztec/noir-test-contracts.js":"0.0.1-commit.c52d6e7","@aztec/noir-protocol-circuits-types":"0.0.1-commit.c52d6e7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.c52d6e7_1786372801019_0.7320946849525725","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.9a89641":{"name":"@aztec/end-to-end","version":"0.0.1-commit.9a89641","_id":"@aztec/end-to-end@0.0.1-commit.9a89641","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8999355aecc6c6a2afe13467a7591481a7245aba","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.9a89641.tgz","fileCount":379,"integrity":"sha512-a3IB9Z57R6T6cEIneVp5GaWTpfuMoBQF1g/cO7NUfU6pU5hY+BMzICb+OtCQFyZ1/LzbJUhAdoCONgZCDgDBPg==","signatures":[{"sig":"MEUCIQD8BrLRnLYHKUW4TF57mT7wKmIfa42dDmD5t3pdIRnN+gIgNwC/ZW5h/fuVnKgsNAchTB/GOd00xqCnfCOo2TY8JJo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806502},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.9a89641","@aztec/cli":"0.0.1-commit.9a89641","@aztec/p2p":"0.0.1-commit.9a89641","@aztec/pxe":"0.0.1-commit.9a89641","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.9a89641","@aztec/bb.js":"6.0.0-nightly.20260807","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.9a89641","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.9a89641","@aztec/wallets":"0.0.1-commit.9a89641","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.9a89641","@aztec/archiver":"0.0.1-commit.9a89641","@aztec/aztec.js":"0.0.1-commit.9a89641","@aztec/blob-lib":"0.0.1-commit.9a89641","@aztec/ethereum":"0.0.1-commit.9a89641","@aztec/kv-store":"0.0.1-commit.9a89641","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.9a89641","@aztec/constants":"0.0.1-commit.9a89641","@aztec/simulator":"0.0.1-commit.9a89641","@aztec/aztec-node":"0.0.1-commit.9a89641","@aztec/foundation":"0.0.1-commit.9a89641","@aztec/wallet-sdk":"0.0.1-commit.9a89641","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.9a89641","@aztec/entrypoints":"0.0.1-commit.9a89641","@aztec/epoch-cache":"0.0.1-commit.9a89641","@aztec/prover-node":"0.0.1-commit.9a89641","@aztec/world-state":"0.0.1-commit.9a89641","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260807","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.9a89641","@aztec/prover-client":"0.0.1-commit.9a89641","@aztec/noir-noirc_abi":"6.0.0-nightly.20260807","@aztec/sequencer-client":"0.0.1-commit.9a89641","@aztec/telemetry-client":"0.0.1-commit.9a89641","@aztec/validator-client":"0.0.1-commit.9a89641","@aztec/noir-contracts.js":"0.0.1-commit.9a89641","@aztec/protocol-contracts":"0.0.1-commit.9a89641","@aztec/standard-contracts":"0.0.1-commit.9a89641","@aztec/validator-ha-signer":"0.0.1-commit.9a89641","@aztec/noir-test-contracts.js":"0.0.1-commit.9a89641","@aztec/noir-protocol-circuits-types":"0.0.1-commit.9a89641"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.9a89641_1786374846338_0.5288371052870522","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260812":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260812","_id":"@aztec/end-to-end@6.0.0-nightly.20260812","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1c29ac5a2054f64127a83f1b779743a0992b9705","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260812.tgz","fileCount":379,"integrity":"sha512-lg0M6D3f+pGM5eQOUZGNyMYCHR4/F3Cub1ybqMMCqPqxGkvFZbmV+jyMwLa+co3JppJ4ko81yerK/8n8WBkJ3g==","signatures":[{"sig":"MEUCIQCWvsMPT9YQwa+auIVMK+nMW0/4hzxu59KBA3I/UwgWBwIgOOFBkn3Xowd0TNNkduTJFR974mlGHeWILxjE6sJF4qM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37806576},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260812","@aztec/cli":"6.0.0-nightly.20260812","@aztec/p2p":"6.0.0-nightly.20260812","@aztec/pxe":"6.0.0-nightly.20260812","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260812","@aztec/bb.js":"6.0.0-nightly.20260812","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260812","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260812","@aztec/wallets":"6.0.0-nightly.20260812","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260812","@aztec/archiver":"6.0.0-nightly.20260812","@aztec/aztec.js":"6.0.0-nightly.20260812","@aztec/blob-lib":"6.0.0-nightly.20260812","@aztec/ethereum":"6.0.0-nightly.20260812","@aztec/kv-store":"6.0.0-nightly.20260812","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260812","@aztec/constants":"6.0.0-nightly.20260812","@aztec/simulator":"6.0.0-nightly.20260812","@aztec/aztec-node":"6.0.0-nightly.20260812","@aztec/foundation":"6.0.0-nightly.20260812","@aztec/wallet-sdk":"6.0.0-nightly.20260812","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260812","@aztec/entrypoints":"6.0.0-nightly.20260812","@aztec/epoch-cache":"6.0.0-nightly.20260812","@aztec/prover-node":"6.0.0-nightly.20260812","@aztec/world-state":"6.0.0-nightly.20260812","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260812","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260812","@aztec/prover-client":"6.0.0-nightly.20260812","@aztec/noir-noirc_abi":"6.0.0-nightly.20260812","@aztec/sequencer-client":"6.0.0-nightly.20260812","@aztec/telemetry-client":"6.0.0-nightly.20260812","@aztec/validator-client":"6.0.0-nightly.20260812","@aztec/noir-contracts.js":"6.0.0-nightly.20260812","@aztec/protocol-contracts":"6.0.0-nightly.20260812","@aztec/standard-contracts":"6.0.0-nightly.20260812","@aztec/validator-ha-signer":"6.0.0-nightly.20260812","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260812","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260812"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260812_1786510128542_0.7150708735585884","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260812":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260812","_id":"@aztec/end-to-end@5.2.0-nightly.20260812","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"18ac586f4c89522eda1eb173aaa6a535d1d44ce1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260812.tgz","fileCount":379,"integrity":"sha512-YVnH8PUc/Mhvy23nheJl5O4ka3AIjvlHFqQhQ5ouypvJwXus8r80IN7oImEespXumAJ1+Fomn9UjvxI0kWMbbg==","signatures":[{"sig":"MEUCIC7VcKdyGiBtXKY983fQReJEPooJlyecbGOt1p98MNHzAiEAhp6MXlAhFgosrm0Ta5j4X65vUh9JxdF4jAasW9zLt1E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260812","@aztec/cli":"5.2.0-nightly.20260812","@aztec/p2p":"5.2.0-nightly.20260812","@aztec/pxe":"5.2.0-nightly.20260812","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260812","@aztec/bb.js":"5.2.0-nightly.20260812","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260812","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260812","@aztec/wallets":"5.2.0-nightly.20260812","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260812","@aztec/archiver":"5.2.0-nightly.20260812","@aztec/aztec.js":"5.2.0-nightly.20260812","@aztec/blob-lib":"5.2.0-nightly.20260812","@aztec/ethereum":"5.2.0-nightly.20260812","@aztec/kv-store":"5.2.0-nightly.20260812","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260812","@aztec/constants":"5.2.0-nightly.20260812","@aztec/simulator":"5.2.0-nightly.20260812","@aztec/aztec-node":"5.2.0-nightly.20260812","@aztec/foundation":"5.2.0-nightly.20260812","@aztec/wallet-sdk":"5.2.0-nightly.20260812","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260812","@aztec/entrypoints":"5.2.0-nightly.20260812","@aztec/epoch-cache":"5.2.0-nightly.20260812","@aztec/prover-node":"5.2.0-nightly.20260812","@aztec/world-state":"5.2.0-nightly.20260812","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260812","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260812","@aztec/prover-client":"5.2.0-nightly.20260812","@aztec/noir-noirc_abi":"5.2.0-nightly.20260812","@aztec/sequencer-client":"5.2.0-nightly.20260812","@aztec/telemetry-client":"5.2.0-nightly.20260812","@aztec/validator-client":"5.2.0-nightly.20260812","@aztec/noir-contracts.js":"5.2.0-nightly.20260812","@aztec/protocol-contracts":"5.2.0-nightly.20260812","@aztec/standard-contracts":"5.2.0-nightly.20260812","@aztec/validator-ha-signer":"5.2.0-nightly.20260812","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260812","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260812"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260812_1786510145132_0.8046612236278081","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260813":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260813","_id":"@aztec/end-to-end@5.2.0-nightly.20260813","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"283f4a673dee79c1e9d761ac1e2f4ad55034d6c3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260813.tgz","fileCount":379,"integrity":"sha512-tI5JzVGyNLLjvY0rn8DpAfWRt7GS7v17Fdet5J8saXVkyRcaxeZnJAfDFQktlGlXffSdNiPmlx2VS3znu1KGYw==","signatures":[{"sig":"MEUCIE9YzX81cnehgxpn+NEtgpGuq/U4QsW/QXEuMU2TjzpLAiEA3rP9WVOArk6h8obvwCfghj9WHDi7riIf/ni0XDW+oXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37807966},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"^7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260813","@aztec/cli":"5.2.0-nightly.20260813","@aztec/p2p":"5.2.0-nightly.20260813","@aztec/pxe":"5.2.0-nightly.20260813","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260813","@aztec/bb.js":"5.2.0-nightly.20260813","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260813","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260813","@aztec/wallets":"5.2.0-nightly.20260813","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260813","@aztec/archiver":"5.2.0-nightly.20260813","@aztec/aztec.js":"5.2.0-nightly.20260813","@aztec/blob-lib":"5.2.0-nightly.20260813","@aztec/ethereum":"5.2.0-nightly.20260813","@aztec/kv-store":"5.2.0-nightly.20260813","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260813","@aztec/constants":"5.2.0-nightly.20260813","@aztec/simulator":"5.2.0-nightly.20260813","@aztec/aztec-node":"5.2.0-nightly.20260813","@aztec/foundation":"5.2.0-nightly.20260813","@aztec/wallet-sdk":"5.2.0-nightly.20260813","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260813","@aztec/entrypoints":"5.2.0-nightly.20260813","@aztec/epoch-cache":"5.2.0-nightly.20260813","@aztec/prover-node":"5.2.0-nightly.20260813","@aztec/world-state":"5.2.0-nightly.20260813","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260813","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260813","@aztec/prover-client":"5.2.0-nightly.20260813","@aztec/noir-noirc_abi":"5.2.0-nightly.20260813","@aztec/sequencer-client":"5.2.0-nightly.20260813","@aztec/telemetry-client":"5.2.0-nightly.20260813","@aztec/validator-client":"5.2.0-nightly.20260813","@aztec/noir-contracts.js":"5.2.0-nightly.20260813","@aztec/protocol-contracts":"5.2.0-nightly.20260813","@aztec/standard-contracts":"5.2.0-nightly.20260813","@aztec/validator-ha-signer":"5.2.0-nightly.20260813","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260813","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260813"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260813_1786596591741_0.687425279973817","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260814":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260814","_id":"@aztec/end-to-end@5.2.0-nightly.20260814","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"82f46ba0962499360bcce561b773aeb15b7c18f4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260814.tgz","fileCount":383,"integrity":"sha512-rmVpW4jrCV0KOHwXGULa7GRSrRDOXknZRaTj3sYADOHdMOIwybFJodjxLDMbypcIS+35EUqcE4A7tKLIMDHEJw==","signatures":[{"sig":"MEYCIQD7lbLPoAXdfCMM/U/FKIUSuXO3jkXFt2vlxpNANgAIRwIhAJdTTwMEoDcncnNCuZycEBci0r+uOtmbtFeApqGZ4SKS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260814","@aztec/cli":"5.2.0-nightly.20260814","@aztec/p2p":"5.2.0-nightly.20260814","@aztec/pxe":"5.2.0-nightly.20260814","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260814","@aztec/bb.js":"5.2.0-nightly.20260814","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260814","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260814","@aztec/wallets":"5.2.0-nightly.20260814","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260814","@aztec/archiver":"5.2.0-nightly.20260814","@aztec/aztec.js":"5.2.0-nightly.20260814","@aztec/blob-lib":"5.2.0-nightly.20260814","@aztec/ethereum":"5.2.0-nightly.20260814","@aztec/kv-store":"5.2.0-nightly.20260814","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260814","@aztec/constants":"5.2.0-nightly.20260814","@aztec/simulator":"5.2.0-nightly.20260814","@aztec/aztec-node":"5.2.0-nightly.20260814","@aztec/foundation":"5.2.0-nightly.20260814","@aztec/wallet-sdk":"5.2.0-nightly.20260814","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260814","@aztec/entrypoints":"5.2.0-nightly.20260814","@aztec/epoch-cache":"5.2.0-nightly.20260814","@aztec/prover-node":"5.2.0-nightly.20260814","@aztec/world-state":"5.2.0-nightly.20260814","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260814","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260814","@aztec/prover-client":"5.2.0-nightly.20260814","@aztec/noir-noirc_abi":"5.2.0-nightly.20260814","@aztec/sequencer-client":"5.2.0-nightly.20260814","@aztec/telemetry-client":"5.2.0-nightly.20260814","@aztec/validator-client":"5.2.0-nightly.20260814","@aztec/noir-contracts.js":"5.2.0-nightly.20260814","@aztec/protocol-contracts":"5.2.0-nightly.20260814","@aztec/standard-contracts":"5.2.0-nightly.20260814","@aztec/validator-ha-signer":"5.2.0-nightly.20260814","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260814","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260814"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260814_1786682754333_0.9284296374641496","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260815":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260815","_id":"@aztec/end-to-end@5.2.0-nightly.20260815","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ed39a44e319518e7e14844ff3028a2e578814ff2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260815.tgz","fileCount":383,"integrity":"sha512-lwNvtMUMRU5fl/SWqYzJru7Iyri/1CUyz1r234muKjqMpaZGvGm0wFx4zfg67FcFXpe8y/rBblbRucY+N6dSSA==","signatures":[{"sig":"MEQCIFQwcQRmM9IVdiXVbVnmPaDcGzEvHfuimFgTRXxLQeDpAiB0wJRJOaX7SSCi4VMOjzTKjFjKMfD05pvzW9SJ1iriYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260815","@aztec/cli":"5.2.0-nightly.20260815","@aztec/p2p":"5.2.0-nightly.20260815","@aztec/pxe":"5.2.0-nightly.20260815","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260815","@aztec/bb.js":"5.2.0-nightly.20260815","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260815","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260815","@aztec/wallets":"5.2.0-nightly.20260815","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260815","@aztec/archiver":"5.2.0-nightly.20260815","@aztec/aztec.js":"5.2.0-nightly.20260815","@aztec/blob-lib":"5.2.0-nightly.20260815","@aztec/ethereum":"5.2.0-nightly.20260815","@aztec/kv-store":"5.2.0-nightly.20260815","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260815","@aztec/constants":"5.2.0-nightly.20260815","@aztec/simulator":"5.2.0-nightly.20260815","@aztec/aztec-node":"5.2.0-nightly.20260815","@aztec/foundation":"5.2.0-nightly.20260815","@aztec/wallet-sdk":"5.2.0-nightly.20260815","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260815","@aztec/entrypoints":"5.2.0-nightly.20260815","@aztec/epoch-cache":"5.2.0-nightly.20260815","@aztec/prover-node":"5.2.0-nightly.20260815","@aztec/world-state":"5.2.0-nightly.20260815","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260815","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260815","@aztec/prover-client":"5.2.0-nightly.20260815","@aztec/noir-noirc_abi":"5.2.0-nightly.20260815","@aztec/sequencer-client":"5.2.0-nightly.20260815","@aztec/telemetry-client":"5.2.0-nightly.20260815","@aztec/validator-client":"5.2.0-nightly.20260815","@aztec/noir-contracts.js":"5.2.0-nightly.20260815","@aztec/protocol-contracts":"5.2.0-nightly.20260815","@aztec/standard-contracts":"5.2.0-nightly.20260815","@aztec/validator-ha-signer":"5.2.0-nightly.20260815","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260815","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260815"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260815_1786767689398_0.668227522635461","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260816":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260816","_id":"@aztec/end-to-end@5.2.0-nightly.20260816","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3e65bccbad1489dd6b6dc5b203fc12346cefe4b3","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260816.tgz","fileCount":383,"integrity":"sha512-caaKEcR1epeGKHcja2zpLwejv2bogyY+D7DoM6n1FDr1wXOH4yRG0HNlQs8QZ6lOwXGhm8eD6GrcAVxamgFRDg==","signatures":[{"sig":"MEUCIETvRdIfEV/ZBYkXc/em9Gk/i274hcjKE2bMJsh/Fi66AiEAl5KisOgHA4OfV/Y2a5zgyQ+OIpmGYLtKfrCGw+wE+CU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260816","@aztec/cli":"5.2.0-nightly.20260816","@aztec/p2p":"5.2.0-nightly.20260816","@aztec/pxe":"5.2.0-nightly.20260816","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260816","@aztec/bb.js":"5.2.0-nightly.20260816","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260816","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260816","@aztec/wallets":"5.2.0-nightly.20260816","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260816","@aztec/archiver":"5.2.0-nightly.20260816","@aztec/aztec.js":"5.2.0-nightly.20260816","@aztec/blob-lib":"5.2.0-nightly.20260816","@aztec/ethereum":"5.2.0-nightly.20260816","@aztec/kv-store":"5.2.0-nightly.20260816","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260816","@aztec/constants":"5.2.0-nightly.20260816","@aztec/simulator":"5.2.0-nightly.20260816","@aztec/aztec-node":"5.2.0-nightly.20260816","@aztec/foundation":"5.2.0-nightly.20260816","@aztec/wallet-sdk":"5.2.0-nightly.20260816","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260816","@aztec/entrypoints":"5.2.0-nightly.20260816","@aztec/epoch-cache":"5.2.0-nightly.20260816","@aztec/prover-node":"5.2.0-nightly.20260816","@aztec/world-state":"5.2.0-nightly.20260816","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260816","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260816","@aztec/prover-client":"5.2.0-nightly.20260816","@aztec/noir-noirc_abi":"5.2.0-nightly.20260816","@aztec/sequencer-client":"5.2.0-nightly.20260816","@aztec/telemetry-client":"5.2.0-nightly.20260816","@aztec/validator-client":"5.2.0-nightly.20260816","@aztec/noir-contracts.js":"5.2.0-nightly.20260816","@aztec/protocol-contracts":"5.2.0-nightly.20260816","@aztec/standard-contracts":"5.2.0-nightly.20260816","@aztec/validator-ha-signer":"5.2.0-nightly.20260816","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260816","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260816"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260816_1786854397198_0.45300324094731925","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-nightly.20260817":{"name":"@aztec/end-to-end","version":"5.2.0-nightly.20260817","_id":"@aztec/end-to-end@5.2.0-nightly.20260817","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e63dbfae8115911376c29ffc68bf70a08e1d398a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0-nightly.20260817.tgz","fileCount":383,"integrity":"sha512-CkfXt7WPwSIBVa1snxPEhz6qCLRj2lyiHvu2ObVm6m2KimziYORyRVw8wg+v5/mW9JDtnzebDunTAHD9kxedSQ==","signatures":[{"sig":"MEUCIGG+FVOG6gdygIpWyEPnepCoVVlS2DXDS8AiNxO4pyicAiEAgqOXFT6pHskYDcma0JNVRnI/RfaxC6o8n7fL3EzjASk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0-nightly.20260817","@aztec/cli":"5.2.0-nightly.20260817","@aztec/p2p":"5.2.0-nightly.20260817","@aztec/pxe":"5.2.0-nightly.20260817","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0-nightly.20260817","@aztec/bb.js":"5.2.0-nightly.20260817","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0-nightly.20260817","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0-nightly.20260817","@aztec/wallets":"5.2.0-nightly.20260817","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0-nightly.20260817","@aztec/archiver":"5.2.0-nightly.20260817","@aztec/aztec.js":"5.2.0-nightly.20260817","@aztec/blob-lib":"5.2.0-nightly.20260817","@aztec/ethereum":"5.2.0-nightly.20260817","@aztec/kv-store":"5.2.0-nightly.20260817","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0-nightly.20260817","@aztec/constants":"5.2.0-nightly.20260817","@aztec/simulator":"5.2.0-nightly.20260817","@aztec/aztec-node":"5.2.0-nightly.20260817","@aztec/foundation":"5.2.0-nightly.20260817","@aztec/wallet-sdk":"5.2.0-nightly.20260817","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0-nightly.20260817","@aztec/entrypoints":"5.2.0-nightly.20260817","@aztec/epoch-cache":"5.2.0-nightly.20260817","@aztec/prover-node":"5.2.0-nightly.20260817","@aztec/world-state":"5.2.0-nightly.20260817","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0-nightly.20260817","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0-nightly.20260817","@aztec/prover-client":"5.2.0-nightly.20260817","@aztec/noir-noirc_abi":"5.2.0-nightly.20260817","@aztec/sequencer-client":"5.2.0-nightly.20260817","@aztec/telemetry-client":"5.2.0-nightly.20260817","@aztec/validator-client":"5.2.0-nightly.20260817","@aztec/noir-contracts.js":"5.2.0-nightly.20260817","@aztec/protocol-contracts":"5.2.0-nightly.20260817","@aztec/standard-contracts":"5.2.0-nightly.20260817","@aztec/validator-ha-signer":"5.2.0-nightly.20260817","@aztec/noir-test-contracts.js":"5.2.0-nightly.20260817","@aztec/noir-protocol-circuits-types":"5.2.0-nightly.20260817"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0-nightly.20260817_1786940937113_0.7956982631199234","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.f5a9928":{"name":"@aztec/end-to-end","version":"0.0.1-commit.f5a9928","_id":"@aztec/end-to-end@0.0.1-commit.f5a9928","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"ad741b888a3bdad0d73cd52f90415e27e63e41c2","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.f5a9928.tgz","fileCount":383,"integrity":"sha512-E0DrvZIAttD/FRBx2Q2M3JynCL/9o8OW+3kKLMl2rXQd+yiF2Hj2CmFWA+0oownXxEDOeah1vqmMTbIgmbrz4g==","signatures":[{"sig":"MEUCIAywF/oPE7Z02R/9v1xLNqa80QYBilSoJ4287j4MTqtxAiEAmGrPy5SLKWGkYuNPFfgpeF4Lzf3VhWyw5TpqflwyvYk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818873},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.f5a9928","@aztec/cli":"0.0.1-commit.f5a9928","@aztec/p2p":"0.0.1-commit.f5a9928","@aztec/pxe":"0.0.1-commit.f5a9928","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.f5a9928","@aztec/bb.js":"0.0.1-commit.f5a9928","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.f5a9928","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.f5a9928","@aztec/wallets":"0.0.1-commit.f5a9928","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.f5a9928","@aztec/archiver":"0.0.1-commit.f5a9928","@aztec/aztec.js":"0.0.1-commit.f5a9928","@aztec/blob-lib":"0.0.1-commit.f5a9928","@aztec/ethereum":"0.0.1-commit.f5a9928","@aztec/kv-store":"0.0.1-commit.f5a9928","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.f5a9928","@aztec/constants":"0.0.1-commit.f5a9928","@aztec/simulator":"0.0.1-commit.f5a9928","@aztec/aztec-node":"0.0.1-commit.f5a9928","@aztec/foundation":"0.0.1-commit.f5a9928","@aztec/wallet-sdk":"0.0.1-commit.f5a9928","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.f5a9928","@aztec/entrypoints":"0.0.1-commit.f5a9928","@aztec/epoch-cache":"0.0.1-commit.f5a9928","@aztec/prover-node":"0.0.1-commit.f5a9928","@aztec/world-state":"0.0.1-commit.f5a9928","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.f5a9928","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.f5a9928","@aztec/prover-client":"0.0.1-commit.f5a9928","@aztec/noir-noirc_abi":"0.0.1-commit.f5a9928","@aztec/sequencer-client":"0.0.1-commit.f5a9928","@aztec/telemetry-client":"0.0.1-commit.f5a9928","@aztec/validator-client":"0.0.1-commit.f5a9928","@aztec/noir-contracts.js":"0.0.1-commit.f5a9928","@aztec/protocol-contracts":"0.0.1-commit.f5a9928","@aztec/standard-contracts":"0.0.1-commit.f5a9928","@aztec/validator-ha-signer":"0.0.1-commit.f5a9928","@aztec/noir-test-contracts.js":"0.0.1-commit.f5a9928","@aztec/noir-protocol-circuits-types":"0.0.1-commit.f5a9928"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.f5a9928_1786950819518_0.2911685699328801","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"@aztec/end-to-end","version":"5.2.0","_id":"@aztec/end-to-end@5.2.0","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8a0e50fe510305319917fd02adbb68d52771b4ee","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.2.0.tgz","fileCount":383,"integrity":"sha512-+Orcb09ZDVYLq0LSKdZGu/qAYZOZokRi2Zh6tvecMsyWA3mHD1JAfKFL9ptFI+cXzwZBy+uXV0jOCeh2LL/mAg==","signatures":[{"sig":"MEUCIDtQVtOqs4Dh/gLbV4O5y6LHhCQeuTeElaeZLNGbSJdVAiEAnGYSg8x+MON7TCNUQYBcrabLelMcjvAiWa3lJfcGamE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818273},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.2.0","@aztec/cli":"5.2.0","@aztec/p2p":"5.2.0","@aztec/pxe":"5.2.0","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.2.0","@aztec/bb.js":"5.2.0","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.2.0","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.2.0","@aztec/wallets":"5.2.0","lodash.compact":"^3.0.1","@aztec/accounts":"5.2.0","@aztec/archiver":"5.2.0","@aztec/aztec.js":"5.2.0","@aztec/blob-lib":"5.2.0","@aztec/ethereum":"5.2.0","@aztec/kv-store":"5.2.0","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.2.0","@aztec/constants":"5.2.0","@aztec/simulator":"5.2.0","@aztec/aztec-node":"5.2.0","@aztec/foundation":"5.2.0","@aztec/wallet-sdk":"5.2.0","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.2.0","@aztec/entrypoints":"5.2.0","@aztec/epoch-cache":"5.2.0","@aztec/prover-node":"5.2.0","@aztec/world-state":"5.2.0","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.2.0","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.2.0","@aztec/prover-client":"5.2.0","@aztec/noir-noirc_abi":"5.2.0","@aztec/sequencer-client":"5.2.0","@aztec/telemetry-client":"5.2.0","@aztec/validator-client":"5.2.0","@aztec/noir-contracts.js":"5.2.0","@aztec/protocol-contracts":"5.2.0","@aztec/standard-contracts":"5.2.0","@aztec/validator-ha-signer":"5.2.0","@aztec/noir-test-contracts.js":"5.2.0","@aztec/noir-protocol-circuits-types":"5.2.0"},"_hasShrinkwrap":false,"devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.2.0_1786955613932_0.7069592867968921","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260818":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260818","_id":"@aztec/end-to-end@5.3.0-nightly.20260818","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a8e0f424e6e76d739c3021c6ae933a961793a61a","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260818.tgz","fileCount":383,"integrity":"sha512-mMsgLlbZx2PAvN4WxawdsE4TYt1Ecx2Tpqj5tq0CH3kjSttUSlCteJMNvSV3DgBxizl/28fkl36zeXpPFYPJxg==","signatures":[{"sig":"MEYCIQDngRCBZJiF1CSWj1HiD0PU9SYRn9r3nzd2QKwSZF5cWAIhALS/s1NtCkfKkNQPzffGB2jQvJmi+5FoxSh7odZgPlcj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260818","@aztec/cli":"5.3.0-nightly.20260818","@aztec/p2p":"5.3.0-nightly.20260818","@aztec/pxe":"5.3.0-nightly.20260818","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260818","@aztec/bb.js":"5.3.0-nightly.20260818","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260818","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260818","@aztec/wallets":"5.3.0-nightly.20260818","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260818","@aztec/archiver":"5.3.0-nightly.20260818","@aztec/aztec.js":"5.3.0-nightly.20260818","@aztec/blob-lib":"5.3.0-nightly.20260818","@aztec/ethereum":"5.3.0-nightly.20260818","@aztec/kv-store":"5.3.0-nightly.20260818","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260818","@aztec/constants":"5.3.0-nightly.20260818","@aztec/simulator":"5.3.0-nightly.20260818","@aztec/aztec-node":"5.3.0-nightly.20260818","@aztec/foundation":"5.3.0-nightly.20260818","@aztec/wallet-sdk":"5.3.0-nightly.20260818","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260818","@aztec/entrypoints":"5.3.0-nightly.20260818","@aztec/epoch-cache":"5.3.0-nightly.20260818","@aztec/prover-node":"5.3.0-nightly.20260818","@aztec/world-state":"5.3.0-nightly.20260818","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260818","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260818","@aztec/prover-client":"5.3.0-nightly.20260818","@aztec/noir-noirc_abi":"5.3.0-nightly.20260818","@aztec/sequencer-client":"5.3.0-nightly.20260818","@aztec/telemetry-client":"5.3.0-nightly.20260818","@aztec/validator-client":"5.3.0-nightly.20260818","@aztec/noir-contracts.js":"5.3.0-nightly.20260818","@aztec/protocol-contracts":"5.3.0-nightly.20260818","@aztec/standard-contracts":"5.3.0-nightly.20260818","@aztec/validator-ha-signer":"5.3.0-nightly.20260818","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260818","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260818"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260818_1787027183704_0.9196556818423727","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-commit.431c48d":{"name":"@aztec/end-to-end","version":"0.0.1-commit.431c48d","_id":"@aztec/end-to-end@0.0.1-commit.431c48d","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"73751f8440473089451ab1dce74e155081ac50ae","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-0.0.1-commit.431c48d.tgz","fileCount":383,"integrity":"sha512-JwRBc9MtQ25Ct55Sj9S0iknb+xuw5zkiRBUk1jr4R8N20yaLQdKnsW72ZfRJCtygDdjah0OlRXplmmK9JaJ6dg==","signatures":[{"sig":"MEYCIQDQUtkanf/Ph9z6T4H/PhcvIZWqCrmmukQ6iSU+cw5gZQIhAN5lAEBWiFGj+Cnc4JOAZe9YOJg1hUKiXC5ww9oCdquC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818873},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"0.0.1-commit.431c48d","@aztec/cli":"0.0.1-commit.431c48d","@aztec/p2p":"0.0.1-commit.431c48d","@aztec/pxe":"0.0.1-commit.431c48d","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"0.0.1-commit.431c48d","@aztec/bb.js":"0.0.1-commit.431c48d","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"0.0.1-commit.431c48d","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"0.0.1-commit.431c48d","@aztec/wallets":"0.0.1-commit.431c48d","lodash.compact":"^3.0.1","@aztec/accounts":"0.0.1-commit.431c48d","@aztec/archiver":"0.0.1-commit.431c48d","@aztec/aztec.js":"0.0.1-commit.431c48d","@aztec/blob-lib":"0.0.1-commit.431c48d","@aztec/ethereum":"0.0.1-commit.431c48d","@aztec/kv-store":"0.0.1-commit.431c48d","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"0.0.1-commit.431c48d","@aztec/constants":"0.0.1-commit.431c48d","@aztec/simulator":"0.0.1-commit.431c48d","@aztec/aztec-node":"0.0.1-commit.431c48d","@aztec/foundation":"0.0.1-commit.431c48d","@aztec/wallet-sdk":"0.0.1-commit.431c48d","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"0.0.1-commit.431c48d","@aztec/entrypoints":"0.0.1-commit.431c48d","@aztec/epoch-cache":"0.0.1-commit.431c48d","@aztec/prover-node":"0.0.1-commit.431c48d","@aztec/world-state":"0.0.1-commit.431c48d","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"0.0.1-commit.431c48d","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"0.0.1-commit.431c48d","@aztec/prover-client":"0.0.1-commit.431c48d","@aztec/noir-noirc_abi":"0.0.1-commit.431c48d","@aztec/sequencer-client":"0.0.1-commit.431c48d","@aztec/telemetry-client":"0.0.1-commit.431c48d","@aztec/validator-client":"0.0.1-commit.431c48d","@aztec/noir-contracts.js":"0.0.1-commit.431c48d","@aztec/protocol-contracts":"0.0.1-commit.431c48d","@aztec/standard-contracts":"0.0.1-commit.431c48d","@aztec/validator-ha-signer":"0.0.1-commit.431c48d","@aztec/noir-test-contracts.js":"0.0.1-commit.431c48d","@aztec/noir-protocol-circuits-types":"0.0.1-commit.431c48d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_0.0.1-commit.431c48d_1787048241191_0.8077749935278222","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260819":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260819","_id":"@aztec/end-to-end@5.3.0-nightly.20260819","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"a2c2d93c6c19ae42d5e6e8f7fde40a00d66d19d4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260819.tgz","fileCount":383,"integrity":"sha512-D/Fjh3109zoIyAQm33sO34rHukYuGe2FVdlNpjaffsbBbJS/cl7gdkeV0itCSllFKtaBWwgLHYn0i+zQv9+f0g==","signatures":[{"sig":"MEUCIAnIFfdepRigfK7sl7+nAY6Rx2IW3YHy4OVONNCVmungAiEA0YZQxUcvjtqJdWvJRP8n23vAb/aJByDfrPJfTRHq8+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260819","@aztec/cli":"5.3.0-nightly.20260819","@aztec/p2p":"5.3.0-nightly.20260819","@aztec/pxe":"5.3.0-nightly.20260819","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260819","@aztec/bb.js":"5.3.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260819","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260819","@aztec/wallets":"5.3.0-nightly.20260819","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260819","@aztec/archiver":"5.3.0-nightly.20260819","@aztec/aztec.js":"5.3.0-nightly.20260819","@aztec/blob-lib":"5.3.0-nightly.20260819","@aztec/ethereum":"5.3.0-nightly.20260819","@aztec/kv-store":"5.3.0-nightly.20260819","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260819","@aztec/constants":"5.3.0-nightly.20260819","@aztec/simulator":"5.3.0-nightly.20260819","@aztec/aztec-node":"5.3.0-nightly.20260819","@aztec/foundation":"5.3.0-nightly.20260819","@aztec/wallet-sdk":"5.3.0-nightly.20260819","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260819","@aztec/entrypoints":"5.3.0-nightly.20260819","@aztec/epoch-cache":"5.3.0-nightly.20260819","@aztec/prover-node":"5.3.0-nightly.20260819","@aztec/world-state":"5.3.0-nightly.20260819","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260819","@aztec/prover-client":"5.3.0-nightly.20260819","@aztec/noir-noirc_abi":"5.3.0-nightly.20260819","@aztec/sequencer-client":"5.3.0-nightly.20260819","@aztec/telemetry-client":"5.3.0-nightly.20260819","@aztec/validator-client":"5.3.0-nightly.20260819","@aztec/noir-contracts.js":"5.3.0-nightly.20260819","@aztec/protocol-contracts":"5.3.0-nightly.20260819","@aztec/standard-contracts":"5.3.0-nightly.20260819","@aztec/validator-ha-signer":"5.3.0-nightly.20260819","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260819","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260819"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260819_1787113584655_0.5982316607539242","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260820":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260820","_id":"@aztec/end-to-end@5.3.0-nightly.20260820","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4a31b49e544e7dd50db60501109ed3ca8d56f771","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260820.tgz","fileCount":383,"integrity":"sha512-IlslonAIPxrC2RsLXy1MDe7Jc/d0dg98E5QZnGPlZgv34dLjeQy2VnQP3BSTdFnQz7Rr5MXh+RPK00A29dp8Pg==","signatures":[{"sig":"MEQCIFMf+0kkBuOSg5NfTOtsZE/tRCkLaRWJs906JVXfZXi9AiBUoD59ayh0lK/hmQJLzMcj/SJcPYo+XEv6r+jFiTh/Zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260820","@aztec/cli":"5.3.0-nightly.20260820","@aztec/p2p":"5.3.0-nightly.20260820","@aztec/pxe":"5.3.0-nightly.20260820","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260820","@aztec/bb.js":"5.3.0-nightly.20260820","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260820","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260820","@aztec/wallets":"5.3.0-nightly.20260820","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260820","@aztec/archiver":"5.3.0-nightly.20260820","@aztec/aztec.js":"5.3.0-nightly.20260820","@aztec/blob-lib":"5.3.0-nightly.20260820","@aztec/ethereum":"5.3.0-nightly.20260820","@aztec/kv-store":"5.3.0-nightly.20260820","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260820","@aztec/constants":"5.3.0-nightly.20260820","@aztec/simulator":"5.3.0-nightly.20260820","@aztec/aztec-node":"5.3.0-nightly.20260820","@aztec/foundation":"5.3.0-nightly.20260820","@aztec/wallet-sdk":"5.3.0-nightly.20260820","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260820","@aztec/entrypoints":"5.3.0-nightly.20260820","@aztec/epoch-cache":"5.3.0-nightly.20260820","@aztec/prover-node":"5.3.0-nightly.20260820","@aztec/world-state":"5.3.0-nightly.20260820","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260820","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260820","@aztec/prover-client":"5.3.0-nightly.20260820","@aztec/noir-noirc_abi":"5.3.0-nightly.20260820","@aztec/sequencer-client":"5.3.0-nightly.20260820","@aztec/telemetry-client":"5.3.0-nightly.20260820","@aztec/validator-client":"5.3.0-nightly.20260820","@aztec/noir-contracts.js":"5.3.0-nightly.20260820","@aztec/protocol-contracts":"5.3.0-nightly.20260820","@aztec/standard-contracts":"5.3.0-nightly.20260820","@aztec/validator-ha-signer":"5.3.0-nightly.20260820","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260820","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260820"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260820_1787199944199_0.2725444203995717","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260821":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260821","_id":"@aztec/end-to-end@5.3.0-nightly.20260821","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"4938cd887cf9687730b66c3fa5de899bc63a29aa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260821.tgz","fileCount":383,"integrity":"sha512-hmgzwKJxtTtqg/rrTXcqNkFoDSo2dcLqx7P9ldb0eqguctgTns9uuwFfIWTCXnYbKkCDEqnwQYuq0aKuFIdMsw==","signatures":[{"sig":"MEUCIQDsFhgYa2xuZtDzT/etcO4sIwEOJU/ZW1DXf0cqEg9y4wIgBROQ2nGA04YP07cRNlOujkikiLNm848CtRUkuPw1w2o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260821","@aztec/cli":"5.3.0-nightly.20260821","@aztec/p2p":"5.3.0-nightly.20260821","@aztec/pxe":"5.3.0-nightly.20260821","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260821","@aztec/bb.js":"5.3.0-nightly.20260821","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260821","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260821","@aztec/wallets":"5.3.0-nightly.20260821","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260821","@aztec/archiver":"5.3.0-nightly.20260821","@aztec/aztec.js":"5.3.0-nightly.20260821","@aztec/blob-lib":"5.3.0-nightly.20260821","@aztec/ethereum":"5.3.0-nightly.20260821","@aztec/kv-store":"5.3.0-nightly.20260821","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260821","@aztec/constants":"5.3.0-nightly.20260821","@aztec/simulator":"5.3.0-nightly.20260821","@aztec/aztec-node":"5.3.0-nightly.20260821","@aztec/foundation":"5.3.0-nightly.20260821","@aztec/wallet-sdk":"5.3.0-nightly.20260821","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260821","@aztec/entrypoints":"5.3.0-nightly.20260821","@aztec/epoch-cache":"5.3.0-nightly.20260821","@aztec/prover-node":"5.3.0-nightly.20260821","@aztec/world-state":"5.3.0-nightly.20260821","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260821","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260821","@aztec/prover-client":"5.3.0-nightly.20260821","@aztec/noir-noirc_abi":"5.3.0-nightly.20260821","@aztec/sequencer-client":"5.3.0-nightly.20260821","@aztec/telemetry-client":"5.3.0-nightly.20260821","@aztec/validator-client":"5.3.0-nightly.20260821","@aztec/noir-contracts.js":"5.3.0-nightly.20260821","@aztec/protocol-contracts":"5.3.0-nightly.20260821","@aztec/standard-contracts":"5.3.0-nightly.20260821","@aztec/validator-ha-signer":"5.3.0-nightly.20260821","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260821","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260821"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260821_1787286343239_0.6601484956014372","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260821":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260821","_id":"@aztec/end-to-end@6.0.0-nightly.20260821","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8f874e9ea68ee733f80d9c80d47f1d62f274bbdd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260821.tgz","fileCount":383,"integrity":"sha512-S2Q/k/j8JHHnScqyCzen1pSTNuSVqw4xf/987SU/8Kua7I6wdvHl6U7i2vjDeIRrYU2JQnXgSz3Nz2pR2440Sg==","signatures":[{"sig":"MEYCIQDZnsIlEM8ZpI7lBf+fYV9pzZBLHYqlDOAm/qKeCfcxuQIhAL8NDRXN+Ya9WS1EW+juvMF4BpyHmRqAaI1dZW5QXWFj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819773},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260821","@aztec/cli":"6.0.0-nightly.20260821","@aztec/p2p":"6.0.0-nightly.20260821","@aztec/pxe":"6.0.0-nightly.20260821","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260821","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260821","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260821","@aztec/wallets":"6.0.0-nightly.20260821","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260821","@aztec/archiver":"6.0.0-nightly.20260821","@aztec/aztec.js":"6.0.0-nightly.20260821","@aztec/blob-lib":"6.0.0-nightly.20260821","@aztec/ethereum":"6.0.0-nightly.20260821","@aztec/kv-store":"6.0.0-nightly.20260821","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260821","@aztec/constants":"6.0.0-nightly.20260821","@aztec/simulator":"6.0.0-nightly.20260821","@aztec/aztec-node":"6.0.0-nightly.20260821","@aztec/foundation":"6.0.0-nightly.20260821","@aztec/wallet-sdk":"6.0.0-nightly.20260821","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260821","@aztec/entrypoints":"6.0.0-nightly.20260821","@aztec/epoch-cache":"6.0.0-nightly.20260821","@aztec/prover-node":"6.0.0-nightly.20260821","@aztec/world-state":"6.0.0-nightly.20260821","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260821","@aztec/prover-client":"6.0.0-nightly.20260821","@aztec/noir-noirc_abi":"6.0.0-nightly.20260819","@aztec/sequencer-client":"6.0.0-nightly.20260821","@aztec/telemetry-client":"6.0.0-nightly.20260821","@aztec/validator-client":"6.0.0-nightly.20260821","@aztec/noir-contracts.js":"6.0.0-nightly.20260821","@aztec/protocol-contracts":"6.0.0-nightly.20260821","@aztec/standard-contracts":"6.0.0-nightly.20260821","@aztec/validator-ha-signer":"6.0.0-nightly.20260821","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260821","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260821"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260821_1787316480796_0.016843999125526476","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260822":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260822","_id":"@aztec/end-to-end@6.0.0-nightly.20260822","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"f22016c4bf5e9cb77dafd210d6e8798123938e0d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260822.tgz","fileCount":383,"integrity":"sha512-R9oyyprFH6cH8gpZkkX+LYBFZQh7WPWtxFAoUo3R8WgVxHB8niy0e0qfVF/fR+ZCURN2sICko/Yg4Ek1TZZE3A==","signatures":[{"sig":"MEUCIQDy+GlsJj2FHLRvz0m80/enZjkPPhsoY+ehl8Ze4t0jYQIgWyYwSJGEKHfSFbUEL0vZ/r7PctT1kccll6W6Y6U5oCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260822","@aztec/cli":"6.0.0-nightly.20260822","@aztec/p2p":"6.0.0-nightly.20260822","@aztec/pxe":"6.0.0-nightly.20260822","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260822","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260822","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260822","@aztec/wallets":"6.0.0-nightly.20260822","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260822","@aztec/archiver":"6.0.0-nightly.20260822","@aztec/aztec.js":"6.0.0-nightly.20260822","@aztec/blob-lib":"6.0.0-nightly.20260822","@aztec/ethereum":"6.0.0-nightly.20260822","@aztec/kv-store":"6.0.0-nightly.20260822","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260822","@aztec/constants":"6.0.0-nightly.20260822","@aztec/simulator":"6.0.0-nightly.20260822","@aztec/aztec-node":"6.0.0-nightly.20260822","@aztec/foundation":"6.0.0-nightly.20260822","@aztec/wallet-sdk":"6.0.0-nightly.20260822","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260822","@aztec/entrypoints":"6.0.0-nightly.20260822","@aztec/epoch-cache":"6.0.0-nightly.20260822","@aztec/prover-node":"6.0.0-nightly.20260822","@aztec/world-state":"6.0.0-nightly.20260822","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260822","@aztec/prover-client":"6.0.0-nightly.20260822","@aztec/sequencer-client":"6.0.0-nightly.20260822","@aztec/telemetry-client":"6.0.0-nightly.20260822","@aztec/validator-client":"6.0.0-nightly.20260822","@aztec/noir-contracts.js":"6.0.0-nightly.20260822","@aztec/protocol-contracts":"6.0.0-nightly.20260822","@aztec/standard-contracts":"6.0.0-nightly.20260822","@aztec/validator-ha-signer":"6.0.0-nightly.20260822","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260822","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260822"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260822_1787372560276_0.780769006276038","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260822":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260822","_id":"@aztec/end-to-end@5.3.0-nightly.20260822","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"84c7ec7073199d35c3c126061eed056998d84fb4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260822.tgz","fileCount":383,"integrity":"sha512-fU1bVFaDKXpf3sn0PT/wcMPr+J3C2kB9uhE5bMNODeQAwlqqNtkJs8GNAcnfSsTm+y7TfdQaEG4fsKDjRJlzVA==","signatures":[{"sig":"MEQCICriZKBDvYY6WBraT4hEtwjOOiYXJ/3+CFWIGS8rA77YAiB/gUa8oAg1P8fcTsRKg7rSzEw8qaqXtd/CzeEMeWX80w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260822","@aztec/cli":"5.3.0-nightly.20260822","@aztec/p2p":"5.3.0-nightly.20260822","@aztec/pxe":"5.3.0-nightly.20260822","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260822","@aztec/bb.js":"5.3.0-nightly.20260822","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260822","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260822","@aztec/wallets":"5.3.0-nightly.20260822","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260822","@aztec/archiver":"5.3.0-nightly.20260822","@aztec/aztec.js":"5.3.0-nightly.20260822","@aztec/blob-lib":"5.3.0-nightly.20260822","@aztec/ethereum":"5.3.0-nightly.20260822","@aztec/kv-store":"5.3.0-nightly.20260822","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260822","@aztec/constants":"5.3.0-nightly.20260822","@aztec/simulator":"5.3.0-nightly.20260822","@aztec/aztec-node":"5.3.0-nightly.20260822","@aztec/foundation":"5.3.0-nightly.20260822","@aztec/wallet-sdk":"5.3.0-nightly.20260822","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260822","@aztec/entrypoints":"5.3.0-nightly.20260822","@aztec/epoch-cache":"5.3.0-nightly.20260822","@aztec/prover-node":"5.3.0-nightly.20260822","@aztec/world-state":"5.3.0-nightly.20260822","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260822","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260822","@aztec/prover-client":"5.3.0-nightly.20260822","@aztec/noir-noirc_abi":"5.3.0-nightly.20260822","@aztec/sequencer-client":"5.3.0-nightly.20260822","@aztec/telemetry-client":"5.3.0-nightly.20260822","@aztec/validator-client":"5.3.0-nightly.20260822","@aztec/noir-contracts.js":"5.3.0-nightly.20260822","@aztec/protocol-contracts":"5.3.0-nightly.20260822","@aztec/standard-contracts":"5.3.0-nightly.20260822","@aztec/validator-ha-signer":"5.3.0-nightly.20260822","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260822","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260822"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260822_1787372610458_0.34201471402868533","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260823":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260823","_id":"@aztec/end-to-end@6.0.0-nightly.20260823","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"5a7417f19a32dc39dc7078229d5ee7b852492b04","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260823.tgz","fileCount":383,"integrity":"sha512-AXRtTrGX2566RxgABduvRj0vr6G//Gsb5n35EhaZdEofSvLvcMPieTGYpR4ozncDmPRLfDTtC7Po2pimMLGPXg==","signatures":[{"sig":"MEUCIQCUjR76ACO1iyDCZpzjPzjXdf4pv+3+6ph4fCgrhPMvvgIgHmcv2g4Yfpl7npcgvjZitkR5nEOC2InsYsYmRtcxWew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260823","@aztec/cli":"6.0.0-nightly.20260823","@aztec/p2p":"6.0.0-nightly.20260823","@aztec/pxe":"6.0.0-nightly.20260823","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260823","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260823","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260823","@aztec/wallets":"6.0.0-nightly.20260823","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260823","@aztec/archiver":"6.0.0-nightly.20260823","@aztec/aztec.js":"6.0.0-nightly.20260823","@aztec/blob-lib":"6.0.0-nightly.20260823","@aztec/ethereum":"6.0.0-nightly.20260823","@aztec/kv-store":"6.0.0-nightly.20260823","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260823","@aztec/constants":"6.0.0-nightly.20260823","@aztec/simulator":"6.0.0-nightly.20260823","@aztec/aztec-node":"6.0.0-nightly.20260823","@aztec/foundation":"6.0.0-nightly.20260823","@aztec/wallet-sdk":"6.0.0-nightly.20260823","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260823","@aztec/entrypoints":"6.0.0-nightly.20260823","@aztec/epoch-cache":"6.0.0-nightly.20260823","@aztec/prover-node":"6.0.0-nightly.20260823","@aztec/world-state":"6.0.0-nightly.20260823","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260823","@aztec/prover-client":"6.0.0-nightly.20260823","@aztec/sequencer-client":"6.0.0-nightly.20260823","@aztec/telemetry-client":"6.0.0-nightly.20260823","@aztec/validator-client":"6.0.0-nightly.20260823","@aztec/noir-contracts.js":"6.0.0-nightly.20260823","@aztec/protocol-contracts":"6.0.0-nightly.20260823","@aztec/standard-contracts":"6.0.0-nightly.20260823","@aztec/validator-ha-signer":"6.0.0-nightly.20260823","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260823","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260823"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260823_1787459050317_0.5809493410574031","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260823":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260823","_id":"@aztec/end-to-end@5.3.0-nightly.20260823","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"704adbcbe681505d510341ef570a2cb6903250cc","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260823.tgz","fileCount":383,"integrity":"sha512-cCP/NcYtK29MPO9qv2WY208/9Mv3zCTuJPpFYftiQrBgJGqeO3tj/JeE0kJJVb5BmxwyvejhGlCm5xlbMMrKnQ==","signatures":[{"sig":"MEQCIDbF6zWYOSiytFBAyW7O6USw6TGesJ6Qubh9wYAxbEbjAiBO4eHZLzkYlQxaiNNGIKGA/NfAC17ZNUl7ajjpv53b/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260823","@aztec/cli":"5.3.0-nightly.20260823","@aztec/p2p":"5.3.0-nightly.20260823","@aztec/pxe":"5.3.0-nightly.20260823","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260823","@aztec/bb.js":"5.3.0-nightly.20260823","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260823","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260823","@aztec/wallets":"5.3.0-nightly.20260823","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260823","@aztec/archiver":"5.3.0-nightly.20260823","@aztec/aztec.js":"5.3.0-nightly.20260823","@aztec/blob-lib":"5.3.0-nightly.20260823","@aztec/ethereum":"5.3.0-nightly.20260823","@aztec/kv-store":"5.3.0-nightly.20260823","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260823","@aztec/constants":"5.3.0-nightly.20260823","@aztec/simulator":"5.3.0-nightly.20260823","@aztec/aztec-node":"5.3.0-nightly.20260823","@aztec/foundation":"5.3.0-nightly.20260823","@aztec/wallet-sdk":"5.3.0-nightly.20260823","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260823","@aztec/entrypoints":"5.3.0-nightly.20260823","@aztec/epoch-cache":"5.3.0-nightly.20260823","@aztec/prover-node":"5.3.0-nightly.20260823","@aztec/world-state":"5.3.0-nightly.20260823","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260823","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260823","@aztec/prover-client":"5.3.0-nightly.20260823","@aztec/noir-noirc_abi":"5.3.0-nightly.20260823","@aztec/sequencer-client":"5.3.0-nightly.20260823","@aztec/telemetry-client":"5.3.0-nightly.20260823","@aztec/validator-client":"5.3.0-nightly.20260823","@aztec/noir-contracts.js":"5.3.0-nightly.20260823","@aztec/protocol-contracts":"5.3.0-nightly.20260823","@aztec/standard-contracts":"5.3.0-nightly.20260823","@aztec/validator-ha-signer":"5.3.0-nightly.20260823","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260823","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260823"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260823_1787459107904_0.34414497485786266","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260824":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260824","_id":"@aztec/end-to-end@6.0.0-nightly.20260824","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1254fba1c04ca29cf130378942772427f2638e47","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260824.tgz","fileCount":383,"integrity":"sha512-y6pXKYQ3T9ZkBlcSZyR9qkr5xAEwOOGd391eb7qlITaWGxyaYxcIQck3IT6uGVpUo5nDk/h+XaG4daEeM37PxA==","signatures":[{"sig":"MEQCIBXNpP8NeCtJ1zHG4I1D7pGBcmIZE2j+sRXugOig5GIQAiAzDBD4NzM7kixxzxYxrVLyDwj2u/rPAp/sCv2+j8Zeyg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260824","@aztec/cli":"6.0.0-nightly.20260824","@aztec/p2p":"6.0.0-nightly.20260824","@aztec/pxe":"6.0.0-nightly.20260824","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260824","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260824","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260824","@aztec/wallets":"6.0.0-nightly.20260824","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260824","@aztec/archiver":"6.0.0-nightly.20260824","@aztec/aztec.js":"6.0.0-nightly.20260824","@aztec/blob-lib":"6.0.0-nightly.20260824","@aztec/ethereum":"6.0.0-nightly.20260824","@aztec/kv-store":"6.0.0-nightly.20260824","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260824","@aztec/constants":"6.0.0-nightly.20260824","@aztec/simulator":"6.0.0-nightly.20260824","@aztec/aztec-node":"6.0.0-nightly.20260824","@aztec/foundation":"6.0.0-nightly.20260824","@aztec/wallet-sdk":"6.0.0-nightly.20260824","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260824","@aztec/entrypoints":"6.0.0-nightly.20260824","@aztec/epoch-cache":"6.0.0-nightly.20260824","@aztec/prover-node":"6.0.0-nightly.20260824","@aztec/world-state":"6.0.0-nightly.20260824","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260824","@aztec/prover-client":"6.0.0-nightly.20260824","@aztec/sequencer-client":"6.0.0-nightly.20260824","@aztec/telemetry-client":"6.0.0-nightly.20260824","@aztec/validator-client":"6.0.0-nightly.20260824","@aztec/noir-contracts.js":"6.0.0-nightly.20260824","@aztec/protocol-contracts":"6.0.0-nightly.20260824","@aztec/standard-contracts":"6.0.0-nightly.20260824","@aztec/validator-ha-signer":"6.0.0-nightly.20260824","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260824","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260824"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260824_1787545669629_0.4211331211476861","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260824":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260824","_id":"@aztec/end-to-end@5.3.0-nightly.20260824","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"7e2c3e9c20d2b37b34c1040c5d3fd374fabbb5e8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260824.tgz","fileCount":383,"integrity":"sha512-+p+qfjYQ74H0U9t65SKqPg4vJ4xaA1SX2sHnknRwi80tSoJWN+S9vAMKzxNcSkCZDuTnFsUmyiDr2A7jG3rE+Q==","signatures":[{"sig":"MEYCIQDbqUq4VnXNJIg2053PWwI4AQpHr0gHK6s0LmT8+y1mTgIhAJkoN3xSS7GAkxfdRE0ucl7hdqgGby/pGTyUlHVHVD90","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260824","@aztec/cli":"5.3.0-nightly.20260824","@aztec/p2p":"5.3.0-nightly.20260824","@aztec/pxe":"5.3.0-nightly.20260824","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260824","@aztec/bb.js":"5.3.0-nightly.20260824","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260824","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260824","@aztec/wallets":"5.3.0-nightly.20260824","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260824","@aztec/archiver":"5.3.0-nightly.20260824","@aztec/aztec.js":"5.3.0-nightly.20260824","@aztec/blob-lib":"5.3.0-nightly.20260824","@aztec/ethereum":"5.3.0-nightly.20260824","@aztec/kv-store":"5.3.0-nightly.20260824","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260824","@aztec/constants":"5.3.0-nightly.20260824","@aztec/simulator":"5.3.0-nightly.20260824","@aztec/aztec-node":"5.3.0-nightly.20260824","@aztec/foundation":"5.3.0-nightly.20260824","@aztec/wallet-sdk":"5.3.0-nightly.20260824","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260824","@aztec/entrypoints":"5.3.0-nightly.20260824","@aztec/epoch-cache":"5.3.0-nightly.20260824","@aztec/prover-node":"5.3.0-nightly.20260824","@aztec/world-state":"5.3.0-nightly.20260824","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260824","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260824","@aztec/prover-client":"5.3.0-nightly.20260824","@aztec/noir-noirc_abi":"5.3.0-nightly.20260824","@aztec/sequencer-client":"5.3.0-nightly.20260824","@aztec/telemetry-client":"5.3.0-nightly.20260824","@aztec/validator-client":"5.3.0-nightly.20260824","@aztec/noir-contracts.js":"5.3.0-nightly.20260824","@aztec/protocol-contracts":"5.3.0-nightly.20260824","@aztec/standard-contracts":"5.3.0-nightly.20260824","@aztec/validator-ha-signer":"5.3.0-nightly.20260824","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260824","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260824"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260824_1787545880396_0.013466784924645037","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260825":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260825","_id":"@aztec/end-to-end@6.0.0-nightly.20260825","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c47fb66ca24cd7c3d3f75d8b945897c063cbec96","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260825.tgz","fileCount":383,"integrity":"sha512-raSG5L8vNrFyXm5y5HevlQplhMWFzfCyvNvJ38IK3+J5NGhBxEzZDKdsodbrOLjCJycRakHflRmHfNTpBidAXw==","signatures":[{"sig":"MEYCIQCHlKm/X503/sG4sAwWQwzxRtRW0DLHt2UM2zHb8ukhZAIhAN/fCxI7XIsq18ypfvnCzHG8uUVgcbjCNM30Z6iAonKz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260825","@aztec/cli":"6.0.0-nightly.20260825","@aztec/p2p":"6.0.0-nightly.20260825","@aztec/pxe":"6.0.0-nightly.20260825","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260825","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260825","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260825","@aztec/wallets":"6.0.0-nightly.20260825","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260825","@aztec/archiver":"6.0.0-nightly.20260825","@aztec/aztec.js":"6.0.0-nightly.20260825","@aztec/blob-lib":"6.0.0-nightly.20260825","@aztec/ethereum":"6.0.0-nightly.20260825","@aztec/kv-store":"6.0.0-nightly.20260825","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260825","@aztec/constants":"6.0.0-nightly.20260825","@aztec/simulator":"6.0.0-nightly.20260825","@aztec/aztec-node":"6.0.0-nightly.20260825","@aztec/foundation":"6.0.0-nightly.20260825","@aztec/wallet-sdk":"6.0.0-nightly.20260825","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260825","@aztec/entrypoints":"6.0.0-nightly.20260825","@aztec/epoch-cache":"6.0.0-nightly.20260825","@aztec/prover-node":"6.0.0-nightly.20260825","@aztec/world-state":"6.0.0-nightly.20260825","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260825","@aztec/prover-client":"6.0.0-nightly.20260825","@aztec/sequencer-client":"6.0.0-nightly.20260825","@aztec/telemetry-client":"6.0.0-nightly.20260825","@aztec/validator-client":"6.0.0-nightly.20260825","@aztec/noir-contracts.js":"6.0.0-nightly.20260825","@aztec/protocol-contracts":"6.0.0-nightly.20260825","@aztec/standard-contracts":"6.0.0-nightly.20260825","@aztec/validator-ha-signer":"6.0.0-nightly.20260825","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260825","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260825"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260825_1787631888776_0.6635548380811724","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260825":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260825","_id":"@aztec/end-to-end@5.3.0-nightly.20260825","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0af689e725a0e4f9179eea23d92a1310202661b8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260825.tgz","fileCount":383,"integrity":"sha512-Ve7zBn+ks6hbxggwllAed7K0cCi/2QVCjW48qLYcQqQvA1w5mc6zaiwk4Fc4HNu8Qmo7pMRIVtIeLI02z5v/CA==","signatures":[{"sig":"MEUCIHz33EBUohOY6Vq4i8fvqRYy8PIjFAKVaUvJX/dxvdObAiEAskzOt8LY+NIDQJBe+sZuZh8GW7PnkiXKsGLSJq35p1Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260825","@aztec/cli":"5.3.0-nightly.20260825","@aztec/p2p":"5.3.0-nightly.20260825","@aztec/pxe":"5.3.0-nightly.20260825","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260825","@aztec/bb.js":"5.3.0-nightly.20260825","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260825","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260825","@aztec/wallets":"5.3.0-nightly.20260825","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260825","@aztec/archiver":"5.3.0-nightly.20260825","@aztec/aztec.js":"5.3.0-nightly.20260825","@aztec/blob-lib":"5.3.0-nightly.20260825","@aztec/ethereum":"5.3.0-nightly.20260825","@aztec/kv-store":"5.3.0-nightly.20260825","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260825","@aztec/constants":"5.3.0-nightly.20260825","@aztec/simulator":"5.3.0-nightly.20260825","@aztec/aztec-node":"5.3.0-nightly.20260825","@aztec/foundation":"5.3.0-nightly.20260825","@aztec/wallet-sdk":"5.3.0-nightly.20260825","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260825","@aztec/entrypoints":"5.3.0-nightly.20260825","@aztec/epoch-cache":"5.3.0-nightly.20260825","@aztec/prover-node":"5.3.0-nightly.20260825","@aztec/world-state":"5.3.0-nightly.20260825","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260825","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260825","@aztec/prover-client":"5.3.0-nightly.20260825","@aztec/noir-noirc_abi":"5.3.0-nightly.20260825","@aztec/sequencer-client":"5.3.0-nightly.20260825","@aztec/telemetry-client":"5.3.0-nightly.20260825","@aztec/validator-client":"5.3.0-nightly.20260825","@aztec/noir-contracts.js":"5.3.0-nightly.20260825","@aztec/protocol-contracts":"5.3.0-nightly.20260825","@aztec/standard-contracts":"5.3.0-nightly.20260825","@aztec/validator-ha-signer":"5.3.0-nightly.20260825","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260825","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260825"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260825_1787631935131_0.14372117850049415","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260826":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260826","_id":"@aztec/end-to-end@6.0.0-nightly.20260826","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bf852f14920b2c7b259aa5e1e8cd6d50ce4017ca","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260826.tgz","fileCount":383,"integrity":"sha512-3typHLSoUrD7XShJ+izVnZldsaM7lM5WtIytJ0dp5FhucF4VkRZ41fAIFulpFn/lWN+RCxmW6gHw/SWMDeu15g==","signatures":[{"sig":"MEYCIQCAiQLJNw79TAoOCJEx+i//+Kw9BBwHiqtxgTwH9jHxCQIhAPQ5cW00iOfFLr/omZAVHHhTujdhLse3fptFvzDYll97","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819718},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260826","@aztec/cli":"6.0.0-nightly.20260826","@aztec/p2p":"6.0.0-nightly.20260826","@aztec/pxe":"6.0.0-nightly.20260826","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260826","@aztec/bb.js":"6.0.0-nightly.20260819","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260826","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260826","@aztec/wallets":"6.0.0-nightly.20260826","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260826","@aztec/archiver":"6.0.0-nightly.20260826","@aztec/aztec.js":"6.0.0-nightly.20260826","@aztec/blob-lib":"6.0.0-nightly.20260826","@aztec/ethereum":"6.0.0-nightly.20260826","@aztec/kv-store":"6.0.0-nightly.20260826","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260826","@aztec/constants":"6.0.0-nightly.20260826","@aztec/simulator":"6.0.0-nightly.20260826","@aztec/aztec-node":"6.0.0-nightly.20260826","@aztec/foundation":"6.0.0-nightly.20260826","@aztec/wallet-sdk":"6.0.0-nightly.20260826","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260826","@aztec/entrypoints":"6.0.0-nightly.20260826","@aztec/epoch-cache":"6.0.0-nightly.20260826","@aztec/prover-node":"6.0.0-nightly.20260826","@aztec/world-state":"6.0.0-nightly.20260826","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260819","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260826","@aztec/prover-client":"6.0.0-nightly.20260826","@aztec/sequencer-client":"6.0.0-nightly.20260826","@aztec/telemetry-client":"6.0.0-nightly.20260826","@aztec/validator-client":"6.0.0-nightly.20260826","@aztec/noir-contracts.js":"6.0.0-nightly.20260826","@aztec/protocol-contracts":"6.0.0-nightly.20260826","@aztec/standard-contracts":"6.0.0-nightly.20260826","@aztec/validator-ha-signer":"6.0.0-nightly.20260826","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260826","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260826"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260826_1787718304740_0.24655753205821918","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260826":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260826","_id":"@aztec/end-to-end@5.3.0-nightly.20260826","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"joss-aztecprotocol","email":"joss@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"96c4bc91e65366e65773318b23850151fdcbb42e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260826.tgz","fileCount":383,"integrity":"sha512-AuWjfVY9Pi1VRBjy3aOM1qzr/VL4o7ZSbLS0rTyon2KzrjAgpK/dpHQt46sB+NoT+S+O0zo4YdsTl4uhH6CYNg==","signatures":[{"sig":"MEUCIBuEpTYxtiuGVXp+mCcWx6riLOWe5sWQ4mBha5G0SLK8AiEAvqepEC4dWnu4ipDVKME9z7cMMCRTgxENOFTfMr3wx7w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260826","@aztec/cli":"5.3.0-nightly.20260826","@aztec/p2p":"5.3.0-nightly.20260826","@aztec/pxe":"5.3.0-nightly.20260826","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260826","@aztec/bb.js":"5.3.0-nightly.20260826","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260826","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260826","@aztec/wallets":"5.3.0-nightly.20260826","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260826","@aztec/archiver":"5.3.0-nightly.20260826","@aztec/aztec.js":"5.3.0-nightly.20260826","@aztec/blob-lib":"5.3.0-nightly.20260826","@aztec/ethereum":"5.3.0-nightly.20260826","@aztec/kv-store":"5.3.0-nightly.20260826","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260826","@aztec/constants":"5.3.0-nightly.20260826","@aztec/simulator":"5.3.0-nightly.20260826","@aztec/aztec-node":"5.3.0-nightly.20260826","@aztec/foundation":"5.3.0-nightly.20260826","@aztec/wallet-sdk":"5.3.0-nightly.20260826","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260826","@aztec/entrypoints":"5.3.0-nightly.20260826","@aztec/epoch-cache":"5.3.0-nightly.20260826","@aztec/prover-node":"5.3.0-nightly.20260826","@aztec/world-state":"5.3.0-nightly.20260826","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260826","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260826","@aztec/prover-client":"5.3.0-nightly.20260826","@aztec/noir-noirc_abi":"5.3.0-nightly.20260826","@aztec/sequencer-client":"5.3.0-nightly.20260826","@aztec/telemetry-client":"5.3.0-nightly.20260826","@aztec/validator-client":"5.3.0-nightly.20260826","@aztec/noir-contracts.js":"5.3.0-nightly.20260826","@aztec/protocol-contracts":"5.3.0-nightly.20260826","@aztec/standard-contracts":"5.3.0-nightly.20260826","@aztec/validator-ha-signer":"5.3.0-nightly.20260826","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260826","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260826"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260826_1787718389463_0.355904116431464","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260827":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260827","_id":"@aztec/end-to-end@5.3.0-nightly.20260827","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b1fc563bf6c6a19da0d99acbadefebeffd90052d","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260827.tgz","fileCount":383,"integrity":"sha512-OsoX1swzVhsQkU+uu+5GNHJd/RKAqnhTcZF+izMh3HUNp+Pg1txNV4gT7/e1rSENGg5PrFvjGyqD6wZPvV6JIg==","signatures":[{"sig":"MEQCIDBVWKGw/qARTRM+/DoJnfyNya/xXVnjTY5rtTHPrS5EAiBlU6bpdm6jWVgSWY7ULzyaH2m4/0RQ/Ld8Ez2iYp+Gxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260827","@aztec/cli":"5.3.0-nightly.20260827","@aztec/p2p":"5.3.0-nightly.20260827","@aztec/pxe":"5.3.0-nightly.20260827","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260827","@aztec/bb.js":"5.3.0-nightly.20260827","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260827","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260827","@aztec/wallets":"5.3.0-nightly.20260827","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260827","@aztec/archiver":"5.3.0-nightly.20260827","@aztec/aztec.js":"5.3.0-nightly.20260827","@aztec/blob-lib":"5.3.0-nightly.20260827","@aztec/ethereum":"5.3.0-nightly.20260827","@aztec/kv-store":"5.3.0-nightly.20260827","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260827","@aztec/constants":"5.3.0-nightly.20260827","@aztec/simulator":"5.3.0-nightly.20260827","@aztec/aztec-node":"5.3.0-nightly.20260827","@aztec/foundation":"5.3.0-nightly.20260827","@aztec/wallet-sdk":"5.3.0-nightly.20260827","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260827","@aztec/entrypoints":"5.3.0-nightly.20260827","@aztec/epoch-cache":"5.3.0-nightly.20260827","@aztec/prover-node":"5.3.0-nightly.20260827","@aztec/world-state":"5.3.0-nightly.20260827","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260827","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260827","@aztec/prover-client":"5.3.0-nightly.20260827","@aztec/noir-noirc_abi":"5.3.0-nightly.20260827","@aztec/sequencer-client":"5.3.0-nightly.20260827","@aztec/telemetry-client":"5.3.0-nightly.20260827","@aztec/validator-client":"5.3.0-nightly.20260827","@aztec/noir-contracts.js":"5.3.0-nightly.20260827","@aztec/protocol-contracts":"5.3.0-nightly.20260827","@aztec/standard-contracts":"5.3.0-nightly.20260827","@aztec/validator-ha-signer":"5.3.0-nightly.20260827","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260827","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260827"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260827_1787811446215_0.7986631243258531","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260827":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260827","_id":"@aztec/end-to-end@6.0.0-nightly.20260827","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bad5e7f2a29506d9e95992df1afa46d7aca94c24","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260827.tgz","fileCount":383,"integrity":"sha512-Kz7kqWGZq2jot6xHNU4fPEFxajhn+PMO2qRa7AuBKWcmAPkW4iXkoEkszYA43z4TUuBC7y2hnMwbTTWqueBONA==","signatures":[{"sig":"MEUCIQC6d7vUtyaFbW0WRuOBzuyghSkz8raux/XCsUqgGG7mMQIgVbHOSMlZhnejUumH28i6M9G5aAcdJQVHzwUhyffwcQg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260827","@aztec/cli":"6.0.0-nightly.20260827","@aztec/p2p":"6.0.0-nightly.20260827","@aztec/pxe":"6.0.0-nightly.20260827","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260827","@aztec/bb.js":"6.0.0-nightly.20260826","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260827","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260827","@aztec/wallets":"6.0.0-nightly.20260827","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260827","@aztec/archiver":"6.0.0-nightly.20260827","@aztec/aztec.js":"6.0.0-nightly.20260827","@aztec/blob-lib":"6.0.0-nightly.20260827","@aztec/ethereum":"6.0.0-nightly.20260827","@aztec/kv-store":"6.0.0-nightly.20260827","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260827","@aztec/constants":"6.0.0-nightly.20260827","@aztec/simulator":"6.0.0-nightly.20260827","@aztec/aztec-node":"6.0.0-nightly.20260827","@aztec/foundation":"6.0.0-nightly.20260827","@aztec/wallet-sdk":"6.0.0-nightly.20260827","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260827","@aztec/entrypoints":"6.0.0-nightly.20260827","@aztec/epoch-cache":"6.0.0-nightly.20260827","@aztec/prover-node":"6.0.0-nightly.20260827","@aztec/world-state":"6.0.0-nightly.20260827","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260826","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260827","@aztec/prover-client":"6.0.0-nightly.20260827","@aztec/sequencer-client":"6.0.0-nightly.20260827","@aztec/telemetry-client":"6.0.0-nightly.20260827","@aztec/validator-client":"6.0.0-nightly.20260827","@aztec/noir-contracts.js":"6.0.0-nightly.20260827","@aztec/protocol-contracts":"6.0.0-nightly.20260827","@aztec/standard-contracts":"6.0.0-nightly.20260827","@aztec/validator-ha-signer":"6.0.0-nightly.20260827","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260827","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260827"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260827_1787811449875_0.7229577959584756","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-nightly.20260828":{"name":"@aztec/end-to-end","version":"6.0.0-nightly.20260828","_id":"@aztec/end-to-end@6.0.0-nightly.20260828","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d339cdb917edb1328b7d146c112b4d8715b328c0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-6.0.0-nightly.20260828.tgz","fileCount":383,"integrity":"sha512-lKVAmO5YtYWvV3/wrdBz8aL1+PDUUJ/ibb6fZIU6arvncRs4baDy8YGq6Qy2e8l8RRsEJO4+/HC3LUvwi4EHHQ==","signatures":[{"sig":"MEQCIG8iai0Rl9KphvEAEZzer1G7i0XFzsDXtWuFynhLvePTAiAX3m3E9iX4pOpdMuyQHsOlcmeV0JqiZeOFI5e0GYxLKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"6.0.0-nightly.20260828","@aztec/cli":"6.0.0-nightly.20260828","@aztec/p2p":"6.0.0-nightly.20260828","@aztec/pxe":"6.0.0-nightly.20260828","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"6.0.0-nightly.20260828","@aztec/bb.js":"6.0.0-nightly.20260826","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"6.0.0-nightly.20260828","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"6.0.0-nightly.20260828","@aztec/wallets":"6.0.0-nightly.20260828","lodash.compact":"^3.0.1","@aztec/accounts":"6.0.0-nightly.20260828","@aztec/archiver":"6.0.0-nightly.20260828","@aztec/aztec.js":"6.0.0-nightly.20260828","@aztec/blob-lib":"6.0.0-nightly.20260828","@aztec/ethereum":"6.0.0-nightly.20260828","@aztec/kv-store":"6.0.0-nightly.20260828","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"6.0.0-nightly.20260828","@aztec/constants":"6.0.0-nightly.20260828","@aztec/simulator":"6.0.0-nightly.20260828","@aztec/aztec-node":"6.0.0-nightly.20260828","@aztec/foundation":"6.0.0-nightly.20260828","@aztec/wallet-sdk":"6.0.0-nightly.20260828","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"6.0.0-nightly.20260828","@aztec/entrypoints":"6.0.0-nightly.20260828","@aztec/epoch-cache":"6.0.0-nightly.20260828","@aztec/prover-node":"6.0.0-nightly.20260828","@aztec/world-state":"6.0.0-nightly.20260828","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"6.0.0-nightly.20260826","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"6.0.0-nightly.20260828","@aztec/prover-client":"6.0.0-nightly.20260828","@aztec/sequencer-client":"6.0.0-nightly.20260828","@aztec/telemetry-client":"6.0.0-nightly.20260828","@aztec/validator-client":"6.0.0-nightly.20260828","@aztec/noir-contracts.js":"6.0.0-nightly.20260828","@aztec/protocol-contracts":"6.0.0-nightly.20260828","@aztec/standard-contracts":"6.0.0-nightly.20260828","@aztec/validator-ha-signer":"6.0.0-nightly.20260828","@aztec/noir-test-contracts.js":"6.0.0-nightly.20260828","@aztec/noir-protocol-circuits-types":"6.0.0-nightly.20260828"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_6.0.0-nightly.20260828_1787899501865_0.14744428828110712","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260828":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260828","_id":"@aztec/end-to-end@5.3.0-nightly.20260828","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"9231ebb95ea039dccc00dfa820ade21d34675535","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260828.tgz","fileCount":383,"integrity":"sha512-kLbW4ISF4hN1tllBWV8wKqhsRjUok2bHo61Dl8ZpY/mTANvfiJv+RvJ7MXhEvyV4k3ImuU0MaxM0s6MdtbjuLA==","signatures":[{"sig":"MEYCIQDiZtBEqUgc7vgE8JSHgppd203MIUmUQZ7a+GqUzf1CqQIhAMXXjjQVAolAfuS8Uqm9MKediu4FKdhVGEnYQJBY0UOQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260828","@aztec/cli":"5.3.0-nightly.20260828","@aztec/p2p":"5.3.0-nightly.20260828","@aztec/pxe":"5.3.0-nightly.20260828","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260828","@aztec/bb.js":"5.3.0-nightly.20260828","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260828","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260828","@aztec/wallets":"5.3.0-nightly.20260828","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260828","@aztec/archiver":"5.3.0-nightly.20260828","@aztec/aztec.js":"5.3.0-nightly.20260828","@aztec/blob-lib":"5.3.0-nightly.20260828","@aztec/ethereum":"5.3.0-nightly.20260828","@aztec/kv-store":"5.3.0-nightly.20260828","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260828","@aztec/constants":"5.3.0-nightly.20260828","@aztec/simulator":"5.3.0-nightly.20260828","@aztec/aztec-node":"5.3.0-nightly.20260828","@aztec/foundation":"5.3.0-nightly.20260828","@aztec/wallet-sdk":"5.3.0-nightly.20260828","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260828","@aztec/entrypoints":"5.3.0-nightly.20260828","@aztec/epoch-cache":"5.3.0-nightly.20260828","@aztec/prover-node":"5.3.0-nightly.20260828","@aztec/world-state":"5.3.0-nightly.20260828","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260828","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260828","@aztec/prover-client":"5.3.0-nightly.20260828","@aztec/noir-noirc_abi":"5.3.0-nightly.20260828","@aztec/sequencer-client":"5.3.0-nightly.20260828","@aztec/telemetry-client":"5.3.0-nightly.20260828","@aztec/validator-client":"5.3.0-nightly.20260828","@aztec/noir-contracts.js":"5.3.0-nightly.20260828","@aztec/protocol-contracts":"5.3.0-nightly.20260828","@aztec/standard-contracts":"5.3.0-nightly.20260828","@aztec/validator-ha-signer":"5.3.0-nightly.20260828","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260828","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260828"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260828_1787899602751_0.9576152664742348","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260829":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260829","_id":"@aztec/end-to-end@5.3.0-nightly.20260829","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"970055706224ac205f1fa7cf0e0989ff81a9a2c1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260829.tgz","fileCount":383,"integrity":"sha512-br8sAfO4YRjzB1zh/W6VbXcGbVUtGTXa12mXp+FcYkRDCZ46mGU0X9z6+JmjRar/t+1Qnt5ngeJ2LOHr4NyvLQ==","signatures":[{"sig":"MEUCIHPtCQ57DOjOGxMGeBBZnRCcD1Djm81J94nYKeR+EeVVAiEAs4yRh/by+rVPP/A2IKDthFqn0o54/eyP6/cDRF/asKY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260829","@aztec/cli":"5.3.0-nightly.20260829","@aztec/p2p":"5.3.0-nightly.20260829","@aztec/pxe":"5.3.0-nightly.20260829","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260829","@aztec/bb.js":"5.3.0-nightly.20260829","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260829","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260829","@aztec/wallets":"5.3.0-nightly.20260829","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260829","@aztec/archiver":"5.3.0-nightly.20260829","@aztec/aztec.js":"5.3.0-nightly.20260829","@aztec/blob-lib":"5.3.0-nightly.20260829","@aztec/ethereum":"5.3.0-nightly.20260829","@aztec/kv-store":"5.3.0-nightly.20260829","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260829","@aztec/constants":"5.3.0-nightly.20260829","@aztec/simulator":"5.3.0-nightly.20260829","@aztec/aztec-node":"5.3.0-nightly.20260829","@aztec/foundation":"5.3.0-nightly.20260829","@aztec/wallet-sdk":"5.3.0-nightly.20260829","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260829","@aztec/entrypoints":"5.3.0-nightly.20260829","@aztec/epoch-cache":"5.3.0-nightly.20260829","@aztec/prover-node":"5.3.0-nightly.20260829","@aztec/world-state":"5.3.0-nightly.20260829","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260829","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260829","@aztec/prover-client":"5.3.0-nightly.20260829","@aztec/noir-noirc_abi":"5.3.0-nightly.20260829","@aztec/sequencer-client":"5.3.0-nightly.20260829","@aztec/telemetry-client":"5.3.0-nightly.20260829","@aztec/validator-client":"5.3.0-nightly.20260829","@aztec/noir-contracts.js":"5.3.0-nightly.20260829","@aztec/protocol-contracts":"5.3.0-nightly.20260829","@aztec/standard-contracts":"5.3.0-nightly.20260829","@aztec/validator-ha-signer":"5.3.0-nightly.20260829","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260829","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260829"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260829_1787977243522_0.9937530210043299","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260830":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260830","_id":"@aztec/end-to-end@5.3.0-nightly.20260830","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3161468e24e4b885863dbc74a5e416656d68c67b","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260830.tgz","fileCount":383,"integrity":"sha512-a5z3FZSbWyMFvU7h26eu0RFOjb8aBnutPbM/HBDhQJ8dzIH1uuX9quAAXXg28fVlYxmlzd9BDkOXMA2PumtoqQ==","signatures":[{"sig":"MEUCIEiHxUAuelTdMn0EYFYLj4aRRZOC4/8/ypIvUBRsQzfyAiEAgjKBSWayjvlkFTcnV6mOAUw6YnIyvzmG3LnBYFKi/Rw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260830","@aztec/cli":"5.3.0-nightly.20260830","@aztec/p2p":"5.3.0-nightly.20260830","@aztec/pxe":"5.3.0-nightly.20260830","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260830","@aztec/bb.js":"5.3.0-nightly.20260830","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260830","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260830","@aztec/wallets":"5.3.0-nightly.20260830","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260830","@aztec/archiver":"5.3.0-nightly.20260830","@aztec/aztec.js":"5.3.0-nightly.20260830","@aztec/blob-lib":"5.3.0-nightly.20260830","@aztec/ethereum":"5.3.0-nightly.20260830","@aztec/kv-store":"5.3.0-nightly.20260830","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260830","@aztec/constants":"5.3.0-nightly.20260830","@aztec/simulator":"5.3.0-nightly.20260830","@aztec/aztec-node":"5.3.0-nightly.20260830","@aztec/foundation":"5.3.0-nightly.20260830","@aztec/wallet-sdk":"5.3.0-nightly.20260830","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260830","@aztec/entrypoints":"5.3.0-nightly.20260830","@aztec/epoch-cache":"5.3.0-nightly.20260830","@aztec/prover-node":"5.3.0-nightly.20260830","@aztec/world-state":"5.3.0-nightly.20260830","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260830","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260830","@aztec/prover-client":"5.3.0-nightly.20260830","@aztec/noir-noirc_abi":"5.3.0-nightly.20260830","@aztec/sequencer-client":"5.3.0-nightly.20260830","@aztec/telemetry-client":"5.3.0-nightly.20260830","@aztec/validator-client":"5.3.0-nightly.20260830","@aztec/noir-contracts.js":"5.3.0-nightly.20260830","@aztec/protocol-contracts":"5.3.0-nightly.20260830","@aztec/standard-contracts":"5.3.0-nightly.20260830","@aztec/validator-ha-signer":"5.3.0-nightly.20260830","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260830","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260830"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260830_1788063670234_0.7724887731924772","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260831":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260831","_id":"@aztec/end-to-end@5.3.0-nightly.20260831","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"d034a6dd93d8bea46ac969d7e7fd7d7dfec26fa0","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260831.tgz","fileCount":383,"integrity":"sha512-eWQLAVMtyzqYZUelLyEjMkESuKXfEY06T37mwq95P9I/Jqcasyg9hEVPOjWokd7EZlc3Qc/TZz2eFixs6AQQnQ==","signatures":[{"sig":"MEUCIQDgTBaNSHFG0iZbbwmSEg9g5Jbfrls+lEvka22a1wHS+gIgAPY5AOr3uGcTVUfEvcbh23+bZSnS3CDslFUKTp37/q0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260831","@aztec/cli":"5.3.0-nightly.20260831","@aztec/p2p":"5.3.0-nightly.20260831","@aztec/pxe":"5.3.0-nightly.20260831","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260831","@aztec/bb.js":"5.3.0-nightly.20260831","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260831","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260831","@aztec/wallets":"5.3.0-nightly.20260831","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260831","@aztec/archiver":"5.3.0-nightly.20260831","@aztec/aztec.js":"5.3.0-nightly.20260831","@aztec/blob-lib":"5.3.0-nightly.20260831","@aztec/ethereum":"5.3.0-nightly.20260831","@aztec/kv-store":"5.3.0-nightly.20260831","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260831","@aztec/constants":"5.3.0-nightly.20260831","@aztec/simulator":"5.3.0-nightly.20260831","@aztec/aztec-node":"5.3.0-nightly.20260831","@aztec/foundation":"5.3.0-nightly.20260831","@aztec/wallet-sdk":"5.3.0-nightly.20260831","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260831","@aztec/entrypoints":"5.3.0-nightly.20260831","@aztec/epoch-cache":"5.3.0-nightly.20260831","@aztec/prover-node":"5.3.0-nightly.20260831","@aztec/world-state":"5.3.0-nightly.20260831","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260831","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260831","@aztec/prover-client":"5.3.0-nightly.20260831","@aztec/noir-noirc_abi":"5.3.0-nightly.20260831","@aztec/sequencer-client":"5.3.0-nightly.20260831","@aztec/telemetry-client":"5.3.0-nightly.20260831","@aztec/validator-client":"5.3.0-nightly.20260831","@aztec/noir-contracts.js":"5.3.0-nightly.20260831","@aztec/protocol-contracts":"5.3.0-nightly.20260831","@aztec/standard-contracts":"5.3.0-nightly.20260831","@aztec/validator-ha-signer":"5.3.0-nightly.20260831","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260831","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260831"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260831_1788150165658_0.9937403051290183","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260901":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260901","_id":"@aztec/end-to-end@5.3.0-nightly.20260901","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3b018629370d4d6da49a71c7c9be6a8f9d663729","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260901.tgz","fileCount":383,"integrity":"sha512-ClWh4POlG5gR3mODk5MSSSkxfWyO6irEMHC8U5rHx2ASNSToSMJhR28HncRZ8TUZuBWfg0zUt4Piugzt93I+sA==","signatures":[{"sig":"MEUCICH41f2QcBD2z5VG6JKJB7HsMG0n/kqLQ9pf/rzGKm4GAiEA1MsKO4pikwfmp66vWKIggmZz2yeZyxPx37AZWBRgWM0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37818953},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"^4","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260901","@aztec/cli":"5.3.0-nightly.20260901","@aztec/p2p":"5.3.0-nightly.20260901","@aztec/pxe":"5.3.0-nightly.20260901","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260901","@aztec/bb.js":"5.3.0-nightly.20260901","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260901","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260901","@aztec/wallets":"5.3.0-nightly.20260901","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260901","@aztec/archiver":"5.3.0-nightly.20260901","@aztec/aztec.js":"5.3.0-nightly.20260901","@aztec/blob-lib":"5.3.0-nightly.20260901","@aztec/ethereum":"5.3.0-nightly.20260901","@aztec/kv-store":"5.3.0-nightly.20260901","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260901","@aztec/constants":"5.3.0-nightly.20260901","@aztec/simulator":"5.3.0-nightly.20260901","@aztec/aztec-node":"5.3.0-nightly.20260901","@aztec/foundation":"5.3.0-nightly.20260901","@aztec/wallet-sdk":"5.3.0-nightly.20260901","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260901","@aztec/entrypoints":"5.3.0-nightly.20260901","@aztec/epoch-cache":"5.3.0-nightly.20260901","@aztec/prover-node":"5.3.0-nightly.20260901","@aztec/world-state":"5.3.0-nightly.20260901","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260901","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260901","@aztec/prover-client":"5.3.0-nightly.20260901","@aztec/noir-noirc_abi":"5.3.0-nightly.20260901","@aztec/sequencer-client":"5.3.0-nightly.20260901","@aztec/telemetry-client":"5.3.0-nightly.20260901","@aztec/validator-client":"5.3.0-nightly.20260901","@aztec/noir-contracts.js":"5.3.0-nightly.20260901","@aztec/protocol-contracts":"5.3.0-nightly.20260901","@aztec/standard-contracts":"5.3.0-nightly.20260901","@aztec/validator-ha-signer":"5.3.0-nightly.20260901","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260901","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260901"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260901_1788236462904_0.292744636145005","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260902":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260902","_id":"@aztec/end-to-end@5.3.0-nightly.20260902","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"1840bd35d2ecd03ecb3e7a9b1a5098aa6580ebfd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260902.tgz","fileCount":383,"integrity":"sha512-96JtaLis8wgw8JVXyyYmduPyERjRVtkA53ogIFSzv2Hst22WLdRBiUPySqvah9qn/3zTjyWHdXpRO5J1W0Tcog==","signatures":[{"sig":"MEYCIQDv3HsoV3SVELarMg9QfAe4/mld1vLsUB98rwtCtlMvrwIhAOyy8+yP2SpYaikkpvORpSc6qex2U4w1QBmphPs1PM5L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260902","@aztec/cli":"5.3.0-nightly.20260902","@aztec/p2p":"5.3.0-nightly.20260902","@aztec/pxe":"5.3.0-nightly.20260902","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260902","@aztec/bb.js":"5.3.0-nightly.20260902","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260902","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260902","@aztec/wallets":"5.3.0-nightly.20260902","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260902","@aztec/archiver":"5.3.0-nightly.20260902","@aztec/aztec.js":"5.3.0-nightly.20260902","@aztec/blob-lib":"5.3.0-nightly.20260902","@aztec/ethereum":"5.3.0-nightly.20260902","@aztec/kv-store":"5.3.0-nightly.20260902","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260902","@aztec/constants":"5.3.0-nightly.20260902","@aztec/simulator":"5.3.0-nightly.20260902","@aztec/aztec-node":"5.3.0-nightly.20260902","@aztec/foundation":"5.3.0-nightly.20260902","@aztec/wallet-sdk":"5.3.0-nightly.20260902","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260902","@aztec/entrypoints":"5.3.0-nightly.20260902","@aztec/epoch-cache":"5.3.0-nightly.20260902","@aztec/prover-node":"5.3.0-nightly.20260902","@aztec/world-state":"5.3.0-nightly.20260902","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260902","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260902","@aztec/prover-client":"5.3.0-nightly.20260902","@aztec/noir-noirc_abi":"5.3.0-nightly.20260902","@aztec/sequencer-client":"5.3.0-nightly.20260902","@aztec/telemetry-client":"5.3.0-nightly.20260902","@aztec/validator-client":"5.3.0-nightly.20260902","@aztec/noir-contracts.js":"5.3.0-nightly.20260902","@aztec/protocol-contracts":"5.3.0-nightly.20260902","@aztec/standard-contracts":"5.3.0-nightly.20260902","@aztec/validator-ha-signer":"5.3.0-nightly.20260902","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260902","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260902"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260902_1788322925173_0.48075680192877246","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260903":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260903","_id":"@aztec/end-to-end@5.3.0-nightly.20260903","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"3e3733304a3b71517411e7ff6cab43de3fd2574e","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260903.tgz","fileCount":383,"integrity":"sha512-pCrvfFQyNlKDGym3PZ5sOWcox3od/S2rsqovLWcMuikM8m3eCxLSlYZYbRJ+eKYKh3cjqQyJcTzmRU5+s9ec5Q==","signatures":[{"sig":"MEQCIEJFlNTysVjjVzVXFMyFKh52mjXka4CHH/RMq1sN0MT1AiBLh6Rz0uwTbSzEx3v1rfuJVe37oUHhTm9BvE0i4ZHA/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260903","@aztec/cli":"5.3.0-nightly.20260903","@aztec/p2p":"5.3.0-nightly.20260903","@aztec/pxe":"5.3.0-nightly.20260903","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260903","@aztec/bb.js":"5.3.0-nightly.20260903","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260903","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260903","@aztec/wallets":"5.3.0-nightly.20260903","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260903","@aztec/archiver":"5.3.0-nightly.20260903","@aztec/aztec.js":"5.3.0-nightly.20260903","@aztec/blob-lib":"5.3.0-nightly.20260903","@aztec/ethereum":"5.3.0-nightly.20260903","@aztec/kv-store":"5.3.0-nightly.20260903","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260903","@aztec/constants":"5.3.0-nightly.20260903","@aztec/simulator":"5.3.0-nightly.20260903","@aztec/aztec-node":"5.3.0-nightly.20260903","@aztec/foundation":"5.3.0-nightly.20260903","@aztec/wallet-sdk":"5.3.0-nightly.20260903","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260903","@aztec/entrypoints":"5.3.0-nightly.20260903","@aztec/epoch-cache":"5.3.0-nightly.20260903","@aztec/prover-node":"5.3.0-nightly.20260903","@aztec/world-state":"5.3.0-nightly.20260903","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260903","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260903","@aztec/prover-client":"5.3.0-nightly.20260903","@aztec/noir-noirc_abi":"5.3.0-nightly.20260903","@aztec/sequencer-client":"5.3.0-nightly.20260903","@aztec/telemetry-client":"5.3.0-nightly.20260903","@aztec/validator-client":"5.3.0-nightly.20260903","@aztec/noir-contracts.js":"5.3.0-nightly.20260903","@aztec/protocol-contracts":"5.3.0-nightly.20260903","@aztec/standard-contracts":"5.3.0-nightly.20260903","@aztec/validator-ha-signer":"5.3.0-nightly.20260903","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260903","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260903"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260903_1788413070851_0.11112316543452394","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260904":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260904","_id":"@aztec/end-to-end@5.3.0-nightly.20260904","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"8016f607670142b7936849c742d175654e1443d4","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260904.tgz","fileCount":383,"integrity":"sha512-7k89MsqyQ8bAyb4cgiu8etXucNVWAP11UdodeTuVCeplaniIrcRtwwtrTSzvE+6LFHX0de1wBkHDGkuofonEzQ==","signatures":[{"sig":"MEYCIQDf74/txAe+szEyqrOoc1pijlfjbRsXivc2R3hKNvzctQIhAMaKUskfbogD/Yc2Ch1z/p1yVCvEVYLodQWvp7ad516q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260904","@aztec/cli":"5.3.0-nightly.20260904","@aztec/p2p":"5.3.0-nightly.20260904","@aztec/pxe":"5.3.0-nightly.20260904","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260904","@aztec/bb.js":"5.3.0-nightly.20260904","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260904","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260904","@aztec/wallets":"5.3.0-nightly.20260904","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260904","@aztec/archiver":"5.3.0-nightly.20260904","@aztec/aztec.js":"5.3.0-nightly.20260904","@aztec/blob-lib":"5.3.0-nightly.20260904","@aztec/ethereum":"5.3.0-nightly.20260904","@aztec/kv-store":"5.3.0-nightly.20260904","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260904","@aztec/constants":"5.3.0-nightly.20260904","@aztec/simulator":"5.3.0-nightly.20260904","@aztec/aztec-node":"5.3.0-nightly.20260904","@aztec/foundation":"5.3.0-nightly.20260904","@aztec/wallet-sdk":"5.3.0-nightly.20260904","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260904","@aztec/entrypoints":"5.3.0-nightly.20260904","@aztec/epoch-cache":"5.3.0-nightly.20260904","@aztec/prover-node":"5.3.0-nightly.20260904","@aztec/world-state":"5.3.0-nightly.20260904","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260904","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260904","@aztec/prover-client":"5.3.0-nightly.20260904","@aztec/noir-noirc_abi":"5.3.0-nightly.20260904","@aztec/sequencer-client":"5.3.0-nightly.20260904","@aztec/telemetry-client":"5.3.0-nightly.20260904","@aztec/validator-client":"5.3.0-nightly.20260904","@aztec/noir-contracts.js":"5.3.0-nightly.20260904","@aztec/protocol-contracts":"5.3.0-nightly.20260904","@aztec/standard-contracts":"5.3.0-nightly.20260904","@aztec/validator-ha-signer":"5.3.0-nightly.20260904","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260904","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260904"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260904_1788495660259_0.22678568807521526","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260905":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260905","_id":"@aztec/end-to-end@5.3.0-nightly.20260905","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"0436c572f35e5f8a53a754a9baccf12928b045cd","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260905.tgz","fileCount":383,"integrity":"sha512-y85Ca7OB23N7JTI0IXNkHGmPREBjF9dlmrMCmm1t8/yLS/UDGHE4CuzRao/TgIxBGmdOX4BVlMqn6YzV57OoRA==","signatures":[{"sig":"MEQCIFqmfTOWq2dmuEXq/x9Y96UwopnV/saM2WhWjDozexNDAiAxmOmdgHEMGtrx+vVhBy9f7wfqGdpd/xmrLPdw/slg3Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260905","@aztec/cli":"5.3.0-nightly.20260905","@aztec/p2p":"5.3.0-nightly.20260905","@aztec/pxe":"5.3.0-nightly.20260905","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260905","@aztec/bb.js":"5.3.0-nightly.20260905","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260905","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260905","@aztec/wallets":"5.3.0-nightly.20260905","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260905","@aztec/archiver":"5.3.0-nightly.20260905","@aztec/aztec.js":"5.3.0-nightly.20260905","@aztec/blob-lib":"5.3.0-nightly.20260905","@aztec/ethereum":"5.3.0-nightly.20260905","@aztec/kv-store":"5.3.0-nightly.20260905","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260905","@aztec/constants":"5.3.0-nightly.20260905","@aztec/simulator":"5.3.0-nightly.20260905","@aztec/aztec-node":"5.3.0-nightly.20260905","@aztec/foundation":"5.3.0-nightly.20260905","@aztec/wallet-sdk":"5.3.0-nightly.20260905","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260905","@aztec/entrypoints":"5.3.0-nightly.20260905","@aztec/epoch-cache":"5.3.0-nightly.20260905","@aztec/prover-node":"5.3.0-nightly.20260905","@aztec/world-state":"5.3.0-nightly.20260905","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260905","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260905","@aztec/prover-client":"5.3.0-nightly.20260905","@aztec/noir-noirc_abi":"5.3.0-nightly.20260905","@aztec/sequencer-client":"5.3.0-nightly.20260905","@aztec/telemetry-client":"5.3.0-nightly.20260905","@aztec/validator-client":"5.3.0-nightly.20260905","@aztec/noir-contracts.js":"5.3.0-nightly.20260905","@aztec/protocol-contracts":"5.3.0-nightly.20260905","@aztec/standard-contracts":"5.3.0-nightly.20260905","@aztec/validator-ha-signer":"5.3.0-nightly.20260905","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260905","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260905"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260905_1788582222726_0.13339369371119525","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260906":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260906","_id":"@aztec/end-to-end@5.3.0-nightly.20260906","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b75f90f986b7e59fbf1079cefad1afa0e09e9559","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260906.tgz","fileCount":383,"integrity":"sha512-Pg6MfT0J38/gnJAKm0l+0k1sVDAYeFYR/RyCx3/2+al9PGcTlxgmHPGfoMUJvE2BOzpQbyloSzdJQ7w5hzORMg==","signatures":[{"sig":"MEYCIQC3K2imaCgo8TwAB2iYYh1YMQLWJL99XdeGxwyHLq265wIhAI7rfblLoK9X3VtgMkClOB5cvjlSoO0jtmvjDqyIC91R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260906","@aztec/cli":"5.3.0-nightly.20260906","@aztec/p2p":"5.3.0-nightly.20260906","@aztec/pxe":"5.3.0-nightly.20260906","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260906","@aztec/bb.js":"5.3.0-nightly.20260906","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260906","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260906","@aztec/wallets":"5.3.0-nightly.20260906","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260906","@aztec/archiver":"5.3.0-nightly.20260906","@aztec/aztec.js":"5.3.0-nightly.20260906","@aztec/blob-lib":"5.3.0-nightly.20260906","@aztec/ethereum":"5.3.0-nightly.20260906","@aztec/kv-store":"5.3.0-nightly.20260906","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260906","@aztec/constants":"5.3.0-nightly.20260906","@aztec/simulator":"5.3.0-nightly.20260906","@aztec/aztec-node":"5.3.0-nightly.20260906","@aztec/foundation":"5.3.0-nightly.20260906","@aztec/wallet-sdk":"5.3.0-nightly.20260906","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260906","@aztec/entrypoints":"5.3.0-nightly.20260906","@aztec/epoch-cache":"5.3.0-nightly.20260906","@aztec/prover-node":"5.3.0-nightly.20260906","@aztec/world-state":"5.3.0-nightly.20260906","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260906","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260906","@aztec/prover-client":"5.3.0-nightly.20260906","@aztec/noir-noirc_abi":"5.3.0-nightly.20260906","@aztec/sequencer-client":"5.3.0-nightly.20260906","@aztec/telemetry-client":"5.3.0-nightly.20260906","@aztec/validator-client":"5.3.0-nightly.20260906","@aztec/noir-contracts.js":"5.3.0-nightly.20260906","@aztec/protocol-contracts":"5.3.0-nightly.20260906","@aztec/standard-contracts":"5.3.0-nightly.20260906","@aztec/validator-ha-signer":"5.3.0-nightly.20260906","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260906","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260906"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260906_1788668627108_0.5915407481788859","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260907":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260907","_id":"@aztec/end-to-end@5.3.0-nightly.20260907","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"79f07b90880ef94099b3e3e726fbe8a63566c0b7","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260907.tgz","fileCount":383,"integrity":"sha512-9EBxpIkZn4rqz/nPpvxyH0TJk4szj46PEiw9vyFhlknySTVnVTRxCuKqm+STW9sk5+Or5oRWTRIqaQkuIzq3jQ==","signatures":[{"sig":"MEUCIQDIquJZMhHMqrjj7nzI1yAeMl+TqaOL7BL7SmKXq+X00QIgKNIlzBpjMbOKaWIYXYHeaI4g1VqBt/586CMPsdtMLrE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260907","@aztec/cli":"5.3.0-nightly.20260907","@aztec/p2p":"5.3.0-nightly.20260907","@aztec/pxe":"5.3.0-nightly.20260907","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260907","@aztec/bb.js":"5.3.0-nightly.20260907","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260907","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260907","@aztec/wallets":"5.3.0-nightly.20260907","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260907","@aztec/archiver":"5.3.0-nightly.20260907","@aztec/aztec.js":"5.3.0-nightly.20260907","@aztec/blob-lib":"5.3.0-nightly.20260907","@aztec/ethereum":"5.3.0-nightly.20260907","@aztec/kv-store":"5.3.0-nightly.20260907","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260907","@aztec/constants":"5.3.0-nightly.20260907","@aztec/simulator":"5.3.0-nightly.20260907","@aztec/aztec-node":"5.3.0-nightly.20260907","@aztec/foundation":"5.3.0-nightly.20260907","@aztec/wallet-sdk":"5.3.0-nightly.20260907","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260907","@aztec/entrypoints":"5.3.0-nightly.20260907","@aztec/epoch-cache":"5.3.0-nightly.20260907","@aztec/prover-node":"5.3.0-nightly.20260907","@aztec/world-state":"5.3.0-nightly.20260907","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260907","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260907","@aztec/prover-client":"5.3.0-nightly.20260907","@aztec/noir-noirc_abi":"5.3.0-nightly.20260907","@aztec/sequencer-client":"5.3.0-nightly.20260907","@aztec/telemetry-client":"5.3.0-nightly.20260907","@aztec/validator-client":"5.3.0-nightly.20260907","@aztec/noir-contracts.js":"5.3.0-nightly.20260907","@aztec/protocol-contracts":"5.3.0-nightly.20260907","@aztec/standard-contracts":"5.3.0-nightly.20260907","@aztec/validator-ha-signer":"5.3.0-nightly.20260907","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260907","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260907"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260907_1788754886314_0.9512009373067649","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260908":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260908","_id":"@aztec/end-to-end@5.3.0-nightly.20260908","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"af4e029db1e994e1faac5f85a68caf9ce359fe82","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260908.tgz","fileCount":383,"integrity":"sha512-nCqcxm7JreuBfc8Z0YXqXHmzaE/RNSa5jd6OOdh1QGH1Rtp0SmKr6q7Jxuw6LqkV87Iwc6Rn7vBKjf6CdGKjdQ==","signatures":[{"sig":"MEQCIEewE1pfcrVnxBX+dN/Q0Lynd94kxxEP7iBj5hqTC8G7AiBcxPWnhsJJroT8ZtI0IPawCkNearzjMNgKDMT5y4EWSw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260908","@aztec/cli":"5.3.0-nightly.20260908","@aztec/p2p":"5.3.0-nightly.20260908","@aztec/pxe":"5.3.0-nightly.20260908","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260908","@aztec/bb.js":"5.3.0-nightly.20260908","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260908","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260908","@aztec/wallets":"5.3.0-nightly.20260908","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260908","@aztec/archiver":"5.3.0-nightly.20260908","@aztec/aztec.js":"5.3.0-nightly.20260908","@aztec/blob-lib":"5.3.0-nightly.20260908","@aztec/ethereum":"5.3.0-nightly.20260908","@aztec/kv-store":"5.3.0-nightly.20260908","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260908","@aztec/constants":"5.3.0-nightly.20260908","@aztec/simulator":"5.3.0-nightly.20260908","@aztec/aztec-node":"5.3.0-nightly.20260908","@aztec/foundation":"5.3.0-nightly.20260908","@aztec/wallet-sdk":"5.3.0-nightly.20260908","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260908","@aztec/entrypoints":"5.3.0-nightly.20260908","@aztec/epoch-cache":"5.3.0-nightly.20260908","@aztec/prover-node":"5.3.0-nightly.20260908","@aztec/world-state":"5.3.0-nightly.20260908","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260908","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260908","@aztec/prover-client":"5.3.0-nightly.20260908","@aztec/noir-noirc_abi":"5.3.0-nightly.20260908","@aztec/sequencer-client":"5.3.0-nightly.20260908","@aztec/telemetry-client":"5.3.0-nightly.20260908","@aztec/validator-client":"5.3.0-nightly.20260908","@aztec/noir-contracts.js":"5.3.0-nightly.20260908","@aztec/protocol-contracts":"5.3.0-nightly.20260908","@aztec/standard-contracts":"5.3.0-nightly.20260908","@aztec/validator-ha-signer":"5.3.0-nightly.20260908","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260908","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260908"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260908_1788841238152_0.04664346756188231","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260909":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260909","_id":"@aztec/end-to-end@5.3.0-nightly.20260909","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"68d848db34df6aea57423f359a33d9b635835c56","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260909.tgz","fileCount":383,"integrity":"sha512-ZvlpUaIW69CB3xxCzkuqw6r3upDJ9NvWDcUkhNcE9sIGA4l/d83WFJMa/q8gVeRRqmkrzXUqVQxntJ3jeBvR5w==","signatures":[{"sig":"MEUCIArSR1E5EoXLCmW3bF1LaSf5in33MksCt3o4jaFV3m/xAiEAhcY2CRhluV0xkkbEBBSzWX8iweD6lUX/2ZfUH8RFvXQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260909","@aztec/cli":"5.3.0-nightly.20260909","@aztec/p2p":"5.3.0-nightly.20260909","@aztec/pxe":"5.3.0-nightly.20260909","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260909","@aztec/bb.js":"5.3.0-nightly.20260909","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260909","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260909","@aztec/wallets":"5.3.0-nightly.20260909","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260909","@aztec/archiver":"5.3.0-nightly.20260909","@aztec/aztec.js":"5.3.0-nightly.20260909","@aztec/blob-lib":"5.3.0-nightly.20260909","@aztec/ethereum":"5.3.0-nightly.20260909","@aztec/kv-store":"5.3.0-nightly.20260909","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260909","@aztec/constants":"5.3.0-nightly.20260909","@aztec/simulator":"5.3.0-nightly.20260909","@aztec/aztec-node":"5.3.0-nightly.20260909","@aztec/foundation":"5.3.0-nightly.20260909","@aztec/wallet-sdk":"5.3.0-nightly.20260909","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260909","@aztec/entrypoints":"5.3.0-nightly.20260909","@aztec/epoch-cache":"5.3.0-nightly.20260909","@aztec/prover-node":"5.3.0-nightly.20260909","@aztec/world-state":"5.3.0-nightly.20260909","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260909","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260909","@aztec/prover-client":"5.3.0-nightly.20260909","@aztec/noir-noirc_abi":"5.3.0-nightly.20260909","@aztec/sequencer-client":"5.3.0-nightly.20260909","@aztec/telemetry-client":"5.3.0-nightly.20260909","@aztec/validator-client":"5.3.0-nightly.20260909","@aztec/noir-contracts.js":"5.3.0-nightly.20260909","@aztec/protocol-contracts":"5.3.0-nightly.20260909","@aztec/standard-contracts":"5.3.0-nightly.20260909","@aztec/validator-ha-signer":"5.3.0-nightly.20260909","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260909","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260909"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260909_1788927754591_0.7905267776212299","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260910":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260910","_id":"@aztec/end-to-end@5.3.0-nightly.20260910","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"bc8f187b3eb24018a2346b220e09d0c915c5ff75","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260910.tgz","fileCount":383,"integrity":"sha512-TcaT96OxUQrnJ77HKPCKXCxqe1VHUtlP5wrrxiBoXPmnWQGsG/R61w05XqWYannc1jTTNSrurssiZliaJDy0ZA==","signatures":[{"sig":"MEYCIQCImySyn40sMo2NGbi/HHXsntsAPt46QyDy/lhF+vWOWgIhAMaMQa2hDLfj3MRcfw6/5nOUUkHguJ0YrkzaWrCpvS4b","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260910","@aztec/cli":"5.3.0-nightly.20260910","@aztec/p2p":"5.3.0-nightly.20260910","@aztec/pxe":"5.3.0-nightly.20260910","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260910","@aztec/bb.js":"5.3.0-nightly.20260910","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260910","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260910","@aztec/wallets":"5.3.0-nightly.20260910","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260910","@aztec/archiver":"5.3.0-nightly.20260910","@aztec/aztec.js":"5.3.0-nightly.20260910","@aztec/blob-lib":"5.3.0-nightly.20260910","@aztec/ethereum":"5.3.0-nightly.20260910","@aztec/kv-store":"5.3.0-nightly.20260910","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260910","@aztec/constants":"5.3.0-nightly.20260910","@aztec/simulator":"5.3.0-nightly.20260910","@aztec/aztec-node":"5.3.0-nightly.20260910","@aztec/foundation":"5.3.0-nightly.20260910","@aztec/wallet-sdk":"5.3.0-nightly.20260910","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260910","@aztec/entrypoints":"5.3.0-nightly.20260910","@aztec/epoch-cache":"5.3.0-nightly.20260910","@aztec/prover-node":"5.3.0-nightly.20260910","@aztec/world-state":"5.3.0-nightly.20260910","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260910","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260910","@aztec/prover-client":"5.3.0-nightly.20260910","@aztec/noir-noirc_abi":"5.3.0-nightly.20260910","@aztec/sequencer-client":"5.3.0-nightly.20260910","@aztec/telemetry-client":"5.3.0-nightly.20260910","@aztec/validator-client":"5.3.0-nightly.20260910","@aztec/noir-contracts.js":"5.3.0-nightly.20260910","@aztec/protocol-contracts":"5.3.0-nightly.20260910","@aztec/standard-contracts":"5.3.0-nightly.20260910","@aztec/validator-ha-signer":"5.3.0-nightly.20260910","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260910","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260910"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260910_1789014056185_0.6879165573614876","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260911":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260911","_id":"@aztec/end-to-end@5.3.0-nightly.20260911","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"b8ab2105f579034eab150ba1d322146b261b6baa","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260911.tgz","fileCount":383,"integrity":"sha512-M1NKPZNDs8ghsTJ3NxELMD+qc/snhb8nSKcJHg20UToVLUzsaqLwfw2bCJZVCDCR8E/Ypxp05VrxivDGVhulKA==","signatures":[{"sig":"MEUCIH1E2D1GQUhipriT80DzI7qvtaj1nhMVAkpQP9EKmYaoAiEAsnu9/+PS244ulXBNJTiSJIqTuPFqqiOFKQInilK395U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDFkkXm+C2ggqSWQPQh2ouVVrg7JEobsRhjaiLnAWBNcwIgLv/KKh+7PfMz2Loppv9qHU4f1tuO0QOO9ypoh8FhyYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260911","@aztec/cli":"5.3.0-nightly.20260911","@aztec/p2p":"5.3.0-nightly.20260911","@aztec/pxe":"5.3.0-nightly.20260911","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260911","@aztec/bb.js":"5.3.0-nightly.20260911","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260911","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260911","@aztec/wallets":"5.3.0-nightly.20260911","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260911","@aztec/archiver":"5.3.0-nightly.20260911","@aztec/aztec.js":"5.3.0-nightly.20260911","@aztec/blob-lib":"5.3.0-nightly.20260911","@aztec/ethereum":"5.3.0-nightly.20260911","@aztec/kv-store":"5.3.0-nightly.20260911","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260911","@aztec/constants":"5.3.0-nightly.20260911","@aztec/simulator":"5.3.0-nightly.20260911","@aztec/aztec-node":"5.3.0-nightly.20260911","@aztec/foundation":"5.3.0-nightly.20260911","@aztec/wallet-sdk":"5.3.0-nightly.20260911","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260911","@aztec/entrypoints":"5.3.0-nightly.20260911","@aztec/epoch-cache":"5.3.0-nightly.20260911","@aztec/prover-node":"5.3.0-nightly.20260911","@aztec/world-state":"5.3.0-nightly.20260911","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260911","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260911","@aztec/prover-client":"5.3.0-nightly.20260911","@aztec/noir-noirc_abi":"5.3.0-nightly.20260911","@aztec/sequencer-client":"5.3.0-nightly.20260911","@aztec/telemetry-client":"5.3.0-nightly.20260911","@aztec/validator-client":"5.3.0-nightly.20260911","@aztec/noir-contracts.js":"5.3.0-nightly.20260911","@aztec/protocol-contracts":"5.3.0-nightly.20260911","@aztec/standard-contracts":"5.3.0-nightly.20260911","@aztec/validator-ha-signer":"5.3.0-nightly.20260911","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260911","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260911"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260911_1789100673468_0.9503525579522338","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260911.a":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260911.a","_id":"@aztec/end-to-end@5.3.0-nightly.20260911.a","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"c8acfa7720e0f21a83af437e239b93d48f1f2747","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260911.a.tgz","fileCount":383,"integrity":"sha512-EMOdj/uOcqZcrNSEWFm3seBk/DDaUjX3I3ppeQ7srY+HLuEQ1lrUQFFLO+J2nEvn/faP9W8TFaKoYNoHXqAFfA==","signatures":[{"sig":"MEUCIQDg6g9napEkzr4pOi3SQgXL7GkFlC1Co0hTJKsJ4IJrUwIgDtcuid77lnCZ9v0UnKuE3Y7XPyAfgnwo+8aTq2m4pzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEC6hXj9FJABZnBTW+wLTguhhrFIRk70+hhrWOBPOckhAiB56XTACDdaRGnJg39t8s6A2hhGSPmfodEGDeOlQWPpxA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819209},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260911.a","@aztec/cli":"5.3.0-nightly.20260911.a","@aztec/p2p":"5.3.0-nightly.20260911.a","@aztec/pxe":"5.3.0-nightly.20260911.a","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260911.a","@aztec/bb.js":"5.3.0-nightly.20260911.a","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260911.a","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260911.a","@aztec/wallets":"5.3.0-nightly.20260911.a","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260911.a","@aztec/archiver":"5.3.0-nightly.20260911.a","@aztec/aztec.js":"5.3.0-nightly.20260911.a","@aztec/blob-lib":"5.3.0-nightly.20260911.a","@aztec/ethereum":"5.3.0-nightly.20260911.a","@aztec/kv-store":"5.3.0-nightly.20260911.a","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260911.a","@aztec/constants":"5.3.0-nightly.20260911.a","@aztec/simulator":"5.3.0-nightly.20260911.a","@aztec/aztec-node":"5.3.0-nightly.20260911.a","@aztec/foundation":"5.3.0-nightly.20260911.a","@aztec/wallet-sdk":"5.3.0-nightly.20260911.a","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260911.a","@aztec/entrypoints":"5.3.0-nightly.20260911.a","@aztec/epoch-cache":"5.3.0-nightly.20260911.a","@aztec/prover-node":"5.3.0-nightly.20260911.a","@aztec/world-state":"5.3.0-nightly.20260911.a","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260911.a","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260911.a","@aztec/prover-client":"5.3.0-nightly.20260911.a","@aztec/noir-noirc_abi":"5.3.0-nightly.20260911.a","@aztec/sequencer-client":"5.3.0-nightly.20260911.a","@aztec/telemetry-client":"5.3.0-nightly.20260911.a","@aztec/validator-client":"5.3.0-nightly.20260911.a","@aztec/noir-contracts.js":"5.3.0-nightly.20260911.a","@aztec/protocol-contracts":"5.3.0-nightly.20260911.a","@aztec/standard-contracts":"5.3.0-nightly.20260911.a","@aztec/validator-ha-signer":"5.3.0-nightly.20260911.a","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260911.a","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260911.a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260911.a_1789137467460_0.7699263461009893","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260912":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260912","_id":"@aztec/end-to-end@5.3.0-nightly.20260912","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"228d170746bb1f5dbc683ec1f3822486fee5d835","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260912.tgz","fileCount":383,"integrity":"sha512-bhIUSDCdlinX3wsjW6c/APjLFseMi7gO5v3hh4EtUEYmt2aAGBvuGvj+PFbLXwwyJGBgLCAG1zFT8LWAMGmjHw==","signatures":[{"sig":"MEYCIQCZi8jDNicybA+Gq57VtsvUdRsBc+gc4kE+bxCsdMQv0AIhANQEDyLMW++B5IC4kW7+axtYPoYQwKi0SSUXrME1umtN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAQn74FiTLfIEI9h5FAooUn39ElitJFSetWUNywx10xqAiAjZPLRwDsPjCEO8FqjQH+KRFHMX/UBMngDp+Dsfc208Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260912","@aztec/cli":"5.3.0-nightly.20260912","@aztec/p2p":"5.3.0-nightly.20260912","@aztec/pxe":"5.3.0-nightly.20260912","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260912","@aztec/bb.js":"5.3.0-nightly.20260912","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260912","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260912","@aztec/wallets":"5.3.0-nightly.20260912","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260912","@aztec/archiver":"5.3.0-nightly.20260912","@aztec/aztec.js":"5.3.0-nightly.20260912","@aztec/blob-lib":"5.3.0-nightly.20260912","@aztec/ethereum":"5.3.0-nightly.20260912","@aztec/kv-store":"5.3.0-nightly.20260912","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260912","@aztec/constants":"5.3.0-nightly.20260912","@aztec/simulator":"5.3.0-nightly.20260912","@aztec/aztec-node":"5.3.0-nightly.20260912","@aztec/foundation":"5.3.0-nightly.20260912","@aztec/wallet-sdk":"5.3.0-nightly.20260912","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260912","@aztec/entrypoints":"5.3.0-nightly.20260912","@aztec/epoch-cache":"5.3.0-nightly.20260912","@aztec/prover-node":"5.3.0-nightly.20260912","@aztec/world-state":"5.3.0-nightly.20260912","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260912","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260912","@aztec/prover-client":"5.3.0-nightly.20260912","@aztec/noir-noirc_abi":"5.3.0-nightly.20260912","@aztec/sequencer-client":"5.3.0-nightly.20260912","@aztec/telemetry-client":"5.3.0-nightly.20260912","@aztec/validator-client":"5.3.0-nightly.20260912","@aztec/noir-contracts.js":"5.3.0-nightly.20260912","@aztec/protocol-contracts":"5.3.0-nightly.20260912","@aztec/standard-contracts":"5.3.0-nightly.20260912","@aztec/validator-ha-signer":"5.3.0-nightly.20260912","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260912","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260912"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260912_1789186937069_0.9954017607220467","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260914":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260914","_id":"@aztec/end-to-end@5.3.0-nightly.20260914","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"e776cec3802418a011fdf3d2ad76a88bee5d81a8","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260914.tgz","fileCount":383,"integrity":"sha512-a1yL98QlHlikgK8qZ74JwIVShhFQbmj45doPrmEkZDxPSwW5FGVO+4aZiskKmmIL3Lbyh38xV6P9+zij32ioVw==","signatures":[{"sig":"MEUCIQD+J4fUKEaOsVY8d8Cr4XT62yk2+1d+bTBNZkt/6ewkXgIgSv+Bnv1a09ph2Eu27IdrdIQOPYQKIs/67fAJQ59dBug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCLJfUHMWchcre7Pnt4oVWDgvyVmb3VR9ZrkOXQeNnYdQIgX9LrcAlSice1nEXMoJR+GA6piM6I6/5zXbEcPbBoiog=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260914","@aztec/cli":"5.3.0-nightly.20260914","@aztec/p2p":"5.3.0-nightly.20260914","@aztec/pxe":"5.3.0-nightly.20260914","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260914","@aztec/bb.js":"5.3.0-nightly.20260914","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260914","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260914","@aztec/wallets":"5.3.0-nightly.20260914","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260914","@aztec/archiver":"5.3.0-nightly.20260914","@aztec/aztec.js":"5.3.0-nightly.20260914","@aztec/blob-lib":"5.3.0-nightly.20260914","@aztec/ethereum":"5.3.0-nightly.20260914","@aztec/kv-store":"5.3.0-nightly.20260914","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260914","@aztec/constants":"5.3.0-nightly.20260914","@aztec/simulator":"5.3.0-nightly.20260914","@aztec/aztec-node":"5.3.0-nightly.20260914","@aztec/foundation":"5.3.0-nightly.20260914","@aztec/wallet-sdk":"5.3.0-nightly.20260914","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260914","@aztec/entrypoints":"5.3.0-nightly.20260914","@aztec/epoch-cache":"5.3.0-nightly.20260914","@aztec/prover-node":"5.3.0-nightly.20260914","@aztec/world-state":"5.3.0-nightly.20260914","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260914","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260914","@aztec/prover-client":"5.3.0-nightly.20260914","@aztec/noir-noirc_abi":"5.3.0-nightly.20260914","@aztec/sequencer-client":"5.3.0-nightly.20260914","@aztec/telemetry-client":"5.3.0-nightly.20260914","@aztec/validator-client":"5.3.0-nightly.20260914","@aztec/noir-contracts.js":"5.3.0-nightly.20260914","@aztec/protocol-contracts":"5.3.0-nightly.20260914","@aztec/standard-contracts":"5.3.0-nightly.20260914","@aztec/validator-ha-signer":"5.3.0-nightly.20260914","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260914","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260914"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260914_1789360314901_0.8890586381123724","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260915":{"name":"@aztec/end-to-end","version":"5.3.0-nightly.20260915","_id":"@aztec/end-to-end@5.3.0-nightly.20260915","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"dist":{"shasum":"6724506fb82ed03a4bcad45113d12c955d1ab54f","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260915.tgz","fileCount":383,"integrity":"sha512-xRMOTMdCGf/ki0ftdautLIT3Zv9lzR24RLP4+Xl7cndHEGgtLgq2ErJo5j5pKkEPRjFbRhCgkKVYT9qibQ63MA==","signatures":[{"sig":"MEUCIQDGuVJ0mBlZ7OcGOD8zRfz2vcQjzM1AVKWqizr65byLEgIgIXJLra61gqSFdTP0DRbYZi9GM/wZTs3shM3Ni40W/dQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCoqaBnOAJ/ZG1VfbSF7wTV8/6uu3JtSnEmG5YYD1edogIhAOC0m0l/AJavL+lUgxQMaqt1nIzgtG/m/Ep2ya8Uo9hS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260915","@aztec/cli":"5.3.0-nightly.20260915","@aztec/p2p":"5.3.0-nightly.20260915","@aztec/pxe":"5.3.0-nightly.20260915","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260915","@aztec/bb.js":"5.3.0-nightly.20260915","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260915","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260915","@aztec/wallets":"5.3.0-nightly.20260915","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260915","@aztec/archiver":"5.3.0-nightly.20260915","@aztec/aztec.js":"5.3.0-nightly.20260915","@aztec/blob-lib":"5.3.0-nightly.20260915","@aztec/ethereum":"5.3.0-nightly.20260915","@aztec/kv-store":"5.3.0-nightly.20260915","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260915","@aztec/constants":"5.3.0-nightly.20260915","@aztec/simulator":"5.3.0-nightly.20260915","@aztec/aztec-node":"5.3.0-nightly.20260915","@aztec/foundation":"5.3.0-nightly.20260915","@aztec/wallet-sdk":"5.3.0-nightly.20260915","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260915","@aztec/entrypoints":"5.3.0-nightly.20260915","@aztec/epoch-cache":"5.3.0-nightly.20260915","@aztec/prover-node":"5.3.0-nightly.20260915","@aztec/world-state":"5.3.0-nightly.20260915","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260915","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260915","@aztec/prover-client":"5.3.0-nightly.20260915","@aztec/noir-noirc_abi":"5.3.0-nightly.20260915","@aztec/sequencer-client":"5.3.0-nightly.20260915","@aztec/telemetry-client":"5.3.0-nightly.20260915","@aztec/validator-client":"5.3.0-nightly.20260915","@aztec/noir-contracts.js":"5.3.0-nightly.20260915","@aztec/protocol-contracts":"5.3.0-nightly.20260915","@aztec/standard-contracts":"5.3.0-nightly.20260915","@aztec/validator-ha-signer":"5.3.0-nightly.20260915","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260915","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260915"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"tmp":"tmp/end-to-end_5.3.0-nightly.20260915_1789446298684_0.3976929635450852","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-nightly.20260916":{"_id":"@aztec/end-to-end@5.3.0-nightly.20260916","dist":{"shasum":"45e62cc60a634bbcadbbcc35c06edf8d36a891d1","tarball":"https://registry.npmjs.org/@aztec/end-to-end/-/end-to-end-5.3.0-nightly.20260916.tgz","fileCount":383,"integrity":"sha512-l3VM6ytLScmdIPFwnNNHFX8uwKDBN5MLpHY+EcQ/paXCjYeY1sZyzzg2Kp/1JKhJF25C8FzkYYkOVr5Wj0fwtA==","signatures":[{"sig":"MEQCIFOGy9TAOOcU4RFtdCQR04zl7Co/A4zyC+gmoDcbf1r3AiBRlcieXdfrdLHZ00FivLpRa8rFIZPrrZ7dG2lElGNBoA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFcusdtvbWiHkxZtLevR7BbGRoa04/ki1Imh3ifxZoSHAiBHEILRjbtPjeSYu21BmQjMLmvhtQHdJFWOqsB0J8szAQ=="}],"unpackedSize":37819129},"jest":{"rootDir":"./src","resolver":"<rootDir>/legacy-jest-resolver.cjs","reporters":["default"],"testRegex":"./src/.*\\.test\\.(js|mjs|ts)$","transform":{"^.+\\.tsx?$":["@swc/jest",{"jsc":{"parser":{"syntax":"typescript","decorators":true},"transform":{"decoratorVersion":"2022-03"}}}]},"setupFiles":["../../foundation/src/jest/setup.mjs"],"testTimeout":120000,"testEnvironment":"./shared/timing_env.mjs","moduleNameMapper":{"^(\\.{1,2}/.*)\\.[cm]?js$":"$1"},"slowTestThreshold":300,"setupFilesAfterEnv":["../../foundation/src/jest/setupAfterEnv.mjs","jest-extended/all","./shared/jest_setup.ts"],"extensionsToTreatAsEsm":[".ts"]},"name":"@aztec/end-to-end","type":"module","types":"./dest/index.d.ts","engines":{"node":">=20.10"},"exports":{".":"./dest/index.js","./*":"./dest/*"},"scripts":{"test":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests src/fixtures","build":"yarn clean && ../scripts/tsc.sh","clean":"rm -rf ./dest .tsbuildinfo","test:ha":"./scripts/run_test.sh ha","test:e2e":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","build:dev":"../scripts/tsc.sh --watch","formatting":"run -T prettier --check ./src && run -T eslint ./src","test:debug":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 node --inspect --experimental-vm-modules ../node_modules/.bin/jest --testTimeout=300000","serve:flames":"python3 -m http.server --directory \"flame_graph\" 8000","test:compose":"./scripts/run_test.sh compose","test:profile":"LOG_LEVEL=${LOG_LEVEL:-verbose} NODE_NO_WARNINGS=1 0x --output-dir \"flame_graph/{pid}.0x\" -- node --experimental-vm-modules ../node_modules/jest/bin/jest.js --runInBand --testTimeout=300000","test:e2e-docker":"./scripts/run_test.sh simple","test:integration":"concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"","test:with-alerts":"./scripts/test-with-alerts.sh","test:e2e-no-docker":"echo 'The command test:e2e-no-docker is now the same as test:e2e. You can now run this dropping the no-docker suffix.'; yarn test:e2e","test:integration:run":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --no-cache --runInBand --config jest.integration.config.json"},"version":"5.3.0-nightly.20260916","_npmUser":{"name":"charlielye","email":"charlie@aztecprotocol.com"},"inherits":["../package.common.json","./package.local.json"],"_npmVersion":"11.6.2","description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","directories":{},"maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"_nodeVersion":"24.12.0","dependencies":{"pg":"^8.17.1","koa":"^2.16.1","zod":"~4.4.3","glob":"^10.3.10","jest":"^30.0.0","util":"^0.12.5","viem":"npm:@aztec/viem@2.38.2","tslib":"^2.4.0","buffer":"^6.0.3","snappy":"7.2.2","process":"^0.11.10","ts-node":"^10.9.1","fs-extra":"^11.2.0","get-port":"^7.1.0","msgpackr":"^1.11.2","@swc/core":"^1.4.11","@swc/jest":"^0.2.36","ts-loader":"^9.5.4","@aztec/bot":"5.3.0-nightly.20260916","@aztec/cli":"5.3.0-nightly.20260916","@aztec/p2p":"5.3.0-nightly.20260916","@aztec/pxe":"5.3.0-nightly.20260916","@types/koa":"^2.15.0","koa-static":"^5.0.0","typescript":"^5.3.3","@iarna/toml":"^2.2.5","@types/jest":"^30.0.0","@types/node":"^22.15.17","lodash.omit":"^4.5.0","string-argv":"^0.3.2","@aztec/aztec":"5.3.0-nightly.20260916","@aztec/bb.js":"5.3.0-nightly.20260916","lodash.chunk":"^4.2.0","lodash.every":"^4.6.0","@aztec/stdlib":"5.3.0-nightly.20260916","@jest/globals":"^30.0.0","@noble/curves":"=1.0.0","jest-extended":"^6.0.0","@aztec/slasher":"5.3.0-nightly.20260916","@aztec/wallets":"5.3.0-nightly.20260916","lodash.compact":"^3.0.1","@aztec/accounts":"5.3.0-nightly.20260916","@aztec/archiver":"5.3.0-nightly.20260916","@aztec/aztec.js":"5.3.0-nightly.20260916","@aztec/blob-lib":"5.3.0-nightly.20260916","@aztec/ethereum":"5.3.0-nightly.20260916","@aztec/kv-store":"5.3.0-nightly.20260916","@types/fs-extra":"^11.0.2","@aztec/bb-prover":"5.3.0-nightly.20260916","@aztec/constants":"5.3.0-nightly.20260916","@aztec/simulator":"5.3.0-nightly.20260916","@aztec/aztec-node":"5.3.0-nightly.20260916","@aztec/foundation":"5.3.0-nightly.20260916","@aztec/wallet-sdk":"5.3.0-nightly.20260916","@types/koa-static":"^4.0.2","crypto-browserify":"^3.12.1","stream-browserify":"^3.0.0","@aztec/blob-client":"5.3.0-nightly.20260916","@aztec/entrypoints":"5.3.0-nightly.20260916","@aztec/epoch-cache":"5.3.0-nightly.20260916","@aztec/prover-node":"5.3.0-nightly.20260916","@aztec/world-state":"5.3.0-nightly.20260916","jest-mock-extended":"^4.0.0","@aztec/l1-artifacts":"5.3.0-nightly.20260916","@types/lodash.every":"^4.6.7","@aztec/node-keystore":"5.3.0-nightly.20260916","@aztec/prover-client":"5.3.0-nightly.20260916","@aztec/noir-noirc_abi":"5.3.0-nightly.20260916","@aztec/sequencer-client":"5.3.0-nightly.20260916","@aztec/telemetry-client":"5.3.0-nightly.20260916","@aztec/validator-client":"5.3.0-nightly.20260916","@aztec/noir-contracts.js":"5.3.0-nightly.20260916","@aztec/protocol-contracts":"5.3.0-nightly.20260916","@aztec/standard-contracts":"5.3.0-nightly.20260916","@aztec/validator-ha-signer":"5.3.0-nightly.20260916","@aztec/noir-test-contracts.js":"5.3.0-nightly.20260916","@aztec/noir-protocol-circuits-types":"5.3.0-nightly.20260916"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"0x":"^5.7.0","jest":"^30.0.0","js-yaml":"^4.1.0","ts-node":"^10.9.1","@types/pg":"^8","typescript":"^5.3.3","@types/jest":"^30.0.0","concurrently":"^7.6.0","@jest/globals":"^30.0.0","jest-extended":"^6.0.0","@types/js-yaml":"^4.0.9","@types/lodash.chunk":"^4.2.9","@typescript/native-preview":"7.0.0-dev.20260113.1"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/end-to-end_5.3.0-nightly.20260916_1789532760815_0.39990310620279157"}}},"time":{"created":"2025-02-07T17:27:27.243Z","modified":"2026-09-16T04:26:01.230Z","0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2":"2025-02-07T17:27:28.061Z","0.77.0-testnet-ignition.17":"2025-03-04T00:44:35.077Z","0.77.0-testnet-ignition.21":"2025-03-04T03:21:18.122Z","0.77.0-testnet-ignition.23":"2025-03-04T04:42:01.906Z","0.77.0-testnet-ignition.25":"2025-03-04T06:38:06.074Z","0.77.0-testnet-ignition.24":"2025-03-04T07:11:32.047Z","0.77.0-testnet-ignition.26":"2025-03-04T07:15:59.450Z","0.77.0-testnet-ignition.27":"2025-03-04T18:35:03.342Z","0.77.0-testnet-ignition.28":"2025-03-04T20:52:29.782Z","0.77.0-testnet-ignition.29":"2025-03-04T21:08:26.770Z","0.77.0-testnet-ignition.30":"2025-03-04T21:30:48.287Z","0.77.0":"2025-03-05T17:12:13.953Z","0.77.1":"2025-03-05T21:59:10.030Z","0.78.0":"2025-03-07T12:31:16.048Z","0.78.1":"2025-03-07T15:37:44.995Z","0.0.0-test.0":"2025-03-07T17:44:00.927Z","0.0.0-test.1":"2025-03-07T18:00:03.786Z","0.79.0":"2025-03-11T16:44:29.898Z","0.80.0":"2025-03-12T16:42:23.047Z","0.81.0":"2025-03-15T01:12:05.320Z","0.82.0":"2025-03-21T17:39:46.081Z","0.82.1":"2025-03-24T10:15:45.808Z","0.82.1-alpha-testnet.1":"2025-03-24T10:38:20.418Z","0.82.2":"2025-03-24T13:21:18.926Z","0.82.2-alpha-testnet.1":"2025-03-24T14:30:37.547Z","0.82.2-alpha-testnet.2":"2025-03-25T12:15:05.049Z","0.82.2-alpha-testnet.3":"2025-03-25T17:38:11.542Z","0.82.2-alpha-testnet.4":"2025-03-27T10:47:27.095Z","0.82.3":"2025-03-27T22:22:57.337Z","0.82.2-alpha-testnet.5":"2025-03-28T08:46:05.744Z","0.82.3-nightly.20250330":"2025-03-30T02:45:33.415Z","0.82.3-nightly.20250403":"2025-04-03T02:48:50.103Z","0.83.0":"2025-04-03T12:19:44.626Z","0.83.1":"2025-04-03T13:40:20.076Z","0.83.1-alpha-testnet.0":"2025-04-03T14:07:04.935Z","0.83.1-nightly.20250404":"2025-04-04T02:43:22.890Z","0.84.0":"2025-04-04T09:40:22.773Z","0.84.0-alpha-testnet.0":"2025-04-04T10:46:40.694Z","0.84.0-alpha-testnet.1":"2025-04-04T15:46:11.597Z","0.84.0-nightly.20250405":"2025-04-05T02:42:27.782Z","0.84.0-nightly.20250406":"2025-04-06T02:44:28.717Z","0.84.0-nightly.20250407":"2025-04-07T02:45:09.278Z","0.84.0-alpha-testnet.2":"2025-04-07T17:37:52.098Z","0.84.0-nightly.20250408":"2025-04-08T18:42:38.498Z","0.84.0-nightly.20250409":"2025-04-09T02:56:10.350Z","0.84.0-nightly.20250410":"2025-04-10T02:45:12.593Z","0.84.0-alpha-testnet.3":"2025-04-10T13:05:30.534Z","0.84.0-nightly.20250412":"2025-04-12T02:47:00.199Z","0.84.0-nightly.20250413":"2025-04-13T03:15:47.788Z","0.84.0-nightly.20250414":"2025-04-14T02:46:48.710Z","0.84.0-nightly.20250415":"2025-04-15T02:45:42.782Z","0.85.0":"2025-04-15T15:08:00.700Z","0.85.0-alpha-testnet.0":"2025-04-15T19:13:30.602Z","0.85.0-alpha-testnet.1":"2025-04-16T13:32:23.064Z","0.85.0-alpha-testnet.2":"2025-04-16T16:12:26.369Z","0.85.0-nightly.20250417":"2025-04-17T02:45:29.949Z","0.85.0-nightly.20250418":"2025-04-18T02:47:32.029Z","0.85.0-nightly.20250420":"2025-04-20T02:55:55.985Z","0.85.0-nightly.20250421":"2025-04-21T02:50:31.239Z","0.85.0-nightly.20250422":"2025-04-22T02:58:32.813Z","0.85.0-nightly.20250423":"2025-04-23T02:47:20.407Z","0.85.0-nightly.20250424":"2025-04-24T02:49:01.832Z","0.86.0":"2025-04-24T15:20:56.368Z","0.86.0-nightly.20250425":"2025-04-25T02:47:54.136Z","0.86.0-nightly.20250426":"2025-04-26T02:46:12.107Z","0.86.0-nightly.20250427":"2025-04-27T02:46:49.282Z","0.86.0-nightly.20250428":"2025-04-28T02:47:43.056Z","0.85.0-alpha-testnet.3":"2025-04-28T15:32:11.323Z","0.86.0-nightly.20250429":"2025-04-29T02:49:23.868Z","0.85.0-alpha-testnet.4":"2025-04-29T08:58:05.328Z","0.86.0-nightly.20250430":"2025-04-30T02:48:33.421Z","0.85.0-alpha-testnet.5":"2025-04-30T18:54:37.048Z","0.86.0-nightly.20250501":"2025-05-01T02:51:22.779Z","0.86.0-nightly.20250502":"2025-05-02T02:48:02.434Z","0.86.0-nightly.20250503":"2025-05-03T02:48:01.820Z","0.85.0-alpha-testnet.7":"2025-05-03T20:14:36.205Z","0.86.0-nightly.20250504":"2025-05-04T02:48:36.150Z","0.86.0-nightly.20250505":"2025-05-05T02:48:03.123Z","0.86.0-nightly.20250506":"2025-05-06T02:48:34.563Z","0.85.0-alpha-testnet.8":"2025-05-06T10:59:57.554Z","0.85.0-alpha-testnet.9":"2025-05-06T11:43:44.015Z","0.86.0-nightly.20250507":"2025-05-07T02:50:22.655Z","0.86.0-starknet.1":"2025-05-08T00:58:58.539Z","0.86.0-nightly.20250508":"2025-05-08T02:50:19.488Z","0.85.0-alpha-testnet.11":"2025-05-08T18:11:23.318Z","0.86.0-nightly.20250509":"2025-05-09T02:48:31.922Z","0.86.0-nightly.20250510":"2025-05-10T02:46:10.779Z","0.86.0-nightly.20250511":"2025-05-11T02:47:13.408Z","0.86.0-nightly.20250512":"2025-05-12T02:47:50.516Z","0.86.0-nightly.20250513":"2025-05-13T02:47:57.828Z","0.86.0-nightly.20250514":"2025-05-14T02:49:38.488Z","0.86.0-nightly.20250515":"2025-05-15T02:49:19.667Z","0.86.0-nightly.20250517":"2025-05-17T03:02:18.679Z","0.86.0-nightly.20250518":"2025-05-18T03:02:28.103Z","0.86.0-nightly.20250519":"2025-05-19T03:03:10.758Z","0.86.0-nightly.20250520":"2025-05-20T03:01:36.584Z","0.87.0":"2025-05-20T20:01:06.052Z","0.87.0-nightly.20250521":"2025-05-21T03:04:51.993Z","0.87.1":"2025-05-21T10:36:46.553Z","0.87.2":"2025-05-21T12:50:05.050Z","0.87.2-nightly.20250523":"2025-05-23T02:59:59.240Z","0.87.2-nightly.20250524":"2025-05-24T02:57:35.718Z","0.87.2-nightly.20250525":"2025-05-25T03:02:54.433Z","0.87.2-nightly.20250526":"2025-05-26T02:50:49.976Z","0.87.2-nightly.20250527":"2025-05-27T02:58:18.563Z","0.87.3-nightly.20250528":"2025-05-28T02:57:19.078Z","0.87.3":"2025-05-28T15:15:31.639Z","0.87.3-nightly.20250529":"2025-05-29T02:57:17.827Z","0.87.4":"2025-05-29T05:49:07.540Z","0.87.4-starknet.1":"2025-05-29T16:15:21.340Z","0.87.5":"2025-05-29T23:49:51.477Z","0.87.6":"2025-06-02T16:00:10.942Z","0.87.7":"2025-06-02T23:20:20.705Z","1.0.0-nightly.20250604":"2025-06-04T02:57:19.266Z","1.0.0-nightly.20250605":"2025-06-05T02:56:24.587Z","1.0.0-nightly.20250606":"2025-06-06T02:53:02.728Z","1.0.0-nightly.20250607":"2025-06-07T02:56:04.851Z","1.0.0-nightly.20250608":"2025-06-08T02:51:45.753Z","0.87.8":"2025-06-09T11:48:49.614Z","1.0.0-nightly.20250610":"2025-06-10T03:02:37.849Z","1.0.0-nightly.20250611":"2025-06-11T03:00:50.845Z","1.0.0-nightly.20250612":"2025-06-12T03:01:19.369Z","1.0.0-nightly.20250613":"2025-06-13T03:03:06.915Z","1.0.0-nightly.20250614":"2025-06-14T02:58:46.098Z","1.0.0-nightly.20250615":"2025-06-15T03:06:11.487Z","1.0.0-nightly.20250616":"2025-06-16T02:58:28.220Z","1.0.0-nightly.20250617":"2025-06-17T03:01:07.024Z","1.0.0-nightly.20250618":"2025-06-18T03:00:29.258Z","0.87.9":"2025-06-18T16:29:27.582Z","1.0.0-nightly.20250619":"2025-06-19T02:59:59.648Z","1.0.0-nightly.20250620":"2025-06-20T02:59:04.153Z","1.0.0-nightly.20250621":"2025-06-21T02:54:47.705Z","1.0.0-nightly.20250622":"2025-06-22T03:02:13.746Z","1.0.0-nightly.20250623":"2025-06-23T02:53:27.078Z","1.0.0":"2025-06-23T13:52:54.018Z","1.0.0-staging.0":"2025-06-23T17:54:45.582Z","1.0.0-nightly.20250624":"2025-06-24T02:59:23.435Z","1.0.0-nightly.20250625":"2025-06-25T02:59:37.150Z","1.0.0-nightly.20250626":"2025-06-26T02:59:43.283Z","1.0.0-staging.1":"2025-06-26T14:18:42.663Z","1.0.0-nightly.20250627":"2025-06-27T03:00:00.465Z","1.0.0-nightly.20250628":"2025-06-28T03:01:20.422Z","1.0.0-nightly.20250629":"2025-06-29T03:05:05.307Z","1.0.0-nightly.20250630":"2025-06-30T03:07:56.391Z","1.0.0-nightly.20250701":"2025-07-01T03:10:48.260Z","1.0.0-staging.2":"2025-07-01T07:36:11.791Z","1.0.0-nightly.20250702":"2025-07-02T02:59:49.965Z","1.0.0-nightly.20250703":"2025-07-03T03:00:40.251Z","1.0.0-nightly.20250704":"2025-07-04T02:59:09.445Z","1.0.0-staging.3":"2025-07-04T17:06:59.560Z","1.0.0-nightly.20250705":"2025-07-05T02:57:32.733Z","1.0.0-nightly.20250706":"2025-07-06T03:05:57.605Z","1.0.0-nightly.20250707":"2025-07-07T02:54:28.819Z","1.0.0-nightly.20250708":"2025-07-08T02:58:30.428Z","1.0.0-nightly.20250709":"2025-07-09T03:01:44.307Z","1.0.0-staging.4":"2025-07-09T13:25:55.239Z","1.0.0-nightly.20250710":"2025-07-10T03:02:48.779Z","1.0.0-nightly.20250711":"2025-07-11T03:06:00.731Z","1.0.0-nightly.20250712":"2025-07-12T03:06:45.305Z","1.0.0-nightly.20250713":"2025-07-13T03:00:34.178Z","1.0.0-nightly.20250714":"2025-07-14T02:58:36.896Z","1.0.0-nightly.20250715":"2025-07-15T03:06:54.720Z","1.0.0-staging.5":"2025-07-15T20:32:19.389Z","1.0.0-nightly.20250716":"2025-07-16T03:04:50.198Z","1.0.0-staging.6":"2025-07-16T13:42:22.297Z","1.0.0-nightly.20250717":"2025-07-17T03:09:56.992Z","1.1.0":"2025-07-17T18:13:57.897Z","1.0.0-nightly.20250718":"2025-07-18T03:07:03.638Z","1.0.0-nightly.20250719":"2025-07-19T03:03:44.932Z","1.0.0-nightly.20250720":"2025-07-20T03:12:33.609Z","1.0.0-nightly.20250721":"2025-07-21T03:08:44.766Z","1.1.2":"2025-07-21T14:02:28.755Z","1.0.0-nightly.20250722":"2025-07-22T03:10:43.376Z","1.1.3":"2025-07-22T10:56:01.573Z","1.0.0-nightly.20250723":"2025-07-23T03:10:48.787Z","1.0.0-nightly.20250724":"2025-07-24T03:09:04.674Z","1.0.0-nightly.20250725":"2025-07-25T03:10:32.644Z","1.0.0-nightly.20250726":"2025-07-26T03:02:57.727Z","1.0.0-nightly.20250727":"2025-07-27T03:12:41.083Z","1.0.0-nightly.20250728":"2025-07-28T03:12:17.847Z","1.0.0-nightly.20250729":"2025-07-29T03:15:04.777Z","1.2.0":"2025-07-29T09:58:45.193Z","1.0.0-nightly.20250730":"2025-07-30T03:09:52.568Z","1.2.1":"2025-07-31T20:44:48.559Z","1.0.0-nightly.20250801":"2025-08-01T03:23:56.876Z","1.0.0-nightly.20250805":"2025-08-05T03:19:08.162Z","1.0.0-nightly.20250806":"2025-08-06T03:19:48.601Z","1.0.0-nightly.20250807":"2025-08-07T03:23:03.324Z","1.0.0-nightly.20250809":"2025-08-09T03:13:19.585Z","1.0.0-nightly.20250810":"2025-08-10T03:19:37.547Z","1.0.0-nightly.20250811":"2025-08-11T03:23:32.246Z","1.0.0-nightly.20250812":"2025-08-12T03:06:42.374Z","2.0.0-nightly.20250813":"2025-08-13T03:07:43.822Z","2.0.0-nightly.20250814":"2025-08-14T03:09:17.378Z","2.0.0-nightly.20250815":"2025-08-15T03:04:20.316Z","2.0.0-nightly.20250816":"2025-08-16T03:01:25.214Z","2.0.0-nightly.20250817":"2025-08-17T03:09:23.936Z","2.0.0-nightly.20250818":"2025-08-18T03:05:26.860Z","2.0.0-nightly.20250819":"2025-08-19T03:02:34.149Z","2.0.0-nightly.20250820":"2025-08-20T02:59:33.346Z","2.0.0-nightly.20250821":"2025-08-21T03:04:39.061Z","2.0.0-nightly.20250822":"2025-08-22T03:01:28.133Z","2.0.0-nightly.20250823":"2025-08-23T03:00:25.415Z","2.0.0-nightly.20250824":"2025-08-24T03:06:10.518Z","2.0.0-nightly.20250825":"2025-08-25T02:59:29.545Z","2.0.0-nightly.20250826":"2025-08-26T03:01:35.442Z","2.0.0-nightly.20250827":"2025-08-27T02:59:23.623Z","2.0.0-nightly.20250828":"2025-08-28T02:59:05.656Z","2.0.0-nightly.20250829":"2025-08-29T02:58:50.649Z","2.0.0-nightly.20250830":"2025-08-30T02:55:33.959Z","2.0.0-nightly.20250831":"2025-08-31T02:51:49.809Z","2.0.0-nightly.20250901":"2025-09-01T03:09:38.302Z","2.0.0-nightly.20250902":"2025-09-02T03:00:18.251Z","2.0.0-nightly.20250903":"2025-09-03T02:58:14.089Z","3.0.0-nightly.20250904":"2025-09-04T03:06:42.999Z","3.0.0-canary.a9708bd":"2025-09-04T15:17:28.325Z","3.0.0-nightly.20250905":"2025-09-05T02:59:09.422Z","3.0.0-nightly.20250906":"2025-09-06T02:55:39.118Z","2.0.0-rc.1":"2025-09-06T11:02:50.698Z","2.0.0-rc.2":"2025-09-06T11:10:29.878Z","2.0.0-rc.3":"2025-09-06T11:37:25.048Z","2.0.0-rc.4":"2025-09-06T12:06:11.679Z","2.0.0-rc.5":"2025-09-06T17:32:57.048Z","2.0.0-rc.6":"2025-09-06T17:55:21.117Z","2.0.0-rc.7":"2025-09-06T18:55:58.588Z","2.0.0-rc.8":"2025-09-06T19:40:45.486Z","2.0.0-rc.10":"2025-09-06T21:23:03.791Z","2.0.0-rc.11":"2025-09-07T00:18:49.397Z","2.0.0-rc.12":"2025-09-07T01:19:50.449Z","4.0.0-nightly.20250907":"2025-09-07T03:00:15.512Z","2.0.0-rc.13":"2025-09-07T11:51:56.972Z","3.0.0-nightly.20250908":"2025-09-08T02:50:03.540Z","2.0.0-rc.14":"2025-09-08T20:01:29.628Z","2.0.0-rc.15":"2025-09-09T02:06:01.604Z","2.0.0-rc.16":"2025-09-09T11:28:36.110Z","2.0.0-rc.17":"2025-09-09T15:03:13.831Z","2.0.0-rc.18":"2025-09-09T18:45:32.113Z","2.0.0-rc.19":"2025-09-09T21:33:34.426Z","2.0.0-rc.20":"2025-09-10T00:02:17.704Z","2.0.0-rc.21":"2025-09-10T01:49:47.985Z","3.0.0-nightly.20250910":"2025-09-10T02:56:44.149Z","2.0.0-rc.22":"2025-09-10T09:23:41.143Z","2.0.0-rc.23":"2025-09-10T18:40:00.745Z","2.0.0-rc.24":"2025-09-11T09:13:42.258Z","3.0.0-nightly.20250911":"2025-09-11T09:23:50.049Z","2.0.0-rc.25":"2025-09-11T15:54:10.488Z","2.0.0-rc.26":"2025-09-11T19:32:11.705Z","3.0.0-nightly.20250912":"2025-09-12T02:54:16.286Z","2.0.0-rc.27":"2025-09-12T15:13:17.443Z","3.0.0-nightly.20250913":"2025-09-13T02:50:04.845Z","2.0.0-rc.28":"2025-09-13T09:42:24.520Z","3.0.0-nightly.20250914":"2025-09-14T03:03:29.956Z","3.0.0-nightly.20250915":"2025-09-15T03:05:33.773Z","2.0.0-rc.29":"2025-09-15T18:10:18.710Z","2.0.0-rc.30":"2025-09-16T01:46:23.814Z","3.0.0-nightly.20250916":"2025-09-16T02:57:08.077Z","2.0.0-rc.31":"2025-09-16T11:40:40.169Z","2.0.0-rc.32":"2025-09-16T16:25:34.243Z","3.0.0-nightly.20250917":"2025-09-17T02:58:11.932Z","2.0.0-rc.33":"2025-09-17T10:32:48.823Z","2.0.0-rc.34":"2025-09-17T10:54:33.906Z","2.0.0-rc.35":"2025-09-17T13:59:47.637Z","2.0.0-rc.36":"2025-09-17T15:19:21.070Z","2.0.0-rc.38":"2025-09-17T16:24:41.007Z","2.0.0-rc.39":"2025-09-17T16:59:02.591Z","2.0.2":"2025-09-17T18:07:48.962Z","2.0.2-rc.1":"2025-09-17T18:22:21.953Z","3.0.0-nightly.20250918":"2025-09-18T02:56:09.735Z","2.0.2-rc.2":"2025-09-18T13:35:18.318Z","2.0.3":"2025-09-18T13:41:57.218Z","2.0.3-rc.1":"2025-09-18T13:54:43.176Z","2.0.3-rc.2":"2025-09-18T15:45:02.180Z","2.0.3-rc.3":"2025-09-18T15:50:13.255Z","3.0.0-nightly.20250919":"2025-09-19T02:59:45.115Z","2.0.3-rc.4":"2025-09-19T11:14:52.278Z","3.0.0-nightly.20250920":"2025-09-20T02:53:57.276Z","3.0.0-nightly.20250921":"2025-09-21T03:02:07.623Z","3.0.0-nightly.20250922":"2025-09-22T03:07:05.924Z","2.0.3-rc.5":"2025-09-22T15:34:55.034Z","2.0.3-rc.6":"2025-09-22T18:14:07.764Z","3.0.0-nightly.20250923":"2025-09-23T02:59:59.568Z","2.0.3-rc.7":"2025-09-23T09:15:20.715Z","2.0.3-rc.8":"2025-09-23T09:31:52.411Z","2.0.3-rc.9":"2025-09-23T11:54:20.757Z","3.0.0-nightly.20250924":"2025-09-24T02:59:39.927Z","2.0.3-rc.10":"2025-09-24T09:55:59.372Z","2.0.3-rc.11":"2025-09-24T15:56:01.666Z","3.0.0-nightly.20250925":"2025-09-25T03:04:03.803Z","2.0.3-rc.12":"2025-09-25T09:42:33.486Z","2.0.3-rc.13":"2025-09-25T15:44:36.339Z","2.0.3-rc.14":"2025-09-25T20:32:58.182Z","3.0.0-nightly.20250926":"2025-09-26T02:59:57.017Z","2.0.3-rc.15":"2025-09-26T12:46:08.122Z","2.0.3-rc.16":"2025-09-26T15:51:49.994Z","3.0.0-nightly.20250927":"2025-09-27T02:55:45.578Z","3.0.0-nightly.20250928":"2025-09-28T03:03:03.136Z","3.0.0-nightly.20250929":"2025-09-29T02:59:43.727Z","2.0.3-rc.17":"2025-09-29T14:09:38.410Z","2.0.3-rc.18":"2025-09-29T16:50:49.544Z","3.0.0-nightly.20250930":"2025-09-30T02:55:14.700Z","2.0.3-rc.19":"2025-09-30T13:30:39.001Z","2.0.3-rc.20":"2025-09-30T17:17:39.857Z","2.0.3-rc.21":"2025-09-30T17:38:47.543Z","3.0.0-nightly.20251001":"2025-10-01T03:01:14.412Z","2.0.3-rc.22":"2025-10-01T17:19:36.700Z","2.0.3-rc.23":"2025-10-01T19:21:14.179Z","2.0.3-rc.24":"2025-10-02T01:18:14.608Z","3.0.0-nightly.20251002":"2025-10-02T02:54:32.673Z","2.0.3-rc.25":"2025-10-02T02:56:15.069Z","2.0.3-rc.26":"2025-10-02T10:19:51.356Z","2.0.3-rc.27":"2025-10-02T11:36:46.642Z","2.0.3-rc.28":"2025-10-02T12:44:36.467Z","2.0.3-rc.29":"2025-10-02T13:09:14.208Z","2.0.3-rc.30":"2025-10-02T17:22:24.144Z","3.0.0-nightly.20251003":"2025-10-03T02:54:08.546Z","2.0.3-rc.31":"2025-10-03T16:22:43.223Z","2.1.0-rc.1":"2025-10-03T22:55:46.696Z","3.0.0-nightly.20251004":"2025-10-04T02:56:54.055Z","3.0.0-nightly.20251005":"2025-10-05T02:57:24.941Z","3.0.0-nightly.20251007":"2025-10-07T02:57:28.790Z","3.0.0-nightly.20251008":"2025-10-08T03:01:24.237Z","3.0.0-nightly.20251009":"2025-10-09T03:00:33.444Z","3.0.0-nightly.20251010":"2025-10-10T02:59:30.399Z","2.1.0-rc.2":"2025-10-10T15:00:32.841Z","2.1.0-rc.3":"2025-10-10T16:07:45.717Z","3.0.0-nightly.20251011":"2025-10-11T03:00:19.869Z","3.0.0-nightly.20251012":"2025-10-12T03:02:09.510Z","3.0.0-nightly.20251013":"2025-10-13T03:04:25.410Z","2.1.0-rc.4":"2025-10-13T09:18:19.374Z","2.1.0-rc.5":"2025-10-13T10:09:40.678Z","2.1.0-rc.6":"2025-10-13T13:11:11.700Z","3.0.0-nightly.20251014":"2025-10-14T02:58:41.326Z","2.1.0-rc.7":"2025-10-14T09:56:21.910Z","3.0.0-nightly.20251015":"2025-10-15T03:03:11.918Z","2.1.0-rc.8":"2025-10-15T11:33:25.020Z","2.1.0-rc.9":"2025-10-15T11:54:24.059Z","2.1.0-rc.10":"2025-10-15T16:08:25.214Z","2.1.0-rc.11":"2025-10-15T17:42:22.642Z","3.0.0-nightly.20251016":"2025-10-16T03:01:31.090Z","2.1.0-rc.12":"2025-10-16T10:53:15.351Z","2.1.0-rc.13":"2025-10-16T12:05:57.801Z","2.1.0-rc.14":"2025-10-16T16:04:03.473Z","3.0.0-nightly.20251022":"2025-10-22T03:00:02.097Z","3.0.0-nightly.20251023":"2025-10-23T02:57:42.694Z","2.1.0-rc.16":"2025-10-23T15:57:33.283Z","2.1.0-rc.17":"2025-10-23T17:01:44.941Z","2.1.0-rc.18":"2025-10-23T20:32:56.619Z","3.0.0-nightly.20251024":"2025-10-24T02:54:48.371Z","2.1.0-rc.19":"2025-10-24T16:45:33.038Z","2.1.0-rc.20":"2025-10-24T17:48:44.593Z","3.0.0-nightly.20251025":"2025-10-25T03:00:32.732Z","3.0.0-nightly.20251026":"2025-10-26T03:26:49.394Z","2.0.4":"2025-10-27T20:10:01.523Z","2.1.0-rc.21":"2025-10-28T13:01:15.305Z","3.0.0-devnet.2":"2025-10-28T17:52:13.179Z","2.1.0-rc.22":"2025-10-28T18:04:42.610Z","2.1.0-rc.23":"2025-10-28T18:52:43.833Z","0.0.1-fake-c83136db25":"2025-10-30T00:59:59.287Z","0.0.1-fake-ceab37513c":"2025-10-30T01:54:53.088Z","3.0.0-manual.20251030":"2025-10-30T15:09:30.221Z","3.0.0-nightly.20251030-2":"2025-10-30T16:33:05.070Z","2.1.0-rc.24":"2025-10-30T17:42:08.983Z","3.0.0-nightly.20251031":"2025-10-31T16:42:06.265Z","3.0.0-nightly.20251101":"2025-11-01T03:17:07.374Z","3.0.0-nightly.20251102":"2025-11-02T02:53:58.083Z","3.0.0-nightly.20251103":"2025-11-03T03:14:19.368Z","3.0.0-devnet.3":"2025-11-03T15:53:05.341Z","3.0.0-devnet.4":"2025-11-03T22:34:18.874Z","3.0.0-nightly.20251104":"2025-11-04T03:11:58.398Z","2.1.0-rc.27":"2025-11-04T17:23:33.582Z","2.1.0-rc.28":"2025-11-04T21:16:06.959Z","2.1.0-rc.29":"2025-11-04T21:48:11.234Z","2.1.0-rc.30":"2025-11-04T23:14:14.684Z","3.0.0-nightly.20251105":"2025-11-05T03:12:37.434Z","2.1.0-rc.31":"2025-11-05T21:06:39.579Z","2.1.1-rc.1":"2025-11-05T22:37:16.961Z","0.0.1-commit.24de95ac":"2025-11-05T22:58:17.795Z","2.1.2":"2025-11-06T01:15:57.987Z","2.1.2-rc.1":"2025-11-06T01:25:51.184Z","3.0.0-nightly.20251106":"2025-11-06T03:12:51.206Z","0.0.1-commit.b655e406":"2025-11-06T05:42:28.928Z","3.0.0-nightly.20251107":"2025-11-07T02:58:40.541Z","3.0.0-nightly.20251108":"2025-11-08T02:55:16.924Z","3.0.0-nightly.20251109":"2025-11-09T03:11:52.927Z","3.0.0-nightly.20251110":"2025-11-10T03:13:33.395Z","2.1.2-rc.2":"2025-11-10T18:35:13.737Z","3.0.0-nightly.20251111":"2025-11-11T03:11:35.942Z","2.1.2-rc.3":"2025-11-11T09:32:38.692Z","3.0.0-devnet.5":"2025-11-11T19:11:50.087Z","2.1.2-rc.5":"2025-11-11T21:10:21.886Z","3.0.0-nightly.20251112":"2025-11-12T03:11:48.904Z","2.1.3":"2025-11-12T10:45:13.599Z","2.1.3-rc.1":"2025-11-12T10:57:59.873Z","2.1.3-rc.2":"2025-11-12T16:41:55.615Z","2.1.4":"2025-11-12T17:24:26.203Z","2.1.4-rc.1":"2025-11-12T17:38:03.139Z","3.0.0-nightly.20251113":"2025-11-13T03:50:33.091Z","3.0.0-nightly.20251114":"2025-11-14T03:49:35.036Z","3.0.0-nightly.20251115":"2025-11-15T03:43:21.031Z","2.1.4-rc.2":"2025-11-15T17:47:39.834Z","2.1.5":"2025-11-15T18:57:23.843Z","2.1.5-rc.1":"2025-11-15T19:23:51.009Z","2.1.5-rc.3":"2025-11-16T22:28:53.215Z","2.1.6":"2025-11-16T22:39:35.125Z","2.1.6-rc.1":"2025-11-16T22:53:19.069Z","3.0.0-nightly.20251118":"2025-11-18T03:41:41.919Z","3.0.0-nightly.20251119":"2025-11-19T03:40:53.760Z","3.0.0-nightly.20251120":"2025-11-20T03:38:36.191Z","2.1.6-rc.2":"2025-11-20T15:58:37.597Z","2.1.7":"2025-11-20T16:34:11.575Z","2.1.7-rc.1":"2025-11-20T16:47:47.538Z","3.0.0-nightly.20251121":"2025-11-21T03:39:37.912Z","3.0.0-nightly.20251122":"2025-11-22T03:33:39.474Z","2.1.7-rc.2":"2025-11-22T20:34:55.119Z","3.0.0-nightly.20251123":"2025-11-23T03:59:12.776Z","3.0.0-nightly.20251124":"2025-11-24T03:38:32.873Z","3.0.0-nightly.20251125":"2025-11-25T03:44:09.210Z","2.1.7-rc.3":"2025-11-25T09:41:03.773Z","2.1.7-rc.4":"2025-11-25T23:19:38.406Z","3.0.0-nightly.20251126":"2025-11-26T03:44:13.088Z","2.1.8":"2025-11-26T11:43:03.493Z","2.1.8-rc.1":"2025-11-26T11:56:54.270Z","2.1.8-rc.3":"2025-11-26T14:17:30.145Z","3.0.0-nightly.20251127":"2025-11-27T03:40:50.234Z","3.0.0-nightly.20251128":"2025-11-28T03:40:44.180Z","3.0.0-nightly.20251201.2":"2025-12-01T16:36:19.544Z","0.0.1-commit.5daedc8":"2025-12-01T16:46:49.221Z","0.0.1-commit.5476d83":"2025-12-01T17:16:11.115Z","3.0.0-nightly.20251202":"2025-12-02T03:48:09.462Z","3.0.0-nightly.20251203":"2025-12-03T03:46:54.264Z","2.0.3-zkpassport":"2025-12-03T16:50:11.673Z","0.0.1-commit.9b94fc1":"2025-12-04T01:41:30.196Z","3.0.0-nightly.20251204":"2025-12-04T03:34:39.610Z","0.0.1-commit.21caa21":"2025-12-04T15:22:35.352Z","0.0.1-commit.9593d84":"2025-12-04T17:33:01.508Z","0.0.1-commit.fce3e4f":"2025-12-04T17:42:22.683Z","3.0.0-nightly.20251205":"2025-12-05T03:50:18.352Z","3.0.0-nightly.20251206":"2025-12-06T03:38:40.489Z","3.0.0-nightly.20251207":"2025-12-07T03:58:31.920Z","2.1.8-rc.4":"2025-12-07T16:59:24.317Z","3.0.0-nightly.20251208":"2025-12-08T03:39:29.525Z","0.0.1-commit.d3ec352c":"2025-12-08T10:48:41.904Z","2.1.9":"2025-12-08T14:59:14.345Z","2.1.9-rc.1":"2025-12-08T15:15:13.021Z","3.0.0-nightly.20251209":"2025-12-09T03:49:45.517Z","2.1.9-rc.2":"2025-12-09T15:39:09.363Z","3.0.0-nightly.20251210":"2025-12-10T16:27:49.763Z","3.0.0-nightly.20251211":"2025-12-11T03:51:28.663Z","2.1.9-rc.3":"2025-12-11T11:05:43.236Z","3.0.0-nightly.20251212":"2025-12-12T03:50:09.717Z","3.0.0-nightly.20251213":"2025-12-13T03:43:57.466Z","3.0.0-nightly.20251214":"2025-12-14T03:52:14.483Z","3.0.0-rc.1":"2025-12-14T17:01:34.420Z","3.0.0-rc.2":"2025-12-14T19:06:07.023Z","3.0.0-nightly.20251216":"2025-12-16T03:51:35.044Z","3.0.0-rc.3":"2025-12-16T18:27:54.688Z","3.0.0-rc.4":"2025-12-16T23:53:23.463Z","3.0.0-nightly.20251217":"2025-12-17T03:47:36.978Z","3.0.0-nightly.20251218":"2025-12-18T03:48:00.105Z","3.0.0-rc.5":"2025-12-18T20:18:35.359Z","3.0.0-nightly.20251219":"2025-12-19T03:51:49.727Z","3.0.0-devnet.20251212":"2025-12-19T05:35:34.728Z","3.0.0-nightly.20251220":"2025-12-20T03:42:57.266Z","3.0.0-nightly.20251221":"2025-12-21T04:05:53.398Z","3.0.0-nightly.20251222":"2025-12-22T03:55:16.660Z","3.0.0-nightly.20251223":"2025-12-23T03:53:45.943Z","3.0.0-nightly.20251224":"2025-12-24T03:51:29.882Z","3.0.0-nightly.20251225":"2025-12-25T03:54:15.868Z","3.0.0-nightly.20251226":"2025-12-26T03:51:58.424Z","3.0.0-nightly.20251227":"2025-12-27T03:50:17.759Z","0.0.1-commit.03f7ef2":"2025-12-27T14:10:55.084Z","3.0.0-nightly.20251228":"2025-12-28T04:01:14.542Z","3.0.0-nightly.20251229":"2025-12-29T04:03:10.634Z","3.0.0-nightly.20251230":"2025-12-30T03:41:53.472Z","3.0.0-nightly.20251231":"2025-12-31T03:39:53.710Z","3.0.0-nightly.20260101":"2026-01-01T04:03:46.621Z","3.0.0-nightly.20260102":"2026-01-02T03:53:02.819Z","3.0.0-nightly.20260103":"2026-01-03T03:34:57.412Z","3.0.0-nightly.20260104":"2026-01-04T04:04:05.309Z","3.0.0-nightly.20260105":"2026-01-05T04:09:22.803Z","0.0.1-commit.c7c42ec":"2026-01-05T20:34:48.028Z","0.0.1-commit.fcb71a6":"2026-01-05T21:29:52.591Z","0.0.1-commit.6230efd":"2026-01-05T21:32:41.191Z","0.0.1-commit.6c91f13":"2026-01-05T21:35:55.643Z","3.0.0-nightly.20260106":"2026-01-06T04:05:54.039Z","4.0.0-nightly.20260107":"2026-01-07T04:06:24.158Z","4.0.0-nightly.20260108":"2026-01-08T04:06:23.710Z","3.0.0-rc.6":"2026-01-08T09:41:05.468Z","3.0.1":"2026-01-08T11:28:26.215Z","3.0.1-rc.1":"2026-01-08T11:30:26.820Z","2.1.9-rc.4":"2026-01-08T16:20:57.898Z","4.0.0-nightly.20260110":"2026-01-10T03:53:32.679Z","4.0.0-nightly.20260111":"2026-01-11T04:04:37.804Z","4.0.0-nightly.20260112":"2026-01-12T04:03:59.034Z","3.0.1-rc.2":"2026-01-12T17:43:27.538Z","0.0.1-commit.96bb3f7":"2026-01-12T18:51:33.855Z","4.0.0-nightly.20260113":"2026-01-13T04:06:14.546Z","0.0.1-commit.6d3c34e":"2026-01-13T12:24:42.254Z","0.0.1-commit.1142ef1":"2026-01-13T17:25:43.465Z","0.0.1-commit.7d4e6cd":"2026-01-13T18:42:53.236Z","4.0.0-nightly.20260114":"2026-01-14T04:14:59.752Z","3.0.2":"2026-01-14T14:54:24.606Z","3.0.2-rc.1":"2026-01-14T14:56:02.235Z","2.1.9-rc.4-ag":"2026-01-14T15:55:59.283Z","3.0.0-devnet.6":"2026-01-14T23:23:04.979Z","4.0.0-nightly.20260115":"2026-01-15T04:08:41.246Z","3.0.2-rc.2":"2026-01-15T16:10:21.686Z","3.0.0-devnet.2-patch.1":"2026-01-15T20:15:25.268Z","3.0.0-devnet.6-patch.1":"2026-01-15T22:00:34.917Z","4.0.0-nightly.20260116":"2026-01-16T04:07:41.212Z","4.0.0-nightly.20260117":"2026-01-17T03:50:25.058Z","4.0.0-nightly.20260118":"2026-01-18T04:14:29.478Z","4.0.0-nightly.20260119":"2026-01-19T04:04:20.552Z","4.0.0-nightly.20260120":"2026-01-20T04:12:32.998Z","0.0.1-commit.f295ac2":"2026-01-20T15:08:16.859Z","3.0.3":"2026-01-20T20:17:47.596Z","3.0.3-rc.1":"2026-01-20T20:18:24.088Z","4.0.0-nightly.20260121":"2026-01-21T04:12:53.247Z","2.1.10-rc.2":"2026-01-21T16:37:36.094Z","4.0.0-nightly.20260122":"2026-01-22T04:16:58.446Z","2.1.11":"2026-01-22T09:19:39.499Z","4.0.0-nightly.20260123":"2026-01-23T04:11:46.295Z","3.0.3-rc.2":"2026-01-23T15:19:45.363Z","2.1.11-rc.2":"2026-01-23T15:33:03.658Z","4.0.0-nightly.20260124":"2026-01-24T03:55:51.904Z","4.0.0-nightly.20260125":"2026-01-25T04:08:39.061Z","4.0.0-nightly.20260126":"2026-01-26T04:12:35.444Z","0.0.1-commit.d1f2d6c":"2026-01-26T17:48:40.454Z","0.0.1-commit.e6bd8901":"2026-01-26T20:47:39.925Z","0.0.1-commit.0b941701":"2026-01-26T22:01:32.238Z","0.0.1-commit.2ed92850":"2026-01-26T22:44:22.191Z","0.0.1-commit.fffb133c":"2026-01-27T00:17:32.020Z","0.0.1-commit.e61ad554":"2026-01-27T03:15:44.913Z","4.0.0-nightly.20260127":"2026-01-27T04:02:42.307Z","0.0.1-commit.1bea0213":"2026-01-27T14:14:30.937Z","0.0.1-commit.bf2612ae":"2026-01-27T14:15:54.221Z","0.0.1-commit.3469e52":"2026-01-27T15:26:10.276Z","0.0.1-commit.59e663cd":"2026-01-27T16:39:10.808Z","4.0.0-nightly.20260128":"2026-01-28T04:13:43.675Z","0.0.1-commit.29c6b1a3":"2026-01-28T11:48:26.842Z","0.0.1-commit.c80b6263":"2026-01-28T17:17:18.653Z","0.0.1-commit.c31f2472":"2026-01-28T18:59:48.260Z","0.0.1-commit.1a99e26c":"2026-01-28T21:52:02.398Z","4.0.0-nightly.20260129":"2026-01-29T04:20:48.097Z","0.0.1-commit.18ccd8f0":"2026-01-29T09:27:25.504Z","0.0.1-commit.54489865":"2026-01-29T15:37:17.290Z","0.0.1-commit.c2595eba":"2026-01-29T16:39:15.083Z","0.0.1-commit.d431d1c":"2026-01-29T16:57:10.629Z","4.0.0-nightly.20260130":"2026-01-30T04:23:49.192Z","0.0.1-commit.e3c1de76":"2026-01-30T22:01:59.628Z","0.0.1-commit.6b90f3f5":"2026-01-30T23:26:06.209Z","4.0.0-nightly.20260131":"2026-01-31T04:19:25.358Z","0.0.1-commit.e310a4c8":"2026-01-31T10:10:24.354Z","4.0.0-nightly.20260201":"2026-02-01T04:42:58.536Z","4.0.0-nightly.20260202":"2026-02-02T04:38:52.146Z","0.0.1-commit.f146247c":"2026-02-02T12:06:30.296Z","3.0.3-rc.3":"2026-02-02T15:52:39.317Z","0.0.1-commit.a072138":"2026-02-02T16:50:27.552Z","0.0.1-commit.fc805bf":"2026-02-02T17:08:54.892Z","0.0.1-commit.b468ad8":"2026-02-02T17:18:50.023Z","0.0.1-commit.023c3e5":"2026-02-02T17:25:32.190Z","0.0.1-commit.9372f48":"2026-02-02T17:29:31.838Z","0.0.1-commit.6a729f7":"2026-02-02T17:32:46.852Z","0.0.1-commit.135b523":"2026-02-02T17:40:51.019Z","0.0.1-commit.179ed20":"2026-02-02T18:14:49.682Z","0.0.1-commit.592b9384":"2026-02-02T19:03:42.701Z","4.0.0-nightly.20260203":"2026-02-03T04:29:39.351Z","0.0.1-commit.86469d5":"2026-02-03T10:25:33.695Z","0.0.1-commit.ee80a48":"2026-02-03T12:37:21.881Z","0.0.1-commit.23b0eb0":"2026-02-03T14:31:30.125Z","4.0.0-nightly.20260204":"2026-02-04T03:29:22.224Z","0.0.1-commit.9d2bcf6d":"2026-02-04T15:05:20.394Z","0.0.1-commit.5cf06de3":"2026-02-04T16:37:56.164Z","0.0.1-commit.f1df4d2":"2026-02-04T16:59:00.719Z","0.0.1-commit.aada20e3":"2026-02-04T17:01:16.428Z","0.0.1-commit.6230a0c":"2026-02-04T17:51:19.543Z","0.0.1-commit.0208eb9":"2026-02-04T17:51:46.315Z","0.0.1-commit.8afd444":"2026-02-04T17:52:35.233Z","4.0.0-nightly.20260205":"2026-02-05T03:31:06.622Z","0.0.1-commit.2e2504e2":"2026-02-05T12:44:53.323Z","0.0.1-commit.43c09e3f":"2026-02-05T16:38:21.043Z","0.0.1-commit.6d63667d":"2026-02-05T20:08:14.693Z","4.0.0-nightly.20260206":"2026-02-06T03:17:36.794Z","4.0.0-nightly.20260207":"2026-02-07T03:27:13.122Z","4.0.0-spartan.20260207":"2026-02-07T03:28:22.241Z","4.0.0-spartan.20260208":"2026-02-08T03:21:18.613Z","4.0.0-nightly.20260208":"2026-02-08T03:21:28.498Z","0.0.1-commit.2eb6648a":"2026-02-08T08:29:51.479Z","0.0.1-commit.e558bd1c":"2026-02-08T11:04:52.220Z","4.0.0-nightly.20260209":"2026-02-09T03:20:54.751Z","4.0.0-spartan.20260209":"2026-02-09T03:21:00.205Z","0.0.1-commit.43597cc1":"2026-02-09T23:46:09.976Z","4.0.0-spartan.20260210":"2026-02-10T03:21:29.504Z","4.0.0-nightly.20260210":"2026-02-10T03:21:54.976Z","0.0.1-commit.f2ce05ee":"2026-02-10T11:17:31.906Z","0.0.1-commit.87a0206":"2026-02-10T15:56:04.130Z","0.0.1-commit.d6f2b3f94":"2026-02-11T01:16:33.845Z","4.0.0-nightly.20260211":"2026-02-11T03:22:15.395Z","4.0.0-spartan.20260211":"2026-02-11T03:22:23.215Z","0.0.1-commit.3d8f95d":"2026-02-11T14:37:41.013Z","0.0.1-commit.134ed76":"2026-02-11T14:49:17.215Z","0.0.1-commit.f8ca9b2f3":"2026-02-11T15:55:16.404Z","4.0.0-devnet.1-patch.0":"2026-02-11T16:11:40.118Z","0.0.1-commit.64b6bbb":"2026-02-11T16:25:23.265Z","0.0.1-commit.858058eac":"2026-02-11T19:43:01.145Z","0.0.1-commit.4d79d1f2d":"2026-02-12T01:31:36.626Z","4.0.0-nightly.20260212":"2026-02-12T03:21:42.018Z","4.0.0-spartan.20260212":"2026-02-12T03:24:00.494Z","0.0.1-commit.e2b2873ed":"2026-02-12T12:20:40.363Z","2.1.11-rc.3":"2026-02-12T18:05:19.866Z","0.0.1-commit.08c5969dc":"2026-02-12T18:06:00.107Z","0.0.1-commit.4ad48494d":"2026-02-12T18:09:42.938Z","4.0.0-nightly.20260213":"2026-02-13T03:24:50.026Z","4.0.0-spartan.20260213":"2026-02-13T03:28:37.999Z","0.0.1-commit.7cf39cb55":"2026-02-13T04:56:10.614Z","0.0.1-commit.0c875d939":"2026-02-13T23:09:22.362Z","4.0.0-nightly.20260214":"2026-02-14T03:18:33.406Z","4.0.0-spartan.20260214":"2026-02-14T03:33:09.679Z","4.0.0-nightly.20260215":"2026-02-15T03:24:11.286Z","4.0.0-spartan.20260215":"2026-02-15T03:24:29.177Z","4.0.0-spartan.20260216":"2026-02-16T03:24:01.724Z","4.0.0-nightly.20260216":"2026-02-16T03:37:54.111Z","4.0.0-devnet.1-patch.1":"2026-02-16T12:08:46.741Z","0.0.1-commit.1bb068fb5":"2026-02-16T13:23:54.372Z","0.0.1-commit.8f9871590":"2026-02-16T21:30:57.694Z","4.0.0-nightly.20260217":"2026-02-17T03:21:10.502Z","4.0.0-spartan.20260217":"2026-02-17T03:21:13.544Z","0.0.1-commit.21ecf947b":"2026-02-17T10:42:52.151Z","0.0.1-commit.cf93bcc56":"2026-02-17T20:50:01.312Z","4.0.0-spartan.20260218":"2026-02-18T03:37:21.716Z","4.0.0-nightly.20260218":"2026-02-18T03:37:33.452Z","4.0.0-rc.1":"2026-02-18T11:16:05.560Z","4.0.0-rc.2":"2026-02-18T11:47:49.383Z","4.0.0-devnet.2-patch.0":"2026-02-18T14:18:28.428Z","0.0.1-commit.4eabbdb":"2026-02-18T20:26:01.917Z","0.0.1-commit.cd76b27":"2026-02-19T02:02:02.507Z","4.0.0-rc.3":"2026-02-19T08:41:12.990Z","0.0.1-commit.7ac86ea28":"2026-02-19T20:16:13.681Z","0.0.1-commit.7b97ef96e":"2026-02-19T20:23:04.485Z","0.0.1-commit.ff7989d6c":"2026-02-20T01:21:27.642Z","5.0.0-nightly.20260220":"2026-02-20T03:20:28.724Z","0.0.1-commit.217f559981":"2026-02-20T03:29:07.218Z","0.0.2-commit.217f559981":"2026-02-20T04:29:02.381Z","4.0.0-devnet.2-patch.1":"2026-02-20T09:17:22.915Z","4.0.0-rc.4":"2026-02-20T10:57:46.567Z","4.0.0-rc.5":"2026-02-20T17:12:09.559Z","0.0.6-commit.a2d1860fe9":"2026-02-20T21:56:46.391Z","0.0.8-commit.a2d1860fe9":"2026-02-20T22:08:54.058Z","0.0.1-commit.643667a5cb":"2026-02-21T01:16:27.127Z","5.0.0-nightly.20260221":"2026-02-21T03:15:27.241Z","5.0.0-nightly.20260222":"2026-02-22T03:36:58.845Z","5.0.0-nightly.20260223":"2026-02-23T03:24:09.668Z","0.0.1-commit.808bf7f90":"2026-02-23T17:19:19.985Z","5.0.0-nightly.20260224":"2026-02-24T03:22:18.640Z","0.0.1-commit.0658669b3":"2026-02-24T04:59:38.526Z","0.0.1-commit.96dac018d":"2026-02-24T13:33:58.174Z","0.0.1-commit.934299a21":"2026-02-24T15:59:58.117Z","0.0.1-commit.8227e42":"2026-02-24T16:52:31.534Z","0.0.1-commit.358457c":"2026-02-24T17:50:50.567Z","4.0.0-rc.6":"2026-02-25T16:16:33.310Z","0.0.1-commit.733c4a3":"2026-02-26T07:08:42.294Z","4.0.0-rc.7":"2026-02-26T13:40:42.317Z","4.0.0-rc.8":"2026-02-26T16:00:45.647Z","4.0.0-devnet.2-patch.2":"2026-02-26T17:20:41.393Z","4.0.0-rc.9":"2026-02-26T18:33:41.115Z","4.0.0-rc.10":"2026-02-26T21:01:58.074Z","4.0.1":"2026-02-27T00:28:48.090Z","4.0.1-rc.1":"2026-02-27T00:29:06.170Z","0.0.1-commit.dbf9cec":"2026-02-27T00:54:34.236Z","0.0.1-commit.ec5f612":"2026-02-27T03:32:51.510Z","4.0.1-rc.2":"2026-02-27T03:32:57.332Z","0.0.1-commit.7b86788":"2026-02-27T03:34:05.003Z","4.0.1-rc.3":"2026-02-27T03:47:59.506Z","4.0.2":"2026-02-27T03:50:21.155Z","4.0.2-rc.1":"2026-02-27T03:51:09.848Z","4.0.2-rc.2":"2026-02-27T09:39:16.804Z","0.0.1-commit.85d7d01":"2026-02-27T10:39:14.085Z","4.0.0-devnet.2-patch.3":"2026-02-27T14:22:47.557Z","0.0.1-commit.27d773e65":"2026-02-27T14:36:28.870Z","0.0.1-commit.6c354eb4c":"2026-02-27T16:44:19.969Z","4.0.3":"2026-02-27T17:24:11.790Z","4.0.3-rc.1":"2026-02-27T17:25:04.660Z","4.0.3-rc.2":"2026-02-27T17:40:39.160Z","4.0.4":"2026-02-27T17:48:14.222Z","4.0.4-rc.1":"2026-02-27T17:48:17.004Z","0.0.1-commit.c949de6bc":"2026-02-27T19:33:51.838Z","0.0.1-commit.9117c5f5a":"2026-02-27T20:44:27.448Z","4.0.4-rc.2":"2026-02-27T23:05:22.747Z","4.0.4-rc.3":"2026-02-27T23:15:34.773Z","5.0.0-nightly.20260228":"2026-02-28T03:03:30.741Z","0.0.1-commit.c0b82b2":"2026-02-28T13:36:47.256Z","5.0.0-nightly.20260301":"2026-03-01T03:18:10.219Z","5.0.0-nightly.20260302":"2026-03-02T03:14:09.680Z","0.0.1-commit.72dcdcda8":"2026-03-02T22:21:25.790Z","0.0.1-commit.967fc6998":"2026-03-03T02:57:01.646Z","5.0.0-nightly.20260303":"2026-03-03T03:15:51.916Z","4.0.4-rc.4":"2026-03-03T12:59:30.034Z","4.0.4-rc.5":"2026-03-04T00:09:39.166Z","4.0.0-devnet.2-patch.4":"2026-03-04T10:31:43.968Z","0.0.1-commit.181e2d196":"2026-03-04T12:01:42.162Z","4.0.4-rc.6":"2026-03-04T15:13:47.988Z","4.0.4-rc.7":"2026-03-04T18:30:25.040Z","4.0.4-rc.8":"2026-03-04T19:48:03.279Z","4.0.4-rc.9":"2026-03-04T20:15:39.295Z","5.0.0-nightly.20260305":"2026-03-05T03:24:50.800Z","0.0.1-commit.5358163d3":"2026-03-05T12:04:54.668Z","4.1.0-rc.2":"2026-03-05T20:57:35.331Z","0.0.1-commit.033589e":"2026-03-06T14:22:54.719Z","0.0.1-commit.3895657bc":"2026-03-06T14:42:01.615Z","0.0.1-commit.f504929":"2026-03-06T23:09:05.425Z","0.0.1-commit.db765a8":"2026-03-06T23:09:09.131Z","0.0.1-commit.ef17749e1":"2026-03-07T01:13:15.516Z","0.0.1-commit.ffe5b04ea":"2026-03-07T02:50:34.157Z","5.0.0-nightly.20260307":"2026-03-07T03:07:41.303Z","5.0.0-nightly.20260308":"2026-03-08T03:17:32.120Z","0.0.1-commit.cb6bed7c2":"2026-03-08T16:53:38.443Z","5.0.0-nightly.20260309":"2026-03-09T03:18:42.746Z","0.0.1-commit.684755437":"2026-03-09T16:46:17.091Z","0.0.1-commit.04852196a":"2026-03-10T13:18:59.912Z","0.0.1-commit.d1cd2107c":"2026-03-10T16:07:40.678Z","0.0.1-commit.2c85e299c":"2026-03-10T17:15:07.588Z","5.0.0-nightly.20260311":"2026-03-11T03:16:25.482Z","4.1.0-nightly.20260311":"2026-03-11T05:39:10.795Z","0.0.1-commit.d117d021b":"2026-03-11T21:45:32.142Z","0.0.1-commit.f224bb98b":"2026-03-11T23:14:06.949Z","0.0.1-commit.343b43af6":"2026-03-12T01:22:15.193Z","5.0.0-nightly.20260312":"2026-03-12T03:16:58.245Z","4.1.0-nightly.20260312":"2026-03-12T05:39:11.433Z","0.0.1-commit.7ffbba4":"2026-03-12T13:55:41.760Z","0.0.1-commit.b1c78909e":"2026-03-12T15:57:48.786Z","0.0.1-commit.1a421b1a1":"2026-03-12T16:58:20.985Z","3.9.9-nightly.20260312":"2026-03-12T21:12:14.899Z","4.1.0-nightly.20260312.2":"2026-03-12T21:16:29.624Z","4.1.0-nightly.20260313":"2026-03-13T05:37:30.671Z","0.0.1-commit.10bd49492":"2026-03-13T16:44:54.238Z","0.0.1-commit.b33fc05d0":"2026-03-13T17:53:51.205Z","0.0.1-commit.b64cb54f6":"2026-03-13T18:45:56.280Z","4.1.0-nightly.20260314":"2026-03-14T05:36:03.346Z","0.0.1-commit.1de2a32":"2026-03-14T11:14:03.611Z","5.0.0-nightly.20260315":"2026-03-15T03:25:23.273Z","4.1.0-nightly.20260315":"2026-03-15T05:58:53.870Z","5.0.0-nightly.20260316":"2026-03-16T03:27:24.230Z","4.1.0-nightly.20260316":"2026-03-16T05:55:21.439Z","0.0.1-commit.88c5703d4":"2026-03-16T19:21:33.012Z","5.0.0-nightly.20260317":"2026-03-17T03:22:02.547Z","4.1.0-nightly.20260317":"2026-03-17T05:54:20.683Z","0.0.1-commit.d0fcfb7f":"2026-03-17T12:46:36.667Z","4.1.0-rc.3":"2026-03-17T18:58:29.352Z","0.0.1-commit.001888fc":"2026-03-17T19:30:05.988Z","0.0.1-commit.3e3d0c9cd":"2026-03-17T20:34:15.284Z","5.0.0-patched.20260317":"2026-03-17T21:03:15.581Z","5.0.0-patched.20260318":"2026-03-18T02:09:06.711Z","5.0.0-nightly.20260318":"2026-03-18T03:23:42.645Z","0.0.1-private.d0bedffd":"2026-03-18T04:16:13.693Z","5.0.0-private.20260318":"2026-03-18T05:14:40.616Z","4.1.0-nightly.20260318":"2026-03-18T05:53:25.131Z","4.1.0-rc.4":"2026-03-18T16:07:05.987Z","0.0.1-commit.125b3452":"2026-03-18T23:47:31.581Z","0.0.1-commit.b6e433891":"2026-03-19T01:23:46.133Z","5.0.0-private.20260319":"2026-03-19T02:08:28.266Z","5.0.0-nightly.20260319":"2026-03-19T03:24:01.387Z","4.2.0-nightly.20260319":"2026-03-19T05:44:06.452Z","0.0.1-commit.f81dbcf":"2026-03-19T16:07:52.042Z","0.0.1-commit.7035c9bd6":"2026-03-19T17:45:51.984Z","0.0.1-commit.6b113946b":"2026-03-19T20:20:43.461Z","0.0.1-commit.88e6f9396":"2026-03-20T01:31:59.731Z","5.0.0-nightly.20260320":"2026-03-20T03:20:18.144Z","4.2.0-nightly.20260320":"2026-03-20T05:40:46.122Z","0.0.1-commit.381b1a9":"2026-03-20T12:45:39.221Z","0.0.1-commit.8ee97c858":"2026-03-20T14:11:24.623Z","0.0.1-commit.5de5ca79e":"2026-03-20T15:05:09.038Z","0.0.1-commit.9ee6fcc6":"2026-03-20T20:01:25.023Z","0.0.1-commit.3fd054f6":"2026-03-20T20:23:47.755Z","0.0.1-commit.cbf2c2d5d":"2026-03-20T22:54:38.277Z","5.0.0-nightly.20260321":"2026-03-21T03:16:05.336Z","4.2.0-nightly.20260321":"2026-03-21T05:35:10.807Z","5.0.0-nightly.20260322":"2026-03-22T03:26:26.624Z","4.2.0-nightly.20260322":"2026-03-22T05:41:17.522Z","5.0.0-nightly.20260323":"2026-03-23T03:25:12.418Z","4.2.0-nightly.20260323":"2026-03-23T05:47:17.212Z","0.0.1-commit.3f296a7d2":"2026-03-23T14:40:43.371Z","4.1.0":"2026-03-23T15:08:13.026Z","0.0.1-commit.3a4ae741b":"2026-03-23T19:37:34.958Z","0.0.1-commit.df81a97b5":"2026-03-23T19:49:53.389Z","0.0.1-commit.e0f15ab9b":"2026-03-23T21:03:13.663Z","5.0.0-nightly.20260323.1":"2026-03-24T01:24:29.235Z","5.0.0-nightly.20260324":"2026-03-24T03:20:17.226Z","4.2.0-nightly.20260324":"2026-03-24T05:45:04.843Z","0.0.1-commit.03b9a845c":"2026-03-24T16:08:30.969Z","0.0.1-commit.c2eed6949":"2026-03-24T17:29:38.921Z","0.0.1-commit.35158ae7e":"2026-03-24T19:21:04.368Z","4.1.1-rc.1":"2026-03-24T21:30:13.299Z","0.0.1-commit.ce4f8c4f2":"2026-03-24T22:17:57.410Z","4.1.1":"2026-03-24T23:29:04.871Z","4.2.0-nightly.20260325":"2026-03-25T05:44:43.834Z","4.1.2-rc.1":"2026-03-25T18:53:57.919Z","4.1.2":"2026-03-26T14:55:26.291Z","4.2.0-aztecnr-rc.2":"2026-03-26T19:46:16.722Z","4.2.0-nightly.20260327":"2026-03-27T05:48:16.521Z","4.2.0-nightly.20260330":"2026-03-30T05:58:57.445Z","0.0.1-commit.9ef841308":"2026-03-30T16:11:13.480Z","0.0.1-commit.6bd18f1aa":"2026-03-30T17:06:28.740Z","5.0.0-nightly.20260331":"2026-03-31T03:20:23.980Z","4.2.0-nightly.20260331":"2026-03-31T05:48:37.216Z","5.0.0-nightly.20260401":"2026-04-01T03:24:14.106Z","4.2.0-nightly.20260401":"2026-04-01T05:56:22.138Z","0.0.1-commit.f5d02921e":"2026-04-01T11:17:27.664Z","0.0.1-commit.f1b29a41e":"2026-04-01T12:48:28.994Z","0.0.1-commit.2d9cb6034":"2026-04-01T14:31:58.354Z","5.0.0-nightly.20260402":"2026-04-02T03:19:58.049Z","4.2.0-nightly.20260402":"2026-04-02T05:48:04.593Z","4.1.3":"2026-04-02T14:42:51.536Z","5.0.0-nightly.20260403":"2026-04-03T03:23:18.709Z","4.2.0-nightly.20260403":"2026-04-03T05:47:53.962Z","0.0.1-commit.e588bc7e5":"2026-04-04T02:46:30.672Z","5.0.0-nightly.20260404":"2026-04-04T03:16:36.622Z","4.2.0-nightly.20260404":"2026-04-04T05:44:23.251Z","5.0.0-nightly.20260405":"2026-04-05T03:24:08.320Z","4.2.0-nightly.20260405":"2026-04-05T05:51:36.221Z","5.0.0-nightly.20260406":"2026-04-06T03:20:39.999Z","4.2.0-nightly.20260406":"2026-04-06T06:00:07.121Z","0.0.1-commit.42ee6df9b":"2026-04-06T11:35:01.213Z","4.0.0-devnet.3-patch.0":"2026-04-06T13:21:38.685Z","4.0.0-devnet.3-patch.1":"2026-04-06T13:21:55.664Z","4.0.0-devnet.3-patch.2":"2026-04-06T14:38:20.170Z","4.0.0-devnet.3-patch.3":"2026-04-06T16:09:12.733Z","4.0.0-devnet.4-patch.0":"2026-04-06T21:23:40.608Z","5.0.0-nightly.20260407":"2026-04-07T03:23:29.103Z","4.2.0-nightly.20260407":"2026-04-07T05:50:28.595Z","5.0.0-nightly.20260408":"2026-04-08T03:24:21.852Z","4.2.0-nightly.20260408":"2026-04-08T05:49:33.149Z","4.2.0-nightly.20260408-1":"2026-04-08T11:26:47.852Z","0.0.1-commit.4d3c002":"2026-04-08T13:58:31.612Z","5.0.0-nightly.20260409":"2026-04-09T03:24:22.155Z","4.2.0-nightly.20260409":"2026-04-09T05:51:31.030Z","0.0.1-commit.d1da697d6":"2026-04-09T07:50:19.135Z","0.0.1-commit.e304674f1":"2026-04-09T08:32:46.826Z","5.0.0-nightly.20260410":"2026-04-10T03:25:30.832Z","4.2.0-nightly.20260410":"2026-04-10T05:58:33.445Z","0.0.1-commit.f650c0a5c":"2026-04-10T08:39:58.244Z","5.0.0-nightly.20260411":"2026-04-11T03:17:58.545Z","4.2.0-nightly.20260411":"2026-04-11T05:45:38.841Z","0.0.1-commit.ec7ac5448":"2026-04-11T06:56:58.398Z","5.0.0-nightly.20260412":"2026-04-12T03:19:52.611Z","4.2.0-nightly.20260412":"2026-04-12T05:56:29.287Z","5.0.0-nightly.20260413":"2026-04-13T03:21:53.314Z","4.2.0-nightly.20260413":"2026-04-13T06:09:04.410Z","0.0.1-commit.3f5453c7b":"2026-04-13T11:33:32.891Z","5.0.0-nightly.20260414":"2026-04-14T03:19:32.883Z","4.2.0-nightly.20260414":"2026-04-14T06:03:39.544Z","4.2.0-rc.1":"2026-04-14T15:09:51.142Z","5.0.0-nightly.20260415":"2026-04-15T03:24:15.764Z","0.0.1-commit.3750d92a7":"2026-04-15T08:49:11.532Z","4.2.0":"2026-04-15T14:17:11.787Z","0.0.1-commit.f103f88":"2026-04-15T15:00:48.048Z","0.0.1-commit.2b2662070":"2026-04-15T20:13:21.143Z","0.0.1-commit.ddcf04837":"2026-04-16T01:27:49.482Z","0.0.1-commit.2e20a94":"2026-04-16T02:32:19.526Z","5.0.0-nightly.20260416":"2026-04-16T03:20:23.678Z","0.0.1-commit.d939eb5aa":"2026-04-16T05:42:48.115Z","4.3.0-nightly.20260416":"2026-04-16T06:00:54.548Z","0.0.1-commit.69c59a8b3":"2026-04-17T01:21:22.717Z","5.0.0-nightly.20260417":"2026-04-17T03:20:02.323Z","0.0.1-commit.8c0b8ff":"2026-04-17T04:34:04.605Z","4.3.0-nightly.20260417":"2026-04-17T06:00:13.716Z","0.0.1-commit.a89ec08":"2026-04-17T10:15:22.816Z","0.0.1-commit.5914bae":"2026-04-17T11:12:26.898Z","0.0.1-commit.2448fdb":"2026-04-17T11:55:54.928Z","0.0.1-commit.fff30aa":"2026-04-17T12:31:48.765Z","0.0.1-commit.71324e566":"2026-04-17T19:15:15.605Z","5.0.0-nightly.20260418":"2026-04-18T03:23:13.533Z","4.3.0-nightly.20260418":"2026-04-18T05:48:14.957Z","0.0.1-commit.11bf3dd6e":"2026-04-18T06:29:19.811Z","5.0.0-nightly.20260419":"2026-04-19T03:19:51.366Z","4.3.0-nightly.20260419":"2026-04-19T06:00:45.238Z","5.0.0-nightly.20260420":"2026-04-20T03:20:20.011Z","4.3.0-nightly.20260420":"2026-04-20T06:08:30.396Z","0.0.1-commit.1dcfe2301":"2026-04-20T19:20:01.507Z","5.0.0-nightly.20260421":"2026-04-21T03:24:47.336Z","4.3.0-nightly.20260421":"2026-04-21T05:59:44.188Z","0.0.1-commit.8cb2d04d8":"2026-04-21T20:44:37.819Z","5.0.0-nightly.20260422":"2026-04-22T03:20:17.631Z","4.3.0-nightly.20260422":"2026-04-22T06:00:05.522Z","0.0.1-commit.9badcec54":"2026-04-22T12:53:15.337Z","0.0.1-commit.b2a5d0dd1":"2026-04-22T21:28:01.804Z","5.0.0-nightly.20260423":"2026-04-23T03:20:57.296Z","4.3.0-nightly.20260423":"2026-04-23T06:02:02.774Z","0.0.1-commit.f7ea82942":"2026-04-23T13:29:51.785Z","0.0.1-commit.0dc957cde":"2026-04-23T18:51:26.367Z","5.0.0-nightly.20260424":"2026-04-24T03:25:13.971Z","4.3.0-nightly.20260424":"2026-04-24T06:05:04.584Z","0.0.1-commit.9ebd450e8":"2026-04-24T15:40:55.113Z","0.0.1-commit.9d619b6c6":"2026-04-24T18:08:59.052Z","0.0.1-commit.59a0419c6":"2026-04-24T21:23:28.863Z","5.0.0-nightly.20260425":"2026-04-25T03:18:33.672Z","0.0.1-commit.d20b825a7":"2026-04-25T03:52:33.561Z","5.0.0-nightly.20260426":"2026-04-26T03:21:05.580Z","4.3.0-nightly.20260426":"2026-04-26T06:06:44.098Z","5.0.0-nightly.20260427":"2026-04-27T03:22:56.179Z","4.3.0-nightly.20260427":"2026-04-27T06:16:29.155Z","5.0.0-nightly.20260428":"2026-04-28T03:21:56.698Z","4.3.0-nightly.20260428":"2026-04-28T06:18:02.623Z","5.0.0-nightly.20260429":"2026-04-29T03:26:11.216Z","4.3.0-nightly.20260429":"2026-04-29T06:27:09.984Z","0.0.1-commit.6201a7b05":"2026-04-30T00:18:40.937Z","5.0.0-nightly.20260430":"2026-04-30T03:22:07.467Z","4.3.0-nightly.20260430":"2026-04-30T06:18:02.883Z","0.0.1-commit.949a33fd8":"2026-04-30T20:44:06.311Z","5.0.0-nightly.20260501":"2026-05-01T03:26:53.898Z","4.3.0-nightly.20260501":"2026-05-01T06:44:03.193Z","0.0.1-commit.0ec55a70b":"2026-05-01T17:33:43.057Z","5.0.0-nightly.20260502":"2026-05-02T03:20:27.496Z","0.0.1-commit.2c0ee1788":"2026-05-02T21:26:17.859Z","5.0.0-nightly.20260503":"2026-05-03T03:21:54.867Z","4.3.0-nightly.20260503":"2026-05-03T06:41:50.860Z","5.0.0-nightly.20260504":"2026-05-04T03:22:54.888Z","4.3.0-nightly.20260504":"2026-05-04T06:41:38.689Z","0.0.1-commit.e5a3663dd":"2026-05-04T22:26:35.342Z","5.0.0-nightly.20260505":"2026-05-05T03:21:31.068Z","4.3.0-nightly.20260506":"2026-05-06T06:42:55.771Z","4.2.1":"2026-05-07T08:38:29.467Z","4.3.0-nightly.20260508":"2026-05-08T06:26:19.411Z","4.3.0-nightly.20260509":"2026-05-09T06:37:02.011Z","4.3.0-nightly.20260510":"2026-05-10T06:55:55.038Z","4.3.0-nightly.20260511":"2026-05-11T07:19:15.267Z","5.0.0-nightly.20260512":"2026-05-12T03:38:28.161Z","4.3.0-nightly.20260512":"2026-05-12T06:57:03.110Z","4.3.0-nightly.20260512-1":"2026-05-12T12:35:42.043Z","4.3.0-nightly.20260512-2":"2026-05-12T14:00:51.546Z","4.3.0-nightly.20260513":"2026-05-13T06:52:45.538Z","5.0.0-nightly.20260514":"2026-05-14T03:38:10.199Z","4.3.0-nightly.20260514":"2026-05-14T06:52:05.827Z","5.0.0-nightly.20260515":"2026-05-15T03:41:59.300Z","4.3.0-nightly.20260515":"2026-05-15T06:53:56.562Z","4.3.0-rc.1":"2026-05-15T10:42:02.453Z","5.0.0-nightly.20260516":"2026-05-16T03:33:47.619Z","4.4.0-nightly.20260516":"2026-05-16T06:43:33.852Z","5.0.0-nightly.20260517":"2026-05-17T03:32:57.815Z","4.4.0-nightly.20260517":"2026-05-17T06:54:38.669Z","5.0.0-nightly.20260518":"2026-05-18T03:36:02.291Z","4.4.0-nightly.20260518":"2026-05-18T07:08:58.334Z","4.4.0-nightly.20260519":"2026-05-19T07:06:54.251Z","4.3.0":"2026-05-20T13:25:27.098Z","5.0.0-nightly.20260521":"2026-05-21T03:40:56.136Z","4.4.0-nightly.20260521":"2026-05-21T07:10:49.434Z","5.0.0-nightly.20260522":"2026-05-22T03:44:14.215Z","4.4.0-nightly.20260522":"2026-05-22T07:05:48.253Z","5.0.0-nightly.20260523":"2026-05-23T03:39:03.628Z","4.4.0-nightly.20260523":"2026-05-23T06:51:27.148Z","5.0.0-nightly.20260524":"2026-05-24T03:34:43.450Z","4.4.0-nightly.20260524":"2026-05-24T07:28:00.132Z","5.0.0-nightly.20260525":"2026-05-25T03:36:08.617Z","4.4.0-nightly.20260525":"2026-05-25T07:17:03.177Z","5.0.0-nightly.20260526":"2026-05-26T03:34:54.313Z","4.4.0-nightly.20260526":"2026-05-26T07:13:45.999Z","5.0.0-nightly.20260527":"2026-05-27T03:37:07.071Z","4.4.0-nightly.20260527":"2026-05-27T07:19:25.603Z","5.0.0-nightly.20260528":"2026-05-28T03:41:00.472Z","4.4.0-nightly.20260528":"2026-05-28T07:15:11.197Z","5.0.0-nightly.20260529":"2026-05-29T03:42:24.942Z","4.4.0-nightly.20260529":"2026-05-29T07:12:15.485Z","5.0.0-nightly.20260530":"2026-05-30T03:40:17.186Z","4.4.0-nightly.20260530":"2026-05-30T06:58:41.594Z","5.0.0-nightly.20260531":"2026-05-31T03:40:50.938Z","4.4.0-nightly.20260531":"2026-05-31T07:14:04.277Z","5.0.0-nightly.20260601":"2026-06-01T03:37:41.691Z","4.4.0-nightly.20260601":"2026-06-01T07:22:40.039Z","0.0.1-commit.7cbc774":"2026-06-01T21:32:43.752Z","0.0.1-commit.8655d4a":"2026-06-01T21:55:06.016Z","0.0.1-commit.04d373f":"2026-06-01T22:07:09.478Z","0.0.1-commit.993d240":"2026-06-01T22:44:27.589Z","0.0.1-commit.7689c7f":"2026-06-01T22:48:21.691Z","0.0.1-private.3d175340d2":"2026-06-01T23:07:37.271Z","0.0.1-private.5d121bfd":"2026-06-02T00:03:08.038Z","6.0.0-nightly.20260602":"2026-06-02T03:39:43.928Z","4.4.0-nightly.20260602":"2026-06-02T07:20:40.586Z","6.0.0-nightly.20260603":"2026-06-03T03:31:34.720Z","4.4.0-nightly.20260603":"2026-06-03T07:36:50.003Z","6.0.0-nightly.20260604":"2026-06-04T03:26:21.650Z","4.4.0-nightly.20260604":"2026-06-04T07:26:29.471Z","4.3.1":"2026-06-04T10:42:29.341Z","6.0.0-nightly.20260605":"2026-06-05T03:30:46.400Z","4.4.0-nightly.20260605":"2026-06-05T07:43:25.543Z","4.4.0-nightly.20260606":"2026-06-06T06:59:15.305Z","4.4.0-nightly.20260607":"2026-06-07T07:21:38.903Z","4.4.0-nightly.20260608":"2026-06-08T07:36:41.130Z","4.4.0-nightly.20260609":"2026-06-09T07:14:50.396Z","5.0.0-nightly.20260610":"2026-06-10T03:27:57.578Z","4.4.0-nightly.20260610":"2026-06-10T04:04:33.708Z","5.0.0-nightly.20260611":"2026-06-11T03:21:58.287Z","4.4.0-nightly.20260611":"2026-06-11T04:01:30.532Z","5.0.0-nightly.20260612":"2026-06-12T03:24:25.661Z","4.4.0-nightly.20260612":"2026-06-12T04:06:34.393Z","0.0.1-commit.031e54b":"2026-06-12T13:55:15.856Z","0.0.1-commit.e57c76e":"2026-06-12T14:50:35.371Z","5.0.0-nightly.20260613":"2026-06-13T03:22:46.443Z","4.4.0-nightly.20260613":"2026-06-13T04:02:16.012Z","5.0.0-nightly.20260614":"2026-06-14T03:28:56.006Z","4.4.0-nightly.20260614":"2026-06-14T04:02:31.839Z","5.0.0-nightly.20260615":"2026-06-15T03:25:57.229Z","4.4.0-nightly.20260615":"2026-06-15T04:20:37.419Z","5.0.0-rc.1":"2026-06-15T14:25:41.097Z","5.0.0-nightly.20260616":"2026-06-16T06:02:29.808Z","4.4.0-nightly.20260616":"2026-06-16T06:43:33.819Z","5.0.0-nightly.20260617":"2026-06-17T05:51:38.677Z","4.4.0-nightly.20260617":"2026-06-17T06:51:01.837Z","0.0.1-commit.2606882":"2026-06-17T15:24:21.677Z","0.0.1-commit.017a351":"2026-06-17T15:24:29.747Z","5.0.0-nightly.20260618":"2026-06-18T05:48:28.267Z","4.4.0-nightly.20260618":"2026-06-18T06:26:53.715Z","5.0.0-nightly.20260619":"2026-06-19T05:55:22.942Z","5.0.0-nightly.20260620":"2026-06-20T05:41:48.504Z","5.0.0-nightly.20260621":"2026-06-21T05:49:17.376Z","5.0.0-nightly.20260622":"2026-06-22T06:03:19.374Z","5.0.0-nightly.20260623":"2026-06-23T05:33:00.460Z","0.0.1-commit.b3d3157a":"2026-06-23T16:20:00.306Z","5.0.0-nightly.20260624":"2026-06-24T05:39:35.126Z","5.0.0-nightly.20260625":"2026-06-25T05:33:10.492Z","5.0.0-nightly.20260626":"2026-06-26T05:38:20.810Z","0.0.1-dev":"2026-06-26T13:58:02.733Z","5.0.0-nightly.20260627":"2026-06-27T05:29:56.792Z","4.4.0":"2026-06-27T08:45:59.297Z","5.0.0-nightly.20260628":"2026-06-28T05:41:53.080Z","5.0.0-nightly.20260629":"2026-06-29T05:46:54.815Z","0.0.1-commit.189eedb3":"2026-06-29T11:44:23.437Z","0.0.1-commit.b9865e97":"2026-06-29T16:37:52.591Z","5.0.0-rc.2":"2026-06-29T18:10:41.741Z","5.0.0-nightly.20260630":"2026-06-30T05:35:21.796Z","5.0.0-nightly.20260701":"2026-07-01T05:45:28.133Z","5.0.0-nightly.20260702":"2026-07-02T05:30:15.117Z","5.0.0-nightly.20260703":"2026-07-03T05:35:13.250Z","0.0.1-commit.2f68f620":"2026-07-03T16:12:05.069Z","5.0.0-nightly.20260704":"2026-07-04T05:28:40.350Z","5.0.0-nightly.20260705":"2026-07-05T05:31:17.319Z","5.0.0-nightly.20260706":"2026-07-06T05:37:45.545Z","5.0.0-nightly.20260707":"2026-07-07T05:31:50.621Z","5.0.0-nightly.20260708":"2026-07-08T05:16:48.449Z","5.0.0-nightly.20260709":"2026-07-09T05:31:21.095Z","5.0.0-nightly.20260710":"2026-07-10T05:39:08.048Z","5.0.0-nightly.20260711":"2026-07-11T05:13:33.183Z","5.0.0-nightly.20260712":"2026-07-12T05:18:09.468Z","5.0.0-nightly.20260713":"2026-07-13T05:21:52.234Z","5.0.0":"2026-07-13T09:43:17.343Z","5.0.0-nightly.20260714":"2026-07-14T05:10:58.248Z","0.0.1-commit.3100065":"2026-07-14T11:39:28.597Z","5.0.0-nightly.20260715":"2026-07-15T05:12:14.986Z","5.0.1":"2026-07-15T19:19:18.467Z","5.1.0-nightly.20260716":"2026-07-16T05:14:04.823Z","5.1.0-nightly.20260717":"2026-07-17T05:14:09.838Z","5.1.0-nightly.20260718":"2026-07-18T05:09:14.485Z","5.1.0-nightly.20260719":"2026-07-19T05:16:01.049Z","5.1.0-nightly.20260720":"2026-07-20T05:26:45.758Z","0.0.1-commit.a5db02d":"2026-07-20T12:06:02.944Z","5.1.0-nightly.20260721":"2026-07-21T05:15:45.486Z","6.0.0-nightly.20260721":"2026-07-21T05:19:04.723Z","0.0.1-commit.350e0a4d":"2026-07-21T10:44:49.831Z","0.0.1-commit.b8a057fa":"2026-07-21T12:05:39.403Z","0.0.1-commit.a4600f49":"2026-07-21T18:50:16.423Z","6.0.0-nightly.20260722":"2026-07-22T05:20:08.752Z","5.1.0-nightly.20260722":"2026-07-22T05:20:26.058Z","5.1.0":"2026-07-22T11:05:49.535Z","5.2.0-nightly.20260723":"2026-07-23T05:16:20.473Z","6.0.0-nightly.20260723":"2026-07-23T05:19:18.834Z","5.2.0-nightly.20260724":"2026-07-24T05:15:37.882Z","6.0.0-nightly.20260724":"2026-07-24T05:18:32.947Z","0.0.1-commit.4d9804df":"2026-07-24T13:46:03.304Z","0.0.1-commit.be03c316":"2026-07-24T14:40:45.934Z","0.0.1-commit.d58ff9d0":"2026-07-24T14:40:49.682Z","5.2.0-nightly.20260725":"2026-07-25T05:14:14.372Z","6.0.0-nightly.20260725":"2026-07-25T05:16:59.925Z","5.2.0-nightly.20260726":"2026-07-26T05:18:52.074Z","6.0.0-nightly.20260726":"2026-07-26T05:20:28.401Z","5.2.0-nightly.20260727":"2026-07-27T05:28:36.762Z","6.0.0-nightly.20260727":"2026-07-27T05:29:25.700Z","0.0.1-commit.321f6a9":"2026-07-27T11:15:42.605Z","0.0.1-commit.aa0c64f":"2026-07-27T12:12:28.786Z","5.2.0-nightly.20260728":"2026-07-28T05:15:41.778Z","6.0.0-nightly.20260728":"2026-07-28T06:07:17.491Z","5.2.0-nightly.20260729":"2026-07-29T05:16:19.481Z","6.0.0-nightly.20260729":"2026-07-29T05:19:31.810Z","6.0.0-nightly.20260730":"2026-07-30T05:17:51.582Z","5.2.0-nightly.20260730":"2026-07-30T05:18:52.226Z","5.2.0-nightly.20260731":"2026-07-31T05:22:18.573Z","6.0.0-nightly.20260731":"2026-07-31T05:25:10.203Z","5.2.0-nightly.20260801":"2026-08-01T05:16:39.048Z","6.0.0-nightly.20260801":"2026-08-01T05:17:01.365Z","5.2.0-nightly.20260802":"2026-08-02T05:16:53.012Z","6.0.0-nightly.20260802":"2026-08-02T05:17:00.618Z","5.2.0-nightly.20260803":"2026-08-03T05:25:56.555Z","6.0.0-nightly.20260803":"2026-08-03T05:28:41.294Z","5.2.0-nightly.20260804":"2026-08-04T05:16:14.552Z","6.0.0-nightly.20260804":"2026-08-04T05:17:30.633Z","5.2.0-nightly.20260805":"2026-08-05T05:14:57.198Z","6.0.0-nightly.20260805":"2026-08-05T05:17:53.192Z","5.2.0-nightly.20260806":"2026-08-06T05:15:13.946Z","6.0.0-nightly.20260806":"2026-08-06T05:17:16.708Z","5.2.0-nightly.20260807":"2026-08-07T04:50:34.999Z","6.0.0-nightly.20260807":"2026-08-07T04:53:08.857Z","5.2.0-nightly.20260808":"2026-08-08T04:36:07.154Z","5.2.0-nightly.20260809":"2026-08-09T04:39:17.422Z","6.0.0-nightly.20260809":"2026-08-09T04:42:24.281Z","6.0.0-nightly.20260810":"2026-08-10T04:45:05.942Z","5.2.0-nightly.20260810":"2026-08-10T10:54:30.357Z","0.0.1-commit.330febf":"2026-08-10T14:34:38.509Z","0.0.1-commit.c52d6e7":"2026-08-10T14:40:01.406Z","0.0.1-commit.9a89641":"2026-08-10T15:14:06.729Z","6.0.0-nightly.20260812":"2026-08-12T04:48:48.855Z","5.2.0-nightly.20260812":"2026-08-12T04:49:05.461Z","5.2.0-nightly.20260813":"2026-08-13T04:49:52.047Z","5.2.0-nightly.20260814":"2026-08-14T04:45:54.696Z","5.2.0-nightly.20260815":"2026-08-15T04:21:29.725Z","5.2.0-nightly.20260816":"2026-08-16T04:26:37.500Z","5.2.0-nightly.20260817":"2026-08-17T04:28:57.540Z","0.0.1-commit.f5a9928":"2026-08-17T07:13:39.817Z","5.2.0":"2026-08-17T08:33:34.278Z","5.3.0-nightly.20260818":"2026-08-18T04:26:24.009Z","0.0.1-commit.431c48d":"2026-08-18T10:17:21.476Z","5.3.0-nightly.20260819":"2026-08-19T04:26:24.991Z","5.3.0-nightly.20260820":"2026-08-20T04:25:44.528Z","5.3.0-nightly.20260821":"2026-08-21T04:25:43.558Z","6.0.0-nightly.20260821":"2026-08-21T12:48:01.105Z","6.0.0-nightly.20260822":"2026-08-22T04:22:40.569Z","5.3.0-nightly.20260822":"2026-08-22T04:23:30.821Z","6.0.0-nightly.20260823":"2026-08-23T04:24:10.668Z","5.3.0-nightly.20260823":"2026-08-23T04:25:08.242Z","6.0.0-nightly.20260824":"2026-08-24T04:27:49.878Z","5.3.0-nightly.20260824":"2026-08-24T04:31:20.708Z","6.0.0-nightly.20260825":"2026-08-25T04:24:49.150Z","5.3.0-nightly.20260825":"2026-08-25T04:25:35.524Z","6.0.0-nightly.20260826":"2026-08-26T04:25:05.044Z","5.3.0-nightly.20260826":"2026-08-26T04:26:29.794Z","5.3.0-nightly.20260827":"2026-08-27T06:17:26.510Z","6.0.0-nightly.20260827":"2026-08-27T06:17:30.211Z","6.0.0-nightly.20260828":"2026-08-28T06:45:02.182Z","5.3.0-nightly.20260828":"2026-08-28T06:46:43.056Z","5.3.0-nightly.20260829":"2026-08-29T04:20:43.844Z","5.3.0-nightly.20260830":"2026-08-30T04:21:10.538Z","5.3.0-nightly.20260831":"2026-08-31T04:22:45.991Z","5.3.0-nightly.20260901":"2026-09-01T04:21:03.444Z","5.3.0-nightly.20260902":"2026-09-02T04:22:05.460Z","5.3.0-nightly.20260903":"2026-09-03T05:24:31.142Z","5.3.0-nightly.20260904":"2026-09-04T04:21:00.612Z","5.3.0-nightly.20260905":"2026-09-05T04:23:43.031Z","5.3.0-nightly.20260906":"2026-09-06T04:23:47.390Z","5.3.0-nightly.20260907":"2026-09-07T04:21:26.595Z","5.3.0-nightly.20260908":"2026-09-08T04:20:38.444Z","5.3.0-nightly.20260909":"2026-09-09T04:22:34.898Z","5.3.0-nightly.20260910":"2026-09-10T04:20:56.470Z","5.3.0-nightly.20260911":"2026-09-11T04:24:33.696Z","5.3.0-nightly.20260911.a":"2026-09-11T14:37:47.756Z","5.3.0-nightly.20260912":"2026-09-12T04:22:17.313Z","5.3.0-nightly.20260914":"2026-09-14T04:31:55.118Z","5.3.0-nightly.20260915":"2026-09-15T04:24:58.923Z","5.3.0-nightly.20260916":"2026-09-16T04:26:01.047Z"},"description":"This package holds Aztec's end-to-end (e2e) tests: full-stack scenarios that spin up an Aztec node (or several), a PXE, and an L1 (anvil) and exercise the system the way a real deployment would. It is the integration layer above the per-package unit tests","maintainers":[{"name":"zac-williamson","email":"zac@aztecprotocol.com"},{"name":"leilawang","email":"leila@aztecprotocol.com"},{"name":"charlielye","email":"charlie@aztecprotocol.com"},{"name":"jaosef","email":"joe@aztecprotocol.com"},{"name":"ludamad","email":"adamdomurad@gmail.com"}],"readme":"","readmeFilename":""}