Add fleet evolution: seeder/miner split, atlas gossip, genetic breeding, BGP spread router, genealogy, court retry, hashrate/subnet gates, APK scout, persona temperament, WSUS mimic
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
@@ -20,8 +20,10 @@ export function e2eAuthHeaders(): Record<string, string> {
|
||||
* Prefer AETHERFORGE_FLEET_SECRET (test-suite.ps1 seeds from data/config.json).
|
||||
*/
|
||||
export async function fetchFleetSecret(request: APIRequestContext): Promise<string> {
|
||||
const fromEnv = process.env.AETHERFORGE_FLEET_SECRET?.trim();
|
||||
if (fromEnv) return fromEnv;
|
||||
if (process.env.AETHERFORGE_E2E !== '1') {
|
||||
const fromEnv = process.env.AETHERFORGE_FLEET_SECRET?.trim();
|
||||
if (fromEnv) return fromEnv;
|
||||
}
|
||||
|
||||
const res = await request.get('/api/v1/config', {
|
||||
headers: e2eAuthHeaders(),
|
||||
|
||||
Reference in New Issue
Block a user