[ECTM-80] QA Service + mocked miner#670
Conversation
| @@ -0,0 +1,3 @@ | |||
| version = "2.3.0" | |||
| "org.bouncycastle" % "bcprov-jdk15on" % "1.59", | ||
| "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0", | ||
| "org.typelevel" %% "mouse" % "0.18", | ||
| "org.typelevel" %% "mouse" % "0.23", |
There was a problem hiding this comment.
Maybe we could start adding new Dependencies following the approach we use in the other project. (like i started doing it here: https://github.com/input-output-hk/mantis/pull/668/files#diff-fdc3abdfd754eeb24090dbd90aeec2ceR77) WDYT?
There was a problem hiding this comment.
Yes, we should do that. I will do that in separate PR
| import io.iohk.ethereum.utils.ByteStringUtils | ||
| import scala.concurrent.duration._ | ||
|
|
||
| class MockedMiner( |
| import scala.concurrent.ExecutionContext | ||
| import scala.language.higherKinds | ||
|
|
||
| trait SpecBase extends TypeCheckedTripleEquals with DiagrammedAssertions with Matchers { self: AsyncTestSuite => |
|
Please update insomnia workspace (Yes we already have one =) ) |
135980a to
e6f714b
Compare
e6f714b to
802632a
Compare
| @@ -0,0 +1,3 @@ | |||
| version = "2.3.0" | |||
| "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0", | ||
| "org.typelevel" %% "mouse" % "0.18", | ||
| "org.typelevel" %% "mouse" % "0.23", | ||
| "org.typelevel" %% "cats-core" % "2.0.0", |
There was a problem hiding this comment.
I'm pretty sure all of them can be bumped up a bit. IIRC Cats - 2.2, Monix 3.2, etc.
| # Available choices are: eth, web3, net, personal, test, daedalus, iele | ||
| apis = "eth,web3,net,personal,daedalus,debug" | ||
| # Available choices are: eth, web3, net, personal, test, daedalus, iele, qa | ||
| apis = "eth,web3,net,personal,daedalus,debug,qa" |
There was a problem hiding this comment.
shouldn't section about available consensus/pow algorithms be updated as well?
shouldn't config in universal be updated for sake of documentation?
Description