cosmos-sdk/x/accounts
Julien Robert 13780bd6d5
feat(x/gov): add yes_quorum parameter (#19167)
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-30 22:04:24 +00:00
..
accountstd feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
cli feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
interfaces/account_abstraction/v1 feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
internal feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068) 2024-01-17 10:58:06 +00:00
testing refactor!(core): add in environment bundler of service (#19041) 2024-01-30 12:22:35 +00:00
v1 feat(accounts): implement Account Number query (#18989) 2024-01-09 18:23:41 +00:00
account_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
depinject.go refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
genesis_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
genesis.go feat(accounts): use account number as state prefix for account state (#18664) 2023-12-11 11:44:01 +00:00
go.mod feat(x/gov): add yes_quorum parameter (#19167) 2024-01-30 22:04:24 +00:00
go.sum feat(x/gov): add yes_quorum parameter (#19167) 2024-01-30 22:04:24 +00:00
keeper_account_abstraction.go feat(accounts): Add TxCompat field –  implement Tx integration (part 1) (#18969) 2024-01-08 10:15:31 +00:00
keeper_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
keeper.go feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068) 2024-01-17 10:58:06 +00:00
module.go refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
msg_server_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
msg_server.go refactor!(core): add in environment bundler of service (#19041) 2024-01-30 12:22:35 +00:00
query_server_test.go feat(accounts): implement Account Number query (#18989) 2024-01-09 18:23:41 +00:00
query_server.go feat(accounts): implement Account Number query (#18989) 2024-01-09 18:23:41 +00:00
README.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
sonar-project.properties feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
utils_test.go refactor!(core): add in environment bundler of service (#19041) 2024-01-30 12:22:35 +00:00

x/accounts

The x/accounts module provides module and facilities for writing smart cosmos-sdk accounts.