-
Notifications
You must be signed in to change notification settings - Fork 650
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
Sonar integration into travis build #1081
Sonar integration into travis build #1081
Conversation
About the fix, steemit/steem#2472 (comment)
|
@pmconrad can you please split the fix/performance improvement to a new PR? |
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.
As commented above.
0561bba
to
5dad02c
Compare
5dad02c
to
740fd54
Compare
Rebased on current develop |
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.
this looks good, output can be seen at https://sonarcloud.io/project/issues?branch=836_sonar_integration&id=BitShares_Core&resolved=false
Fixes #836
Also contains a fix in database::update_global_dynamic_data to speed up counting missed blocks. (This also fixes a minor issue with counting - the previous algorithm would skip missed blocks for the witness who signed the first block after the gap.)Doesn't work properly before #1087 has been merged, due to unit tests timing out.