We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lbm-sdk needs to be mapped for new errors in ostracon. https://github.com/line/ostracon/blob/v1.0.7/mempool/errors.go#L10
New error, ErrInMap defined in ostracon. For this error, lbm-sdk maps errors in types/errors/errors.go to make it easier for users to handle.
I recommend adding errors to types/errors/errors.go and mapping them like client/broadcast.go.CheckTendermintError.
The text was updated successfully, but these errors were encountered:
Mdaiki0730
Successfully merging a pull request may close this issue.
Summary
lbm-sdk needs to be mapped for new errors in ostracon.
https://github.com/line/ostracon/blob/v1.0.7/mempool/errors.go#L10
Problem Definition
New error, ErrInMap defined in ostracon.
For this error, lbm-sdk maps errors in types/errors/errors.go to make it easier for users to handle.
Proposal
I recommend adding errors to types/errors/errors.go and mapping them like client/broadcast.go.CheckTendermintError.
For Admin Use
The text was updated successfully, but these errors were encountered: