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

Add missing fields for TopicMessageSubmitTransaction #1539

Open
deyanzz opened this issue Aug 8, 2023 · 0 comments
Open

Add missing fields for TopicMessageSubmitTransaction #1539

deyanzz opened this issue Aug 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@deyanzz
Copy link

deyanzz commented Aug 8, 2023

Problem

Class TopicMessageSubmitTransaction.java is missing some fields in comparison with the C++ version ()

  • field initialTransactionId
  • field totalNumOfChunks
  • field chunkNum

Also, all corresponding getter / setter methods should be added.

Solution

The following should be added:

  • all of the missing fields listed above
  • all corresponding Unit tests

Alternatives

No response

@deyanzz deyanzz added the enhancement New feature or request label Aug 8, 2023
@thenswan thenswan self-assigned this Aug 16, 2023
@thenswan thenswan modified the milestone: 2.28.0 Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants