-
Notifications
You must be signed in to change notification settings - Fork 26
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: replace eddsa with ecdsa #492
Conversation
Flamegraph.com reportCreated by Flamegraph.com Github Action |
c5bfe7b
to
4bb862c
Compare
Signed-off-by: Sacha Froment <[email protected]>
Co-authored-by: Sacha Froment <[email protected]>
Co-authored-by: Sacha Froment <[email protected]>
b235b00
to
c6b579d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update the peer id in config/bootstrap.json
and lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please update the PR so that we will remember to update our remote bootstrap nodes to reflect their new peer ID
Signed-off-by: Sacha Froment <[email protected]>
Signed-off-by: Sacha Froment <[email protected]>
* origin: refactor: 🚨 better promise usage and type on function (#535) refactor: remove unused args (#534) refactor: 🎨 import type when it's only used as type (#532) fix(coverage): 🐛 remove version.ts from coverage (#531) feat: add interval-runner (#524) refactor: remove addToFrontier (#530) Feat: enhance coverage (#493) feat: replace eddsa with ecdsa (#492) fix: import plugin wasn't activated for typescript (#523) fix: readme link (#526) fix: version (#525) fix: linting deps not at the correct place (#519) feat: add readme.md for package keychain (#521)
What type of PR is this?
Description
Keychain
private key from eddsa to ecdsaKeychain
and its functionsRelated Issues and PRs
Added/updated tests?
Additional Info
add instructions or screenshots on what you might think is relevant or instructions on how to manually test it
[optional] Do we need to perform any post-deployment tasks?