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 proto annotations for Amino JSON #13501

Merged
merged 54 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2408981
add legacy_amino_name
amaury1093 Oct 11, 2022
c2d0177
make-proto-gen
amaury1093 Oct 11, 2022
b0b45b8
remove useless omitempty
amaury1093 Oct 11, 2022
2498346
add annotations
amaury1093 Oct 11, 2022
74ba928
Add proto annotations
amaury1093 Oct 11, 2022
0a51a16
Add more annotations
amaury1093 Oct 11, 2022
3b29938
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Oct 11, 2022
21797ea
update cosmos-proto
amaury1093 Oct 13, 2022
2aef908
Add message scalar?
amaury1093 Oct 13, 2022
acb72ae
Add comments
amaury1093 Oct 13, 2022
433f22e
Fix comment
amaury1093 Oct 13, 2022
6c63117
lint proto files
amaury1093 Oct 18, 2022
724c1e8
proto-gen
amaury1093 Oct 18, 2022
018138d
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Oct 18, 2022
04881c6
go mod tidy
amaury1093 Oct 18, 2022
9f71eb1
Add multisig encoding
amaury1093 Oct 18, 2022
f80625d
Add field name
amaury1093 Oct 18, 2022
0434992
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Oct 18, 2022
20e66f1
Format proto
amaury1093 Oct 18, 2022
a908892
proto-gen
amaury1093 Oct 18, 2022
d9b3d35
Update proto/cosmos/msg/v1/msg.proto
amaury1093 Oct 19, 2022
5a47304
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Oct 19, 2022
78aa1cb
Add dont_omitempty whenever we have nullable=false
amaury1093 Oct 19, 2022
010c2d9
proto-gen
amaury1093 Oct 19, 2022
3da85c9
Remove problematic annotations
amaury1093 Oct 19, 2022
b78bcba
put legacy_amino in subpackage
amaury1093 Oct 19, 2022
e65d6ef
proto-gen
amaury1093 Oct 19, 2022
eb4b882
Fixes
amaury1093 Oct 19, 2022
f70afcb
legacy_amino.v1
amaury1093 Oct 20, 2022
d94b9c9
Merge branch 'main' into am/amino-proto
amaury1093 Oct 20, 2022
7919111
add non-working proto
amaury1093 Oct 20, 2022
99c9461
Generate in separate package
amaury1093 Oct 24, 2022
2ccb3e3
Remove `cosmos.msg` prefix
amaury1093 Oct 24, 2022
69a0af6
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Oct 24, 2022
046cc2a
make proto-gen
amaury1093 Oct 24, 2022
9f3b15c
remove v1 too
amaury1093 Oct 24, 2022
280facf
make proto-format
amaury1093 Oct 24, 2022
19b9e31
Add field option
amaury1093 Nov 2, 2022
0255bb6
format
amaury1093 Nov 2, 2022
a6dfbf4
Merge branch 'main' of ssh://github.com/cosmos/cosmos-sdk into am/ami…
amaury1093 Nov 2, 2022
cd8edb0
proto-gen
amaury1093 Nov 2, 2022
e4949c1
Use underscores
amaury1093 Nov 3, 2022
a2f8e3c
Merge branch 'main' into am/amino-proto
amaury1093 Nov 3, 2022
ea45fd6
Merge branch 'main' into am/amino-proto
amaury1093 Nov 3, 2022
cc62649
Merge branch 'main' into am/amino-proto
amaury1093 Nov 7, 2022
cf8da85
Merge branch 'main' into am/amino-proto
amaury1093 Nov 7, 2022
d82a2c7
update legacy_amino -> amino
amaury1093 Nov 7, 2022
17fac35
update to `key_field`
amaury1093 Nov 7, 2022
42407d7
make proto-format
amaury1093 Nov 7, 2022
9cbe853
make proto-gen
amaury1093 Nov 7, 2022
2e212e6
Merge branch 'main' into am/amino-proto
amaury1093 Nov 7, 2022
4caa103
fix tests
amaury1093 Nov 7, 2022
e4b783a
Merge branch 'am/amino-proto' of ssh://github.com/cosmos/cosmos-sdk i…
amaury1093 Nov 7, 2022
520e29f
Fix test again
amaury1093 Nov 7, 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
99 changes: 54 additions & 45 deletions api/cosmos/auth/v1beta1/auth.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions api/cosmos/auth/v1beta1/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 24 additions & 21 deletions api/cosmos/auth/v1beta1/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading