Skip to content

Commit

Permalink
Update platform sdk and protobufs for 0.41 (#7733)
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <[email protected]>
  • Loading branch information
Neeharika-Sompalli authored Jul 28, 2023
1 parent f27cb82 commit 51c593d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hedera-node/configuration/compose/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ event.enableEventStreaming, false # di
event.eventsLogDir, /opt/hgcapp/eventsStreams
event.eventsLogPeriod, 5
event.maxEventQueueForCons, 1000
event.creation.maxCreationRate, 1
event.creation.maxCreationRate, 20

#############################
# Reconnect #
Expand Down
2 changes: 1 addition & 1 deletion hedera-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val log4jVersion = "2.17.1"
val mockitoVersion = "4.6.1"
val nettyVersion = "4.1.87.Final"
val protobufVersion = "3.21.7"
val swirldsVersion = "0.41.0-adhoc.x2d52beef"
val swirldsVersion = "0.41.0-alpha.1"
val systemStubsVersion = "2.0.2"
val testContainersVersion = "1.17.2"
val tuweniVersion = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ gradleEnterprise {
// The HAPI API version to use for Protobuf sources. This can be a tag or branch
// name from the hedera-protobufs GIT repo.
val hapiProtoVersion = "0.40.0-blocks-state-SNAPSHOT"
val hapiProtoBranchOrTag = "add-pbj-types-for-state" // hapiProtoVersion
val hapiProtoBranchOrTag = "v0.41.0" // hapiProtoVersion

gitRepositories {
checkoutsDirectory.set(File(rootDir, "hedera-node/hapi"))
Expand Down

0 comments on commit 51c593d

Please sign in to comment.