nu-proto/CHANGELOG.md

997 B

Changelog — nu-proto

All notable changes to this project will be documented in this file. Format: Keep a Changelog


[Unreleased]

[0.1.0] — 2026-04-24

Added

  • types/transaction.protoTransaction, TxPayload oneof with all variants: TokenTransfer, NodeSubmit, VoteRegister, VoteCast, NftTransfer, CollectionClaim, StakeOp, ValidatorRegister; auto variants: NodeApprove, NftMint, NodeReject, VotingOpen
  • types/block.protoBlockHeader, Block, TxReceipt
  • types/story_node.protoStoryNodeState, NodeStatus enum, WeightedVote
  • types/nft.protoNftState, CollectionState
  • rpc/api.proto — JSON-RPC v0.1 contract: nu_getBlock, nu_getTx, nu_getAccount, nu_getStory, nu_getNode, nu_getNft, nu_listStories, nu_listPendingVotes, nu_sendRawTx, nu_chainInfo
  • WebSocket SubscribeRequest / SubscribeEvent for real-time block and vote updates