fix: replace TextEncoder with Utf8Encoder#6
Merged
mikhd merged 1 commit intomain-dynamic-instructionsfrom Apr 2, 2026
Merged
Conversation
415210b to
d938818
Compare
askov
approved these changes
Apr 2, 2026
a6faacd to
5e0146b
Compare
Author
|
Rebased |
5e0146b to
7f72af6
Compare
mikhd
added a commit
that referenced
this pull request
Apr 9, 2026
mikhd
added a commit
that referenced
this pull request
Apr 15, 2026
* feat: add dynamic-instructions --------- Co-authored-by: Alex S <alexander.shibaev@hoodies.team> Co-authored-by: Sergo <rogaldh@radsh.red> * fix: dont regenerate codama idl during ci for custom anchor programs (#11) * chore: refactor create-program-client getRoot (#8) * fix: replace concatBytes with mergeBytes (#5) * fix: replace concatBytes with mergeBytes * fix: types * fix: replace TextEncoder with Utf8Encoder (#6) * feat: update litesvm@1.0.0 (#9) * chore: update litesvm@1.0.0 * chore: fix tests and svm-test-context with solana kit * feat: fix writable program address while programId optional strategy [edge case] * chore: uninstall @solana/web3js and @types/bn.js * chore: update anchor custom codama idls * feat: extract dynamic-instructions errors to @codama/errors * fix: move errors to @codama/errors and adjust * feat: replacing dynamic-instruction errors to codama/errors [WIP] * feat: fix errors * fix: errors * fix: tests * chore: reorder error codes * fix: cleanup * fix: cleanup * fix: availableIxs * chore: implement getMaybeNodeKind helper * chore: rename dynamic-instructions -> dynamic-client * chore: dynamic-client changeset * fix: dynamic client minor issues * fix: anchor paths in setup-anchor.yml * fix: codec type * fix: improve downgrading to readonly role of optional acc * fix: cleanup --------- Co-authored-by: Alex S <alexander.shibaev@hoodies.team> Co-authored-by: Sergo <rogaldh@radsh.red>
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.
Description
getMemoizedTextEncoderhelper is replaced withgetMemoizedUtf8EncodercodecComment codama-idl#987 (comment).