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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Originally the validators had a default commission schedule showing a 0% fee - but they are now empty in the JSON response. Is this breaking change intentional or is it a bug?
Thanks
The text was updated successfully, but these errors were encountered:
We use oasis-core resp model for CommissionSchedule and it contains omitting of empty fields. If commission never was setted CommissionSchedule will be empty
Could you add default value for CommissionSchedule object according to API scheme?
Or I can add Rates and Bounds fields as mandatory and response object will looks like: {"rates" : [], bounds : []}. But Rates and Bounds still will be empty
Original issue here : oasisprotocol/wallet#235
Originally the validators had a default commission schedule showing a 0% fee - but they are now empty in the JSON response. Is this breaking change intentional or is it a bug?
Thanks
The text was updated successfully, but these errors were encountered: