cosmos-sdk/x/group
Riccardo Montagnin 81cfc6cc85
fix: implement Amino serialization for x/authz and x/feegrant (#11224)
* fix: Add RegisterLegacyAminoCodec for authz/feegrant

* add module name

* Fix GetSignByes, add tests

* removed module names from registered messages to match other modules

* added interfaces and concrete types registration

* unseal amino instances to allow external grant and authorization registration

* fixed messages tests

* allow to register external types into authz modulecdc

* use legacy.Cdc instead of ModuleCdc inside x/authz

* move the legacy.Cdc initialization outside init function

* added serialization docs

* Update docs/core/encoding.md

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* added the Ledger specification

* fixed tests

Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
2022-02-22 12:03:01 +01:00
..
client feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
errors feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
internal docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
keeper feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
module feat: Add simulations to group module (#10723) 2022-01-21 10:52:26 +00:00
simulation feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
spec feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
codec.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
events.pb.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
expected_keepers.go feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
genesis_test.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
genesis.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
genesis.pb.go feat: Add simulations to group module (#10723) 2022-01-21 10:52:26 +00:00
keys.go feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
msgs_test.go feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
msgs.go feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
proposal.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
query.pb.go fix: Update "Group Account" naming to "Group Policy" in group module (#10865) 2022-01-05 08:54:52 +00:00
query.pb.gw.go fix: Update "Group Account" naming to "Group Policy" in group module (#10865) 2022-01-05 08:54:52 +00:00
tx.pb.go feat: Add MsgCreateGroupWithPolicy to x/group (#10963) 2022-02-18 13:47:04 +00:00
types_test.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
types.go refactor: Align on gov/group Proposals and Vote syntax (#11097) 2022-02-14 13:48:17 +00:00
types.pb.go feat(authz)!: pruning expired authorizations (#10714) 2022-02-16 17:36:50 +00:00
typesupport.go feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00