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

fix: ignore parse log errors #116

Merged
merged 1 commit into from
Dec 11, 2023
Merged

fix: ignore parse log errors #116

merged 1 commit into from
Dec 11, 2023

Conversation

Romsters
Copy link
Collaborator

@Romsters Romsters commented Dec 8, 2023

What ❔

  • show logs without parsed event if it fails.

Why ❔

  • currently it shows no logs at all if even one of many logs is failed to parse.

This is a quick fix for now. The issue can be reproduced with proxy contracts if there are some events emitted which are defined in the implementation contract. To properly fix it we should use both proxy and implementation ABI.

Copy link

github-actions bot commented Dec 8, 2023

API E2E Test Results

206 tests   206 ✔️  27s ⏱️
  14 suites      0 💤
    1 files        0

Results for commit a4618f5.

Copy link

github-actions bot commented Dec 9, 2023

Visit the preview URL for this PR (updated for commit a4618f5):

(expires Sat, 16 Dec 2023 00:01:33 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e508f9012944951194447cb8885950b451a24403

Copy link

github-actions bot commented Dec 9, 2023

Unit Test Results

       3 files     247 suites   8m 23s ⏱️
1 961 tests 1 960 ✔️ 1 💤 0
1 987 runs  1 986 ✔️ 1 💤 0

Results for commit a4618f5.

@Romsters Romsters merged commit ad69966 into main Dec 11, 2023
24 checks passed
@Romsters Romsters deleted the ignore-parse-log-errors branch December 11, 2023 10:14
Copy link

🎉 This PR is included in version 2.35.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

pcheremu pushed a commit that referenced this pull request Feb 15, 2024
# What ❔

- show logs without parsed event if it fails.

## Why ❔

- currently it shows no logs at all if even one of many logs is failed
to parse.

This is a quick fix for now. The issue can be reproduced with proxy
contracts if there are some events emitted which are defined in the
implementation contract. To properly fix it we should use both proxy and
implementation ABI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants