hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

feat: create consensus submit message translator

Open MiroslavGatsanoga opened this issue 6 months ago • 0 comments

Description:

Translator from block stream items (produced by consensus submit message transactions) to record stream entries. In order to validate streams produced by transactions from SubmitMessageSuite run the following Gradle command:

./gradlew :test-clients:test --tests "com.hedera.services.bdd.suites.consensus.SubmitMessageSuite" --tests "com.hedera.services.bdd.suites.validation.StreamValidationTest"

Related issue(s):

Fixes #14618

Notes for reviewer:

Checklist

  • [ ] Documented (Code comments, README, etc.)
  • [ ] Tested (unit, integration, etc.)

MiroslavGatsanoga avatar Aug 07 '24 16:08 MiroslavGatsanoga