Skip to content

Conversation

@cryptoflops
Copy link

@cryptoflops cryptoflops commented Dec 30, 2025

Overview

This PR improves the stacks-signer CLI user experience and performs general codebase maintenance by addressing two separate "good first issues".

Changes

Related Issues

(Note: During implementation, I verified that #6558 is already correctly handled in the current master branch)

…se typos

- Related issue: stacks-network#5874 (Duplicate binary name in version output)
- Related issue: stacks-network#5292 (Fix typos in the codebase)
- Verified stacks-network#6558 is already resolved in main.

Summary of changes:
- Updated libsigner VERSION_STRING to not duplicate the binary name.
- Corrected 'desierialized' -> 'deserialized' in libsigner.
- Corrected 'contruct' -> 'construct' across stackslib, libsigner, and clarity-types.
@federico-stacks
Copy link
Contributor

Hi @cryptoflops, thanks for your contribution!

A couple of points to help move this forward smoothly:

  • It would be best to address each issue in a separate PR so reviews can remain focused and easier to manage. You’re welcome to keep/rename this PR for one of the fixes (and revert any unrelated changes to have a clean history) and open a new PR for the other. Alternatively, if you prefer, we can start over with two new PRs. Just let me know.
  • Please open the PR against the develop branch, as that is the primary integration branch and the one you should base your changes on.

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.

Duplicate binary name output from version for stacks-signer Fix typos in the codebase

2 participants