Sidechains-SDK icon indicating copy to clipboard operation
Sidechains-SDK copied to clipboard

Append additional bytes to block and transaction byte array.

Open MarcoOl94 opened this issue 2 years ago • 0 comments

It's allow to add additional bytes at the end of the byte array representing a block or a transaction (SidechainBlock.serialize(), SidechainCoreTransactionSerializer.serialize()). The modified data is sent to the network with these additional bytes and it's validated by the other nodes by just discarding these bytes (they are ignored in the deserialization process).

MarcoOl94 avatar May 20 '22 08:05 MarcoOl94