Merged
Conversation
Improve CLI ergonomics by adding a `bal` shortcut and grouping root options by purpose in help output. Align the README command/flag reference with the new alias and grouped flag structure for easier scanning. Made-with: Cursor
Store generated/imported wallets in unique managed key files so creating or rotating wallets no longer destroys previously saved private keys. Made-with: Cursor
- Move exitWithError/setReplMode from index.ts to lib/errors.ts to fix entry-point export smell - Split output.ts into focused modules: redact.ts (redaction logic), error-format.ts (error formatting), and slimmed output.ts (flags/print) - Extract maskSecret/maskIf from ui.ts into lib/secrets.ts to fix config->UI layering violation - Deduplicate fetchWithTimeout in admin-client.ts by reusing client-utils - Merge formatGasSummaryColored into block-format.ts with colored option - Cache config loading in resolve.ts by passing config through resolvers - Split grab-bag test files into per-command test files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add dedicated command groups for additional Alchemy namespaces, wire them into the root command registry and help output, and document usage updates including a direct docs resource link. Made-with: Cursor
Align human-readable error output with JSON mode by suppressing provider details for SENSITIVE_ERROR_CODES (e.g. INVALID_API_KEY). Fixes CodeQL clear-text logging of sensitive information alerts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.