Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit ea37818

Browse files
committed
Remove arweave and walrus checker modules
1 parent ef82101 commit ea37818

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ For the JSON output, the following event types exist:
130130
Set the flag `--experimental` to run subnets not yet considered safe for
131131
production use. _Run this at your own risk!_
132132

133-
Checker Modules currently in experimental mode:
134-
135-
- [Arweave](https://github.com/CheckerNetwork/arweave-checker/)
136-
- [Walrus](https://github.com/CheckerNetwork/walrus-checker/)
137-
138133
### `$ checker --help`
139134

140135
Show help.

lib/zinnia.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ const SUBNETS = [
1313
ipnsKey: 'k51qzi5uqu5dlej5gtgal40sjbowuau5itwkr6mgyuxdsuhagjxtsfqjd6ym3g',
1414
experimental: false,
1515
},
16-
{
17-
subnet: 'arweave',
18-
ipnsKey: 'k51qzi5uqu5dgwm6tk4gibgfqbqjopwdtlphvyczrixay6oesadjdxt1eorimg',
19-
experimental: true,
20-
},
21-
{
22-
subnet: 'walrus',
23-
ipnsKey: 'k51qzi5uqu5dghv7chp14rx3w89xwbbi2pwzpz1xt02ddpcev6j7guyg60yi4m',
24-
experimental: true,
25-
},
2616
]
2717
const {
2818
TARGET_ARCH = os.arch(),

test/checker.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ describe('Checker', () => {
3434
assert.strictEqual(ps.exitCode, null)
3535
stopChecker()
3636
})
37-
it('runs experimental subnets', () => {
38-
it('runs Arweave & Walrus', async () => {
39-
const ps = startChecker(['--experimental'])
40-
await streamMatch(ps.stdout, 'Arweave subnet started.')
41-
await streamMatch(ps.stdout, 'Walrus subnet started.')
42-
stopChecker()
43-
})
44-
})
4537
it('outputs events', async () => {
4638
const ps = startChecker()
4739
await Promise.all([

0 commit comments

Comments
 (0)