umi
umi copied to clipboard
@metaplex-foundation/umi-uploader-irys seems not to work anymore since removal of Deprecated RPC Methods
Hello,
@metaplex-foundation/umi-uploader-irys depends on an old solana/web3.js version which calls getRecentBlockhash that has been deprecated since a while and seems now completely discarded
https://github.com/metaplex-foundation/umi/blob/main/packages/umi-uploader-irys/package.json "@solana/web3.js": "^1.72.0",
https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getRecentBlockhash
File upload does not work anymore whatever the rpc used.
https://solanacompass.com/learn/Changelog/solana-changelog-jul-3-rpc-deprecations-actions-and-blinks#removal-of-deprecated-rpc-methods-in-version-20
Probably the same issue should affect bundler https://github.com/metaplex-foundation/umi/blob/main/packages/umi-uploader-bundlr/package.json