Skip to content

Update outdated discord links - #2581

Closed
taylorferran wants to merge 19 commits into
ssvlabs:mainfrom
taylorferran:patch-1
Closed

Update outdated discord links#2581
taylorferran wants to merge 19 commits into
ssvlabs:mainfrom
taylorferran:patch-1

Conversation

@taylorferran

Copy link
Copy Markdown
Contributor

No description provided.

tzchenxixi and others added 18 commits October 19, 2025 18:38
Signed-off-by: tzchenxixi <tzchenxixi@icloud.com>
…2466)

* Add validation to threshold signature split

* New commit to re-open PR

* Improve error and fix lint

---------

Co-authored-by: rehs0y <lyosher@gmail.com>
…s#2476)

* duties: clarify & fix typos & fix sync-committee subscription

* lower noActionTimeout as it might cause trouble for some tests

* fix flaky test & simplify

* log as warn: late duty execution

* adjustments

* deduplicate & simplify

* further similifications & clarifications

* deadline on parent-context shouldn't be mandatory

* set correct duty-handler deadlines

* use context.WithoutCancel instead of context.Background

* fix typo
* Exporter: clear beacon adapter cache periodically

* Refactor functions names

* Exporter: refactor to use defer statements
* Fix partial sig messages classification

* Exporter: add timestamps to pending partial messages

* Exporter: Add tests

* Exporter: remove diff noise

* Exporter: fix linter

* CI: Fix CI to run LFS tests too
* message/validation: log signers on invalid message

* add a nil check for SignedSSVMessage
* operator-id: clarify & simplify

* fix comment

* simplify code a bit

---------

Co-authored-by: rehs0y <lyosher@gmail.com>
Signed-off-by: russcoss <russcoss@outlook.com>
* blockchain/beacon/blind.go: utility to ensure and convert full blocks to blinded blocks

* ssv/runner/proposer.go: convert blocks to blinded before using as start value

* formatting

* leaders cache blocks for later submission

* todo about removing submission, debug log about full block exposing.

* 2562: iurii suggestions

* add TODO

---------

Co-authored-by: rehs0y <lyosher@gmail.com>
* majority fork protection

* fix linter

* fix log

* fix returned value

* fix log text

* fix checkConsensusDataSameToOwn logic for aggregator

* only check source/target attestation epoch

* value checker interface

* create a type for SlashingProtectionData

* rename ValueCheckF

* add a unit test

* update comment about spec decision

* spec alignment

* code review

* differ

* differ

* differ

* fix build issue

* differ

* fix issues after merging

