nu-node/crates
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
..
nu-block feat(nu-node): implement nu_sendRawTx with mempool integration 2026-04-24 10:32:26 +03:00
nu-consensus feat(block-loop): validator rotation + PoN update + scheduler auto-txs 2026-04-24 14:50:18 +03:00
nu-mempool feat(nu-node): implement nu_sendRawTx with mempool integration 2026-04-24 10:32:26 +03:00
nu-rpc feat(rpc): add nu_getValidator handler 2026-04-24 14:54:55 +03:00
nu-state feat(consensus): slashing, ValidatorState, scheduler auto-tx, NodeApprove/Reject execution 2026-04-24 14:14:55 +03:00
nu-vm feat(vm): implement NftTransfer and CollectionClaim execution 2026-04-24 15:06:27 +03:00