Skip to content

Expose precheck errors from tx#4996

Merged
alexanderbez merged 5 commits intomasterfrom
tim/4972-broadcast-errors
Sep 11, 2019
Merged

Expose precheck errors from tx#4996
alexanderbez merged 5 commits intomasterfrom
tim/4972-broadcast-errors

Conversation

@tnachen
Copy link
Copy Markdown
Contributor

@tnachen tnachen commented Sep 4, 2019

closes: #4972


  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • Re-reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 4, 2019

Codecov Report

Merging #4996 into master will decrease coverage by 0.7%.
The diff coverage is 90.9%.

@@            Coverage Diff            @@
##           master   #4996      +/-   ##
=========================================
- Coverage   55.51%   54.8%   -0.71%     
=========================================
  Files         287     291       +4     
  Lines       17539   17840     +301     
=========================================
+ Hits         9737    9778      +41     
- Misses       7102    7358     +256     
- Partials      700     704       +4

Copy link
Copy Markdown
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

Thanks @tnachen, looks great! Left some feedback ☕️

@tnachen tnachen force-pushed the tim/4972-broadcast-errors branch from a904f67 to edd547b Compare September 5, 2019 16:02
@tnachen tnachen force-pushed the tim/4972-broadcast-errors branch from edd547b to 5b51d26 Compare September 6, 2019 05:20
Copy link
Copy Markdown
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

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

minor nit. Otherwise LGTM

@tnachen tnachen force-pushed the tim/4972-broadcast-errors branch from 5b51d26 to 6cc67aa Compare September 6, 2019 16:07
Copy link
Copy Markdown
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

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

ACK. As a suggestion please try to not force-push so reviewers won't need to re-review the whole PR (just the new diffs from the latest comments).

Copy link
Copy Markdown
Contributor

@jackzampolin jackzampolin left a comment

Choose a reason for hiding this comment

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

Nice UX improvement here @tnachen!

@tnachen tnachen force-pushed the tim/4972-broadcast-errors branch from 96afedf to d7c99bc Compare September 10, 2019 22:02
@tnachen tnachen force-pushed the tim/4972-broadcast-errors branch from d7c99bc to 211fe23 Compare September 11, 2019 18:20
@tnachen
Copy link
Copy Markdown
Contributor Author

tnachen commented Sep 11, 2019

@alexanderbez changed to use string matching now.

Copy link
Copy Markdown
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

testedACK ⚡️

@alexanderbez alexanderbez merged commit 5bcab79 into master Sep 11, 2019
@alexanderbez alexanderbez deleted the tim/4972-broadcast-errors branch September 11, 2019 18:56
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.

Intercept and Format Tendermint Broadcast Errors

5 participants