-
Notifications
You must be signed in to change notification settings - Fork 71
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
Move abi serialization of transaction trace off main thread #698
Comments
greg7mdp
added a commit
that referenced
this issue
Apr 6, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 6, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 7, 2023
Unify definitions of `next_function` and its variant parameter
greg7mdp
added a commit
that referenced
this issue
Apr 10, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 10, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 10, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 12, 2023
greg7mdp
added a commit
that referenced
this issue
Apr 13, 2023
Move abi serialization of transaction trace off main thread
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #696, transaction trace conversion to exploded
fc::variant
viaabi_serializer
can be mostly moved off the main thread. Although, the performance impact will not be as great as #696, it is likely still worth doing.chain_plugin
:send_transaction
,send_transaction2
,compute_transaction
chain_plugin
:get_scheduled_transactions
(since this is deprecated, maybe not worth it)trx_retry_db
:to_variant_with_abi
=> seetrx_retry_db.cpp
:on_applied_transaction
)trace_api_plugin
:serialize_to_variant
=> already off main thread, moved to issue trace_api_plugin: optimizations #988 for further optimizationsThe text was updated successfully, but these errors were encountered: