ADAOcommunity / round-table

A web-based Cardano wallet
https://roundtable.adaodapp.xyz
Apache License 2.0
38 stars 46 forks source link

Roundtable drops any signatures that is not specified by `mustBeSignedBy` #140

Open SeungheonOh opened 1 year ago

SeungheonOh commented 1 year ago

It does any signatures that is not in mustBeSignedBy list. I'm not sure if this is an intended behavior or not, however, it confused me for few good minutes.

przembot commented 10 months ago

Confirmed - signed transaction with collateral input from wallet but without standard input was not processed properly - signature dropped

siegfried commented 9 months ago

I believe that is not supported. Do you have a TX URL to test on? @SeungheonOh @przembot

SeungheonOh commented 9 months ago

It's more or less any transaction, but I think it's intended behavior not to add unspecified signatures(as it would change tx hash)