Commit Graph
1447 Commits
Author SHA1 Message Date
李绪熙 87f7994353 chore: fix some problematic function names in comment (#22690)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
2024-11-29 08:15:29 +00:00
Facundo Medica bd76b47e1d feat(indexer): add to modules and implement proto fields (#22544) 2024-11-28 09:46:59 +00:00
Damian Nolan 50c5963d96 fix: only overwrite context chainID when necessary (#22568) 2024-11-20 10:51:51 +00:00
zakir 1515856560 chore: remove unused local variables (#22340) 2024-10-23 08:33:36 +00:00
Shude Li fc91e76354 build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
4aeb053925 refactor(genutil): Use sdk types genesis validator (#21678)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-10-09 05:18:05 +00:00
Marko 0ea2445acf refactor(baseapp): create checktx handler (#21979) 2024-10-02 11:39:47 +00:00
Julien RobertandMarko 356df96770 refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744)
Co-authored-by: Marko <marko@baricevic.me>
2024-09-18 13:57:52 +00:00
MarkoandJulián Toledano 870cab5efd docs: minor cleanup to simulation docs (#21777)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-09-18 09:33:14 +00:00
Julien Robert cbdfd9bdfa chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Alexander Peters bf7768006c feat(sims): Add sims2 framework and factory methods (#21613) 2024-09-16 13:42:48 +00:00
John LeteyandLuca Graziotti 3bc707a5a2 feat(types/collections): add LegacyDec collection value (#21693)
Co-authored-by: Luca Graziotti <luca@noble.xyz>
2024-09-13 19:01:36 +00:00
cool-developer aaf72f20c1 feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +00:00
Facundo Medica e9eaefa379 fix(unorderedtx): issues reported in audit (#21467) 2024-09-11 11:46:10 +00:00
son trinh 1d4ecd5e37 refactor: decouple comet from modules (#21382) 2024-09-11 09:18:13 +00:00
Julien Robert a57b25418a refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
7f1eeb1801 docs: fix typos (#21514)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 19:47:16 +00:00
yihuang 0d201dead3 fix(mempool): data race in mempool prepare proposal handler (#21413) 2024-09-04 10:42:43 +00:00
Marko 70488a89a8 refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
dropbigfishandJulien Robert 7bf0442748 fix(types/mempool): fix slice init length (#21494)
Signed-off-by: dropbigfish <fillfish@foxmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-03 13:46:47 +00:00
Julien Robert 50b2254249 feat(types/module): add deprecation panics on unsupported apis (#21512) 2024-09-03 12:49:08 +00:00
Facundo Medica 58bbcd9d75 fix(baseapp): preblock events are not emmitted correctly (#21444) 2024-08-29 08:59:20 +00:00
Julien RobertandJulián Toledano 39b61a3102 chore(types): deprecate acc address stringer (#21435)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-08-28 09:04:44 +00:00
Akhil Kumar P e98b8e9617 refactor(types): audit QA (#21355) 2024-08-27 12:19:11 +00:00
Julien Robert a554a21a0e refactor(core,stf,x)!: remove InvokeTyped from router (#21224) 2024-08-23 21:38:06 +00:00
Julien Robert 6f30de3a41 refactor: remove x/exp dep (#21281) 2024-08-19 13:14:34 +00:00
Julien Robert 819330872c build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
Julien Robert 22fb753099 build(deps): bump proto-builder and regen protos (#21215) 2024-08-08 08:45:15 +00:00
Julien Robert 7040177316 refactor(core,stf): complete gas service + simplify deps (#21166) 2024-08-08 07:30:09 +00:00
Matt Kocubinski d80afaa55a fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +00:00
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
5c90246b3f feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
yukionfire d6ad92db0f chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
Alexander Peters 1f0ce2f5b5 refactor(sims)!: Remove Baseapp from sims (#21039) 2024-07-24 12:40:01 +00: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
QtandMarko 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 GeorgievandFacundo Medica 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
testinginprodandunknown unknown fe22e9a5da feat(core): add coretest package (#20487)
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-05 22:11:33 +00:00
Julien RobertandLikhita Polavarapu 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