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 int with ulong for blockheight arguments #73

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

davidatwhiletrue
Copy link
Member

@davidatwhiletrue davidatwhiletrue commented Jul 12, 2024

Summary

There was a mix of int and ulong types used for block heights. this PR replaces all int with ulong.
Used IsSystem instead of isSystem (which was marked as obsolete in a previous version).

TODO

Checklist

  • Code is properly formatted
  • All commits are signed
  • Tests included/updated or not needed
  • Documentation (manuals or wiki) has been updated or is not required

@davidatwhiletrue davidatwhiletrue changed the base branch from master to casper-2.0.0 July 12, 2024 10:22
@davidatwhiletrue davidatwhiletrue merged commit 744e4f8 into casper-2.0.0 Jul 12, 2024
2 of 5 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