Commit Graph
684 Commits
Author SHA1 Message Date
mergify[bot]andJulien Robert 15bd96f57d feat(baseapp): Abort OE in PrepareProposal (Upstream dydx) (backport #22287) (#22303)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-17 15:16:55 +02:00
eab8e2a4a6 fix(baseapp): align block header when query with latest height (backport #21003) (#22142)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-10-07 10:48:29 +02:00
mergify[bot] 8b14cc357a feat(baseapp): integrate the appdata.Listener in baseapp (backport #21965) (#22100) 2024-10-03 15:31:48 +02:00
mergify[bot]andMarko 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]andJulien Robert c32c775238 chore(baseapp): fix api break latest schema (backport #21978) (#21983)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-30 12:29:57 +00:00
mergify[bot]andbeep 39fe6693ce fix(baseapp): startTime of telemetry metric should be calculated before defer (backport #21968) (#21970)
Co-authored-by: beep <beepdeepor@gmail.com>
2024-09-29 20:41:04 +02:00
mergify[bot]andJulien Robert 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]andJulien Robert 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
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] 20f7cd7aac fix(unorderedtx): issues reported in audit (backport #21467) (#21655) 2024-09-11 14:04:46 +02:00
3e88fa6b47 refactor(baseapp): remove AccAddress.String() (backport #21521) (#21583)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-09 09:26:54 +02:00
384fa5fff5 feat: unify version modifier for v2 (backport #21508) (#21578)
Co-authored-by: Randy Grok <98407738+randygrok@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-06 18:57:40 +00:00
mergify[bot]andJulien Robert 889becd2c0 feat: replace the cosmos-db.DB interface with core/store interface (backport #21450) (#21490)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-06 10:30:01 +00:00
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
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]andJulián Toledano a2e1cd0193 refactor(baseapp): audit QA v0.52 (backport #21515) (#21520)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-09-03 14:31:39 +00:00
mergify[bot]andJulien Robert 5d2fcfa65b chore: update schema to v0.2.0 in all go.mod's (backport #21488) (#21491)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-30 23:44:56 +02:00
mergify[bot]andFacundo Medica 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] 3285de7f6c refactor: remove x/exp dep (backport #21281) (#21358) 2024-08-19 15:46:41 +00:00
ce55ced719 fix(baseapp)!: Halt at height now does not produce the halt height block (backport #21256) (#21322)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-16 08:52:41 +00:00
mergify[bot]andJulien Robert a24c76fcca refactor: clarify usage of genesis.TxHandler in v1 vs v2 (backport #21213) (#21218)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-08 11:48:30 +00:00
mergify[bot]andFacundo Medica 77f1ef7c90 refactor(baseapp): improve readability of preblock (backport #21179) (#21180)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-08-06 12:28:31 +02:00
mergify[bot]andFacundo Medica c225e3faab fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159) (#21161)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-08-02 11:04:29 +00:00
mergify[bot]andson trinh 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
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
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 511fb07914 feat: adds error handling for out-of-gas panics in grpc query handlers. (#20945) 2024-07-16 09:44:42 +00:00
Cosmos SDKandgithub-merge-queue e3ea68aa1a chore: fix spelling errors (#20946)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-14 17:09:21 +00:00
Alexander Peters dc5c16b0be fix (sims): state written in sims loop (#20936) 2024-07-12 15:17:23 +00:00
Aaron Craelius 4857ea1f61 feat(schema): indexing API (#20647) 2024-07-09 11:20:31 +00:00
Marko 1bbb499cdf refactor: reduce decoding steps in baseapp (#20863) 2024-07-03 15:21:00 +00:00
Marko aceeaf4720 chore: move abci errors to baseapp (#20756) 2024-06-25 10:04:33 +00:00
Julien Robert d2903a9eb9 refactor(runtime): environment contract doc and failing services (#20293) 2024-06-20 15:33:54 +00:00
Alexander Peters 6335631348 perf: Replace runsim with Go stdlib testing (#20490) 2024-06-17 14:42:04 +00:00
Marko 28fa3b8dfc chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
Marko 1b47dc91a3 chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
bc1botandson trinh fe6361b617 chore: remove old TODO in baseapp (#20450)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-05-27 09:54:46 +00:00
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ópezandcool-developer 072a95e0e1 docs: Documented error handling in OfferSnapshot method (#20380)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-05-15 21:38:21 +00:00
Marko 080229f300 chore: remove cockroach db errors (#20386) 2024-05-15 06:35:08 +00:00
Matt Kocubinskiandcoderabbitai[bot] 9f42137462 refactor: move baseapp/AppVersionModifer -> core/app (#20361)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-13 14:53:11 +00:00
Marko 3a750719ba refactor(x/bank): check send enabled on coins (#20343) 2024-05-13 12:58:22 +00:00
Damian Nolan 8144a23835 fix: correctly assign execModeSimulate to context for simulateTx (#20342) 2024-05-10 12:03:37 +00:00
Marko fc84ff6f40 refactor!(staking): remove comet crypto as a dep (#20295) 2024-05-07 10:27:47 +00:00
Markoandyihuang 0dfb54e36a refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Aaron CraeliusandMarko 921ab722e4 fix: make RegisterMsgServiceDesc not use the global registry (#19835)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-03 21:22:06 +00:00
MarkoandFacundo 599ae55c41 fix: remove txs from mempool when antehandler fails in recheck (#20144)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-05-02 14:49:14 +00:00
Dev Ojha 92ae8850e1 perf: Make recheck not re-run validate basic (#20208) 2024-04-29 08:13:40 +00:00
Qt 6828584424 refactor(baseapp): when the capacity is determined, avoid memory copying (#20200) 2024-04-28 05:26:56 +00:00