chore: housekeeping — env docs, ownership metadata, dead config - #15
Merged
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
- .env.example: document the env vars the code actually reads (NODE_URL, AZTEC_NODE_URL, SIGNING_KEY_SECRET); the previous VERSION and BASE_PXE_URL were referenced nowhere - LICENSE: append Aztec Foundation copyright line (Wonderland's line retained, as MIT requires); package.json author updated to match the @aztec-foundation npm scope - build-package.sh: stop deleting a .jest key that does not exist (the repo uses vitest) - deploy-config.ts: replace the 'add mainnet-alpha' TODO with an explicit statement that deployments are dev-network-only by design Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
IlyasRidhuan
force-pushed
the
stack/housekeeping
branch
from
August 12, 2026 16:40
e6ed4ea to
73cded4
Compare
IlyasRidhuan
approved these changes
Aug 12, 2026
Benchmark Comparison
Contract: escrow
Contract: logic
Contract: multitoken
Contract: nft
Contract: token
Contract: vault
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repo housekeeping:
.env.example: previously documentedVERSIONandBASE_PXE_URL, which nothing reads. Now documents the vars the code actually uses:NODE_URL(tests/benchmarks),AZTEC_NODE_URLandSIGNING_KEY_SECRET(deploy script).LICENSE: appendsCopyright (c) 2026 Aztec Foundation(Wonderland's line retained per MIT practice);package.jsonauthor updated to match the@aztec-foundationnpm scope.build-package.sh: stops deleting a.jestkey that doesn't exist (repo uses vitest).deploy-config.ts: replaces// TODO: add mainnet-alphawith an explicit statement that deployments are dev-network-only by design.Note: the deploy tooling and
deployments.jsonintentionally stay — the published npm package shipsdeployments.jsonand external projects consume those testnet addresses.Validation
bash -non the script; no behavior changes.🤖 Generated with Claude Code