-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
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
txnbuild: Expose signature envelope to caller #956
Comments
ire-and-curses
added
horizon
sdk
txnbuild
2nd-generation transaction build library for Go SDK
labels
Feb 27, 2019
ire-and-curses
changed the title
Expose signature envelope to caller
txnbuild: Expose signature envelope to caller
Mar 20, 2019
Could initializing the transaction envelope be done at the end of build() rather than at the beginning of sign()? |
OwenJacob
added a commit
to OwenJacob/go
that referenced
this issue
Jun 7, 2019
Instead of building the transaction envelope at the start of Sign we can do this at the end of build. This allows an unsigned envelope to be returned for signing offline/elsewhere Fix for: stellar#956
OwenJacob
added a commit
to OwenJacob/go
that referenced
this issue
Jun 20, 2019
Instead of building the transaction envelope at the start of Sign we can do this at the end of build. This allows an unsigned envelope to be returned for signing offline/elsewhere Fix for: stellar#956
OwenJacob
added a commit
to OwenJacob/go
that referenced
this issue
Jun 20, 2019
Instead of building the transaction envelope at the start of Sign we can do this at the end of build. This allows an unsigned envelope to be returned for signing offline/elsewhere Fix for: stellar#956
poliha
pushed a commit
that referenced
this issue
Jun 20, 2019
Instead of building the transaction envelope at the start of Sign we can do this at the end of build. This allows an unsigned envelope to be returned for signing offline/elsewhere Fix for: #956
Closed in #1376 |
oryband
pushed a commit
to kinecosystem/go
that referenced
this issue
Jul 22, 2019
Instead of building the transaction envelope at the start of Sign we can do this at the end of build. This allows an unsigned envelope to be returned for signing offline/elsewhere Fix for: stellar#956
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As was done in #716, allow the SDK caller to pass in an Envelope, for the case where keys are being managed externally.
The text was updated successfully, but these errors were encountered: