Commit Graph

13 Commits

Author SHA1 Message Date
Marko
62b0b26d0c
chore: migrate sdk.Msg to transaction.type (#20273)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-05-10 10:23:22 +00:00
Facundo Medica
f8b18f1d52
feat(x/accounts): On-chain multisig (#19988) 2024-05-06 11:26:49 +00:00
Julien Robert
5e7aae0db1
refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
Marko
0d3f4a82d4
feat(x/accounts): add event emission to accounts module (#19636)
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-05 11:23:15 +00:00
Qt
acdb356540
refactor: use errors.New to replace fmt.Errorf with no parameters (#19568) 2024-02-26 15:17:43 +00:00
testinginprod
4a88a58e1b
refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
testinginprod
5be33f5442
feat(accounts): Allow funds to be sent to accounts on init and execute (#19360) 2024-02-08 15:20:57 +00:00
Marko
ca04e1144c
refactor!(core): add in environment bundler of service (#19041)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-30 12:22:35 +00:00
testinginprod
498cd6a533
feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-17 10:58:06 +00:00
testinginprod
112f6cbdae
feat(accounts): use gogoproto API instead of protov2. (#18653)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-08 13:17:48 +00:00
testinginprod
d3b30e946d
feat(accounts): implement account abstraction execution (#18499)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-04 11:41:59 +00:00
testinginprod
9577a722a0
feat(accounts): add interfaces and mock impls for account abstraction (#18404)
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-09 13:24:49 +00:00
testinginprod
f3c55dc90d
feat(x/accounts): wire x/accounts to simapp (#18253)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-03 16:36:23 +00:00