Skip to content

Comments

[???] move keys from core#1827

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

[???] 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

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.

2 participants