RGB-WG / rgb-core

RGB Core Library: consensus validation for private & scalable client-validated smart contracts on Bitcoin & Lightning
https://spec.rgb.tech
Apache License 2.0
207 stars 52 forks source link

Add reserved field (byte-size) to state transition inputs #149

Closed dr-orlovsky closed 1 year ago

dr-orlovsky commented 1 year ago

This is required for the future fast-forward updates to add additional data to the state transition inputs (like pointers to other contracts, which can't go into global state, since we need an automatic way of following them at the consensus level which will not depend on a specifics of global state data type).