-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
REST: Cleanup Tx Broadcasting and Encoding #3696
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3696 +/- ##
==========================================
Coverage ? 61.19%
==========================================
Files ? 189
Lines ? 14042
Branches ? 0
==========================================
Hits ? 8593
Misses ? 4911
Partials ? 538 |
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.
Nice! LGTM 👍
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.
Duplicate PENDING.md
entry I think, otherwise LGTM.
x/auth
client -- it doesn't belong there and broadcasting was already duplicatedclient/tx
.client/tx
packagecloses: #3692
Note, @cosmos/cosmos-ui , this removes the duplicate broadcasting endpoint. However, one endpoint accepted a
StdTx
and the other accepted raw bytes. I think the former is more desirable and easier for clients. So I updated POST @/txs
to accept aStdTx
now.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 entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerFor Admin Use: