Add changeset and full README for @solana/fixed-points#1570
Merged
lorisleiva merged 1 commit intoMay 5, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 8b625fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 47 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Apr 24, 2026
Merged
Member
Author
Merged
BundleMonUnchanged files (147)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
Contributor
|
Documentation Preview: https://kit-docs-rce75p1xw-anza-tech.vercel.app |
9a22f6a to
a6469c7
Compare
8152e44 to
7527e84
Compare
7527e84 to
d1c40c1
Compare
a6469c7 to
82550ec
Compare
d1c40c1 to
b8b1748
Compare
a49dee0 to
6f5b036
Compare
b8b1748 to
33c6d73
Compare
Member
Author
Merge activity
|
6f5b036 to
e95504c
Compare
33c6d73 to
3113d3e
Compare
e95504c to
f15d69d
Compare
3113d3e to
8428689
Compare
This PR adds a `minor` changeset for `@solana/codecs`, `@solana/fixed-points`, and `@solana/kit` announcing the new package, and replaces the package's stub README with a full developer-friendly guide. The README opens with a USDC-balance example and walks through every public API — factories, rounding modes, arithmetic, comparisons, shape conversions (signedness + rescaling), formatting, type guards, and codecs — using distilled examples in the style of the rest of the `@solana/codecs` ecosystem.
8428689 to
8b625fc
Compare
Contributor
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs' |
This was referenced May 5, 2026
Merged
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.

This PR adds a
minorchangeset for@solana/codecs,@solana/fixed-points, and@solana/kitannouncing the new package, and replaces the package's stub README with a full developer-friendly guide. The README opens with a USDC-balance example and walks through every public API — factories, rounding modes, arithmetic, comparisons, shape conversions (signedness + rescaling), formatting, type guards, and codecs — using distilled examples in the style of the rest of the@solana/codecsecosystem.