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

preflightlib : add support for fee calculations #622

Closed
tsachiherman opened this issue May 3, 2023 · 0 comments · Fixed by #636
Closed

preflightlib : add support for fee calculations #622

tsachiherman opened this issue May 3, 2023 · 0 comments · Fixed by #636

Comments

@tsachiherman
Copy link
Contributor

What ?

The rs-soroban-env now contains library functions to calculate the fees needed by a transaction, based on it's resources.
Our goal is to integrate that into simulateTransaction endpoint in soroban-rpc. This issue is about the first step in the process:
We need to expose the newly added function via the preflightlib so that soroban-rpc would be able to call it.
This issue is focused around adding support for calling the new method, plus ensuring that soroban-rpc is capable of importing and calling. It doesn't cover any plumbing around the simulateTransaction endpoint itself ( that would be handled in a separate ticket ).

Epic

#519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants