Squads-Protocol / v4

Squads V4
https://v4-sdk-typedoc.vercel.app
GNU Affero General Public License v3.0
89 stars 32 forks source link

Question: does this protocol support putting multiple signatures into one transaction ? #98

Open peng-huang-ch opened 8 months ago

peng-huang-ch commented 8 months ago

thanks the product you are working on!

I want to make the multisig transaction into one transaction.

I am a newbie in solana, I am not sure if squads support this scenario.

2-2 multisig (alice + bob)

instruction: send 1 sol to charlie.

alice and bob both approve it and sign the instruction, now can could build a executable transaction with their signatures. the sender could be alice or bob or others. like the safe wallet in ethereum.

now we may need to send multi transactions to the chain. I want to make it into one transaction.

peng-huang-ch commented 8 months ago

I found the create, approve and execute, all in 1 Solana transaction test case, but I failed send the sol with the vaultTransactionCreate and vaultTransactionExecute. Are there any examples of vault transaction? THX.

badnewz80 commented 2 months ago

Yes