Closed michalinacienciala closed 3 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.
There was a change in
keep-core
, in which random beacon and token dashboard -related code was moved fromsolidity/
tosolidity-v1/
folder, as a result of decision to change the code structure before introduction of random beacon v2. We need to updatelocal-setup
scripts which reference the moved code.