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 third step in the process:
We need to update the soroban-cli to use the updated soroban-rpc simulateTransaction endpoint.
Implementation notes:
The Quickstart image with the soroban-rpc is already ready to be used. Invoke it with
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 third step in the process:
We need to update the soroban-cli to use the updated soroban-rpc simulateTransaction endpoint.
Implementation notes:
The Quickstart image with the soroban-rpc is already ready to be used. Invoke it with
Then, follow the guide in https://soroban.stellar.org/docs/getting-started/deploy-to-a-local-network, creating an account.
Last, ensure that all the following commands works:
Epic
#519
The text was updated successfully, but these errors were encountered: