hedera-services
hedera-services copied to clipboard
feat: create consensus submit message translator
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.)