Facundo Medica
|
332d0b106d
|
feat(indexer/postgres)!: add basic support for header, txs and events (#22695)
|
2024-12-09 18:36:24 +00:00 |
|
testinginprod
|
ecd53f8497
|
feat(x/accounts)!: make address generation more robust and add predictable address creation (#22776)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-12-09 14:50:11 +00:00 |
|
testinginprod
|
ec63f94894
|
feat(accounts): re-introduce bundler (#21562)
|
2024-10-25 07:46:23 +00:00 |
|
Lucas Francisco López
|
8fa3090aab
|
test: x/accounts systemtests (#22320)
|
2024-10-23 01:29:50 +00:00 |
|
testinginprod
|
81ec7ea9e7
|
feat(auth): support accounts from auth (#21688)
|
2024-09-17 18:12:45 +00:00 |
|
Julien Robert
|
cbdfd9bdfa
|
chore: bump golangci-lint and fix all linting issues (#21761)
|
2024-09-16 19:11:19 +00:00 |
|
Julien Robert
|
a554a21a0e
|
refactor(core,stf,x)!: remove InvokeTyped from router (#21224)
|
2024-08-23 21:38:06 +00:00 |
|
yukionfire
|
095c003495
|
chore(x/auth,x/accounts): use errors.New to replace fmt.Errorf with no parameters (#20993)
|
2024-07-19 09:37:03 +00:00 |
|
Marko
|
c7375f7cd3
|
chore: migrate core to gogoproto.Message (#20781)
|
2024-06-28 09:34:23 +00:00 |
|
testinginprod
|
40492cdf10
|
feat(accounts): add genesis account initialization (#20642)
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-12 14:19:13 +00:00 |
|
son trinh
|
74d89bf506
|
refactor(x/accounts)!: accounts and auth module use the same account number tracking (#20405)
|
2024-06-03 13:40:03 +00:00 |
|
Aaron Craelius
|
53925ef5fd
|
refactor!: turn MsgsV2 into ReflectMessages to make it less confusing (#19839)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-05-16 09:55:08 +00:00 |
|
Julien Robert
|
f02a124667
|
refactor(runtime,core): split router service (#20401)
|
2024-05-16 08:04:40 +00:00 |
|
son trinh
|
a6871c74c3
|
refactor(x/accounts): add sender assertions to SendModuleMessageUntyped (#20197)
|
2024-04-26 17:46:06 +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 |
|
son trinh
|
eeefcf9600
|
fix(x/accounts): remove double execute (#20065)
|
2024-04-17 08:00:22 +00:00 |
|
Julien Robert
|
369847cfd3
|
feat(x/accounts): use router service from env (#20003)
|
2024-04-15 15:41:11 +00:00 |
|
Likhita Polavarapu
|
07c0aa73e0
|
feat: Add non atomic multimsg (#19350)
|
2024-04-15 09:32:29 +00:00 |
|
son trinh
|
a0d727eebc
|
refactor(x/auth): auth module can recognize x/accounts account (#20002)
|
2024-04-11 09:56:37 +00:00 |
|
Matt Kocubinski
|
4edf6b2a85
|
refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652)
|
2024-03-06 21:12:24 +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 |
|
Julien Robert
|
cfd426fdb3
|
feat(runtime): message router service (#19571)
|
2024-03-04 10:25:43 +00:00 |
|
Julien Robert
|
27595925be
|
refactor(x/bank): remove duplicate logger (#19572)
|
2024-02-27 07:34:54 +00:00 |
|
Likhita Polavarapu
|
c25ef03e8a
|
feat(x/accounts): add env bundler to accounts module (#19418)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2024-02-15 16:25:23 +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 |
|
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
|
1e7611faab
|
feat(accounts): Add header.Service support (#19004)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-01-10 16:55:57 +00:00 |
|
testinginprod
|
39865d852f
|
feat(accounts): use account number as state prefix for account state (#18664)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-12-11 11:44:01 +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
|
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 |
|
testinginprod
|
5952ecf515
|
feat(accounts): add Genesis handling (#17802)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-09-21 14:26:08 +00:00 |
|
testinginprod
|
c946e14211
|
feat(accounts): allow accounts to query and execute modules (#17685)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-09-13 18:39:18 +00:00 |
|
testinginprod
|
c60283b91a
|
feat(accounts): Add message server and query server logic. (#17614)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
|
2023-09-07 07:42:23 +00:00 |
|
testinginprod
|
4a536b21e2
|
feat(accounts): Add account Create,Execute,Query implementation (#17515)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-08-25 09:09:53 +00:00 |
|