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

Convert sequencer private key type to k256 private key from vec<u8> before mainnet #1874

Open
ercecan opened this issue Feb 11, 2025 · 0 comments

Comments

@ercecan
Copy link
Member

ercecan commented Feb 11, 2025

In order to keep the backwards compatibility after #1798 we had to keep the sequencer private key as a vector because we convert it to dalek or k256 private key when needed. Before mainnet in order to reduce these unnecessary conversions, since we will only be using k256, we can just use k256 private key concrete type

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

No branches or pull requests

1 participant