Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 0 additions & 10 deletions lib/zinnia.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
8 changes: 0 additions & 8 deletions test/checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down