nu-node/crates/nu-vm
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
..
src feat(vm): implement NftTransfer and CollectionClaim execution 2026-04-24 15:06:27 +03:00
Cargo.toml feat(consensus): slashing, ValidatorState, scheduler auto-tx, NodeApprove/Reject execution 2026-04-24 14:14:55 +03:00