Skip to content

feat(cloudflare): add utxorpc to global load balancing - #58

Merged
tripura-repalle merged 4 commits into
mainfrom
feat/enable-utxorpc-global-load-balancing
Aug 6, 2026
Merged

feat(cloudflare): add utxorpc to global load balancing#58
tripura-repalle merged 4 commits into
mainfrom
feat/enable-utxorpc-global-load-balancing

Conversation

@tripura-repalle

@tripura-repalle tripura-repalle commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Closes: #53
Adds UTxO RPC (U5C) to the shared demeter-run/global Cloudflare load balancing so it routes through the standard *.utxorpc-m1.dmtr.host entry points, alongside kupo, ogmios, and blockfrost. This enables the pre-existing (previously disabled) UTxO RPC pools/monitors/load balancers by pointing the blinklabs-us provider at the deployed U5C proxy (which fronts Dolos gRPC).

Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
wolf31o2
wolf31o2 previously approved these changes Aug 5, 2026
Replace the per-network UTxO RPC load balancers (mainnet/preprod/preview)
with a single *.utxorpc-m1.dmtr.host load balancer, mirroring the
Blockfrost setup. All UTxO RPC traffic routes through the single
dolos-utxorpc-proxy at demeter.blinklabs.cloud:3050, so per-network
LBs are unnecessary.

Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
wolf31o2
wolf31o2 previously approved these changes Aug 5, 2026
Comment thread cloudflare.tf Outdated
Comment on lines +125 to +127
"*.cardano-mainnet-v1.utxorpc-m1.dmtr.host",
"*.cardano-preprod-v1.utxorpc-m1.dmtr.host",
"*.cardano-preview-v1.utxorpc-m1.dmtr.host",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need the -v1 suffix? is that coming from a convention on TxPipe side?

Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
@tripura-repalle
tripura-repalle merged commit 4501ec2 into main Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add *.utxorpc.demeter.run to Demeter Global Load Balancing

3 participants