Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gamm): improve error handling and messages when parsing pool…
… assets (#2804) Closes: #XXX ## What is the purpose of the change The errors were non-descriptive, and, as a result, making the debugging experience more difficult. This refactor improves error messages. This is not state breaking because we still return error if any of the denoms are missing. Error messages do not affect state breaks ## Testing and Verifying This change is a trivial rework / code cleanup without any test coverage. ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? no - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes - How is the feature or change documented? not applicable (cherry picked from commit f024498) # Conflicts: # CHANGELOG.md
- Loading branch information