Eduard Monfort
Eduard Monfort
@bmeeder22 or @harryEth have you found a solution or workaround to this? Wallets like Phantom solved this recently but if users use the magic wallet we are forced to do...
@Ethella @harryEth it would be as simple as adding the extra method to the sdk right? So we can have a `magic.solana.signTransaction()` and a `magic.solana.partialSignTransaction()`. It is a functionality that's...
@Ethella thank you... communication is really appreciated. Through Discord has been very difficult getting some answers or information about this topic. If you need anything ask us about the problem...
In case it helps to understand a clear use case for this: With Solana Pay specification users receive a partially signed transaction that must then sign and send. If we...
@Ethella can we expect to have this fix anytime soon? Wouldn't be worried if it was anything else but this is super blocking for any e-commerce trying to use Solana...
@Ethella I know the team may have been busy with the Magic Connect launch but is there any way we can get more info on this issue? It is something...
@Ethella I want to make a pull request to add the client part of the partialSignTransaction, which is very easy but if this helps speed the whole development I want...
@cryptorrivem Sorry for getting to you late. Yes, this is a valid workaround. Also, you can make your second transaction signature on the backend and the transaction will have both...
@karagog have you seen this previous answer https://github.com/remix-run/react-router/issues/8139#issuecomment-977790637? For me it is working fine.
> I've been doing tests in the last few hours and have seen that one-to-one relationship inserts with the foreign key on the "child" table are now working on cloud....