solution: subscribe to new blocks through WebSockets
This commit is contained in:
@@ -48,6 +48,7 @@ dependencies {
|
||||
compile "io.grpc:grpc-stub:${grpcVersion}"
|
||||
compile "io.grpc:grpc-netty:${grpcVersion}"
|
||||
compile "io.netty:netty-tcnative-boringssl-static:2.0.22.Final"
|
||||
compile "io.netty:netty-all:4.1.36.Final"
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect"
|
||||
@@ -65,6 +66,7 @@ dependencies {
|
||||
compile "io.infinitape:etherjar-domain:$etherjarVersion"
|
||||
compile "io.infinitape:etherjar-hex:$etherjarVersion"
|
||||
compile "io.infinitape:etherjar-rpc-http:$etherjarVersion"
|
||||
compile "io.infinitape:etherjar-rpc-ws:$etherjarVersion"
|
||||
compile "io.infinitape:etherjar-tx:$etherjarVersion"
|
||||
|
||||
compile 'org.apache.httpcomponents:httpmime:4.5.8'
|
||||
|
||||
Reference in New Issue
Block a user