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

Extend ConsensusEvent to support transaction in Bytes format #16840

Open
Tracked by #16677
IvanKavaldzhiev opened this issue Dec 2, 2024 · 0 comments · May be fixed by #16844
Open
Tracked by #16677

Extend ConsensusEvent to support transaction in Bytes format #16840

IvanKavaldzhiev opened this issue Dec 2, 2024 · 0 comments · May be fixed by #16844
Assignees
Labels
Platform Tickets pertaining to the platform

Comments

@IvanKavaldzhiev
Copy link
Collaborator

Problem

A lot of the platform testing apps use ConsensusEvent interface to handle transactions. In order to adapt the testing apps to support the new transaction format of only bytes, we should adapt the ConsensusEvent interface to be able to return such transactions.

Solution

Adapt ConsensusEvent interface to return List representing transactions in the new format and add implementation for each class that extend it.

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
1 participant