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

feat: add with_data option to get_cells rpc #53

Merged
merged 3 commits into from
May 27, 2022
Merged

Conversation

quake
Copy link
Member

@quake quake commented May 16, 2022

resolve #52

@quake quake requested a review from doitian May 16, 2022 09:07
src/service.rs Outdated
@@ -742,11 +749,13 @@ fn build_filter_options(
Option<[usize; 2]>,
Option<[core::Capacity; 2]>,
Option<[core::BlockNumber; 2]>,
bool,
Copy link
Member

Choose a reason for hiding this comment

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

Consider using a named struct here?

Copy link
Member Author

Choose a reason for hiding this comment

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

added a FilterOptions struct, please review again, thanks.

@quake quake merged commit ad28b9a into master May 27, 2022
@quake quake deleted the quake/rpc-with-data branch July 11, 2022 04:55
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.

Add a with_data param to get_cells
2 participants