codama-idl / codama

Generate clients, CLIs, documentation and more from your Solana programs
MIT License
103 stars 20 forks source link

Remove LinkableDictionary's inner NodeStack #266

Closed lorisleiva closed 4 weeks ago

lorisleiva commented 1 month ago

This PR removes the inner NodeStack inside the LinkableDictionary and requests stacks when resolving linkables in order to find the right program/instruction to fetch from.

This PR also tags places that need to be fixed and tested before the end of this refactoring stack.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 504244770977d34c773c59d6d79dbcd0c62b828b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages | Name | Type | | ------------------------- | ----- | | @codama/visitors-core | Minor | | @codama/renderers-core | Patch | | @codama/renderers-js-umi | Patch | | @codama/renderers-js | Patch | | @codama/renderers-rust | Patch | | @codama/validators | Minor | | @codama/visitors | Minor | | @codama/renderers | Patch | | codama | Minor | | @codama/nodes-from-anchor | Patch | | @codama/errors | Minor | | @codama/node-types | Minor | | @codama/nodes | Minor |

Not sure what this means? Click here to learn what changesets are.

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

lorisleiva commented 1 month ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @lorisleiva and the rest of your teammates on Graphite Graphite

lorisleiva commented 4 weeks ago

Merge activity