This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed
Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -130,11 +130,6 @@ For the JSON output, the following event types exist:
130130Set the flag ` --experimental ` to run subnets not yet considered safe for
131131production 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
140135Show help.
Original file line number Diff line number Diff 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]
2717const {
2818 TARGET_ARCH = os . arch ( ) ,
Original file line number Diff line number Diff 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 ( [
You can’t perform that action at this time.
0 commit comments