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: Introduce Cosmos Scalars #9933

Merged
merged 41 commits into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0b6a4df
draft
cyberbono3 Aug 13, 2021
711d581
fix auth.proto
cyberbono3 Aug 13, 2021
6c82789
fix event.proto
cyberbono3 Aug 13, 2021
2a846b9
get rid of TODO
cyberbono3 Aug 13, 2021
e833de0
cleanup
cyberbono3 Aug 13, 2021
22e1baf
add scalar field to FieldOptions
cyberbono3 Aug 16, 2021
9264d4f
update
cyberbono3 Aug 16, 2021
b3dfa7e
fix reflection.proto
cyberbono3 Aug 16, 2021
d9776f4
fix genesis.proto
cyberbono3 Aug 16, 2021
1f3e244
fix vesting.proto
cyberbono3 Aug 16, 2021
73397e5
apply reviewer comments
cyberbono3 Aug 17, 2021
084c2a9
cleanup
cyberbono3 Aug 17, 2021
e4bd120
fix staking.proto
cyberbono3 Aug 17, 2021
1164971
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into cy…
cyberbono3 Aug 17, 2021
ca11a3d
fix bank.proto
cyberbono3 Aug 18, 2021
d4474df
fix abci.proto
cyberbono3 Aug 18, 2021
5f47cd4
fix commit_info.proto
cyberbono3 Aug 18, 2021
0376fe1
fix capability.proto
cyberbono3 Aug 18, 2021
505cdd2
fix tx.proto
cyberbono3 Aug 18, 2021
7232691
fix evidence.proto
cyberbono3 Aug 18, 2021
57dbae5
fix types.proto
cyberbono3 Aug 18, 2021
0730f2a
fix mint.proto
cyberbono3 Aug 18, 2021
3b4130d
update go_package in cosmos.proto
cyberbono3 Aug 19, 2021
0fffd04
remove interface_type from MessageOptions in cosmos.proto
cyberbono3 Aug 19, 2021
1e668e3
restore interface_type in cosmos.proto and include *.pb.go
cyberbono3 Aug 24, 2021
a7e6ffa
proto-gen
cyberbono3 Sep 15, 2021
61ccb2b
resolve merge conflicts
cyberbono3 Sep 15, 2021
d8d1e3f
make proto-gen
cyberbono3 Sep 15, 2021
fa0f0f1
update go.mod and protocgen.sh
cyberbono3 Sep 16, 2021
0532c92
remove interfacetype from protocgen.sh
cyberbono3 Sep 16, 2021
acf2615
scripts/protocgen.sh
cyberbono3 Sep 16, 2021
7a3123d
make test-all works properly
cyberbono3 Sep 16, 2021
c912dab
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into cy…
cyberbono3 Sep 16, 2021
aa30774
Merge branch 'master' into cyberbono3/introduce-cosmos-scalars
cyberbono3 Sep 16, 2021
41f81de
add changelog entry
cyberbono3 Sep 18, 2021
20419bf
merge master into my branch and resolve conflicts
cyberbono3 Sep 18, 2021
aa7e529
Update scripts/protocgen.sh
cyberbono3 Sep 20, 2021
c421312
add comments to cosmos.proto
cyberbono3 Sep 20, 2021
07303ab
Merge branch 'master' into cyberbono3/introduce-cosmos-scalars
atheeshp Sep 21, 2021
d1ed91c
Update CHANGELOG.md
amaury1093 Sep 21, 2021
193c335
Merge branch 'master' into cyberbono3/introduce-cosmos-scalars
amaury1093 Sep 21, 2021
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

* [\#9933](https://github.com/cosmos/cosmos-sdk/pull/9933) Introduces the notion of a Cosmos "Scalar" type, which would just be simple aliases that give human-understable meaning to the underlying type, both in Go code and in Proto definitions.
amaury1093 marked this conversation as resolved.
Show resolved Hide resolved
* [\#9884](https://github.com/cosmos/cosmos-sdk/pull/9884) Provide a new gRPC query handler, `/cosmos/params/v1beta1/subspaces`, that allows the ability to query for all registered subspaces and their respective keys.
* [\#9860](https://github.com/cosmos/cosmos-sdk/pull/9860) Emit transaction fee in ante handler fee decorator. The event type is `tx` and the attribute is `fee`.
* [\#9776](https://github.com/cosmos/cosmos-sdk/pull/9776) Add flag `staking-bond-denom` to specify the staking bond denomination value when initializing a new chain.
Expand Down
143 changes: 73 additions & 70 deletions client/grpc/tmservice/query.pb.go

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

Loading