You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
Now if you want to cache this annoying 45s process that happens everytime, you would put:
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
:dapp --library-addresses
abovedapp build
anddapp --make-library-state
use this helper script instead--state
to be passed todapp test
(probably along with env varDAPP_TEST_STATE
), which would override the default behaviour of the library deployment that happens automaticallyNow if you want to cache this annoying 45s process that happens everytime, you would put:
in your makefile
The text was updated successfully, but these errors were encountered: