Skip to content

@solana/web3.js v3.0.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:52
· 4 commits to maintenance/v1.x since this release
e516465

@solana/web3.js v3.0.0-rc.3

Installation

pnpm add @solana/web3.js@3.0.0-rc.3

https://www.npmjs.com/package/@solana/web3.js/v/3.0.0-rc.3

What's Changed

  • feat: add v1 transaction support to v3.x by @amilz in #3861 (Learn More about V1 Transactions)

  • refactor: Address class removed — PublicKey is canonical again by @amilz in #3870 to avoid collision with kit's branded Address string. No alias export. PublicKey.toBase58() returns kit's branded Address, so it's assignable wherever kit expects an address.

Thanks @dhl, @Woody4618, @catmcgee, @MicaiahReid

Full Changelog: v3.0.0-rc.2...v3.0.0-rc.3