All @aztec/aztec-node versions

@aztec/aztec-node @5.0.0

License
No
Install Scripts
31
Dependencies
8
Dev Dependencies
117.3 KB
Package Size
Published

The Aztec Node implements a sequencer node in the network, and is currently meant to be used for local development and testing. The Node is the entrypoint for creating and starting a new Sequencer client with default components (a local P2P client, an in-

Maintainers

zac-williamsonleilawangcharlielyejaosefjoss-aztecprotocolludamad

Dependencies (31)

PackageConstraintRegistry Status
koa ^2.16.1 auto_approved
viem npm:@aztec/[email protected] No greenflagged match
tslib ^2.4.0 auto_approved
@aztec/p2p 5.0.0 auto_approved
koa-router ^13.1.1 auto_approved
@aztec/bb.js 5.0.0 No greenflagged match
@aztec/stdlib 5.0.0 No greenflagged match
@aztec/slasher 5.0.0 No greenflagged match
@aztec/archiver 5.0.0 auto_approved
@aztec/blob-lib 5.0.0 No greenflagged match
@aztec/ethereum 5.0.0 No greenflagged match
@aztec/kv-store 5.0.0 No greenflagged match
@aztec/node-lib 5.0.0 No greenflagged match
@aztec/bb-prover 5.0.0 auto_approved
@aztec/constants 5.0.0 No greenflagged match
@aztec/simulator 5.0.0 auto_approved
@aztec/foundation 5.0.0 No greenflagged match
@aztec/blob-client 5.0.0 No greenflagged match
@aztec/epoch-cache 5.0.0 No greenflagged match
@aztec/prover-node 5.0.0 No greenflagged match
@aztec/world-state 5.0.0 auto_approved
@aztec/l1-artifacts 5.0.0 No greenflagged match
@aztec/node-keystore 5.0.0 No greenflagged match
@aztec/prover-client 5.0.0 No greenflagged match
@aztec/sequencer-client 5.0.0 No greenflagged match
@aztec/telemetry-client 5.0.0 No greenflagged match
@aztec/validator-client 5.0.0 No greenflagged match
@aztec/protocol-contracts 5.0.0 No greenflagged match
@aztec/standard-contracts 5.0.0 auto_approved
@aztec/validator-ha-signer 5.0.0 auto_approved
@aztec/noir-protocol-circuits-types 5.0.0 No greenflagged match

Dev Dependencies (8)

PackageConstraintRegistry Status
jest ^30.0.0 auto_approved
ts-node ^10.9.1 auto_approved
typescript ^5.3.3 auto_approved
@types/jest ^30.0.0 auto_approved
@types/node ^22.15.17 auto_approved
@jest/globals ^30.0.0 auto_approved
jest-mock-extended ^4.0.0 auto_approved
@typescript/native-preview 7.0.0-dev.20260113.1 auto_approved

Transitive Dependency Tree

212 transitive deps max depth 7
  ├─ @aztec/archiver 5.0.0 → 5.0.0
  ├─ @aztec/bb-prover 5.0.0 → 5.0.0
  ├─ @aztec/bb.js 5.0.0
  ├─ @aztec/blob-client 5.0.0
  ├─ @aztec/blob-lib 5.0.0
  ├─ @aztec/constants 5.0.0
  ├─ @aztec/epoch-cache 5.0.0
  ├─ @aztec/ethereum 5.0.0
  ├─ @aztec/foundation 5.0.0
  ├─ @aztec/kv-store 5.0.0
  ├─ @aztec/l1-artifacts 5.0.0
  ├─ @aztec/node-keystore 5.0.0
  ├─ @aztec/node-lib 5.0.0
  ├─ @aztec/noir-protocol-circuits-types 5.0.0
  ├─ @aztec/p2p 5.0.0 → 5.0.0
  ├─ @aztec/protocol-contracts 5.0.0
  ├─ @aztec/prover-client 5.0.0
  ├─ @aztec/prover-node 5.0.0
  ├─ @aztec/sequencer-client 5.0.0
  ├─ @aztec/simulator 5.0.0 → 5.0.0
  ├─ @aztec/slasher 5.0.0
  ├─ @aztec/standard-contracts 5.0.0 → 5.0.0
  ├─ @aztec/stdlib 5.0.0
  ├─ @aztec/telemetry-client 5.0.0
  ├─ @aztec/validator-client 5.0.0
  ├─ @aztec/validator-ha-signer 5.0.0 → 5.0.0
  ├─ @aztec/world-state 5.0.0 → 5.0.0
  ├─ koa ^2.16.1 → 2.16.4
  ├─ koa-router ^13.1.1 → 13.1.1
  ├─ tslib ^2.4.0 → 2.8.1
├─ viem npm:@aztec/[email protected]
  ├─ @aztec/native 5.0.0
  ├─ @aztec/noir-acvm_js 5.0.0
  ├─ @aztec/noir-contracts.js 5.0.0
  ├─ @aztec/noir-noirc_abi 5.0.0
  ├─ @aztec/noir-types 5.0.0
  ├─ @chainsafe/libp2p-gossipsub 13.0.0 → 13.0.0
  ├─ @chainsafe/libp2p-noise ^15.0.0
  ├─ @chainsafe/libp2p-yamux ^6.0.2
  ├─ @libp2p/bootstrap 10.0.0
  ├─ @libp2p/crypto 4.0.3 → 4.0.3
  ├─ @libp2p/identify 1.0.18
  ├─ @libp2p/interface 1.3.1 → 1.3.1
  ├─ @libp2p/mplex 10.0.16
  ├─ @libp2p/peer-id 4.0.7 → 4.0.7
  ├─ @libp2p/peer-id-factory 4.1.1 → 4.1.1
  ├─ @libp2p/peer-store 10.0.16
  ├─ @libp2p/prometheus-metrics ^4.2.4
  ├─ @libp2p/tcp 9.0.24
  ├─ @multiformats/multiaddr 12.1.14 → 12.1.14
  ├─ @nethermindeth/discv5 9.0.0-backport-306-v4
  ├─ @nethermindeth/enr 3.0.0-backport-306-v4
  ├─ accepts ^1.3.5 → 1.3.8
  ├─ cache-content-type ^1.0.0 → 1.0.1
  ├─ commander ^12.1.0 → 12.1.0
  ├─ content-disposition ~0.5.2 → 0.5.4
  ├─ content-type ^1.0.4 → 1.0.5
  ├─ cookies ~0.9.0 → 0.9.1
  ├─ debug ^4.3.2 → 4.4.3
  ├─ delegates ^1.0.0 → 1.0.0
  ├─ depd ^2.0.0 → 2.0.0
  ├─ destroy ^1.0.4 → 1.2.0
  ├─ encodeurl ^1.0.2
  ├─ escape-html ^1.0.3 → 1.0.3
  ├─ fresh ~0.5.2 → 0.5.2
  ├─ http-assert ^1.3.0 → 1.5.0
  ├─ http-errors ^1.6.3 → 1.8.1
  ├─ interface-datastore ^8.2.11
  ├─ interface-store ^5.1.8
  ├─ is-generator-function ^1.0.7 → 1.1.2
  ├─ koa-compose ^4.1.0 → 4.2.0
  ├─ koa-convert ^2.0.0 → 2.0.0
  ├─ libp2p 1.5.0
  ├─ lodash.clonedeep ^4.5.0 → 4.5.0
  ├─ lodash.groupby ^4.6.0 → 4.6.0
  ├─ lodash.merge ^4.6.2 → 4.6.2
  ├─ lodash.omit ^4.5.0 → 4.18.0
  ├─ msgpackr ^1.11.2 → 1.12.1
  ├─ node-pg-migrate ^8.0.4 → 8.0.4
  ├─ on-finished ^2.3.0 → 2.4.1
  ├─ only ~0.0.2 → 0.0.2
  ├─ pako ^2.1.0 → 2.2.0
  ├─ parseurl ^1.3.2 → 1.3.3
  ├─ path-to-regexp ^6.3.0 → 6.3.0
  ├─ pg ^8.11.3 → 8.22.0
  ├─ semver ^7.6.0 → 7.8.5
  ├─ sha3 ^2.1.4 → 2.1.4
  ├─ snappy ^7.2.2 → 7.3.3
  ├─ source-map-support ^0.5.21 → 0.5.21
  ├─ statuses ^1.5.0 → 1.5.0
  ├─ type-is ^1.6.16 → 1.6.18
  ├─ vary ^1.1.2 → 1.1.2
├─ zod ^4 → 4.4.3
  ├─ @chainsafe/is-ip ^2.0.1 → 2.1.0
  ├─ @chainsafe/netmask ^2.0.0 → 2.0.0
  ├─ @libp2p/interface-internal ^1.0.7
  ├─ @noble/curves ^1.3.0 → 1.9.7
  ├─ @noble/hashes ^1.3.3 → 1.8.0
  ├─ asn1js ^3.0.5 → 3.0.10
  ├─ buffer 6.0.3 → 6.0.3
  ├─ buffer-from ^1.0.0 → 1.1.2
  ├─ call-bound ^1.0.4 → 1.0.4
  ├─ co ^4.6.0 → 4.6.0
  ├─ deep-equal ~1.0.1 → 1.0.1
  ├─ denque ^2.1.0 → 2.1.0
  ├─ dns-over-http-resolver ^3.0.2 → 3.0.16
  ├─ ee-first 1.1.1 → 1.1.1
  ├─ generator-function ^2.0.0 → 2.0.1
  ├─ get-proto ^1.0.1 → 1.0.1
  ├─ glob ~11.1.0 → 11.1.0
  ├─ has-tostringtag ^1.0.2 → 1.0.2
  ├─ inherits 2.0.4 → 2.0.4
  ├─ it-length-prefixed ^9.0.4
  ├─ it-pipe ^3.0.1 → 3.0.1
  ├─ it-pushable ^3.2.3 → 3.2.4
  ├─ it-stream-types ^2.0.1 → 2.0.4
  ├─ keygrip ~1.1.0 → 1.1.0
  ├─ media-typer 0.3.0 → 0.3.0
  ├─ mime-types ~2.1.34 → 2.1.35
  ├─ ms ^2.1.3 → 2.1.3
  ├─ multiformats ^13.0.0 → 13.4.2
  ├─ negotiator 0.6.3 → 0.6.3
  ├─ pg-cloudflare ^1.4.0 → 1.4.0
  ├─ pg-connection-string ^2.14.0 → 2.14.0
  ├─ pg-pool ^3.14.0 → 3.14.0
  ├─ pg-protocol ^1.15.0 → 1.15.0
  ├─ pg-types 2.2.0 → 2.2.0
  ├─ pgpass 1.0.5 → 1.0.5
  ├─ progress-events ^1.0.0 → 1.1.0
  ├─ protons-runtime ^5.4.0 → 5.4.0
  ├─ safe-buffer 5.2.1 → 5.2.1
  ├─ safe-regex-test ^1.1.0 → 1.1.0
  ├─ setprototypeof ~1.2.0 → 1.2.0
  ├─ source-map ^0.6.0 → 0.6.1
  ├─ toidentifier ~1.0.1 → 1.0.1
  ├─ uint8-varint ^2.0.1 → 2.0.5
  ├─ uint8arraylist ^2.4.8 → 2.4.9
  ├─ uint8arrays ^5.0.3 → 5.1.1
  ├─ yargs ~17.7.0 → 17.7.3
├─ ylru ^1.2.0
  ├─ @multiformats/dns ^1.0.3 → 1.0.14
  ├─ abort-error ^1.0.1 → 1.0.2
  ├─ base64-js ^1.3.1 → 1.5.1
  ├─ call-bind-apply-helpers ^1.0.2 → 1.0.2
  ├─ cliui ^8.0.1 → 8.0.1
  ├─ dunder-proto ^1.0.1 → 1.0.1
  ├─ es-errors ^1.3.0 → 1.3.0
  ├─ es-object-atoms ^1.0.0 → 1.1.2
  ├─ escalade ^3.1.1 → 3.2.0
  ├─ foreground-child ^3.3.1 → 3.3.1
  ├─ get-caller-file ^2.0.5 → 2.0.5
  ├─ get-intrinsic ^1.3.0 → 1.3.1
  ├─ has-symbols ^1.0.3 → 1.1.0
  ├─ ieee754 ^1.2.1 → 1.2.1
  ├─ is-regex ^1.2.1 → 1.2.1
  ├─ jackspeak ^4.1.1 → 4.2.3
  ├─ mime-db 1.52.0
  ├─ minimatch ^10.1.1 → 10.2.6
  ├─ minipass ^7.1.2 → 7.1.3
  ├─ p-defer ^4.0.0 → 4.0.1
  ├─ package-json-from-dist ^1.0.0 → 1.0.1
  ├─ path-scurry ^2.0.0 → 2.0.2
  ├─ pg-int8 1.0.1
  ├─ postgres-array ~2.0.0 → 2.0.0
  ├─ postgres-bytea ~1.0.0 → 1.0.1
  ├─ postgres-date ~1.0.4 → 1.0.4
  ├─ postgres-interval ^1.1.0 → 1.1.0
  ├─ pvtsutils ^1.3.6 → 1.3.6
  ├─ pvutils ^1.1.5
  ├─ quick-lru ^7.0.0 → 7.3.0
  ├─ require-directory ^2.1.1 → 2.1.1
  ├─ split2 ^4.1.0 → 4.2.0
  ├─ string-width ^4.2.3 → 4.2.3
  ├─ tsscmp 1.0.6 → 1.0.6
  ├─ weald ^1.0.2 → 1.1.3
  ├─ y18n ^5.0.5 → 5.0.8
├─ yargs-parser ^21.1.1 → 21.1.1
  ├─ @dnsquery/dns-packet ^6.1.1 → 6.1.1
  ├─ @isaacs/cliui ^9.0.0 → 9.0.0
  ├─ async-function ^1.0.0
  ├─ async-generator-function ^1.0.0 → 1.0.0
  ├─ brace-expansion ^5.0.8 → 5.0.8
  ├─ cross-spawn ^7.0.6 → 7.0.6
  ├─ emoji-regex ^8.0.0
  ├─ es-define-property ^1.0.1 → 1.0.1
  ├─ function-bind ^1.1.2 → 1.1.2
  ├─ gopd ^1.2.0 → 1.2.0
  ├─ hashlru ^2.3.0 → 2.3.0
  ├─ hasown ^2.0.2 → 2.0.4
  ├─ is-fullwidth-code-point ^3.0.0
  ├─ lru-cache ^11.0.0 → 11.5.2
  ├─ math-intrinsics ^1.1.0 → 1.1.0
  ├─ p-queue ^9.0.0 → 9.3.3
  ├─ signal-exit ^4.0.1 → 4.1.0
  ├─ strip-ansi ^6.0.1 → 6.0.1
  ├─ supports-color ^10.0.0 → 10.2.2
  ├─ wrap-ansi ^7.0.0 → 7.0.0
├─ xtend ^4.0.0 → 4.0.2
  ├─ @leichtgewicht/ip-codec ^2.0.4 → 2.0.5
  ├─ ansi-regex ^5.0.1 → 5.0.1
  ├─ ansi-styles ^4.0.0 → 4.3.0
  ├─ balanced-match ^4.0.2 → 4.0.4
  ├─ eventemitter3 ^5.0.4 → 5.0.4
  ├─ main-event ^1.0.1 → 1.0.4
  ├─ p-timeout ^7.0.0 → 7.0.1
  ├─ path-key ^3.1.0 → 3.1.1
  ├─ shebang-command ^2.0.0 → 2.0.0
  ├─ utf8-codec ^1.0.0
├─ which ^2.0.1 → 2.0.2
  ├─ color-convert ^2.0.1
  ├─ isexe ^2.0.0 → 2.0.0
  ├─ shebang-regex ^3.0.0

Changes from v4.4.0

Dependency Changes

ChangePackageVersion
added @aztec/bb.js 5.0.0
added @aztec/standard-contracts 5.0.0
removed @aztec/merkle-tree 4.4.0
changed @aztec/p2p 4.4.0 → 5.0.0
changed @aztec/stdlib 4.4.0 → 5.0.0
changed @aztec/slasher 4.4.0 → 5.0.0
changed @aztec/archiver 4.4.0 → 5.0.0
changed @aztec/blob-lib 4.4.0 → 5.0.0
changed @aztec/ethereum 4.4.0 → 5.0.0
changed @aztec/kv-store 4.4.0 → 5.0.0
changed @aztec/node-lib 4.4.0 → 5.0.0
changed @aztec/bb-prover 4.4.0 → 5.0.0
changed @aztec/constants 4.4.0 → 5.0.0
changed @aztec/simulator 4.4.0 → 5.0.0
changed @aztec/foundation 4.4.0 → 5.0.0
changed @aztec/blob-client 4.4.0 → 5.0.0
changed @aztec/epoch-cache 4.4.0 → 5.0.0
changed @aztec/prover-node 4.4.0 → 5.0.0
changed @aztec/world-state 4.4.0 → 5.0.0
changed @aztec/l1-artifacts 4.4.0 → 5.0.0
changed @aztec/node-keystore 4.4.0 → 5.0.0
changed @aztec/prover-client 4.4.0 → 5.0.0
changed @aztec/sequencer-client 4.4.0 → 5.0.0
changed @aztec/telemetry-client 4.4.0 → 5.0.0
changed @aztec/validator-client 4.4.0 → 5.0.0
changed @aztec/protocol-contracts 4.4.0 → 5.0.0
changed @aztec/validator-ha-signer 4.4.0 → 5.0.0
changed @aztec/noir-protocol-circuits-types 4.4.0 → 5.0.0

File Changes

37 added 0 removed 34 modified size delta: +195.3 KB

Published to npm: