solution: use grpc transport from etherjar

This commit is contained in:
Igor Artamonov
2019-09-04 00:24:22 -04:00
parent 17602607b5
commit ee66704620
6 changed files with 31 additions and 282 deletions

View File

@@ -76,6 +76,7 @@ dependencies {
compile "io.infinitape:etherjar-hex:$etherjarVersion"
compile "io.infinitape:etherjar-rpc-http:$etherjarVersion"
compile "io.infinitape:etherjar-rpc-ws:$etherjarVersion"
compile "io.infinitape:etherjar-rpc-emerald:$etherjarVersion"
compile "io.infinitape:etherjar-tx:$etherjarVersion"
compile 'org.apache.httpcomponents:httpmime:4.5.8'