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
4760: Keep minimum/maximum delegation amounts when updating bids r=fizyk20 a=fizyk20
Currently, the `global-state-update-gen` tool would reset the minimum/maximum delegation amount of any updated bid to `0` and `u64::MAX`, respectively. This PR changes it so that the limits remain unchanged. We should also consider whether we want to be able to specify new limits in an update (currently not possible).
Co-authored-by: Bartłomiej Kamiński <[email protected]>
0 commit comments