Skip to content

Commit

Permalink
lemove obsolete comments
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Dec 11, 2024
1 parent 26f9341 commit d965c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion src/core/profile_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class ProfileManager {
* @returns
*/
_setValue(itemPath: string, value: any, yamlRoot: object): object {
// find the location where to set the value in the yaml
// find the location where to set the value in the YAML
const itemPathParts: string[] = itemPath.split('.');
let parent = yamlRoot;
let current = parent;
Expand Down
32 changes: 0 additions & 32 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,35 +101,3 @@ export interface ServiceEndpoint {
port: number
domainName: string
}

// basically what node update does
//
// export interface Node {
// nodeId number ✅
// AccountID accountId ✅
// description string ✅
// gossipEndpoint Array<ServiceEndpoint>
// all of this are in single network, single cluster,
// is going to be fully qualified domain name for
// what we are currently putting as external ( ha proxy endpoint )
// serviceEndpoint: Array<ServiceEndpoint>
// gossipCaCertificate: Bytes - node keys ✅
// grpcCertificateHash: Bytes - kode in node command how to generate it
// weight: number,
// deleted: boolean, ✅
// adminKey: Key ✅
// right now dynamically
// generate it but add it as a secret as
// all other ledger uhh account keys
//
// generate it the same way without genesis, a unique one and store it as a secret, we want to name it a bit differently
// }

// gleda configureNodeAccess

// internal is the network pod name
// external ip is the network service name
// the gossip endpoint is externalIP

// the service endpoint - for the grpc calls, configureNodeAccess

0 comments on commit d965c12

Please sign in to comment.