From e0d4ca490e6a102f3731bdfb55833ba8f1f2d0b5 Mon Sep 17 00:00:00 2001 From: Steven Sheehy Date: Mon, 14 Feb 2022 18:31:03 -0600 Subject: [PATCH 1/2] Bump hedera-protobufs to 0.23.0 Signed-off-by: Steven Sheehy --- codecov.yml | 19 +++++++++++-------- pom.xml | 10 +--------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/codecov.yml b/codecov.yml index e5976cfbef1..912c69108b1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,14 @@ -# We upload three separate reports: js, java and go +# We upload multiple separate reports, one for each GitHub action codecov: - notify: - after_n_builds: 3 + notify: + after_n_builds: 8 comment: - after_n_builds: 3 + after_n_builds: 8 coverage: - status: - project: - default: - threshold: 1.0 + status: + project: + default: + threshold: 1.0 +ignore: + - "hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/**/*" + diff --git a/pom.xml b/pom.xml index 4af57723810..e9810dcefdd 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 2.11.0.RELEASE 1.44.0 31.0.1-jre - 0.23.0-alpha.2 + 0.23.0 2.14.0 0.8.7 11 @@ -140,14 +140,6 @@ true - - - false - - sdk-staging - SDK Staging - https://oss.sonatype.org/content/repositories/comhederahashgraph-1397 - From 24ba227e8079f2ad12296f84853eff8e24527cf4 Mon Sep 17 00:00:00 2001 From: Steven Sheehy Date: Tue, 15 Feb 2022 11:18:57 -0600 Subject: [PATCH 2/2] Bump hedera-protobufs to 0.23.1 Signed-off-by: Steven Sheehy --- .../proto/com/hedera/mirror/api/proto/network_service.proto | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto index 52c17d75092..10d8459c294 100644 --- a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto +++ b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto @@ -26,7 +26,6 @@ option java_multiple_files = true; // Required for the reactor-grpc generator to option java_package = "com.hedera.mirror.api.proto"; import "basic_types.proto"; -import "timestamp.proto"; // Request object to query an address book for its list of nodes message AddressBookQuery { diff --git a/pom.xml b/pom.xml index e9810dcefdd..b6227d0e442 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 2.11.0.RELEASE 1.44.0 31.0.1-jre - 0.23.0 + 0.23.1 2.14.0 0.8.7 11