hexresearch / hschain-utxo

UTXO-based contracts for hschain
0 stars 0 forks source link

Implements data inputs #191

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

Fixes #101

Implements data-inputs. Tx can contain references to input boxes that we do not spend but use as global data that we can read or use as oracles.

Also removes sigMask from TxId, because we can substitute SigAll for all mask bits set explicitly and get the same valid Tx but different TxId.