cosmos-sdk/x/accounts
dependabot[bot] ac61b69ae1
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 in /store (#19829)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
Co-authored-by: yihuang <huang@crypto.com>
2024-03-22 15:26:21 +00:00
..
accountstd refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
cli feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
defaults build(deps): Bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 in /store (#19829) 2024-03-22 15:26:21 +00:00
interfaces/account_abstraction/v1 perf!: Make slashing not write sign info every block (#19458) 2024-02-20 16:51:02 +00:00
internal feat(x/accounts): add event emission to accounts module (#19636) 2024-03-05 11:23:15 +00:00
proto chore: fix spelling errors (#19756) 2024-03-14 14:27:11 +00:00
testing feat(x/accounts): add event emission to accounts module (#19636) 2024-03-05 11:23:15 +00:00
v1 refactor: use slices std (#19598) 2024-02-29 09:57:42 +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
coin_transfer.go refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
depinject.go refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
genesis_test.go feat(accounts): Allow funds to be sent to accounts on init and execute (#19360) 2024-02-08 15:20:57 +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 build(deps): Bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 in /store (#19829) 2024-03-22 15:26:21 +00:00
go.sum build(deps): Bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 in /store (#19829) 2024-03-22 15:26:21 +00:00
keeper_account_abstraction.go refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
keeper_test.go feat(accounts): Allow funds to be sent to accounts on init and execute (#19360) 2024-02-08 15:20:57 +00:00
keeper.go refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652) 2024-03-06 21:12:24 +00:00
module.go refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758) 2024-03-14 17:53:31 +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 feat(x/accounts): add env bundler to accounts module (#19418) 2024-02-15 16:25:23 +00:00
query_server_test.go feat(accounts): implement Account Number query (#18989) 2024-01-09 18:23:41 +00:00
query_server.go refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +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): remove consensus events (#19757) 2024-03-15 09:40:23 +00:00

x/accounts

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