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: eth: ensure that the event topics are non-nil #10971

Merged
merged 1 commit into from
Jun 12, 2023
Merged

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Jun 12, 2023

Related Issues

fixes #10910

Proposed Changes

Ensure event topics are non-nil, even when empty. Go treats them as equivalent, but JSON distinguishes between null and [].

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • Tests exist for new functionality or change in behavior
  • CI is green

@Stebalien Stebalien requested a review from a team as a code owner June 12, 2023 16:53
@Stebalien

This comment was marked as resolved.

@arajasek arajasek enabled auto-merge June 12, 2023 21:29
@arajasek arajasek merged commit 1e29616 into master Jun 12, 2023
85 of 93 checks passed
@arajasek arajasek deleted the fix/10910 branch June 12, 2023 21:37
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.

log's topics is null
2 participants