Skip to content

fix(core/cbor): handle exponent notation when serializing NumericValue containers - #2243

Merged
kuhe merged 1 commit into
mainfrom
kuhe/fix/cbor
Aug 19, 2026
Merged

fix(core/cbor): handle exponent notation when serializing NumericValue containers#2243
kuhe merged 1 commit into
mainfrom
kuhe/fix/cbor

Conversation

@kuhe

@kuhe kuhe commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

fixes CBOR serialization to handle when the NumericValue string container has a value like 1.23E100 (exponential).

It also fixes precision handling when the exponent is itself a bigInteger (for excessively large numbers).

@kuhe
kuhe requested a review from a team as a code owner August 19, 2026 13:54
@kuhe
kuhe force-pushed the kuhe/fix/cbor branch 2 times, most recently from 22c3932 to 124c362 Compare August 19, 2026 14:45
Comment thread packages/core/src/submodules/cbor/cbor-decode.ts
@kuhe
kuhe merged commit e82a22b into main Aug 19, 2026
20 checks passed
@kuhe
kuhe deleted the kuhe/fix/cbor branch August 19, 2026 16:32
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.

3 participants