Skip to content

Fix base64 encoding for large byte arrays#1864

Open
samsamtrum wants to merge 1 commit into
Crossmint:mainfrom
samsamtrum:fix-base64-large-input
Open

Fix base64 encoding for large byte arrays#1864
samsamtrum wants to merge 1 commit into
Crossmint:mainfrom
samsamtrum:fix-base64-large-input

Conversation

@samsamtrum
Copy link
Copy Markdown

Updates base64 encoding to process bytes in chunks instead of spreading the full array into one call. This prevents stack overflows when encoding larger byte arrays.

Adds coverage for a large byte-array round trip through encode/decode.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

⚠️ No Changeset found

Latest commit: f386224

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 27, 2026

Reviews (1): Last reviewed commit: "Fix base64 encoding for large byte array..." | Re-trigger Greptile

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