Skip to content

[???] move keys from core#1827

Closed
pavel-raykov wants to merge 13 commits intomainfrom
move-keys
Closed

[???] move keys from core#1827
pavel-raykov wants to merge 13 commits intomainfrom
move-keys

Conversation

@pavel-raykov
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 10, 2026

✅ API Diff Results - No breaking changes


📄 View full apidiff report

)

// ChainType denotes the chain or network to work with
type ChainType string
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we already have a version of this? Typically "family" or "network". If not in this repo, then how about chain selectors?

Comment on lines -128 to -138
type ScryptParams struct {
N int
P int
}

var (
DefaultScryptParams = ScryptParams{
N: gethkeystore.StandardScryptN,
P: gethkeystore.StandardScryptP,
}
FastScryptParams ScryptParams = ScryptParams{
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's keep the API compatible with aliases/assigments from the new versions

@github-actions
Copy link

This PR is stale because it has been open 30 days with no activity.
Remove the stale label or comment or this will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants