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
use pprof-rs to get bottleneck (enough to get rough bottleneck information)
Known issues:
DA and executor share tx buffer, resulting in blocking when DA submits batch executor append tx: DA server by DA control concurrency, tx buffer use read/write cache to reduce blocking
bitcoin block as a parameter causes the transaction output json is too large: when converting RoochTransaction to MoveTransaction, fetcher is used to get the content of the block, and pass it to the VM. Move provides a native method to get the block of bitcoin through hash.
The text was updated successfully, but these errors were encountered:
Objective:
The following steps address the current goal:
Analyze bottlenecks in the basic execution flow:
Known issues:
The text was updated successfully, but these errors were encountered: