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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@metaplex-foundation/[email protected]
Minor Changes
#128
c517404
Thanks @lorisleiva! - Link AccountNodes to PdaNodes#127
361d106
Thanks @lorisleiva! - Add Link nodes#132
a318698
Thanks @lorisleiva! - Remove redundant argDefaults in InstructionNode#120
828f31b
Thanks @lorisleiva! - Refactored all visitors so they can be composed and created dynamically9fa6240
Thanks @lorisleiva! - Rename BoolTypeNode to BooleanTypeNode#123
1c1b1eb
Thanks @lorisleiva! - Create Value nodes#138
f399702
Thanks @lorisleiva! - Render enums and identifier functions for program accounts and instructions#136
6d02b0e
Thanks @lorisleiva! - Add discriminator nodes#129
b3ec72c
Thanks @lorisleiva! - Add Contextual Value Nodes and use instead of InstructionDefaults#130
3ef61bb
Thanks @lorisleiva! - Refactor nodes for consistency#120
828f31b
Thanks @lorisleiva! - Split the NumberWrapperNode into 3 distinct new nodes#131
dc2d2b0
Thanks @lorisleiva! - Remove AccountDataNode, InstructionDataArgsNode and InstructionExtraArgsNode#135
cd243ea
Thanks @lorisleiva! - Add InstructionByteDeltaNode#122
122bb39
Thanks @lorisleiva! - Create Size nodes#139
3bfeb8c
Thanks @lorisleiva! - Add a visitor that adds PDA nodes to programs#124
5fb8ca2
Thanks @lorisleiva! - Create PDA Seed nodes#134
9439055
Thanks @lorisleiva! - Add InstructionRemainingAccountsNode#133
9432c41
Thanks @lorisleiva! - Remove internal booleans from nodes#120
828f31b
Thanks @lorisleiva! - Refactor NodeSelector to be more powerful and simple to usePatch Changes
#125
22ce9ee
Thanks @lorisleiva! - Create isNode and assertIsNode helper functions728e68b
Thanks @lorisleiva! - Remove TS unique symbols for nodes#143
cdac690
Thanks @lorisleiva! - Add nonNullableIdentityVisitor#145
a9768f9
Thanks @lorisleiva! - Rename program create function in js-experimental#142
68c9288
Thanks @lorisleiva! - Add fillDefaultPdaSeedValuesVisitor to recursively fill PDA default seed values#137
d1a2149
Thanks @lorisleiva! - Add base visitor tests for each node#142
68c9288
Thanks @lorisleiva! - Support multiple kinds node selectors#142
68c9288
Thanks @lorisleiva! - Make setStructDefaultValuesVisitor fill instruction arguments#142
68c9288
Thanks @lorisleiva! - Bring back seed check in setInstructionAccountDefaultValuesVisitor#140
69a9f3e
Thanks @lorisleiva! - Use name transformers for enum variant and data enum discriminator#126
fc32421
Thanks @lorisleiva! - Add PdaNode#141
8784db9
Thanks @lorisleiva! - Import program types from new @solana/programs in js-experimental client#147
ceb467a
Thanks @lorisleiva! - Add optional identifier to PublicKeyValueNode#144
b8939de
Thanks @lorisleiva! - Add constant seeds in Rust client