From 302036c2c7326c45abb17fe6e60484c444fcbd7c Mon Sep 17 00:00:00 2001 From: Artem Rootman <4586640+artemrootman@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:01:40 +0300 Subject: [PATCH] chore: bump emerald-grpc submodule (adds Mova chain refs) (#883) Bumps emerald-grpc 5191731 -> 111ff26, i.e. p2p-org/emerald-grpc#165, which adds CHAIN_MOVA__MAINNET = 1170 and CHAIN_MOVA__TESTNET = 10205 to the ChainRef enum. Describe.kt:38 and SubscribeChainStatus.kt:31 filter chains with 'Common.ChainRef.forNumber(it.id) != null'. mova's grpcId is 1170, which had no enum entry, so the chain was dropped from the gRPC surface even though the mova-nodecore upstream is healthy in all three public-multiregion regions. Completes #882, which added the chain to the embedded chains.yaml. Submodule range contains exactly that one commit (+2 lines in proto/common.proto). --- emerald-grpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emerald-grpc b/emerald-grpc index 51917318..111ff264 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 519173182997d0cff06c5338982b18e81aba99ea +Subproject commit 111ff264d4c66ea3f9e06c07e264830e72e006c4