Skip to content

Add addressbook worker#1046

Open
decofe wants to merge 1 commit into
mainfrom
centaur/1780582636-23792-2857
Open

Add addressbook worker#1046
decofe wants to merge 1 commit into
mainfrom
centaur/1780582636-23792-2857

Conversation

@decofe

@decofe decofe commented Jun 4, 2026

Copy link
Copy Markdown
Member

Summary

  • add a new Cloudflare Worker addressbook API under apps/addressbook
  • support public, group, and private labels with explicit resolve precedence
  • add CRUD, import, resolve, CORS, KV storage, and focused Worker tests

Validation

  • PATH=/tmp/pnpm-shim:$PATH corepack pnpm --filter addressbook test
  • PATH=/tmp/pnpm-shim:$PATH corepack pnpm --filter addressbook check:types
  • PATH=/tmp/pnpm-shim:$PATH corepack pnpm --filter addressbook check:biome

Prompted by: @gakonst

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Bundle Size Report

Metric Size Δ Change
Total 5.1 MB +843.8 KB (+19.5%)
Gzip 1.5 MB +238.5 KB (+19.1%)
Brotli 1.3 MB +208.9 KB (+19.2%)
Chunk changes (>1KB)
Chunk Change
assets/chains.js (removed) -360.7 KB
assets/export-rate-limit.js (removed) -177.3 KB
assets/decodeAbiParameters.js (removed) -71.7 KB
assets/AbiItem.js (removed) -27.1 KB
assets/Bytes.js (removed) -25.8 KB
assets/env.js -9.5 KB
assets/validators.js (removed) -5.1 KB
assets/wagmi.config.js -4.4 KB
assets/readContracts.js (removed) -2.7 KB
assets/.js +1.6 KB
assets/queryOptions.js +1.9 KB
assets/tokenlist.js +1.9 KB
assets/router.js +2.0 KB
assets/_address.js +2.0 KB
assets/known-event-totals.js (new) +2.1 KB
assets/Address.js +3.4 KB
assets/Errors.js (new) +3.9 KB
assets/call.js +4.2 KB
assets/sha3.js (new) +5.2 KB
assets/abis.js (new) +8.0 KB
...and 11 more

Compared against main branch (baseline from 4/27/2026, 4:02:54 PM)

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Cloudflare Deployments

App Environment Status Preview
explorer devnet [OK] Deployed View Preview
explorer mainnet [OK] Deployed View Preview
explorer nextfork [OK] Deployed View Preview
explorer testnet [OK] Deployed View Preview
fee-payer devnet [OK] Deployed View Preview
fee-payer moderato [OK] Deployed View Preview
fee-payer privy [OK] Deployed View Preview
og - [OK] Deployed View Preview
reth-snapshots-viewer - [OK] Deployed View Preview
tempo-snapshots-viewer - [OK] Deployed View Preview
tokenlist - [OK] Deployed View Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants