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

Problem reinstalling coverage-pools #109

Open
tomaszslabon opened this issue Aug 30, 2021 · 0 comments
Open

Problem reinstalling coverage-pools #109

tomaszslabon opened this issue Aug 30, 2021 · 0 comments

Comments

@tomaszslabon
Copy link
Contributor

tomaszslabon commented Aug 30, 2021

The initial installation of local-setup is successful, but there are problems reinstalling coverage-pools (e.g. after making some changes in coverage-pool's smart contracts).

When running ./install-coverage-pools.sh, the following error appears:

Error: ERROR processing /Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:
Error: deployed KeepToken contract not found
    at Object.<anonymous> (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:14:11)
    at step (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:33:23)
    at Object.next (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:14:53)
    at fulfilled (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

The only workaround is to simply clean the whole local-setup repo and begin installation all over again which is a very lengthy process.
It seems artefacts linked from other repositories cannot be found during smart contract deployment, but the artefacts seems to be present in coverage-pools's node_modules directory.

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

No branches or pull requests

2 participants
@tomaszslabon and others