* check target root (ssvlabs#2545)

* 2358: iurii refactor (ssvlabs#2551)

* 2358: iurii refactor

* clarify what valCheck is

* fix linter

* fix spec tests

* cleanup

* fix marshaling spectest

* cleanup ValueChecker marshaling leftovers

---------

Co-authored-by: Nikita Kryuchkov <nkryuchkov10@gmail.com>

* code review comments

* differ

* update checks as per SIP

---------

Co-authored-by: iurii-ssv <183610124+iurii-ssv@users.noreply.github.com>
Co-authored-by: rehs0y <lyosher@gmail.com>
* runners: robust message replay

* improve error-message

* fix go-routine leaks

* fix potential bug with closure

* clean-up ctx usage for Committee struct

* minor improvements

* use logger from log package in tests

* address review comments

* fix typo

* add missing comment

* make the following error non-retryable: no decided value

* adjust comment and error-message

* improve logging to differentiate between debug/error cases

* use test/bench logger instead of no-op logger

* refactor retryable-error checks

* move common queue-handling stuff in a separate file to deduplicate

* simplify retryable error-handling

* make RetryableError to actually work as intended

* improve error-messages

* minor cleanup + clarifications

* fix the logger.With in a for-loop

* simplify isDecidedMsg func and decided check

* improve logging

* make estimated_time_into_slot dynamic

* fix EstimatedTimeIntoSlot

* get rid of EstimatedTimeIntoSlot (as it cannot function in logger.With)

* adjustments

* handle post-consensus errors when there is no decided value in more precise manner (retrying some of those)

* testing

* improve retryable behavior for ValidatePostConsensusMsg

* make code formatting consistent

* improve error message

* minor clarifications

* improve pre/post consensus message validation

* clarify error-messages

* clarify comment

* clarify comment

* align with spec

* improve error-messages

* spec-tests: implement error-codes (resolves broken spec-tests)

* fix compilation after rebase

* update/fix ssvsigner go.mod deps

* use the latest ssv-spec version

* log if queue consumer is done due to context done

* comittee-runner: fix ctx usage with respect to cancel/deadlines

* tighten runnerExpirySlots to make more sense & match scheduler deadline

* set runnerExpirySlots = 34 for compatibility with spec-tests

* address review comments

* go mod tidy

* tether retry params to slot-duration

* enable errorf linter

* misc adjustments

* fix tests

---------

Co-authored-by: rehs0y <lyosher@gmail.com>
* update spec to latest version and align

* ssvsigner: update spec dependency

* update ssv node to latest ssvsigner commit

---------

Co-authored-by: Yosher Lutzki <lyosher@gmail.com>
@taylorferran
taylorferran requested review from a team as code owners November 7, 2025 12:51

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Greptile Overview

Greptile Summary

Updated all Discord invite links in the README from the outdated discord.gg/ssvnetworkofficial to the current discord.gg/5vT22pRBrf.

  • Changed Discord badge link (line 12)
  • Updated contribution section Discord reference (line 59)
  • Modified community section Discord link (line 86)

All three occurrences are now consistent and point to the updated invite link.

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • This is a straightforward documentation update that only changes Discord invite URLs in the README. All three occurrences were updated consistently, no code logic is affected, and the changes are purely cosmetic with no potential for runtime errors or functional issues.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
README.md 5/5 Updated Discord invite links from ssvnetworkofficial to 5vT22pRBrf across all three occurrences

Sequence Diagram

sequenceDiagram
    participant Author as PR Author
    participant README as README.md
    participant Discord as Discord Server
    participant Users as End Users

    Author->>README: Update Discord invite link
    Note over README: Line 12: Badge link<br/>Line 59: Contribution section<br/>Line 86: Community section
    README->>README: Replace ssvnetworkofficial<br/>with 5vT22pRBrf
    Users->>README: Read documentation
    Users->>Discord: Click updated invite link
    Discord->>Users: Join SSV community
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

kchojn
kchojn previously approved these changes Nov 7, 2025
iurii-ssv
iurii-ssv previously approved these changes Nov 7, 2025
zktaiga
zktaiga previously approved these changes Nov 7, 2025
Tom-ssvlabs
Tom-ssvlabs previously approved these changes Nov 10, 2025
@y0sher
y0sher changed the base branch from main to stage November 10, 2025 11:11
@y0sher
y0sher dismissed stale reviews from Tom-ssvlabs, zktaiga, iurii-ssv, and kchojn November 10, 2025 11:11

The base branch was changed.

y0sher
y0sher previously approved these changes Nov 10, 2025
kchojn
kchojn previously approved these changes Nov 10, 2025
@y0sher
y0sher changed the base branch from stage to main November 10, 2025 11:18
@y0sher
y0sher dismissed stale reviews from kchojn and themself November 10, 2025 11:18

The base branch was changed.

@y0sher
y0sher changed the base branch from main to stage November 10, 2025 11:18
y0sher
y0sher previously approved these changes Nov 10, 2025
@y0sher
y0sher changed the base branch from stage to main November 10, 2025 11:33
@y0sher
y0sher dismissed their stale review November 10, 2025 11:33

The base branch was changed.

@y0sher y0sher closed this Nov 10, 2025
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.