You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that call_price is a field in call_order_object, because the field is still in use in consensus (see #1669), we can't remove the field from call_order_object. Even after it's no longer used in consensus, a big code refactory is needed to remove it from the object.
For this issue, technically we can change the return type of get_call_orders API to exclude that field. However, please be aware that before the field is removed from the object, get_objects API will still return the field, and the field will still appear in notifications after subscribed.
Another concern is this change will probably break some client applications. For example, due to historical reasons, some applications may still try to read the field even if it's no longer used.
Bug Description
get_call_orders()
response containscall_price
field which is always 1:1Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Expected Behavior
call_price
field should be properly calculated or should not present at all (field removed from response).CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: