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

Add missing #[serde(with = "string")], clippy #2088

Merged

Conversation

Thoralf-M
Copy link
Member

@Thoralf-M Thoralf-M commented Feb 28, 2024

Description of change

Add missing #[serde(with = "string")] for u64 values because otherwise there could be overflow issues in bindings, clippy

Links to any relevant issues

Fixes #2083

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

@Thoralf-M Thoralf-M marked this pull request as ready for review February 28, 2024 14:03
@thibault-martinez thibault-martinez merged commit c43c804 into iotaledger:2.0 Feb 28, 2024
37 checks passed
@Thoralf-M Thoralf-M deleted the fix-createdelegationparams branch February 28, 2024 14:59
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.

Nodejs Bindings: fix a type error in CreateDelegationParams interface
3 participants