Skip to content

fix: sbom check + add peer rpcs for unban script#702

Merged
ozgb merged 3 commits into
release/node-0.20.2-rc.3from
ozgb-fix-sbom-and-peer-rpc
Feb 18, 2026
Merged

fix: sbom check + add peer rpcs for unban script#702
ozgb merged 3 commits into
release/node-0.20.2-rc.3from
ozgb-fix-sbom-and-peer-rpc

Conversation

@ozgb

@ozgb ozgb commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Overview

Fixes SBOM checks (indexer submodule updated), and adds peerReputation RPCs to allow unban script usage:

🗹 TODO before merging

  • Ready

📌 Submission Checklist

  • Changes are backward-compatible (or flagged if breaking)
  • Pull request description explains why the change is needed
  • Self-reviewed the diff
  • I have included a change file, or skipped for this reason:
  • If the changes introduce a new feature, I have bumped the node minor version
  • Update documentation (if relevant)
  • Updated AGENTS.md if build commands, architecture, or workflows changed
  • No new todos introduced

🧪 Testing Evidence

Please describe any additional testing aside from CI:

  • Additional tests are provided (if possible)

🔱 Fork Strategy

  • Node Runtime Update
  • Node Client Update
  • Other:
  • N/A

Links

ozgb and others added 3 commits February 18, 2026 09:17
…oints (#649)

* feat: add network_peerReputations and network_peerReputation RPC endpoints

Expose peer reputation and ban status via JSON-RPC to enable debugging
peer connectivity issues without custom tooling.

* docs: update change file

* chore: cargo fmt

---------

Co-authored-by: Squirrel <giles.cope@shielded.io>
* feat: add unsafe RPC to unban peers

Useful for node operators to use when a peer is banned but has since corrected it’s behaviour.

Without this RPC, the only way to reset peer reputation is to restart the node (reputation exists in memory only).

* docs: add pr link to change file
@ozgb ozgb requested a review from a team as a code owner February 18, 2026 09:21
@ozgb ozgb merged commit 3c60b50 into release/node-0.20.2-rc.3 Feb 18, 2026
31 of 32 checks passed
@ozgb ozgb deleted the ozgb-fix-sbom-and-peer-rpc branch February 18, 2026 10:28
gilescope pushed a commit that referenced this pull request Apr 8, 2026
m2ux added a commit that referenced this pull request Apr 23, 2026
Signed-off-by: Mike Clay <mike.clay@shielded.io>
m2ux added a commit that referenced this pull request Apr 23, 2026
Signed-off-by: Mike Clay <mike.clay@shielded.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants