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

Relock dependencies with nucypher v7.1.x so that lynx uses sepolia #59

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

derekpierre
Copy link
Member

Type of PR:

  • Bugfix
  • Feature
  • Documentation
  • Other

Required reviews:

  • 1
  • 2
  • 3

What this does:
Relock dependencies with nucypher v7.1.x that includes nucypher/nucypher#3376.

Issues fixed/closed:

  • Fixes #...

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network.
E.g., if this PR addresses a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on?
Is there a particular commit/function/section of your PR that requires more attention from reviewers?

@derekpierre derekpierre changed the title Relock dependencies with nucypher v7.1.x. Relock dependencies with nucypher v7.1.x so that lynx uses sepolia Jan 4, 2024
@derekpierre
Copy link
Member Author

This code is currently running on porter-lynx.

Copy link
Member

@manumonti manumonti left a comment

Choose a reason for hiding this comment

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

LGTM! 👌

eip712==0.2.2 ; python_version >= '3.8' and python_version < '4'
eth-abi==4.2.1 ; python_full_version >= '3.7.2' and python_version < '4'
eth-account==0.8.0 ; python_version >= '3.6' and python_version < '4'
eth-ape==0.6.27 ; python_version >= '3.8' and python_version < '4'
Copy link
Member

Choose a reason for hiding this comment

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

pointing out that this is relocking eth-ape to latest version. I assume this doesn't matter for porter, but I was under the impression there were some issues in tests with versions > 0.6.19

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed. There are with nucypher-contracts, and last I checked the "issue" was that the tests take much longer. However, we haven't had that issue in Porter tests.

@KPrasch KPrasch merged commit cf9957f into nucypher:development Jan 8, 2024
4 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.

4 participants