Running latest node (5.4.0. alpha) and wallet (5.4.0 alpha1). I setup a wallet for both testnet or mainnet, results when running 'info' command.
grin-wallet.exe -t wallet1/ info
See log below, results are the same for testnet and mainnet wallets. I always had issues with grin node and wallet on Windows although this is on a new clean machine. I will test if it also happens on Linux.
20250114 11:27:35.280 WARN grin_wallet_libwallet::api_impl::owner_updater - This wallet has not been scanned against the current chain. Beginning full scan... (this first scan may take a while, but subsequent scans will be much quicker)
20250114 11:27:35.280 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20250114 11:27:35.283 ERROR grin_wallet_impls::node_clients::http - Response { result: None, error: Some(RpcError { code: -32601, message: "Method not supported", data: None }), id: Number(1), jsonrpc: Some("2.0") }
20250114 11:27:35.284 ERROR grin_wallet_impls::node_clients::http - Unable to parse response for get_pmmr_indices: RPC error response: RpcError { code: -32601, message: "Method not supported", data: None }
Wallet command failed: LibWallet Error: Client Callback Error: Unable to parse response for get_pmmr_indices: RPC error response: RpcError { code: -32601, message: "Method not supported", data: None }