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

soroban-rpc: Decouple simulateTransaction method and preflight computation #488

Merged
merged 4 commits into from
Mar 9, 2023

Conversation

2opremio
Copy link
Contributor

@2opremio 2opremio commented Mar 8, 2023

What

Decouple the simulateTransaction method handling and the preflight compuation

Why

In preparation for limiting the concurrency of preflight computation to the number of processors (although it will be fully configurable)

Also, the code is much cleaner this way

Known limitations

N/A

@2opremio 2opremio requested review from tamirms and tsachiherman March 8, 2023 17:51
Copy link
Contributor

@tsachiherman tsachiherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good - could you fix the above comment ?

@2opremio 2opremio force-pushed the decouple-simulate-and-preflight branch from 9ef84c6 to 8915a37 Compare March 9, 2023 11:08
@2opremio 2opremio merged commit cf36978 into stellar:main Mar 9, 2023
@2opremio 2opremio deleted the decouple-simulate-and-preflight branch March 9, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants