From 51ffabc1603530e55fcf578c107e2c4a03266646 Mon Sep 17 00:00:00 2001 From: Konstantin Ivanov <54908981+konstantiniiv@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:57:18 +0100 Subject: [PATCH] DROID-3439 Protocol | Integrate 0.40.0-rc5 (#2135) --- gradle/libs.versions.toml | 2 +- protocol/src/main/proto/models.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d54dee58df..374b9f1465 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -middlewareVersion = "v0.40.0-rc4" +middlewareVersion = "v0.40.0-rc5" kotlinVersion = '2.0.21' kspVersion = "2.0.21-1.0.25" diff --git a/protocol/src/main/proto/models.proto b/protocol/src/main/proto/models.proto index a59cef584b..9f9630ac04 100644 --- a/protocol/src/main/proto/models.proto +++ b/protocol/src/main/proto/models.proto @@ -672,6 +672,7 @@ message Account { string timeZone = 104; // time zone from config string analyticsId = 105; string networkId = 106; // network id to which anytype is connected + string ethereumAddress = 107; // we have Any PK AND Ethereum PK derived from one seed phrase } message Auth {