Commit Graph

1441 Commits

Author SHA1 Message Date
mergify[bot]
c6b5f4afbe
chore: remove unused local variables (backport #22340) (#22343)
Co-authored-by: zakir <80246097+zakir-code@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-23 13:24:11 +02:00
mergify[bot]
c3a6f35f80
refactor(genutil): Use sdk types genesis validator (backport #21678) (#22183)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-09 09:09:07 +02:00
mergify[bot]
82f3a16ec9
refactor(baseapp): create checktx handler (backport #21979) (#22044)
Co-authored-by: Marko <marko@baricevic.me>
2024-10-02 12:12:40 +00:00
mergify[bot]
93959d6976
refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (backport #21744) (#21803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-18 14:33:06 +00:00
mergify[bot]
02595f5539
docs: minor cleanup to simulation docs (backport #21777) (#21796)
Co-authored-by: Marko <marko@baricevic.me>
2024-09-18 11:49:17 +02:00
mergify[bot]
2ad5ab913d
chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-17 11:49:10 +00:00
mergify[bot]
8823508147
feat(sims): Add sims2 framework and factory methods (backport #21613) (#21752)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-17 10:04:02 +00:00
mergify[bot]
150d17c3fc
feat: replace the cosmos-db usecases in the tests with core/testing (backport #21525) (#21720)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-13 20:18:05 +00:00
mergify[bot]
64beb97259
feat(types/collections): add LegacyDec collection value (backport #21693) (#21723) 2024-09-13 21:19:07 +02:00
mergify[bot]
20f7cd7aac
fix(unorderedtx): issues reported in audit (backport #21467) (#21655) 2024-09-11 14:04:46 +02:00
mergify[bot]
68ec945293
refactor(core): move amino registrar and drop legacy package (backport #21531) (#21561)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-05 13:04:00 +00:00
mergify[bot]
de345f16d7
docs: fix typos (backport #21514) (#21551)
Co-authored-by: omahs <73983677+omahs@users.noreply.github.com>
2024-09-04 22:09:30 +02:00
mergify[bot]
7262d4037c
fix(mempool): data race in mempool prepare proposal handler (backport #21413) (#21540)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 11:09:41 +00:00
mergify[bot]
7d5ab19311
refactor: revert auth extraction (backport #21507) (#21529)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-03 22:21:22 +00:00
mergify[bot]
e1a1c05481
fix(types/mempool): fix slice init length (backport #21494) (#21518) 2024-09-03 16:06:07 +02:00
mergify[bot]
9299847082
feat(types/module): add deprecation panics on unsupported apis (backport #21512) (#21516) 2024-09-03 15:40:00 +02:00
mergify[bot]
275eb61f9c
fix(baseapp): preblock events are not emmitted correctly (backport #21444) (#21457)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-08-29 10:19:27 +00:00
mergify[bot]
4e9f0bc7b1
chore(types): deprecate acc address stringer (backport #21435) (#21438)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-28 10:50:58 +00:00
mergify[bot]
c288f4ae04
refactor(types): audit QA (backport #21355) (#21422)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-27 12:36:55 +00:00
mergify[bot]
cb1b2841c1
refactor(core,stf,x)!: remove InvokeTyped from router (backport #21224) (#21392)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-23 21:59:49 +00:00
mergify[bot]
3285de7f6c
refactor: remove x/exp dep (backport #21281) (#21358) 2024-08-19 15:46:41 +00:00
mergify[bot]
1e3b81f6f9
build(deps): use Go 1.23 instead of Go 1.22 (backport #21280) (#21308)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-15 15:42:24 +02:00
mergify[bot]
8de031599c
build(deps): bump proto-builder and regen protos (backport #21215) (#21216)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-08 09:47:10 +00:00
mergify[bot]
f5b4c23ec3
refactor(x): update to latest core (partial backport #21166) (#21214)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-08 08:28:19 +00:00
mergify[bot]
1b27e4fd6e
fix(x/auth/tx): JSON TX encoding/decoding (backport #20803) (#21125)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-07-31 16:57:44 +02:00
mergify[bot]
7d801cc3c9
feat(tx)!: make timeout_height time based (backport #20870) (#21104)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-07-29 14:21:00 +02:00
mergify[bot]
fcb808a54c
feat(log): remove core dependency and update core interface to be dependency free (backport #21045) (#21089)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 13:43:42 +02:00
mergify[bot]
826d4d3f28
refactor(sims)!: Remove Baseapp from sims (backport #21039) (#21058)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-24 18:19:32 +02:00
Facundo Medica
9ab162de6d
chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
Julien Robert
25dce71f62
refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
Qt
3304d0803d
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Marko
9436bcb7f2
chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
beer-1
3395906d1c
fix: include pagination.key at reverse mode (#20939) 2024-07-15 11:39:20 +00:00
Marko
aceeaf4720
chore: move abci errors to baseapp (#20756) 2024-06-25 10:04:33 +00:00
Matt Kocubinski
0b42bf97f4
refactor(x/staking): introduce and use TryUnwrapSDKContext (#20699) 2024-06-18 12:57:08 +00:00
Matt Kocubinski
581b4f0065
fix(types): fix linting error (#20700) 2024-06-17 15:51:31 +00:00
Alexander Peters
6335631348
perf: Replace runsim with Go stdlib testing (#20490) 2024-06-17 14:42:04 +00:00
Emil Georgiev
748a939d92
test(types/address): add unit tests for the file types/address.go (#20237)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-06-13 12:29:20 +00:00
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
testinginprod
fe22e9a5da
feat(core): add coretest package (#20487)
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-05 22:11:33 +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
Alexander Peters
a6857962c5
chore: Address linter issues (#20486) 2024-05-31 08:51:41 +00:00
Matt Kocubinski
7dbbc0799e
refactor(x/upgrade): migrate to appmodule.VersionMap (#20485) 2024-05-30 19:16:57 +00:00
Tuan Tran
6a07568e30
perf: reduce the number of ValidateDenom calls in bank.SendCoins (#20354) 2024-05-28 20:20:54 +00:00
Marko
1b47dc91a3
chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Emil Georgiev
4bd87cb09a
test(types/tx/msgs.go): add unit tests (#20199)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-05-27 13:48:33 +00:00
Matt Kocubinski
e034766799
refactor(runtime/v2): remove dependency on sdk (#20389) 2024-05-16 11:40:11 +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
Lucas Francisco López
2c3fd19099
docs: Enhanced the ParsePagination method documentation (#20385) 2024-05-16 08:11:30 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00