Skip to content

build(deps): declare buffer as explicit direct runtime dependency (#12) - #100

Open
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/buffer-dependency-12
Open

build(deps): declare buffer as explicit direct runtime dependency (#12)#100
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/buffer-dependency-12

Conversation

@ghzhost

@ghzhost ghzhost commented Sep 2, 2026

Copy link
Copy Markdown

Summary

Explicitly declares in 's runtime .

explicitly imports and assigns as a global polyfill required by and transaction building/signing flows throughout the app (, , , ).

Previously, was only resolved transitively. Adding it directly to guarantees reliable builds across package managers, clean installs, and lockfile updates.

Resolves #12

Validation

  • pnpm run build passed cleanly (tsc && vite build).
  • NODE_ENV=test pnpm test runs 27 test files with 113 passing tests.

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.

buffer polyfill is used directly but not declared as a project dependency

1 participant