·
113 commits
to main
since this release
Cohort tag marking the addition of @txkit/arbitrum-adapter@0.1.0-alpha.0 to the npm registry. Existing packages stay at their current versions; the release.yml idempotent guard publishes only the package whose version is not yet on npm.
New
- @txkit/arbitrum-adapter@0.1.0-alpha.0 - skeleton for the Arbitrum Open House London Buildathon Week 1 deliverable. L1->L2 bridge intents (canonical / Hop / Across / Stargate), retryable-ticket UX hints, sequencer-fee preview with L1 calldata + L2 compute split, Arbitrum-aware calldata decoder seed. Apache-2.0. Zero React or wagmi deps.
Unchanged (cohort skipped via idempotent guard)
- @txkit/core@0.1.0-alpha.4
- @txkit/themes@0.1.0-alpha.3
- @txkit/tx-protocol@0.1.0-alpha.3
- @txkit/tx-decoder@0.1.0-alpha.4
- @txkit/ows-adapter@0.1.0-alpha.3
- @txkit/x402-adapter@0.1.0-alpha.3
- @txkit/react@0.1.0-alpha.3
CI / release.yml
Each step now wraps pnpm publish in a npm view ... >/dev/null 2>&1 check so future single-package additions ship under a single cohort tag without forcing a synchronized version bump across the workspace.