solution: newHeads subsription

This commit is contained in:
Igor Artamonov
2021-10-09 21:51:55 -04:00
parent 49bfa163ef
commit e76e2bebf5
11 changed files with 361 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ configurations {
}
dependencies {
implementation "io.emeraldpay:emerald-api:0.9.4"
implementation "io.emeraldpay:emerald-api:0.10.0-SNAPSHOT"
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
@@ -114,6 +114,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion"
implementation 'commons-io:commons-io:2.6'
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'org.apache.commons:commons-collections4:4.3'