Commit Graph

710 Commits

Author SHA1 Message Date
luchenhan
5fb5ddaa1c
docs: fix function name and comment (#23372)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2025-01-14 11:56:31 +00:00
Julien Robert
9ca815c8d6
fix: marshal old tx body if unordered not used (#22723) 2025-01-13 14:04:59 +00:00
Julien Robert
c5b3033b3a
refactor(server)!: continue server v1 removal (#23238) 2025-01-08 12:18:19 +00:00
cool-developer
261f0b967f
feat(collections): add Address and Integer codecs (#22517)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-06 14:10:30 +00:00
luchenhan
ec13857152
refactor: using slices.Contains to simplify the code (#23175)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2025-01-06 11:52:58 +00:00
oliveredget
3be4eebf64
chore: fix typos (#23075)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-12-26 04:19:13 +00:00
Alex | Skip
c12136bb51
refactor!: remove x/params (#22995) 2024-12-20 22:02:51 +00:00
Damian Nolan
2c16372907
fix(baseapp): fulfil all header.Info fields in test helpers context (#23014) 2024-12-19 19:30:14 +00:00
Akhil Kumar P
8a11925ce5
test(integration): port x/staking tests to server v2 (#22813) 2024-12-18 07:45:37 +00:00
Julien Robert
cfe194013c
test: fix failing tests after protocompat changes (#22889)
Co-authored-by: Marko <marko@baricevic.me>
2024-12-16 16:06:22 +00:00
Andi
6500a72e58
docs: fix spelling errors in the description (#22874)
Signed-off-by: ChengenH <hce19970702@gmail.com>
2024-12-16 06:18:47 +00:00
testinginprod
25cbf98983
fix(baseapp): hybrid handlers do not drop any (#22866) 2024-12-13 15:46:03 +00:00
Facundo Medica
332d0b106d
feat(indexer/postgres)!: add basic support for header, txs and events (#22695) 2024-12-09 18:36:24 +00:00
Damian Nolan
92ddbf7dc3
fix(baseapp): sort res.Validators before comparing in InitChain (#22757) 2024-12-04 15:15:56 +00:00
yihuang
eb3bf8b046
fix: prune cmd should disable async pruning (#22656) 2024-12-04 12:31:27 +00:00
Damian Nolan
330954e884
fix(baseapp): set req.Time for ctx header info in ExtendVote (#22745) 2024-12-04 10:05:47 +00:00
Damian Nolan
371e05abc4
fix(baseapp): correctly set header info time on query ctx (#22732) 2024-12-03 21:10:05 +00:00
Facundo Medica
bd76b47e1d
feat(indexer): add to modules and implement proto fields (#22544) 2024-11-28 09:46:59 +00:00
Julien Robert
3d618f500e
fix(baseapp): populate header info in NewUncachedContext (#22557) 2024-11-20 07:03:21 +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
Shude Li
fc91e76354
build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
Julien Robert
11698aa864
feat(baseapp): Abort OE in PrepareProposal (Upstream dydx) (#22287)
Co-authored-by: Teddy Ding <teddy@dydx.exchange>
2024-10-17 13:09:57 +00:00
mmsqe
6cc6a6c5bf
fix(baseapp): align block header when query with latest height (#21003) 2024-10-07 07:59:29 +00:00
cool-developer
80726f7ebd
feat(baseapp): integrate the appdata.Listener in baseapp (#21965) 2024-10-03 13:10:22 +00:00
tianyeyouyou
e4c5d2b611
docs(baseapp): update function comment (#22047) 2024-10-02 16:42:43 +00:00
Marko
0ea2445acf
refactor(baseapp): create checktx handler (#21979) 2024-10-02 11:39:47 +00:00
Julien Robert
e5b22e4cda
chore(baseapp): fix api break latest schema (#21978) 2024-09-30 12:07:40 +00:00
beep
d5f24de7e1
fix(baseapp): startTime of telemetry metric should be calculated before defer (#21968) 2024-09-29 18:19:15 +00:00
Julien Robert
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
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +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
Julien Robert
02b20f99af
test(x/upgrade): fix tests (#21582) 2024-09-07 14:41:33 +00:00
Julián Toledano
a48a75fe91
refactor(baseapp): remove AccAddress.String() (#21521) 2024-09-07 07:44:42 +00:00
Randy Grok
dce0365c23
feat: unify version modifier for v2 (#21508) 2024-09-06 15:56:29 +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
Julián Toledano
54b49d4bcc
refactor(baseapp): audit QA v0.52 (#21515) 2024-09-03 14:08:37 +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
Aaron Craelius
c94f4b91fc
chore: update schema to v0.2.0 in all go.mod's (#21488) 2024-08-30 19:42:48 +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
e2ec889bb7
fix(baseapp)!: Halt at height now does not produce the halt height block (#21256) 2024-08-16 08:18:31 +00:00
Julien Robert
8400d9b426
refactor: clarify usage of genesis.TxHandler in v1 vs v2 (#21213) 2024-08-08 11:23:41 +00:00
Facundo Medica
ca8122c3f3
refactor(baseapp): improve readability of preblock (#21179) 2024-08-06 10:00:15 +00:00
Facundo Medica
c312d99ea0
fix(baseapp): return events from preblocker in FinalizeBlockResponse (#21159) 2024-08-02 10:50:19 +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
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