codama-idl / codama

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

Update renderers to tp4 of web3.js #110

Closed lorisleiva closed 2 months ago

lorisleiva commented 2 months ago

This PR updates all references of web3.js in renderers to the latest technological preview version tp4.

For the @kinobi-so/renderers-js package, this means updating generated code to comply with the new version.

For the other renderers, this is just a bump of @solana/codecs-string that they use under the hood to convert bytes to and from strings of various encoding.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 833b9ec03bc2f9c192104af07e67c1e6e4f2664e

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

This PR includes changesets to release 4 packages | Name | Type | | --------------------------- | ----- | | @kinobi-so/renderers-js-umi | Minor | | @kinobi-so/renderers-rust | Minor | | @kinobi-so/renderers-js | Minor | | @kinobi-so/renderers | Patch |

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