Skip to content

Update Telegram community chat link#767

Merged
github-actions[bot] merged 1 commit into
mainfrom
fix/telegram-community-chat-link
Jun 2, 2026
Merged

Update Telegram community chat link#767
github-actions[bot] merged 1 commit into
mainfrom
fix/telegram-community-chat-link

Conversation

@satyakwok
Copy link
Copy Markdown
Collaborator

@satyakwok satyakwok commented Jun 2, 2026

Summary

Risk tier

Check ONE:

  • 🟢 Low — docs, tools/, tests/, CI configs, dependency patch bumps in dev-only crates, comments
  • 🟡 Medium — non-consensus production code (RPC handlers, network plumbing, observability, ops scripts)
  • 🟠 High — consensus-critical crates (sentrix-core, sentrix-trie, sentrix-staking, sentrix-bft), block_executor, apply_block_*, state_root path
  • 🔴 Critical — Voyager activation, fork-height changes, hard-fork rollouts, anything that flips env vars on mainnet

Required by tier

🟢 Low — minimum bar

  • CI green (tests + clippy + audit + gitleaks)

🟡 Medium — adds

  • New public function or behavioural change has at least one corresponding #[test] in same PR
  • Brief description of how this was tested (manual run, integration test, etc.)

🟠 High — adds

  • Regression test that fails on main and passes with this change — paste test name in PR body
  • Designed against documented invariant (link the audit/runbook/design doc)
  • Fresh-brain review by someone other than the author (per the consensus-change review checklist)
  • Single conceptual unit per PR (no bundling — bundling consensus changes burned us on v2.1.12 → 2026-04-25 livelock)

🔴 Critical — adds

  • Testnet rehearsal completed with success criteria + log evidence linked here
  • Bake window observed: minimum 2h on testnet at the same configuration before mainnet
  • Coordinated rollback plan documented in PR body — exact commands operator runs if it fails
  • Operator sign-off at activation moment (not just PR approval — separate moment for the actual flip)

Test plan

Rollback plan

Related

Summary by CodeRabbit

  • Documentation
    • Updated Telegram community link in README.

@satyakwok satyakwok self-assigned this Jun 2, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 2, 2026 12:16
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Review Change Stack

Warning

Review limit reached

@satyakwok, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 52 minutes and 7 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3e8d513b-6c6c-4e51-be6c-bb42e0efc8e9

📥 Commits

Reviewing files that changed from the base of the PR and between b442344 and 0c57d75.

📒 Files selected for processing (1)
  • README.md
📝 Walkthrough

Walkthrough

This PR updates the contact information in the README documentation. The Telegram community chat link in the contact section is changed from t.me/SentrixCommunity to t.me/Sentrix_Chain, while the announcements channel link remains unchanged. This is a single-line documentation update with no impact to code or public APIs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description contains only the repository template with no filled-in content. Required sections like Summary, Risk tier selection, Test plan, and Rollback plan are completely empty. Fill in the Summary section explaining what changed and why, select a Risk tier checkbox (likely 🟢 Low for docs-only changes), and check relevant CI boxes. For docs-only changes, confirm CI green.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the Telegram community chat link from one URL to another.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/telegram-community-chat-link

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Line 146: The README currently links the Telegram community chat as
"t.me/Sentrix_Chain"; verify whether this is the official/redirected handle and,
if not, replace it with the official "t.me/SentrixCommunity" (or the correct
canonical handle) in the README entry that contains "**Telegram:**
[t.me/SentrixChain] ... [t.me/Sentrix_Chain]"; ensure the visible text and the
href both match the verified handle and add a short comment/note in the README
only if this is a deliberate/temporary replacement to avoid routing users to an
incorrect/inactive chat.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 478ea93b-1fef-498a-89c4-93682c9182a1

📥 Commits

