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

Replace #[async_trait] with ->imp for traits in rpc_testing_util #6757

Merged

Conversation

AbnerZheng
Copy link
Contributor

@AbnerZheng AbnerZheng commented Feb 23, 2024

Refer to #6657
Replace #[async_trait] with ->imp for traits in rpc_testing_util: DebugApiExt and TraceApiClient.

@AbnerZheng AbnerZheng force-pushed the replace-async-trait-in-rpc-testing-util branch from c7280ae to 7973503 Compare February 23, 2024 15:52
@@ -46,7 +46,6 @@ pub type TraceFilterResult =
pub type TraceCallResult = Result<TraceResults, (RpcError, TraceCallRequest)>;

/// An extension trait for the Trace API.
#[async_trait::async_trait]
Copy link
Collaborator

Choose a reason for hiding this comment

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

can remove this as dependency now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@mattsse mattsse added this pull request to the merge queue Feb 23, 2024
Merged via the queue into paradigmxyz:main with commit be1ebee Feb 23, 2024
30 checks passed
@AbnerZheng AbnerZheng deleted the replace-async-trait-in-rpc-testing-util branch February 23, 2024 16:57
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.

2 participants