Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mint tokens program address #48

Merged
merged 1 commit into from
Feb 21, 2025
Merged

fix: mint tokens program address #48

merged 1 commit into from
Feb 21, 2025

Conversation

nickfrosty
Copy link
Collaborator

Problem

the mint token transaction builder does not correctly accept the user supplied token program

Summary of Changes

  • add the token program address on the getInitializeMintInstruction
  • added tests to cover the program address being set correctly

Fixes #45

Copy link

bundlemon bot commented Feb 21, 2025

BundleMon

Files updated (1)
Status Path Size Limits
gill/dist/programs/token/index.node.mjs
1.86KB (+18B +0.95%) -
Unchanged files (12)
Status Path Size Limits
gill/dist/index.browser.mjs
5.35KB -
gill/dist/index.native.mjs
5.35KB -
gill/dist/index.node.mjs
1.31KB -
gill/dist/programs/index.node.mjs
739B -
gill/dist/node/index.node.mjs
416B -
react/dist/index.browser.mjs
325B -
react/dist/index.native.mjs
323B -
react/dist/index.node.mjs
322B -
svelte/dist/index.browser.mjs
265B -
vue/dist/index.browser.mjs
265B -
svelte/dist/index.node.mjs
262B -
vue/dist/index.node.mjs
262B -

Total files change +18B +0.1%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@nickfrosty nickfrosty merged commit 18a8eec into master Feb 21, 2025
5 checks passed
@nickfrosty nickfrosty deleted the fix-token-mint branch February 21, 2025 04:27
@github-actions github-actions bot mentioned this pull request Feb 21, 2025
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.

bug: unable to initialize mint with the buildCreateTokenTransaction for TOKEN_PROGRAM_ADDRESS.
1 participant