Mariusz Ołownia
Results
2
comments of
Mariusz Ołownia
Example of the problem: I had to set the difficulty to `16307.42` instead of `16307.42093852398` in `DbFixtures` only because Slick changed `NUMERIC` to `DECIMAL(21,2)` https://github.com/Cryptonomic/Conseil/blob/master/conseil-common/src/test/scala/tech/cryptonomic/conseil/common/bitcoin/BitcoinFixtures.scala#L251
I've tested version 0.1.99, and it seems to have a regression when passing the host environment using `middleware.task.hostenv`. It's not working with the Docker setup.