Rebrand #16

Open
zramsay wants to merge 9 commits from rebrand-6 into main
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
This pull request has changes conflicting with the target branch.
  • README.md
  • src/cmds/cns-cmds/account-cmds/get.ts
  • src/cmds/cns-cmds/auction-cmds/bid-cmds/commit.ts
  • src/cmds/cns-cmds/auction-cmds/bid-cmds/reveal.ts
  • src/cmds/cns-cmds/auction-cmds/get.ts
  • src/cmds/cns-cmds/authority-cmds/bond-cmds/set.ts
  • src/cmds/cns-cmds/authority-cmds/reserve.ts
  • src/cmds/cns-cmds/authority-cmds/whois.ts
  • src/cmds/cns-cmds/bond-cmds/associate.ts
  • src/cmds/cns-cmds/bond-cmds/cancel.ts

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rebrand-6:rebrand-6
git checkout rebrand-6
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/delete-me#16
No description provided.