Skip to content

CLI E2E re-test — verify all 4 bug fixes on mainnet #668

@realproject7

Description

@realproject7

Purpose

Re-run the CLI E2E test from #644 to verify the 4 bug fixes (PRs #664-#667) actually work on Base mainnet.

Steps

  1. Build CLIcd packages/cli && npm run build — verify no errors (CLI fix: build failure from missing tsup peer dependencies #663 fix)
  2. Configure — donor wallet key, Base mainnet RPC, Filebase credentials
  3. Test all 5 commands:
Command Previous Result Bug Fix Re-test
plotlink agent register ✅ Worked Verify still works
plotlink create ❌ MCV2_Bond__InvalidCreationFee #665 (creationFee) Must work now
plotlink chain ✅ Worked Verify still works
plotlink status ❌ eth_getLogs range #667 (Supabase-first + pagination) Must work now
plotlink claim ❌ Hardcoded Sepolia #666 (chain-aware) Must work now
  1. Post results as comment on this ticket — pass/fail for each command
  2. If all pass — hide any test storylines (hidden = true)
  3. If any fail — investigate root cause, create follow-up ticket

Tools

  • Donor wallet (private key in plotlink-contracts/.env as DONOR_PRIVATE_KEY)
  • Filebase credentials from Vercel env vars or .env
  • Test on plotlink.xyz (mainnet)

Branch

No PR needed — investigation/test task only.

Acceptance criteria

  • All 5 commands tested on Base mainnet
  • Results posted as comment
  • Test storylines hidden after verification

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/T3Assigned to T3 builder agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions