We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When signing a transaction, the message being signed should be prefixed with the transaction domain tag (TBD).
The tag should be prepended to the byte slice returned by the PayloadMessage() and EnvelopeMessage() functions on flow.Transaction.
PayloadMessage()
EnvelopeMessage()
flow.Transaction
PayloadMessage
EnvelopeMessage
cc @tarakby
The text was updated successfully, but these errors were encountered:
Is this something every SDK will need? I assume so. Where can I read more about this? is this connected to a flow-go change? @psiemens
Sorry, something went wrong.
@psiemens is this planned for Sprint 34?
psiemens
janezpodhostnik
Successfully merging a pull request may close this issue.
When signing a transaction, the message being signed should be prefixed with the transaction domain tag (TBD).
The tag should be prepended to the byte slice returned by the
PayloadMessage()
andEnvelopeMessage()
functions onflow.Transaction
.Definition of Done
PayloadMessage
produces a message that is prefixed with the transaction domain tagEnvelopeMessage
produces a message that is prefixed with the transaction domain tagcc @tarakby
The text was updated successfully, but these errors were encountered: