solana-labs / explorer

Explorer for Solana clusters
https://explorer.solana.com
MIT License
214 stars 278 forks source link

Replace use of deprecated `getConfirmedSignaturesForAddress2()` method #355

Closed steveluscher closed 1 month ago

steveluscher commented 1 month ago

https://github.com/solana-labs/explorer/blob/4bc994cff7afddafd3668c2ccecf8e4e64bf5441/app/providers/accounts/history.tsx#L135

This method was nuked in https://github.com/anza-xyz/agave/pull/1809, and this feature is now broken in Explorer when targeting testnet.

steveluscher commented 1 month ago

cc/ @KirillLykov