Julien Robert
|
c5b3033b3a
|
refactor(server)!: continue server v1 removal (#23238)
|
2025-01-08 12:18:19 +00:00 |
|
Eric Mokaya
|
80402e7dce
|
feat(baseapp): add per message telemetry (#22175)
|
2024-11-04 14:17:28 +00:00 |
|
cool-developer
|
97d37ae243
|
feat(store): add new api LatestVersion (#22305)
|
2024-10-21 13:09:58 +00:00 |
|
cool-developer
|
80726f7ebd
|
feat(baseapp): integrate the appdata.Listener in baseapp (#21965)
|
2024-10-03 13:10:22 +00:00 |
|
Marko
|
0ea2445acf
|
refactor(baseapp): create checktx handler (#21979)
|
2024-10-02 11:39:47 +00:00 |
|
Julien Robert
|
02b20f99af
|
test(x/upgrade): fix tests (#21582)
|
2024-09-07 14:41:33 +00:00 |
|
Randy Grok
|
dce0365c23
|
feat: unify version modifier for v2 (#21508)
|
2024-09-06 15:56:29 +00:00 |
|
cool-developer
|
ce4fb98cb8
|
feat: replace the cosmos-db.DB interface with core/store interface (#21450)
|
2024-08-30 21:25:25 +00:00 |
|
Facundo Medica
|
58bbcd9d75
|
fix(baseapp): preblock events are not emmitted correctly (#21444)
|
2024-08-29 08:59:20 +00:00 |
|
Julien Robert
|
6f30de3a41
|
refactor: remove x/exp dep (#21281)
|
2024-08-19 13:14:34 +00:00 |
|
Facundo Medica
|
ca8122c3f3
|
refactor(baseapp): improve readability of preblock (#21179)
|
2024-08-06 10:00:15 +00:00 |
|
Aaron Craelius
|
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 |
|
Julián Toledano
|
fe8474e9b4
|
feat: simulate nested messages (#20291)
|
2024-07-26 10:53:32 +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 |
|
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 |
|
bc1bot
|
fe6361b617
|
chore: remove old TODO in baseapp (#20450)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
|
2024-05-27 09:54:46 +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
|
080229f300
|
chore: remove cockroach db errors (#20386)
|
2024-05-15 06:35:08 +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
|
0dfb54e36a
|
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
|
2024-05-06 14:12:00 +00:00 |
|
Marko
|
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 |
|
yihuang
|
4ed8c8431d
|
fix(baseapp): don't share global gas meter in tx execution (#19616)
|
2024-04-15 20:21:31 +00:00 |
|
Julien Robert
|
fea88d13c5
|
refactor(core)!: clean-up core and simplify preblock (#19672)
|
2024-03-11 14:39:37 +00:00 |
|
Julien Robert
|
cfd426fdb3
|
feat(runtime): message router service (#19571)
|
2024-03-04 10:25:43 +00:00 |
|
Facundo Medica
|
d353f11b98
|
fix: Set headerInfo in context on setState (#19338)
|
2024-02-03 14:48:58 +00:00 |
|
Hwangjae Lee
|
d783739dbd
|
docs(baseapp): fixed typo in baseapp/baseapp.go (#19328)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-02-01 20:40:39 +00:00 |
|
Adam Tucker
|
495e185e2d
|
feat: debug log gRPC queries (#19049)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-01-26 09:31:02 +00:00 |
|
Marko
|
9945d31cc0
|
refactor(x/auth/ante): migrate antehandlers to use execmode (#19161)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-01-24 08:58:54 +00:00 |
|
Julien Robert
|
73c074117f
|
fix(baseapp): nil check in posthandler events (#19058)
|
2024-01-15 17:08:31 +00:00 |
|
Aleksandr Bezobchuk
|
19eddeeb24
|
fix(abci): add ExecModeVerifyVoteExtension (#18915)
|
2024-01-03 06:29:00 +00:00 |
|
Nikhil Vasan
|
c5191041a2
|
fix(baseapp): introduce mutex to state (#18846)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-12-21 19:05:40 +00:00 |
|
Emmanuel T Odeke
|
8fe6d84f2c
|
refactor(baseapp): move handler retrieval per sdk.Msg into validateBasicTxMsgs (#18731)
|
2023-12-13 18:25:57 +00:00 |
|
Emmanuel T Odeke
|
fe95384e37
|
fix(baseapp): correctly check errors before sealing in BaseApp.Init (#18727)
|
2023-12-13 10:46:47 +00:00 |
|
Cosmos SDK
|
8f0d5b15f0
|
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-12-11 13:03:19 +00:00 |
|
Facundo Medica
|
b2084dceb9
|
fix(baseapp)!: postHandler should run regardless of result (#18627)
|
2023-12-06 13:31:53 +00:00 |
|
Facundo Medica
|
fa5280fb4b
|
fix(baseapp): allow empty consensus params (#18531)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-11-28 08:36:11 +00:00 |
|
Emmanuel T Odeke
|
c1b391631c
|
fix(baseapp): fix BaseApp.getContext data races (#18383)
|
2023-11-07 10:16:55 +00:00 |
|
Chenqun Lu
|
611cd36b8b
|
fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (#17911)
Co-authored-by: Luke <chenqun.l@kaitaitech.cn>
|
2023-10-20 14:18:53 +00:00 |
|
Devon Bear
|
68a136b48d
|
feat(baseapp): expose Mempool (#17954)
|
2023-10-09 11:10:36 +00:00 |
|
Aleksandr Bezobchuk
|
63d046dd59
|
fix(baseapp): select txs correctly with no-op mempool (#17769)
|
2023-09-24 19:24:30 +00:00 |
|
Marko
|
6715b5afb5
|
refactor!: remove tips (#17787)
|
2023-09-20 12:00:22 +00:00 |
|
Facundo Medica
|
8df065b611
|
feat: Optimistic Execution (#16581)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-09-18 13:52:54 +00:00 |
|
mmsqe
|
f99a6242a9
|
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (#17713)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-09-15 07:50:17 +00:00 |
|
mmsqe
|
4eb0185413
|
feat: introduce PreBlock (#17421)
|
2023-09-13 12:30:48 +00:00 |
|