Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append additional bytes to block and transaction byte array. #374

Open
MarcoOl94 opened this issue May 20, 2022 · 0 comments
Open

Append additional bytes to block and transaction byte array. #374

MarcoOl94 opened this issue May 20, 2022 · 0 comments

Comments

@MarcoOl94
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant