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(deploy&test): update deploy script and tests to use pre-deployed CREATE3 and apply minor fixes #160

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

sebsadface
Copy link
Member

@sebsadface sebsadface commented Jan 5, 2025

Description

This PR introduces updates and fixes to the deployment script and integration tests to align with the latest core protocol changes. The changes include:

  • Updated deployment script to use the pre-deployed CREATE3 contract.
  • Updated package.json to use the consistent Solady and OpenZeppelin contract versions as the protocol core. Imported CREATE3 directly from the protocol core repository.
  • Modified tests to use the pre-deployed CREATE3 contract.
  • Removed the TestProxyHelper and import it directly from the protocol core repository.
  • Minor fixes to integration test.
  • Temporarily disabled the test coverage workflow due to failures caused by outdated logic. The workflow, located at storyprotocol/gha-workflows/.github/workflows/reusable-forge-code-coverage.yml@main, requires updates to accommodate changes in the updated lcov version.

@sebsadface sebsadface changed the title ix(deploy&test): update deploy script and tests to use pre-deployed CREATE3 and apply minor fixes fix(deploy&test): update deploy script and tests to use pre-deployed CREATE3 and apply minor fixes Jan 5, 2025
@sebsadface sebsadface merged commit 6110de7 into storyprotocol:main Jan 6, 2025
2 checks passed
@sebsadface sebsadface deleted the update-deploy-script branch January 9, 2025 19:42
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