No description
Find a file
Mukan Erkin ec355b40d2 feat(vm): implement NftTransfer and CollectionClaim execution
- NftTransfer: validates ownership, NFT not in collection, deducts fee,
  updates owner field + nft_ids on sender/recipient accounts
- CollectionClaim: validates lineage with validate_lineage(), all NFTs
  owned by sender and unclaimed; sets collection_id on all NFTs in path
- Engine: wire both variants; NftMint remains internal-only (returns error)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:06:27 +03:00
crates feat(vm): implement NftTransfer and CollectionClaim execution 2026-04-24 15:06:27 +03:00
src feat(block-loop): validator rotation + PoN update + scheduler auto-txs 2026-04-24 14:50:18 +03:00
.gitignore feat(nu-node): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Cargo.lock feat(consensus): slashing, ValidatorState, scheduler auto-tx, NodeApprove/Reject execution 2026-04-24 14:14:55 +03:00
Cargo.toml feat(nu-node): single-validator block production loop 2026-04-24 10:54:48 +03:00
CHANGELOG.md chore: update CHANGELOG for v0.6.0 2026-04-24 14:55:20 +03:00
CLAUDE.md feat(nu-node): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Dockerfile.dev chore(docker): add dev Dockerfile for multi-stage Rust build 2026-04-24 09:21:40 +03:00