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(unreleased): bug where evm-chains ecosystems overrode plugin ecosystems. #2382

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

antazoey
Copy link
Member

What I did

Thanks @bitwise-constructs for finding this before we released.
Fixed bug where evm-chains ecosystems were overriding ecosystems from plugins.

How I did it

change order of dict comprenhension

How to verify it

have plugin installed
make sure uses plugin

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

assert actual.name == "moonbeam"


def test_getattr_plugin_ecosystem_same_name_as_evm_chains(mocker, networks):
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the test for the bug

@antazoey antazoey merged commit 442ad01 into ApeWorX:main Nov 21, 2024
16 checks passed
@antazoey antazoey deleted the fix/eco-cls branch November 21, 2024 17:40
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.

2 participants