-
Notifications
You must be signed in to change notification settings - Fork 648
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
Improve update_expired_feeds performance #1093 #1180
Merged
Merged
Commits on Jul 25, 2018
-
Added logging for the old update_expired_feeds bug
The old bug is cryptonomex/graphene#615 . Due to the bug, `update_median_feeds()` and `check_call_orders()` will be called when a feed is not actually expired, normally this should not affect consensus since calling them should not change any data in the state. However, the logging indicates that `check_call_orders()` did change some data under certain circumstances, specifically, when multiple limit order matching issue (#453) occurred at same block. * #453
Configuration menu - View commit details
-
Copy full SHA for adb7785 - Browse repository at this point
Copy the full SHA adb7785View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83325b - Browse repository at this point
Copy the full SHA d83325bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d61a2 - Browse repository at this point
Copy the full SHA 73d61a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2ffbc - Browse repository at this point
Copy the full SHA 6a2ffbcView commit details -
Minor code updates for asset_evaluator.cpp
* changed an `assert()` to `FC_ASSERT()` * replaced one `db.get(asset_id_type())` with `db.get_core_asset()` * capture only required variables for lambda
Configuration menu - View commit details
-
Copy full SHA for 7667429 - Browse repository at this point
Copy the full SHA 7667429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6efa0f2 - Browse repository at this point
Copy the full SHA 6efa0f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0421abf - Browse repository at this point
Copy the full SHA 0421abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e09aa - Browse repository at this point
Copy the full SHA c9e09aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7804e - Browse repository at this point
Copy the full SHA 0f7804eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80620eb - Browse repository at this point
Copy the full SHA 80620ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcafc0c - Browse repository at this point
Copy the full SHA bcafc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e9314 - Browse repository at this point
Copy the full SHA 60e9314View commit details
Commits on Jul 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 08e9e0a - Browse repository at this point
Copy the full SHA 08e9e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ff14e - Browse repository at this point
Copy the full SHA 78ff14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d40398 - Browse repository at this point
Copy the full SHA 4d40398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696ed6a - Browse repository at this point
Copy the full SHA 696ed6aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.