No description
Find a file
Mukan Erkin 5d4a4c97c1 feat(node): implement stake/unstake/register commands with tx signing
- NodeCmd::Stake/Unstake: sends StakeOp tx signed with keystore key
- NodeCmd::Register: sends ValidatorRegister tx
- Extract load_key() and send_tx() local helpers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:03:14 +03:00
src feat(node): implement stake/unstake/register commands with tx signing 2026-04-24 15:03:14 +03:00
.gitignore feat(nu-cli): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Cargo.lock feat(story): implement submit/register/vote commands with tx signing 2026-04-24 15:02:31 +03:00
Cargo.toml feat(story): implement submit/register/vote commands with tx signing 2026-04-24 15:02:31 +03:00
CHANGELOG.md feat(cli): encrypt keystore with Argon2id + AES-256-GCM 2026-04-24 12:18:11 +03:00
CLAUDE.md feat(nu-cli): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00