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: frontend integration #35

Merged
merged 8 commits into from
Jun 4, 2024
Merged

feat: frontend integration #35

merged 8 commits into from
Jun 4, 2024

Conversation

mateuszjasiuk
Copy link
Collaborator

No description provided.

#[derive(Clone, Serialize, Deserialize, Validate)]
pub struct PoSQueryParams {
#[serde(flatten)]
pub pagination: Option<Pagination>,
#[validate(range(min = 1, max = 10000))]
Copy link
Member

Choose a reason for hiding this comment

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

i think you still need to #[serde(flatten)]

@mateuszjasiuk mateuszjasiuk force-pushed the feat/api-integration branch 3 times, most recently from 4eb2d81 to 6130cbd Compare May 30, 2024 10:50
@mateuszjasiuk mateuszjasiuk changed the title feat: balances and validators lists improvements feat: frontend integration May 30, 2024
@mateuszjasiuk mateuszjasiuk force-pushed the feat/api-integration branch 2 times, most recently from 8b9e29e to 1d66c51 Compare May 30, 2024 13:47
@mateuszjasiuk mateuszjasiuk force-pushed the feat/api-integration branch from 622bb6b to 0b24a50 Compare June 3, 2024 14:47
@mateuszjasiuk mateuszjasiuk added this pull request to the merge queue Jun 4, 2024
Merged via the queue into main with commit 59dbe5e Jun 4, 2024
6 checks passed
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