mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
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)
61 lines
1.3 KiB
YAML
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
|