From ea378188ba94595d69fbe68e4539d0cd59967ef9 Mon Sep 17 00:00:00 2001 From: Srdjan S Date: Mon, 2 Jun 2025 13:14:36 +0200 Subject: [PATCH] Remove arweave and walrus checker modules --- README.md | 5 ----- lib/zinnia.js | 10 ---------- test/checker.js | 8 -------- 3 files changed, 23 deletions(-) diff --git a/README.md b/README.md index d3943389..4363bd69 100644 --- a/README.md +++ b/README.md @@ -130,11 +130,6 @@ For the JSON output, the following event types exist: Set the flag `--experimental` to run subnets not yet considered safe for production use. _Run this at your own risk!_ -Checker Modules currently in experimental mode: - -- [Arweave](https://github.com/CheckerNetwork/arweave-checker/) -- [Walrus](https://github.com/CheckerNetwork/walrus-checker/) - ### `$ checker --help` Show help. diff --git a/lib/zinnia.js b/lib/zinnia.js index cf22a5a9..78960f50 100644 --- a/lib/zinnia.js +++ b/lib/zinnia.js @@ -13,16 +13,6 @@ const SUBNETS = [ ipnsKey: 'k51qzi5uqu5dlej5gtgal40sjbowuau5itwkr6mgyuxdsuhagjxtsfqjd6ym3g', experimental: false, }, - { - subnet: 'arweave', - ipnsKey: 'k51qzi5uqu5dgwm6tk4gibgfqbqjopwdtlphvyczrixay6oesadjdxt1eorimg', - experimental: true, - }, - { - subnet: 'walrus', - ipnsKey: 'k51qzi5uqu5dghv7chp14rx3w89xwbbi2pwzpz1xt02ddpcev6j7guyg60yi4m', - experimental: true, - }, ] const { TARGET_ARCH = os.arch(), diff --git a/test/checker.js b/test/checker.js index e0ec520c..a7c61c8f 100644 --- a/test/checker.js +++ b/test/checker.js @@ -34,14 +34,6 @@ describe('Checker', () => { assert.strictEqual(ps.exitCode, null) stopChecker() }) - it('runs experimental subnets', () => { - it('runs Arweave & Walrus', async () => { - const ps = startChecker(['--experimental']) - await streamMatch(ps.stdout, 'Arweave subnet started.') - await streamMatch(ps.stdout, 'Walrus subnet started.') - stopChecker() - }) - }) it('outputs events', async () => { const ps = startChecker() await Promise.all([