You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#4072254196 Thanks @chybisov! - Use the getJsonRpcFullnodeUrl helper for the default Sui fullnode URL in SuiNS resolution instead of a hardcoded string. No behavior change — the helper returns the same mainnet endpoint.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#404e85d5e7 Thanks @chybisov! - Migrate the Sui integration off the deprecated JSON-RPC client (SuiJsonRpcClient) to the gRPC Core API (SuiGrpcClient / client.core.*) ahead of Sui's JSON-RPC sunset. Balance fetching (listBalances, now paginated), latest-checkpoint lookup (ledgerService.getServiceInfo), transaction confirmation (core.waitForTransaction), and SuiNS resolution (nameService.lookupName) now use gRPC. No public API changes.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#402bf3d047 Thanks @chybisov! - Bump runtime dependencies: @lifi/types to 17.85.0, viem to 2.52.2, @solana/kit to 6.10.0 (with @solana/wallet-standard-features and @wallet-standard/base), @mysten/sui to 2.19.0, and @tronweb3/tronwallet-abstract-adapter to 1.2.0.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#402bf3d047 Thanks @chybisov! - Bump runtime dependencies: @lifi/types to 17.85.0, viem to 2.52.2, @solana/kit to 6.10.0 (with @solana/wallet-standard-features and @wallet-standard/base), @mysten/sui to 2.19.0, and @tronweb3/tronwallet-abstract-adapter to 1.2.0.