Skip to content

Project restructure and CI enhancements#1

Merged
BlobMaster41 merged 5 commits intomasterfrom
refactor/4.x
Jan 28, 2026
Merged

Project restructure and CI enhancements#1
BlobMaster41 merged 5 commits intomasterfrom
refactor/4.x

Conversation

@BlobMaster41
Copy link

Migrates source files to TypeScript, removes legacy CJS/ESM/TS source directories, and adds new backend, signer, and utility modules. Updates and adds configuration files for GitHub workflows, issue templates, changelog, security, ESLint, Prettier, and TypeDoc. Improves CI with multi-version Node.js testing, coverage, audit, formatting, linting, and documentation deployment. Cleans up .gitignore and removes obsolete scripts and configs.

Migrates source files to TypeScript, removes legacy CJS/ESM/TS source directories, and adds new backend, signer, and utility modules. Updates and adds configuration files for GitHub workflows, issue templates, changelog, security, ESLint, Prettier, and TypeDoc. Improves CI with multi-version Node.js testing, coverage, audit, formatting, linting, and documentation deployment. Cleans up .gitignore and removes obsolete scripts and configs.
Added detailed JSDoc comments to all public interfaces, types, and functions across the codebase for improved developer documentation and clarity. Removed hardcoded network constants from networks.ts, requiring consumers to supply their own network objects. Refactored and clarified several APIs, improved type safety, and enhanced code readability without changing core logic.
Replaces backend-specific private key generation with FIPS 186-5 B.4.2 / RFC 9380 modular reduction in ECPairSigner.makeRandom. Removes generatePrivateKey from CryptoBackend and NobleBackend. Updates tests to reflect new deterministic and unbiased key generation, ensuring keys are always valid and never zero.
Major documentation rewrite in README.md to reflect new API, branded types, and backend architecture. Refactor code for improved readability and consistency, including formatting, argument alignment, and utility function extraction. Add and reorganize getter methods in ECPairSigner, improve type safety, and update tests for clarity and maintainability. No functional changes to cryptographic logic.
Update package.json and package-lock.json to reflect new version 4.0.1.
@BlobMaster41 BlobMaster41 merged commit dca39cf into master Jan 28, 2026
9 checks passed
@BlobMaster41 BlobMaster41 deleted the refactor/4.x branch January 28, 2026 05:00
@BlobMaster41 BlobMaster41 restored the refactor/4.x branch January 28, 2026 05:00
@BlobMaster41 BlobMaster41 deleted the refactor/4.x branch January 28, 2026 05:00
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.

1 participant