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

feat: Add tx encode and decode endpoints #13789

Merged
merged 25 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
660771d
add grpc endpoint for TxDecode
likhita-809 Nov 8, 2022
e57b247
add TxEncode endpoint
likhita-809 Nov 8, 2022
b975bcd
fix txdecode
likhita-809 Nov 8, 2022
ff4480a
fix TxEncode
likhita-809 Nov 8, 2022
f5a1429
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 8, 2022
5658482
remove use of deprecated intoAny from TxDecode
likhita-809 Nov 8, 2022
727c33e
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 8, 2022
fa6abb6
wip: add decoder tests
likhita-809 Nov 9, 2022
fb094f2
fix some tests
likhita-809 Nov 9, 2022
bd0b9a8
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 9, 2022
9ff1802
add tests
likhita-809 Nov 9, 2022
ae11099
extend a commet
likhita-809 Nov 9, 2022
5a89e37
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 9, 2022
45412b8
move code to more accurate place
likhita-809 Nov 9, 2022
fa6311e
add inline docs
likhita-809 Nov 9, 2022
457dc59
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 9, 2022
0820f72
nit: review comments
likhita-809 Nov 10, 2022
0f8f67c
add changelog
likhita-809 Nov 10, 2022
9959649
address few review comments
likhita-809 Nov 10, 2022
5c22520
address review comments
likhita-809 Nov 10, 2022
34b80ff
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 10, 2022
770401b
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 11, 2022
762930f
Merge branch 'main' into likhita/add-tx/encode-endpoint
tac0turtle Nov 14, 2022
d801f99
Merge branch 'main' into likhita/add-tx/encode-endpoint
amaury1093 Nov 14, 2022
53da8b1
Merge branch 'main' into likhita/add-tx/encode-endpoint
likhita-809 Nov 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading