cosmos-sdk/x/accounts/defaults/base
dependabot[bot] a03c90beb2
build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-15 21:23:22 +00:00
..
depinject feat(accounts): make x/accounts more depinject friendly (#21928) 2024-09-30 07:51:50 +00:00
v1 feat(auth): allow BaseAccounts to be migrated to x/accounts (#21820) 2024-09-23 21:22:01 +00:00
account_test.go feat(accounts/base): give chains the possibility to pick their chosen pubkey types for the base accounts (#21466) 2024-09-03 17:09:04 +00:00
account.go fix: sequence should be higher or equal than expected during checktx and equal during deliver tx (#22299) 2024-10-17 15:45:43 +00:00
CHANGELOG.md chore: fix spelling errors (#23004) 2024-12-19 12:15:23 +00:00
go.mod build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389) 2025-01-15 21:23:22 +00:00
go.sum build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389) 2025-01-15 21:23:22 +00:00
pubkey.go feat(accounts/base): give chains the possibility to pick their chosen pubkey types for the base accounts (#21466) 2024-09-03 17:09:04 +00:00
utils_test.go chore(x/): use cosmossdk.io/core/codec instead of github.com/cosmos/cosmos-sdk/codec (#23313) 2025-01-13 09:27:53 +00:00