You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 second step in the process:
We need to use the exposed fee calculation method we previously created in #622, and use it during simulateTransaction in order to calculate the suggested fees. Then, we need to modify the returned json to include the following:
( all the TransactionResources fields, that you've already used when calling compute_transaction_resource_fee )
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 second step in the process:
We need to use the exposed fee calculation method we previously created in #622, and use it during simulateTransaction in order to calculate the suggested fees. Then, we need to modify the returned json to include the following:
( all the TransactionResources fields, that you've already used when calling compute_transaction_resource_fee )
( plus )
Epic
Dependencies
The text was updated successfully, but these errors were encountered: