decipherhub / decipherhub/cipherbft
Placeholder BIP-44 coin type needs SLIP-0044 registration
Open
enhancement
- Dominant language
- Rust
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The BIP-44 coin type uses a placeholder value that should be registered with SLIP-0044 for production.
**Location:**
https://github.com/decipherhub/cipherbft/blob/main/crates/crypto/src/mnemonic/derive.rs#L16
```rust
/// Uses 8888 as a placeholder. In production, this should be registered
/// with SLIP-0044 if the project becomes widely adopted.
pub const CIPHERBFT_COIN_TYPE: u32 = 8888;
```
Contributor guide
Assessment
This issue has not been assessed yet.