-
Notifications
You must be signed in to change notification settings - Fork 17
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
js-soroban-client: add support for fees #76
Comments
@tsachiherman , is there an example in go or any other sdk's of how a client is expected to set resources/fees when building an invokehostfn txn? Or a link to docs/cap with some details on the expectations, thanks! |
thanks for discussion, am able to proceed on related changes in sdk. most of the changes for handling the new simulation response with SorbanTransactionData will be in the |
this depends on latest xdr updates from js-stellar-base, will use the new |
…apply new minium suggested fee
…update the tx fee
PR - #77 |
moving this to blocked as dev and unit test complete, but tests are failing due a strange issue with the js xdr generation, investigating further on pr - #77 (comment) |
found a workaround and moved pr back to review - #77 |
…view clarification
What ?
txnbuilder and prepareTransaction need changes to support the fee model, because they need to set which resources the txn will use
Epic
stellar/stellar-cli#519
The text was updated successfully, but these errors were encountered: