Skip to content

fix: revert ResponseCheckTx.info field and pass it to ResultBroadcastTx#488

Merged
shotonoff merged 3 commits intov0.10-devfrom
revert-info-field-to-check-tx-response
Oct 20, 2022
Merged

fix: revert ResponseCheckTx.info field and pass it to ResultBroadcastTx#488
shotonoff merged 3 commits intov0.10-devfrom
revert-info-field-to-check-tx-response

Conversation

@shotonoff
Copy link
Collaborator

@shotonoff shotonoff commented Oct 20, 2022

Issue being fixed or feature implemented

Apparently since the last backport was missed ResponseCheckTx.Info field, that is necessary for ABCI

What was done?

  • Returned ResponseCheckTx.Info
  • Passed ResponseCheckTx.Info to ResultBroadcastTx.Info

How Has This Been Tested?

Breaking Changes

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Copy link
Collaborator

@shumkov shumkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@shumkov
Copy link
Collaborator

shumkov commented Oct 20, 2022

Is it ok that this field doesn't participate in any tests?

Copy link
Collaborator

@lklimek lklimek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update PR desc

message ResponseCheckTx {
uint32 code = 1;
bytes data = 2;
string info = 4; // nondeterministic
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we generate docs from *.proto files, please add/move documentation comments from the spec .md to .proto when you touch some struct.

@shotonoff shotonoff merged commit 1affc99 into v0.10-dev Oct 20, 2022
@shotonoff shotonoff deleted the revert-info-field-to-check-tx-response branch October 20, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants