-
Notifications
You must be signed in to change notification settings - Fork 21
fix(Transaction): prevent regeneration of manually set TransactionId #1017
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
Conversation
b6dc6f8 to
b901b44
Compare
rwalworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small thing otherwise looks good!
17adc59 to
bca3461
Compare
rwalworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
70c1c2b to
8c27a5b
Compare
|
please review on this pr |
gsstoykov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Atharva1723 seems there is some problem with the signatures.
df83993
70a4910 to
b37782e
Compare
Signed-off-by: Atharva <[email protected]>
Signed-off-by: Atharva <[email protected]>
Signed-off-by: Atharva <[email protected]>
Signed-off-by: Atharva <[email protected]>
b37782e to
621ecd5
Compare
|
The signatures are done now |
Description:
mTransactionIdManualSetflag to track if a TransactionId was set manually.mTransactionIdManualSetis true, the TransactionId will not be regenerated.TransactionIdshould not be regenerated if set manually by a user #652