Skip to content
New issue

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

promote decode err to common #15745

Merged
merged 1 commit into from
Dec 18, 2024
Merged

promote decode err to common #15745

merged 1 commit into from
Dec 18, 2024

Conversation

krehermann
Copy link
Contributor

Requires

Supports

@krehermann krehermann requested review from a team as code owners December 17, 2024 19:25
@@ -87,7 +88,7 @@ func parseError(txError error) (string, error) {
return callErr.Data, nil
}

func ParseErrorFromABI(errorString string, contractABI string) (string, error) {
func parseErrorFromABI(errorString string, contractABI string) (string, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i didn't find any uses of this in cld

Copy link
Contributor

github-actions bot commented Dec 17, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

@krehermann krehermann enabled auto-merge December 18, 2024 00:25
@krehermann krehermann added this pull request to the merge queue Dec 18, 2024
Merged via the queue into develop with commit d128079 Dec 18, 2024
172 checks passed
@krehermann krehermann deleted the deployment/decode-err-util branch December 18, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants