Commit Graph

229 Commits

Author SHA1 Message Date
mmsqe
494389d15a
fix(x/auth/tx): add missing timeoutTimestamp in newBuilderFromDecodedTx (#23492) 2025-01-24 07:57:55 +00:00
Julien Robert
39b0244eee
refactor: simplify sign mode (2/2) (#23476) 2025-01-22 12:23:12 +00:00
Julien Robert
e441778435
refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +00:00
caseylove
ef285497fd
chore(x/auth): use cosmossdk.io/core/codec instead of github.com/cosmos/cosmos-sdk/codec (#23403)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-17 09:53:22 +00:00
Julien Robert
9ca815c8d6
fix: marshal old tx body if unordered not used (#22723) 2025-01-13 14:04:59 +00:00
Matt Kocubinski
a6b0924ff5
refactor(x/auth/tx): Provide DefaultTxDecoder (#23318) 2025-01-10 11:50:05 +00:00
mmsqe
517839bc96
fix(x/auth/tx): avoid panic from newWrapperFromDecodedTx (#23170)
Co-authored-by: Alex | Skip <alex@djinntek.world>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-09 22:28:48 +00:00
DevOrbitlabs
80b1422684
chore(x/auth): use cosmossdk.io/core/codec instead of github.com/cosmos/cosmos-sdk/codec (#23273) 2025-01-09 17:52:05 +00:00
mmsqe
6f2bab52f1
fix(x/auth/tx): add missing CacheWithValue for ExtensionOptions (#23144) 2025-01-06 16:43:44 +00:00
mmsqe
07d5168d29
fix(x/auth/tx): avoid panic from intoAnyV2 when v1.PublicKey is optional (#23148) 2025-01-03 16:54:32 +00:00
Facundo Medica
6d12b1df8c
feat(server/v2/cometbft): Implement necessary handlers and helpers for vote extensions (#22830) 2024-12-19 12:40:02 +00:00
testinginprod
ec63f94894
feat(accounts): re-introduce bundler (#21562) 2024-10-25 07:46:23 +00:00
Shude Li
fc91e76354
build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
Julien Robert
43c41be136
fix(client/v2): *big.Int unmarshal (#21853) 2024-10-08 15:14:23 +00:00
testinginprod
7ce403f51e
feat(accounts): make x/accounts more depinject friendly (#21928) 2024-09-30 07:51:50 +00:00
Julien Robert
763e4d68e4
feat: introduce x/validate and split x/auth/tx/config (#21822) 2024-09-20 15:05:46 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Marko
c0e84afffc
chore: remove duplicate proto files for the same proto file (#21648) 2024-09-13 10:14:17 +00:00
Matt Kocubinski
57f35dcdfe
refactor: remove viper as a direct dependency (#21635) 2024-09-12 06:00:42 +00:00
Marko
f220f8bf62
refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
Julien Robert
6fc677faec
docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-09-03 22:20:05 +00:00
Marko
70488a89a8
refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
Hieu Vu
17d864f6c0
refactor(x/auth/tx): Implement UnorderedTxManager tx validator (#21426) 2024-08-29 09:00:22 +00:00
Akhil Kumar P
81a225e6a2
feat(server/v2): add min gas price and check with tx fee (#21173)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-29 07:46:58 +00:00
Julien Robert
355f4d7e42
feat(x/auth/tx): extend app module + docs (#21409) 2024-08-28 09:47:51 +00:00
Hyde Zhang
ed25f88a13
refactor: unnecessary error return of NewSigningOptions function (#21424) 2024-08-27 18:04:40 +00:00
Julien Robert
03d3a93991
refactor(simapp,runtime): audit changes (#21310) 2024-08-27 12:17:12 +00:00
Facundo Medica
7c85b981c8
fix: reimplement sig verification for app v2 (#21386) 2024-08-26 09:40:54 +00:00
Matt Kocubinski
d80afaa55a
fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +00:00
son trinh
585335690b
feat(tx)!: make timeout_height time based (#20870)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-29 11:53:27 +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
Matt Kocubinski
4bd73b667f
refactor(x/auth): rm double decode of messages (#20698) 2024-06-18 19:16:12 +00:00
testinginprod
6d2f6ff068
feat(tx): port simappv2 changes (#20648)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-17 09:54:52 +00:00
Julien Robert
2a5ff384fa
refactor(x/**): rewrite ante handlers as tx validators (#20488)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-06-03 16:47:58 +00:00
Hwangjae Lee
ad59942fc8
docs(x/auth/tx): fixed typo in error log in query.go (#20447)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-05-24 15:45:38 +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
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
e33884f79a
fix: allow tx decoding to fail in GetBlockWithTxs (#20323) 2024-05-09 11:27:39 +00:00
Hwangjae Lee
09233bbbbf
docs(x/auth/tx): fix typo in decodeMultisignatures function comment (#20190)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-04-26 07:31:51 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
ipangpang
1bd4351241
style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Hwangjae Lee
c6b8d7d146
docs(x/accounts): remove unnecessary TODO comments (#20081)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-04-18 09:21:00 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Julien Robert
0f5314c031
ci: upstream dep-assert and nomenclature from server/v2 (#19703) 2024-03-08 17:00:09 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Qt
0686af719d
refactor(x/auth): simplify unnecessary code (#19552) 2024-02-25 21:54:05 +00:00
Devon Bear
7c05f4188b
fix(depinject): Authtx was not accepting custom signers (#19549) 2024-02-25 14:38:22 +01:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +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
Callum Waters
e621eb6b1b
fix: allow empty public keys when setting signatures (#19106) 2024-01-18 20:23:44 +00:00