18 Commits
Author SHA1 Message Date
zeekayandHanzo Dev 964089cf57 fix(deps): repair vanished pins / go.sum drift ( tidy) + build green
Co-authored-by: Hanzo Dev <dev@hanzo.ai>
v1.3.0
2026-06-30 13:54:01 -07:00
Hanzo Dev 9283892da2 security: remove hardcoded mnemonic — use KMS 2026-03-24 18:07:32 -07:00
Hanzo Dev 1430ed6c64 chore: bump Go 1.26.0 → 1.26.1
Fixes 5 stdlib CVEs (html/template, os, net/url, crypto/x509 x2).
2026-03-12 01:08:58 -07:00
Hanzo Dev 3421125182 chore: update Go module dependencies 2026-03-03 18:58:30 -08:00
Zach Kelling 4e3f768bc7 feat: add mnemonic check and validator derivation tools 2026-02-21 11:56:53 -08:00
Zach Kelling 13b8a36980 chore: add BSD-3-Clause LICENSE 2026-02-14 05:26:21 -08:00
Zach Kelling d986eda263 fix: use standard BIP-44 coin type 60 for key derivation paths 2026-02-13 15:12:31 -08:00
Zach Kelling 5505743592 chore: sync dependencies and format code 2026-02-04 15:46:17 -08:00
Zach Kelling 2f64011cdd fix: migrate from vm/platformvm/signer to protocol/p/signer
Break import cycle by using protocol package for signer interface.
v1.0.8
2026-01-26 08:10:35 -08:00
Zach Kelling 2397e86893 refactor: update dependencies to use external packages v1.0.7 2026-01-09 00:00:18 -08:00
Zach Kelling 3bad14dfb6 fix: use SignProofOfPossession for BLS PoP v1.0.6 2026-01-03 07:01:34 -08:00
Zach Kelling 4a09520e83 chore: update to github.com/luxfi/const v1.4.0
Rename dependency from luxfi/constants to luxfi/const for brevity.
v1.0.5
2025-12-29 14:17:59 -08:00
Zach Kelling fd48fa4c71 feat: enhance key generation with staking support v1.0.4 2025-12-25 09:12:43 -08:00
Zach Kelling 3b7d998338 docs: add LLM.md for AI assistant documentation 2025-12-24 18:10:42 -08:00
Zach Kelling 14c18f8fd9 deps: upgrade node to v1.22.45
- node v1.22.45 has NewCertAndKeyBytesFromKey function
v1.0.3
2025-12-22 07:13:08 -08:00
Zach Kelling 6a5ea5376a deps: upgrade node to v1.22.44
- node v1.22.44 has NewCertAndKeyBytesFromKey function
v1.0.2
2025-12-22 07:06:56 -08:00
Zach Kelling 75db4cb7bb feat: add deterministic validator key derivation from mnemonic
- Add DeriveValidatorsFromMnemonic and DeriveValidatorFromMnemonic
- Derive EC keys using BIP44 path m/44/9000/0/0/{index}
- Derive TLS keys using BIP44 path m/44/9000/1/0/{index}
- Derive BLS keys using BIP44 path m/44/9000/2/0/{index}
- Add deriveP256Key for deterministic TLS cert generation
- Auto-generate missing TLS certs when loading from directory
- Keys persist to disk for stable NodeIDs across restarts
v1.0.1
2025-12-22 06:26:43 -08:00
Zach Kelling 84059d6ece initial commit v1.0.0 2025-12-21 16:57:13 -08:00