You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mutli-sig (partially-signed) transaction (as outputted by the desktop wallet) is not compatible with the format in concordium-client. Adjust the desktop wallet format to match the concordium-client format so that the files can be shared/signed across all our Concordium ecosystem.
The main differences
Sub-tasks
Include version.
Instead of a number for transactionKind use a human-readable transactinType field.
Task description
The mutli-sig (partially-signed) transaction (as outputted by the desktop wallet) is not compatible with the format in
concordium-client
. Adjust the desktop wallet format to match theconcordium-client
format so that the files can be shared/signed across all our Concordium ecosystem.The main differences
Sub-tasks
transactionKind
use a human-readabletransactinType
field.Sender
field got renamed toSigner
field.Current
desktopWallet
format:Concordium-client
format:Related PRs:
Concordium/concordium.github.io#1022
Concordium/concordium-client#300
The text was updated successfully, but these errors were encountered: