Skip to content

feat: add support for overriding ethereum session key#2124

Open
DenzelPenzel wants to merge 1 commit intomainfrom
session-key
Open

feat: add support for overriding ethereum session key#2124
DenzelPenzel wants to merge 1 commit intomainfrom
session-key

Conversation

@DenzelPenzel
Copy link
Contributor

@DenzelPenzel DenzelPenzel commented Nov 6, 2025

@DenzelPenzel DenzelPenzel force-pushed the session-key branch 2 times, most recently from 93a48a9 to 834a05e Compare November 7, 2025 10:15
@DenzelPenzel DenzelPenzel changed the title [WIP] feat: add support for overriding ethereum session key feat: add support for overriding ethereum session key Nov 7, 2025

let eth_account: KeyringPair;
try {
eth_account = eth_keyring.createFromUri(uri);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think the naming is somehow misleading, since the key is used as seed for generating the keypair.
ping @aurexav what's your expected behavior?

@pepoviola pepoviola added the question Further information is requested label Nov 21, 2025
@pepoviola
Copy link
Collaborator

ping @DenzelPenzel, I think we need to change the naming to reflect the actual behavior. We are getting the seed for the eth key in the config, not the actual key.

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

Labels

question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants