FEDSimp
FEDSimp
Typically frontends only add partial signatures when they're creating a mint and call `Keypair.generate()`, in that case they need the pubkey for the instruction and partial sign with the secret...
They are the same, solana_signAllTransactions matches solana naming conventions
@pedrouid Docs, the demos and the wallet adapter are implemented. One last question, the changes to solana_signTransaction aren't backwards compatible, should it get renamed to solana_signTransaction2? Or shall we keep...
Tagging @AlexBHarley, any opinions on this?
I propose renaming it to solana_signAllTransactions to put it in line with Solana wallet adapters. Wallet adapters are the main way solana dApps sign transactions so it makes sense to...
@pedrouid Close this too in favor of #174?