paritytech / capi-multisig-app

[WIP] Simple multisig administration
https://multisig.capi.dev/
Apache License 2.0
8 stars 0 forks source link

Implement `Sign Transaction` Screen #215

Open peetzweg opened 1 year ago

peetzweg commented 1 year ago

Given a call and or call Data this screen should show all relevant information to the user as shown in the figma designs. This has it's first usecase for signing pending multisig transactions.

Screenshot 2023-06-14 at 15 43 48
statictype commented 1 year ago

not sure what you mean. this screen is implemented already. what information is currently missing?

peetzweg commented 1 year ago

True, the title is not correct. I meant we need this screen to be able to be used with raw callData. The current screen shows just data from the wizard which is already in a convenient form to display in the ui. When signing a proposed extrinsic of the multisig we just have the callData, so we need to learn how to use capi to get the information we need from raw calldata.

Related capi ticket: https://github.com/paritytech/capi/issues/1036