Mukan Erkin TÖRÜK mukanerkin · he/him
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 09:31:47 +00:00
ef3d18ef56 feat(consensus): slashing, skip tracking, scheduler auto-tx injection into block loop
mukanerkin pushed to main at NarrativeUnion/nu-cli 2026-04-24 09:18:12 +00:00
61fb9fe2c8 feat(cli): encrypt keystore with Argon2id + AES-256-GCM
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:55:30 +00:00
9837edfb1f feat(node): wire P2P gossip channel to RPC sendRawTx and block announce
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:52:46 +00:00
04e5f3d166 feat(node): wire P2pSender into block_loop; add --p2p-addr and --bootstrap CLI flags
mukanerkin pushed to main at NarrativeUnion/nu-p2p 2026-04-24 08:48:29 +00:00
2c496771de feat(p2p): implement P2pNode swarm with gossipsub, kademlia, identify, ping
mukanerkin pushed to main at NarrativeUnion/nu-cli 2026-04-24 08:36:40 +00:00
9eb322322b docs: update CHANGELOG for v0.2.0
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:36:40 +00:00
e30652f264 docs: update CHANGELOG for v0.3.0
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:30:06 +00:00
2c6db93043 feat(vm): implement NodeSubmit, VoteRegister, VoteCast, StakeOp execution
mukanerkin pushed to main at NarrativeUnion/nu-cli 2026-04-24 08:21:43 +00:00
e0f7fe6bd6 feat(cli): implement node block/account cmds; fix params to positional array
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:11:37 +00:00
a81b1851ce feat(vm): define Shell/NUT/NU constants, set NODE_REWARD to 100 NUT
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 08:04:02 +00:00
f9925eba79 feat(rpc): implement nu_getBlock handler
mukanerkin pushed to main at NarrativeUnion/nu-cli 2026-04-24 07:56:53 +00:00
f009e50ee8 docs: add CHANGELOG.md (Keep a Changelog format)
mukanerkin pushed to main at NarrativeUnion/nu-p2p 2026-04-24 07:56:51 +00:00
07493e43ed docs: add CHANGELOG.md (Keep a Changelog format)
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 07:56:51 +00:00
70b326a24f docs: add CHANGELOG.md (Keep a Changelog format)
mukanerkin pushed to main at NarrativeUnion/nu-proto 2026-04-24 07:56:50 +00:00
8248408475 docs: add CHANGELOG.md (Keep a Changelog format)
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 07:55:03 +00:00
265097375a feat(nu-node): single-validator block production loop
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 07:33:13 +00:00
fd829ba1dd feat(nu-node): implement nu_sendRawTx with mempool integration
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 07:26:02 +00:00
a42ca0f8d3 feat(nu-node): wire axum RPC server, StateAccessor impl, --dev mode entry point
mukanerkin pushed to main at NarrativeUnion/nu-node 2026-04-24 06:22:51 +00:00
f7cff4513d chore(docker): add dev Dockerfile for multi-stage Rust build
mukanerkin pushed to main at NarrativeUnion/nu-cli 2026-04-23 21:00:39 +00:00
0e506c7bc0 feat(nu-cli): initial Faz 0 scaffold