Skip to content

Conversation

@jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Nov 17, 2025

A small change I've been meaning to do for a while now. the cosmrs' trait bounds on EcdsaSigner got updated to include Send and Sync, meaning we no longer need to derive private keys on every transaction and instead we can just do it once, on construction.

note that I had to deprecate some builder methods as they're no longer safe (i.e. they can possibly panic). They were not removed so it wouldn't break compatibility with the library consumers (looking at VPN-core)


This change is Reviewable

…nstruction

Previously all the keys and account information was being derived for every transaction signed
@vercel
Copy link

vercel bot commented Nov 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nym-explorer-v2 Ready Ready Preview Comment Nov 17, 2025 11:19am
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-nextra Ignored Ignored Preview Nov 17, 2025 11:19am
nym-node-status Ignored Ignored Preview Nov 17, 2025 11:19am

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