-
Notifications
You must be signed in to change notification settings - Fork 507
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: add ToTransactionParams to Transaction #4334
base: master
Are you sure you want to change the base?
Conversation
Minor comment, otherwise LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple things I think we need to address inline.
Hi @2opremio @leighmcculloch , Thanks for taking a look into the changes. I have pushed those suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, with the introduction of Protocol 19, this PR will need to be updated to take into account the new Preconditions
field on transaction parameters.
@MishraShivendra could you please update this PR, or, in case you're no longer tracking this project, close it ? |
Added preconditions.
Added Precondition test fields.
#3649 Feature Request: txnbuild: add ability to create TransactionParams from Transaction