-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scheduled and Forced Authority Set Change Handling #686
Scheduled and Forced Authority Set Change Handling #686
Conversation
…nnected to authority set handling
…g block if present
src/main/java/com/limechain/sync/warpsync/dto/AuthoritySetChange.java
Outdated
Show resolved
Hide resolved
We had a discussion with the team about numeric types about 2 years ago. I think it was mostly because of Java's lack of unsigned values which forced us to save u32 into a If you feel like this decision needs revisiting feel free. |
…r all BigIntegers and Longs
Quality Gate passedIssues Measures |
Description
Fixes #401