Reviewing files that changed from the base of the PR and between 7aec455 and b442344.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
**gRPC + gRPC-Web:** [grpc.sentrixchain.com](https://grpc.sentrixchain.com) · [grpc-testnet.sentrixchain.com](https://grpc-testnet.sentrixchain.com)
**WebSocket:** `wss://api.sentrixchain.com/ws` (mainnet) · `wss://testnet-api.sentrixchain.com/ws` (testnet)
**Telegram:** [t.me/SentrixChain](https://t.me/SentrixChain) (announcements) · [t.me/SentrixCommunity](https://t.me/SentrixCommunity) (community chat)
**Telegram:** [t.me/SentrixChain](https://t.me/SentrixChain) (announcements) · [t.me/Sentrix_Chain](https://t.me/Sentrix_Chain) (community chat)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Search for references to the old Telegram community link

# Search for the old community link in all files
rg -i 'SentrixCommunity' --type md --type-add 'config:*.{toml,yaml,yml,json}' --type config -C2

# Also check documentation and config directories if they exist
fd -e md -e yml -e yaml -e toml -e json . | xargs rg -l 'SentrixCommunity' 2>/dev/null || true

Repository: sentrix-labs/sentrix

Length of output: 46


🌐 Web query:

Is the Telegram channel t.me/Sentrix_Chain active and accessible?

💡 Result:

Based on official documentation and project resources as of June 2, 2026, the official Telegram channel for Sentrix Chain is t.me/SentrixCommunity [1]. The specific URL t.me/Sentrix_Chain is referenced as a contact link within the official Sentrix Chain metadata [2], but it is not the primary community channel maintained by the developers [1]. If you are attempting to access a project channel, you should use the official link t.me/SentrixCommunity to ensure you are connecting to the verified community [1]. Always verify links against the project's official website (sentrixchain.com) or their GitHub organization (sentrix-labs) to avoid potential impersonation or invalid links [1][3].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== old link references (handle) ==="
rg -n -i 't\.me/SentrixCommunity|SentrixCommunity' .

echo "=== new link references (handle) ==="
rg -n -i 't\.me/Sentrix_Chain|Sentrix_Chain' .

echo "=== announcements handle references ==="
rg -n -i 't\.me/SentrixChain|SentrixChain' README.md || true

Repository: sentrix-labs/sentrix

Length of output: 101


🌐 Web query:

t.me/Sentrix_Chain active accessible

💡 Result:

The Telegram link in your query (t.me/Sentrix_Chain) does not appear to be the official, publicly indexed Telegram channel name for Sentrix Chain. What I could verify instead: 1) Sentrix Chain’s official documentation and GitHub README point to a Telegram channel named t.me/SentrixCommunity, not t.me/Sentrix_Chain [1]. 2) Sentrix Chain’s official site/docs describe the live Sentrix Chain network (EVM-compatible L1, Voyager consensus, etc.), but those sources still link to t.me/SentrixCommunity for Telegram, not Sentrix_Chain [2][3][1]. So, I can’t confirm that t.me/Sentrix_Chain is “active/accessible” or official based on authoritative sources I found. It may be a different community, an outdated/incorrect link, or an impostor. If you want to check safely on your side: - Compare the exact Telegram username in the official Sentrix website/docs (t.me/SentrixCommunity) with what you were shown. - If it’s different, treat it as unverified and avoid sending funds/messages based on it. Sources: [1][2][3]

Citations:


🌐 Web query:

t.me/SentrixCommunity active accessible Sentrix Chain official community

💡 Result:

As of June 2, 2026, the Telegram group located at t.me/SentrixCommunity exists and is publicly accessible, though it appears to have a very low number of participants (noted as having 2 subscribers) [1]. It is officially listed in the Sentrix Chain documentation and repository as the designated community chat [2][3]. The core official channel for Sentrix Chain updates is @SentrixChain [4][2]. Sentrix Chain is a Rust-based, EVM-compatible Layer-1 blockchain [2][5]. Official technical information, such as the network's chain ID (7119), RPC details, and project roadmap, is maintained on the official website (sentrixchain.com) and the project's official GitHub repositories under the Sentrix Labs organization [6][2][3]. Users are advised to rely on these verified, technical sources for project developments, as other blockchain projects (such as IONIX CHAIN) may appear in search results but are unrelated to Sentrix Chain [7][8].

Citations:


🏁 Script executed:

#!/bin/bash
set +euo pipefail

echo "=== old link exact URLs (t.me/SentrixCommunity) ==="
rg -n --hidden --no-ignore -S 't\.me/SentrixCommunity' . || true

echo "=== old link handle (SentrixCommunity) ==="
rg -n --hidden --no-ignore -S 'SentrixCommunity' . || true

echo "=== new link exact URLs (t.me/Sentrix_Chain) ==="
rg -n --hidden --no-ignore -S 't\.me/Sentrix_Chain' . || true

echo "=== new link handle (Sentrix_Chain) ==="
rg -n --hidden --no-ignore -S 'Sentrix_Chain' . || true

Repository: sentrix-labs/sentrix

Length of output: 570


Telegram community chat link: new URL may not match official sources

  • Codebase no longer references the old community chat (t.me/SentrixCommunity); only t.me/Sentrix_Chain is present in README.md (line 146).
  • Public/official references for Sentrix Chain point to t.me/SentrixCommunity as the community chat, so t.me/Sentrix_Chain looks unverified and may be incorrect (risk: users can be routed to a wrong/inactive chat).

Update the link to the official handle (or ensure t.me/Sentrix_Chain is the correct replacement/redirect) before merging.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 146, The README currently links the Telegram community
chat as "t.me/Sentrix_Chain"; verify whether this is the official/redirected
handle and, if not, replace it with the official "t.me/SentrixCommunity" (or the
correct canonical handle) in the README entry that contains "**Telegram:**
[t.me/SentrixChain] ... [t.me/Sentrix_Chain]"; ensure the visible text and the
href both match the verified handle and add a short comment/note in the README
only if this is a deliberate/temporary replacement to avoid routing users to an
incorrect/inactive chat.

@satyakwok satyakwok force-pushed the fix/telegram-community-chat-link branch from b442344 to 0c57d75 Compare June 2, 2026 12:24
@github-actions github-actions Bot merged commit 53dece8 into main Jun 2, 2026
17 checks passed
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.

1 participant