Skip to content
Snippets Groups Projects
  • Jonas Theis's avatar
    df5b6b25
    Uniform usage of base58 over base64 and hex (#452) · df5b6b25
    Jonas Theis authored
    * Adjust autopeering/neighbors endpoint to display public key in default (base58)
    
    * Allow to specify node seed as base58 or base64 + add flag to show seed
    
    * Interpret entry node public key as base58
    
    * Adjust integration tests to use base58 instead of base64
    
    * Hex to base58
    
    * Remove flag to print seed
    
    * Update hive.go
    Uniform usage of base58 over base64 and hex (#452)
    Jonas Theis authored
    * Adjust autopeering/neighbors endpoint to display public key in default (base58)
    
    * Allow to specify node seed as base58 or base64 + add flag to show seed
    
    * Interpret entry node public key as base58
    
    * Adjust integration tests to use base58 instead of base64
    
    * Hex to base58
    
    * Remove flag to print seed
    
    * Update hive.go