cosmos-sdk/x/accounts
dependabot[bot] ec9155a923
build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334)
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>
2024-05-10 12:24:39 +00:00
..
accountstd feat(x/accounts): On-chain multisig (#19988) 2024-05-06 11:26:49 +00:00
cli refactor(x): remove Address.String() (#20048) 2024-04-15 13:57:32 +00:00
defaults build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334) 2024-05-10 12:24:39 +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): On-chain multisig (#19988) 2024-05-06 11:26:49 +00:00
proto chore(proto): fix buf.work.yaml and make proto-gen (#20299) 2024-05-06 19:19:12 +00:00
testing chore: migrate sdk.Msg to transaction.type (#20273) 2024-05-10 10:23:22 +00:00
v1 chore: fix some comments (#20064) 2024-04-17 15:13:37 +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(x/accounts): On-chain multisig (#19988) 2024-05-06 11:26:49 +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(lockup account): Add tests for lockup account (#19772) 2024-04-24 06:54:38 +00:00
genesis_test.go refactor(x/accounts): Skip Importing Unregistered Genesis Account Types (#20053) 2024-04-16 20:48:21 +00:00
genesis.go refactor(x/accounts): Skip Importing Unregistered Genesis Account Types (#20053) 2024-04-16 20:48:21 +00:00
go.mod build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334) 2024-05-10 12:24:39 +00:00
go.sum build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334) 2024-05-10 12:24:39 +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(x/accounts): use router service from env (#20003) 2024-04-15 15:41:11 +00:00
keeper.go refactor(x/accounts): add sender assertions to SendModuleMessageUntyped (#20197) 2024-04-26 17:46:06 +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(x/accounts): use router service from env (#20003) 2024-04-15 15:41:11 +00:00
msg_server.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
query_server_test.go feat(x/accounts): use router service from env (#20003) 2024-04-15 15:41:11 +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 chore: migrate sdk.Msg to transaction.type (#20273) 2024-05-10 10:23:22 +00:00

x/accounts

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