solution: subscribe to new blocks through WebSockets

This commit is contained in:
Igor Artamonov
2019-06-09 19:59:23 -04:00
parent 9c37831a5c
commit 4a87047b7a
5 changed files with 82 additions and 7 deletions

View File

@@ -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'