Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@tschuyebuhl
Copy link
Contributor

another stab at using the prehashed, expanded secret keys.
I tried to take: #978 (comment) into the account, so now it's using the ExpandedSecretKey across the board, trying to guess the type/encoding based on the supplied keylength.

One thing to note is that I split loading signing keys and identity keys, keeping this coupled would require some changes to the p2p crate, which I wanted to avoid.

previous prs:

@tschuyebuhl tschuyebuhl changed the title Use ed25519-dalek's ExpandedSecretKeys Use ed25519-dalek's ExpandedSecretKey Sep 4, 2025
src/commands/yubihsm/keys/import.rs Outdated Show resolved Hide resolved
src/key_utils.rs Outdated Show resolved Hide resolved
src/keyring/ed25519/signing_key.rs Outdated Show resolved Hide resolved
src/keyring/ed25519/signing_key.rs Outdated Show resolved Hide resolved
@tony-iqlusion tony-iqlusion merged commit c5b994a into iqlusioninc:main Nov 7, 2025
7 checks passed
@tschuyebuhl
Copy link
Contributor Author

huge thanks for the review @tony-iqlusion

@tony-iqlusion
Copy link
Member

Note: tested live on the Celestia mocha-4 testnet where it seems to be working

@tony-iqlusion tony-iqlusion mentioned this pull request Nov 7, 2025
tony-iqlusion added a commit that referenced this pull request Nov 7, 2025
### Added
- Support for Celestia's extension to sign raw bytes with consensus keys (#969, #1134)
- `protocol_version = "v0.38"` configuration option for validators (#1138)
- Support for expanded Ed25519 keys including the exported YubiHSM format (#1096)

### Changed
- Bump Rust edition to 2024; MSRV 1.85 (#984, #967)
- Migrate (back) to `ed25519-dalek` (#991)
- Migrate from `tendermint-p2p` to `cometbft-p2p` (#1084)
- Migrate from `tendermint-rs` to (iq-)`cometbft-rs` (#1124, #1129, #1139)
- Bump `prost` and `tonic` to v0.14 (#1136)
- Bump `abscissa_core` to v0.9 (#1146)

### Removed
- `cosmrs` dependency (#1125)
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.