Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "scripts/**"
- "solidity/**"
- "solidity-v1/**"
- "token-stakedrop/**"
pull_request:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
with:
filters: |
path-filter:
- './!((docs-v1|docs|infrastructure|scripts|solidity|solidity-v1|token-stakedrop)/**)'
- './!((docs-v1|docs|infrastructure|scripts|solidity|solidity-v1)/**)'

electrum-integration-detect-changes:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .ubsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# UBS scan exclusions
# Test files use deep Chai assertion chains (.to.eq.BN etc.) intentionally;
# null-guard warnings are false positives in that context.
**/test/**
**/tests/**
2 changes: 2 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ newest "v2" random beacon contracts can be found in
link:solidity/random-beacon/[`solidity/random-beacon`] directory. The full
specification of the "v2" random beacon is written in
link:/docs/rfc/rfc-19-random-beacon-v2.adoc[`rfc-19-random-beacon-v2.adoc`].
Retired KEEP-era packages and operational tooling are listed in
link:docs/retired-components.md[`docs/retired-components.md`].

=== dApp Developers

Expand Down
24 changes: 24 additions & 0 deletions docs/retired-components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Retired Legacy Components

KEEP-era staking and distribution surfaces have been retired in favor of the
Threshold Network T token and the current contracts under `solidity/`.

This repository no longer carries the following legacy components:

- `solidity-v1/contracts/TokenStakingEscrow.sol`
- `token-stakedrop/`
- `solidity-v1/scripts/withdraw-old-rewards.js`
- `solidity-v1/dashboard/`
- KEEP token dashboard Kubernetes manifests under `infrastructure/kube/keep-*`
- `scripts/start_dashboard.sh`

These components were removed because they are no longer part of supported
operations, were tied to deprecated KEEP-token workflows, and had accumulated
unmaintained security risk. In particular, the old rewards withdrawal helper
contained a committed mainnet private key (since rotated and no longer active),
and the retired staking escrow had no remaining ETH, KEEP, or T balance on
Ethereum mainnet when checked before removal.

Historical documents under `docs-v1/` may still mention these components for
release history and archival context. They should not be used as operational
runbooks for current Threshold Network deployments.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

116 changes: 0 additions & 116 deletions scripts/start_dashboard.sh

This file was deleted.

Loading
Loading