you can not send a singed transaction hash that was signed with personal sign as you would send a normal transaction, you can only save the signature and validate it, it will not be mined on chain as a normal transaction
with eth_sign it works. Any alternative to eth_sign ?
I don’t understand what you want to do
that is something that will happen when you try to sign a binary message, it doesn’t look like you got into that issue yet
i still get this scary warning for some reason(
usually you use personal sign to sign text data, for example you can convert binary data to hex so that it is showed as text
i tried rn converting "hello world " to a hex and signing that with eth_sign. The scray warning is still there. I need eth:sign. Its the only method sending transactions. Thats really sad tbh. Maybe there are different methods
that warning is present there because the user doesn’t know that he is signing, that transaction hash could correspond to any transaction that someone could do on behalf of the user wallet address