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

Jakarta protocol update #1093

Merged
merged 8 commits into from
Jun 8, 2022
Merged

Jakarta protocol update #1093

merged 8 commits into from
Jun 8, 2022

Conversation

piotrkosecki
Copy link
Contributor

Draft PR with changes for Jakarta protocol update. Currently pushed to dockerhub with tag jakartanet-02 for testing.

@piotrkosecki piotrkosecki marked this pull request as ready for review June 8, 2022 10:39
# Conflicts:
#	conseil-api/src/main/scala/tech/cryptonomic/conseil/api/routes/platform/discovery/GenericPlatformDiscoveryOperations.scala
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 8, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 16 Code Smells

No Coverage information No Coverage information
28.7% 28.7% Duplication

Comment on lines +93 to +105
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,
Copy link
Contributor

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?

Copy link
Contributor Author

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

@vishakh vishakh merged commit a75c34b into master Jun 8, 2022
@vishakh vishakh added this to the 2022_r3 milestone Jun 20, 2022
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