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(crypto)!: remove sr25519 curve #3646

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Conversation

melekes
Copy link
Contributor

@melekes melekes commented Aug 8, 2024

looks like no one is actually using it


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments
  • Title follows the Conventional Commits spec

looks like no one is actually using it
@melekes melekes requested review from a team as code owners August 8, 2024 05:40
@melekes melekes added backport-to-v1.x Tell Mergify to backport the PR to v1.x breaking A breaking change labels Aug 8, 2024
@melekes melekes self-assigned this Aug 8, 2024
Copy link
Collaborator

@cason cason left a comment

Choose a reason for hiding this comment

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

Legit.

But I think we should deprecate this key type in v1.x.

@melekes melekes added this pull request to the merge queue Aug 8, 2024
@melekes
Copy link
Contributor Author

melekes commented Aug 8, 2024

But I think we should deprecate this key type in v1.x.

Why? To give a chance to migrate? If they are using it w/ 0.38 line, then they would be able to continue using it for at least 1 year. Not sure we want to support sr25519 (in v1) for 2 years.

Merged via the queue into main with commit ab5b20a Aug 8, 2024
39 checks passed
@melekes melekes deleted the anton/crypto-remove-sr25519 branch August 8, 2024 13:32
mergify bot pushed a commit that referenced this pull request Aug 8, 2024
looks like no one is actually using it

---

#### PR checklist

- [x] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

(cherry picked from commit ab5b20a)

# Conflicts:
#	crypto/sr25519/privkey.go
#	test/e2e/generator/generate.go
#	test/e2e/pkg/testnet.go
@cason
Copy link
Collaborator

cason commented Aug 8, 2024

Not sure we want to support sr25519 (in v1) for 2 years.

Ok, you got a point. But if some asks for it, we need to re-introduce.

melekes added a commit that referenced this pull request Aug 9, 2024
looks like no one is actually using it


---

#### PR checklist

- [x] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request #3646 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v1.x Tell Mergify to backport the PR to v1.x breaking A breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants