Skip to content

Commit d965c12

Browse files
committed
lemove obsolete comments
Signed-off-by: instamenta <instamenta@abv.bg>
1 parent 26f9341 commit d965c12

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

src/core/profile_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class ProfileManager {
108108
* @returns
109109
*/
110110
_setValue(itemPath: string, value: any, yamlRoot: object): object {
111-
// find the location where to set the value in the yaml
111+
// find the location where to set the value in the YAML
112112
const itemPathParts: string[] = itemPath.split('.');
113113
let parent = yamlRoot;
114114
let current = parent;

src/types/index.ts

-32
Original file line numberDiff line numberDiff line change
@@ -101,35 +101,3 @@ export interface ServiceEndpoint {
101101
port: number
102102
domainName: string
103103
}
104-
105-
// basically what node update does
106-
//
107-
// export interface Node {
108-
// nodeId number ✅
109-
// AccountID accountId ✅
110-
// description string ✅
111-
// gossipEndpoint Array<ServiceEndpoint>
112-
// all of this are in single network, single cluster,
113-
// is going to be fully qualified domain name for
114-
// what we are currently putting as external ( ha proxy endpoint )
115-
// serviceEndpoint: Array<ServiceEndpoint>
116-
// gossipCaCertificate: Bytes - node keys ✅
117-
// grpcCertificateHash: Bytes - kode in node command how to generate it
118-
// weight: number,
119-
// deleted: boolean, ✅
120-
// adminKey: Key ✅
121-
// right now dynamically
122-
// generate it but add it as a secret as
123-
// all other ledger uhh account keys
124-
//
125-
// generate it the same way without genesis, a unique one and store it as a secret, we want to name it a bit differently
126-
// }
127-
128-
// gleda configureNodeAccess
129-
130-
// internal is the network pod name
131-
// external ip is the network service name
132-
// the gossip endpoint is externalIP
133-
134-
// the service endpoint - for the grpc calls, configureNodeAccess
135-

0 commit comments

Comments
 (0)