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: implements check for indexed event arguments #3570

Merged

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Aug 28, 2023

prior to this commit, implementing an interface with wrong indexed arguments for an event would pass the implements check. this commit fixes the behavior.

chainsec june 2023 review 5.12

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

prior to this commit, implementing an interface with wrong indexed
arguments for an event would pass the implements check. this commit
fixes the behavior.

chainsec june 2023 review 5.12
@codecov-commenter
Copy link

codecov-commenter commented Aug 28, 2023

Codecov Report

Merging #3570 (a0fd305) into master (43c8d85) will decrease coverage by 0.36%.
Report is 10 commits behind head on master.
The diff coverage is 85.71%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #3570      +/-   ##
==========================================
- Coverage   89.13%   88.77%   -0.36%     
==========================================
  Files          85       85              
  Lines       11365    11378      +13     
  Branches     2585     2586       +1     
==========================================
- Hits        10130    10101      -29     
- Misses        813      852      +39     
- Partials      422      425       +3     
Files Changed Coverage Δ
vyper/builtins/interfaces/ERC721.py 100.00% <ø> (ø)
vyper/semantics/types/user.py 86.47% <85.71%> (-0.17%) ⬇️

... and 11 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@fubuloubu fubuloubu left a comment

Choose a reason for hiding this comment

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

add a test

@charles-cooper charles-cooper enabled auto-merge (squash) September 1, 2023 18:04
@charles-cooper charles-cooper merged commit 2c21eab into vyperlang:master Sep 1, 2023
77 of 78 checks passed
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.

None yet

4 participants