SwirldState API will be enhanced with changes in preHandle and handleConsensusRound, adding additional consumer as a callback. This callback should be properly integrated inside hedera.app by being populated with system transactions.
Solution
Deserialize incoming transaction bytes into proto types.
Filter all transactions and get the system transactions
Populate the callbacks with these system transactions
Problem
SwirldState API will be enhanced with changes in
preHandle
andhandleConsensusRound
, adding additional consumer as a callback. This callback should be properly integrated insidehedera.app
by being populated with system transactions.Solution
Alternatives
No response