• Attila Gazso's avatar
    swarm: Added lightnode flag (#17291) · 9df16f34
    Attila Gazso authored
    * swarm: Added lightnode flag
    
    Added --lightnode command line parameter
    Added LightNode to Handshake message
    
    * swarm/config: Fixed variable naming
    
    * cmd/swarm: Changed BoolTFlag to BoolFlag for SwarmLightNodeEnabled
    
    * swarm/network: Changed logging
    
    * swarm/network: Changed protocol version testing
    
    * swarm/network: Renamed DefaultNetworkID variable to TestProtocolNetworkID
    
    * swarm/network: Bumped protocol version
    
    * swarm/network: Changed LightNode handhsake test to table driven
    
    * swarm/network: Changed back TestProtocolVersion to 5 for now
    
    * swarm/network: Moved the test configuration inside the test function scope
    9df16f34
Name
Last commit
Last update
..
swarm-smoke Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
db.go Loading commit data...
download.go Loading commit data...
export_test.go Loading commit data...
fs.go Loading commit data...
fs_test.go Loading commit data...
hash.go Loading commit data...
list.go Loading commit data...
main.go Loading commit data...
manifest.go Loading commit data...
mru.go Loading commit data...
run_test.go Loading commit data...
upload.go Loading commit data...
upload_test.go Loading commit data...