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 Jul 27, 2022. It is now read-only.
The title should be: The result of the list address API is not ordered by creation order.
When a new address added, the whole list gets re-ordered.
It's not intuitive and affects integration test scripts that want to use the API to get some specific address.
928: Problem (Fix#777): Order of client list address api is not sorted by creation order. r=tomtau a=yihuang
Solution:
- change `BTreeSet` to `IndexSet`
This is required by new integration tests, also more intuitive to user.
Co-authored-by: yihuang <[email protected]>
tomtau
changed the title
(CRO-677) Problem: Order of client list address api is not stable
(CRO-677) Problem: The result of the list address API is not ordered by creation order
Jan 20, 2020
The address list returned by the client should be ordered stable, e.g. by creation order.
Python integration tests use address list API to get the bonded/unbonded stacking address, it’s not stable with current API.
The text was updated successfully, but these errors were encountered: