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

Pass deployed library state to dapp test #884

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Pass deployed library state to dapp test #884

wants to merge 2 commits into from

Conversation

namrapatel
Copy link

Description

Deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to dapp test@MrChico

  • Write a new little dapp helper script which is the dapp --library-addresses above
  • Make dapp build and dapp --make-library-state use this helper script instead
  • Allow a flag --state to be passed to dapp test (probably along with env var DAPP_TEST_STATE), which would override the default behaviour of the library deployment that happens automatically

Closes #881

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

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.

convience methods for skipping library deployment
1 participant