Commit Graph

663 Commits

Author SHA1 Message Date
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
yukionfire
d6ad92db0f
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02: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
511fb07914
feat: adds error handling for out-of-gas panics in grpc query handlers. (#20945) 2024-07-16 09:44:42 +00:00
Cosmos SDK
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
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
Lucas Francisco López
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 Kocubinski
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
Marko
0dfb54e36a
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Aaron Craelius
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
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
Duong Minh Ngoc
7ee3bde8f3
refactor(proto): add denote version annotation (#20098)
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <hoa@notional.ventures>
Co-authored-by: kienn6034 <kien@notional.ventures>
2024-04-26 10:14:09 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
mmsqe
b97caa35c8
fix(baseapp): avoid header height overwrite block height (#20107) 2024-04-22 10:21:50 +00:00
Andy Nogueira
55c14edf0c
docs: update links and information that pointed to CometBFT docs (#20079) 2024-04-18 13:11:36 +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
d40677a931
chore: make telemetry consistent (#20025) 2024-04-12 11:09:53 +00:00
Tom
1d2a795eaf
fix(mempool): use no-op mempool as default (#19970)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-11 08:55:13 +00:00
Richard Gibson
4c446f8b7d
feat(baseapp)!: Indicate pruning with "not found" rather than "invalid request" (#19993) 2024-04-10 11:14:27 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Julien Robert
fea88d13c5
refactor(core)!: clean-up core and simplify preblock (#19672) 2024-03-11 14:39:37 +00:00
Qt
2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Marko
ab34a95270
test: fix staking (#19623) 2024-03-04 10:52:17 +01:00
Nikhil Vasan
7155a1cd52
Merge pull request from GHSA-95rx-m9m5-m94v
* validate ExtendedCommit against LastCommit

* test cases

* lint

---------

Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-01 17:25:33 +01:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module (#19445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Adam Tucker
89df28ceb9
feat(server): in-place testnet creator (#19280) 2024-02-12 10:53:07 +00:00
Facundo Medica
d353f11b98
fix: Set headerInfo in context on setState (#19338) 2024-02-03 14:48:58 +00:00