cosmos-sdk/x/accounts
dependabot[bot] 14bb52ad92
build(deps): Bump actions/setup-go from 4 to 5 (#18647)
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>
2023-12-07 09:48:43 +00:00
..
accountstd feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
cli feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
internal feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
testing feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
v1 feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
account_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
genesis_test.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
genesis.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
go.mod build(deps): Bump actions/setup-go from 4 to 5 (#18647) 2023-12-07 09:48:43 +00:00
go.sum feat: secp256k1 public key constant time (#18026) 2023-12-04 19:04:02 +00:00
keeper_account_abstraction.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
keeper_test.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
keeper.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
module.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
msg_server_test.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
msg_server.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
query_server_test.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
query_server.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +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 feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00

x/accounts

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