Rebrand #16

Closed
zramsay wants to merge 9 commits from rebrand-6 into laconic-deprecated
Member

closes #6

CNS -> Registry
cns -> registry (except for variable names because of collision)
cns -> lns (variable names)

crn -> lrn (reverted because yarn build gave this error):

yarn run v1.22.19
$ tsc
src/cmds/registry-cmds/name-cmds/set.ts:26:43 - error TS2345: Argument of type '{ lrn: string; cid: string; }' is not assignable to parameter of type 'MessageMsgSetName'.
  Object literal may only specify known properties, and 'lrn' does not exist in type 'MessageMsgSetName'.

26   const result = await registry.setName({ lrn: name, cid: id }, privateKey, fee);
                                             ~~~~~~~~~

edit: laconic-sdk needs to crn -> lrn : https://github.com/cerc-io/laconic-sdk/issues/21

PR passes basic smoke test

closes #6 CNS -> Registry cns -> registry (except for variable names because of collision) cns -> lns (variable names) crn -> lrn (reverted because `yarn build` gave this error): ``` yarn run v1.22.19 $ tsc src/cmds/registry-cmds/name-cmds/set.ts:26:43 - error TS2345: Argument of type '{ lrn: string; cid: string; }' is not assignable to parameter of type 'MessageMsgSetName'. Object literal may only specify known properties, and 'lrn' does not exist in type 'MessageMsgSetName'. 26 const result = await registry.setName({ lrn: name, cid: id }, privateKey, fee); ~~~~~~~~~ ``` edit: `laconic-sdk` needs to crn -> lrn : https://github.com/cerc-io/laconic-sdk/issues/21 PR passes basic smoke test
Author
Member

handled by laconic2d

handled by laconic2d
zramsay closed this pull request 2024-03-28 13:25:43 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-registry-cli#16
No description provided.