-
Notifications
You must be signed in to change notification settings - Fork 22
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
Jakarta protocol update #1093
Jakarta protocol update #1093
Conversation
# Conflicts: # conseil-api/src/main/scala/tech/cryptonomic/conseil/api/routes/platform/discovery/GenericPlatformDiscoveryOperations.scala
… into feature/jakarta-protocol-update
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
yay_count bigint, | ||
nay_count bigint, | ||
pass_count bigint, | ||
yay_rolls bigint, | ||
nay_rolls bigint, | ||
pass_rolls bigint, | ||
total_rolls bigint, | ||
block_yay_count bigint, | ||
block_nay_count bigint, | ||
block_pass_count bigint, | ||
block_yay_rolls bigint, | ||
block_nay_rolls bigint, | ||
block_pass_rolls bigint, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you have to change these types?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because rolls were int32 on the node and currently they were moved to be int64, so to be safe everything rolls related is int64
Draft PR with changes for Jakarta protocol update. Currently pushed to dockerhub with tag
jakartanet-02
for testing.