Files
netrunner/stacks/lux-testnet-5node.yaml
Zach Kelling 2f9accfb10 Refactor subnet→chain terminology and update genesis to v1.5.6
Major changes:
- Rename SubnetSpec → ChainSpec/ParticipantSpec throughout codebase
- Rename BlockchainSpec → ChainSpec for full chain definitions
- Update all protobuf definitions with new naming
- Fix duplicate variable declarations from sed replacements
- Update copyright headers to BSD-3-Clause with SPDX identifiers
- Update github.com/luxfi/genesis to v1.5.6 (BLS signer keys)

The genesis v1.5.6 update adds:
- Initial stakers with BLS publicKey and proofOfPossession
- Initial allocations for local network testing
- Fixes "failed to load database state: not found" error

Build fixes:
- Fix api/mocks/client.go CChainAPI return type
- Fix local/node_test.go with build tag for integration tests
- Fix parameter name collisions (chainConfigs → pChainConfigs)
2025-12-19 07:11:06 -08:00

61 lines
1.3 KiB
YAML

name: lux-testnet-5node
version: 1.0.0
description: 5-node Lux Testnet local network
engines:
- name: testnet-node-1
type: lux
network_id: 96368
http_port: 9750
staking_port: 9751
log_level: info
wait_healthy: true
data_dir: /tmp/lux-testnet-5node/node1
- name: testnet-node-2
type: lux
network_id: 96368
http_port: 9760
staking_port: 9761
log_level: info
wait_healthy: true
data_dir: /tmp/lux-testnet-5node/node2
- name: testnet-node-3
type: lux
network_id: 96368
http_port: 9770
staking_port: 9771
log_level: info
wait_healthy: true
data_dir: /tmp/lux-testnet-5node/node3
- name: testnet-node-4
type: lux
network_id: 96368
http_port: 9780
staking_port: 9781
log_level: info
wait_healthy: true
data_dir: /tmp/lux-testnet-5node/node4
- name: testnet-node-5
type: lux
network_id: 96368
http_port: 9790
staking_port: 9791
log_level: info
wait_healthy: true
data_dir: /tmp/lux-testnet-5node/node5
networks:
- name: lux-testnet-local
type: l1
chain_id: 96368
endpoints:
- http://localhost:9750
- http://localhost:9760
- http://localhost:9770
- http://localhost:9780
- http://localhost:9790