Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: unification of keypairs #23

Merged
merged 12 commits into from
Oct 2, 2023
Merged

feat: unification of keypairs #23

merged 12 commits into from
Oct 2, 2023

Conversation

Dudleyneedham
Copy link
Member

@Dudleyneedham Dudleyneedham commented Aug 18, 2023

fixes https://github.com/KILTprotocol/ticket/issues/2889

Unification of keypairs

How to test:

Please provide a brief step-by-step instruction.
If necessary provide information about dependencies (specific configuration, branches, database dumps, etc.)

  • Step 1
  • Step 2
  • etc.

Checklist:

  • I have verified that the code works
  • I have verified that the code is easy to understand
    • If not, I have left a well-balanced amount of inline comments
  • I have left the code in a better state
  • I have documented the changes (where applicable)
    • Either PR or Ticket to update the Docs
    • Link the PR/Ticket here

Copy link
Collaborator

@rflechtner rflechtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it! Just some minor issues

src/tests/utils.ts Outdated Show resolved Hide resolved
Comment on lines 43 to 45
}, 20_000)

beforeAll(async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the split in the two beforeAlls meant that we had 20 seconds allowed to starting the container, and then 30 seconds allotted to the setup. now we have 30 seconds for everything.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think I should revert this change?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, it had its reason

src/tests/utils.ts Outdated Show resolved Hide resolved
@Dudleyneedham Dudleyneedham force-pushed the dn-unification-keypair branch from d8d6a54 to 9dcba1a Compare October 2, 2023 09:17
@Dudleyneedham Dudleyneedham merged commit 60e743d into main Oct 2, 2023
1 check passed
@Dudleyneedham Dudleyneedham deleted the dn-unification-keypair branch October 2, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants