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
Package tendermint/starport/starport/pkg/numbers has function ParseList which is used for parsing list of numbers provided as a string. It sorts numbers as a side effect. It could lead to unexpected behaviour as package clients my rely on order of provided number list.
numbers.ParseList should not sort its argument and should have deterministic way of preserving list' order.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Package
tendermint/starport/starport/pkg/numbers
has functionParseList
which is used for parsing list of numbers provided as a string. It sorts numbers as a side effect. It could lead to unexpected behaviour as package clients my rely on order of provided number list.numbers.ParseList
should not sort its argument and should have deterministic way of preserving list' order.The text was updated successfully, but these errors were encountered: