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

x/tx transaction decoder #15411

Closed
Tracked by #15168 ...
kocubinski opened this issue Mar 15, 2023 · 0 comments · Fixed by #15414
Closed
Tracked by #15168 ...

x/tx transaction decoder #15411

kocubinski opened this issue Mar 15, 2023 · 0 comments · Fixed by #15414
Assignees
Labels

Comments

@kocubinski
Copy link
Member

kocubinski commented Mar 15, 2023

Blocks: #15170, #15698

Port transaction decoder from x/auth to x/tx. This will be a rewrite of existing logic operating on gogo types generated from proto IDL (by cosmos/gogoproto) to pulsar types generated by cosmos/cosmos-proto; therefore the protoreflect API in the proto3 language spec is usable in this implementation.

The blocking portion of this work for #15170 is unknown field filtering.

@kocubinski kocubinski self-assigned this Mar 15, 2023
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Mar 15, 2023
This was referenced Mar 15, 2023
@tac0turtle tac0turtle added C:x/tx and removed needs-triage Issue that needs to be triaged labels Mar 17, 2023
@github-project-automation github-project-automation bot moved this to 📝 Todo in Cosmos-SDK Mar 17, 2023
@github-project-automation github-project-automation bot moved this from 📝 Todo to 👏 Done in Cosmos-SDK Apr 10, 2023
@tac0turtle tac0turtle removed this from Cosmos-SDK Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants