keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Update scripts after moving keep-core random beacon to `solidity-v1` #123

Closed michalinacienciala closed 2 years ago

michalinacienciala commented 2 years ago

There was a change in keep-core, in which random beacon and token dashboard -related code was moved from solidity/ to solidity-v1/ folder, as a result of decision to change the code structure before introduction of random beacon v2. We need to update local-setup scripts which reference the moved code.

michalinacienciala commented 2 years ago

I've scheduled a E2E tests / Locally workflow on the feature branch, to see if the changes help for the problem with keep-ecdsa installation that we have on main. Link: https://github.com/keep-network/local-setup/actions/runs/1311976601

[EDIT] The workflow has passed the previously failing stage. It failes now on E2E tests (Error: only replay-protected (EIP-155) transactions allowed over RPC), btt this error was expected - it's something we fix in https://github.com/keep-network/local-setup/pull/122.