Skip to content
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

Update txnbuild to support stellar-core v12 (part 1 or 2) #1771

Closed
5 tasks
ire-and-curses opened this issue Sep 23, 2019 · 1 comment
Closed
5 tasks

Update txnbuild to support stellar-core v12 (part 1 or 2) #1771

ire-and-curses opened this issue Sep 23, 2019 · 1 comment
Assignees
Labels
txnbuild 2nd-generation transaction build library for Go SDK

Comments

@ire-and-curses
Copy link
Member

Before v12 vote:

  • Add deprecation warning to txnbuild to indicate that the existing PathPayment operation will be renamed to PathPaymentStrictReceive in a few weeks' time
  • Add new operation PathPaymentStrictReceive to SDK, duplicating existing PathPayment operation. Programmers can begin moving client calls immediately
  • Raise corresponding build issues for other SDKs (including JS and Java)
  • Update Godoc and examples
  • Release

This is part of #1737.

@bartekn
Copy link
Contributor

bartekn commented Sep 26, 2019

Partially closed in #1776. We still need to add deprecation warnings and check if godoc looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
txnbuild 2nd-generation transaction build library for Go SDK
Projects
None yet
Development

No branches or pull requests

2 participants