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

Deserialize fee as BigI64 #3847

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Deserialize fee as BigI64 #3847

merged 1 commit into from
Apr 25, 2023

Conversation

dguenther
Copy link
Member

@dguenther dguenther commented Apr 25, 2023

Summary

This shouldn't practically cause any issues, but since fee is an i64, we could run into some bounds errors if we don't use bigint for deserialization.

Fixes IFL-741

Testing Plan

  • Synced first 1k blocks on mainnet

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

@dguenther dguenther requested a review from a team as a code owner April 25, 2023 16:01
@dguenther dguenther merged commit 27b0bbe into staging Apr 25, 2023
@dguenther dguenther deleted the fix-fee-deserialization branch April 25, 2023 18:49
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