AlacrisIO / meta

Internal management of Legicash/Legilogic/Alacris
0 stars 0 forks source link

Fix `make {demo|test}` when running `geth` v.1.9 #132

Closed mattaudesse closed 5 years ago

mattaudesse commented 5 years ago
$ make lint demo test

image

@vlebo discovered this error when working on his Docker images but I struggled to reproduce it at first - the trick is to delete the _ethereum directory after make stop_geth.

geth v.1.9 became the latest stable version a few days ago so we should make whatever fixes are necessary in the JS code to support it.

mattaudesse commented 5 years ago

@jeapostrophe why is this marked as in-progress?

jeapostrophe commented 5 years ago

I thought you said you were working on it. If you aren't please move it to the left and put the thing you are working on here

mattaudesse commented 5 years ago

Fixed in AlacrisIO/alacrity@08e37cef .