Closed madrezaz closed 11 months ago
@webmaster128 sure. although the reason I changed the structure was the consistency of the regex with the one in the sdk.
okay, just the linter: yarn && yarn lint-fix
should do
released today as part of 0.32.2
Currently the
GasPrice.fromString
method claims that the denom validation matches the "Cosmos SDK 0.42 pattern"; But the regex being used for validation is not the same as the one used in the sdk. Because of that, creating a gas price using IBC denoms which contain "/" is not possible and throws an error. This PR intends to update the validation regex to fix this issue.