Conversation
- Strip mock server, lifecycle, webhooks, and all related code - Live-only API client with config file and env var support - All resource commands with --help examples - Typed options, proper error handling, process.exit(1) on failures - CI workflow (typecheck + lint + test) and publish workflow (npm on v* tags) - 32 tests covering config, api-client, and output utilities
- blindpay schema [resource] [--rail] for machine-readable field introspection - Structured JSON error output when --json flag is active - Exit code 1 for user/config errors, exit code 2 for API errors
- Fix truncate crash on null/undefined address - Validate amount and partner fee inputs (reject NaN/garbage) - Fix createReceiver single-word --name not clearing last_name - Extract bankDetailFields to constants.ts (was duplicated) - Add process import to schema.ts - Add API key save warning on creation - Mask short API keys in config get - Remove unused @commander-js/extra-typings dep - Rewrite README with BlindPay badges and human-friendly tone
…ermission - instances get/update - receivers limits/limits_increase_requests - quotes fx / payin_quotes fx (FX rates) - api_keys create --permission option Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- partner_fees create: add --name option, send name in API body - blockchain_wallets create: add --name option, send name in API body Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add blindpay instances members list command - Rewrite README: remove quick start, add tables for every command - Add bun installation option Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…, key masking - All 6 delete commands now accept --json for structured error output - parseFee rejects negative values - API key list masks keys properly (first 4 + last 4 only) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ericviana
approved these changes
Mar 6, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
alvseven
added a commit
that referenced
this pull request
Mar 7, 2026
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.
No description provided.